书栈网 · BookStack 本次搜索耗时 0.037 秒,为您找到 573 个相关结果.
  • assertEquals()

    851 2018-12-16 《PHPUnit v4.8 手册》
    assertEquals() assertEquals(mixed $expected, mixed $actual[, string $message = '']) 当两个变量 $expected 和 $actual 不相等时报告错误,错误讯息由 $message 指定。 assertNotEquals() 是与之相反的断言,接受...
  • Testing

    Testing Installing PHPUnit Install PHPUnit with Composer Using the PHAR File Test Database Setup Checking the Test Setup Test Case Conventions Creating Your First Test Case ...
  • assertStringEqualsFile()

    462 2018-12-16 《PHPUnit 6.5 手册》
    assertStringEqualsFile() assertStringEqualsFile(string $expectedFile, string $actualString[, string $message = '']) 当 $expectedFile 所指定的文件其内容不是 $actualString 时报告错误,错误讯息由 $m...
  • assertDirectoryIsReadable()

    526 2018-12-16 《PHPUnit 6.5 手册》
    assertDirectoryIsReadable() assertDirectoryIsReadable(string $directory[, string $message = '']) 当 $directory 所指定的目录不是个目录或不可读时报告错误,错误讯息由 $message 指定。 assertDirectoryNotIsR...
  • 4. The XML Configuration File

    4. The XML Configuration File The <phpunit> Element The backupGlobals Attribute The backupStaticProperties Attribute The bootstrap Attribute The cacheDirectory Attribute T...
  • HTTP 客户端

    HTTP 客户端 简介 安装 依赖 贡献组件代码 运行测试 通过 Composer 命令运行测试 通过 PHPUnit 命令运行测试 HTTP 客户端 简介 框架提供统一抽象的 HttpClient 来实现 HTTP 调用,客户端会自动根据当前环境在协程异步客户端驱动和同步阻塞客户端驱动中作出选择 安装 通过 Composer...
  • assertLessThan()

    578 2018-12-16 《PHPUnit 6.5 手册》
    assertLessThan() assertLessThan(mixed $expected, mixed $actual[, string $message = '']) 当 $actual 的值不小于 $expected 的值时报告错误,错误讯息由 $message 指定。 assertAttributeLessThan() 是便...
  • Getting Started

    Testing: Getting Started Introduction Environment The .env.testing Environment File The CreatesApplication Trait Creating Tests Running Tests Running Tests In Parallel Para...
  • Getting Started

    Testing: Getting Started Introduction Environment Creating & Running Tests Testing: Getting Started Introduction Environment Creating & Running Tests Introduction ...
  • 3. 命令行测试执行器

    970 2018-12-16 《PHPUnit 6.5 手册》
    第 3 章 命令行测试执行器 命令行选项 注意 第 3 章 命令行测试执行器 PHPUnit 命令行测试执行器可通过 phpunit 命令调用。下面的代码展示了如何用 PHPUnit 命令行测试执行器来运行测试: phpunit ArrayTest PHPUnit 6.5 . 0 by Sebastian Bergma...