书栈网 · BookStack 本次搜索耗时 0.065 秒,为您找到 573 个相关结果.
  • 3. The Command-Line Test Runner

    218 2023-03-19 《PHPUnit v9.6 Manual》
    3. The Command-Line Test Runner Command-Line Options TestDox 3. The Command-Line Test Runner The PHPUnit command-line test runner can be invoked through the phpunit command. ...
  • 9. Code Coverage Analysis

    515 2021-03-28 《PHPUnit v8.5 Manual》
    9. Code Coverage Analysis Software Metrics for Code Coverage Whitelisting Files Ignoring Code Blocks Specifying Covered Code Parts Edge Cases Speeding Up Code Coverage with Xd...
  • 3. The XML Configuration File

    242 2023-03-19 《PHPUnit v9.6 Manual》
    3. The XML Configuration File The <phpunit> Element The backupGlobals Attribute The backupStaticAttributes Attribute The bootstrap Attribute The cacheResult Attribute The ...
  • assertObjectHasAttribute()

    522 2018-12-16 《PHPUnit 6.5 手册》
    assertObjectHasAttribute() assertObjectHasAttribute(string $attributeName, object $object[, string $message = '']) 当 $object->attributeName 不存在时报告错误,错误讯息由 $message 指定。 ass...
  • assertJsonFileEqualsJsonFile()

    502 2018-12-16 《PHPUnit 6.5 手册》
    assertJsonFileEqualsJsonFile() assertJsonFileEqualsJsonFile(mixed $expectedFile, mixed $actualFile[, string $message = '']) 当 $actualFile 对应的值与 $expectedFile 对应的值不匹配时报告错误,错...
  • assertEquals()

    852 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 ...
  • Getting Started

    Testing System Set Up Installing phpUnit Composer Phar Testing Your Application PHPUnit Configuration The Test Class Additional Assertions Accessing Protected/Private Propert...
  • assertStringEqualsFile()

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

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