书栈网 · BookStack 本次搜索耗时 0.075 秒,为您找到 572 个相关结果.
  • 2. 编写 PHPUnit 测试

    939 2018-12-16 《PHPUnit 6.5 手册》
    第 2 章 编写 PHPUnit 测试 测试的依赖关系 注意 数据供给器 注意 注意 对异常进行测试 对 PHP 错误进行测试 注意 注意 对输出进行测试 注意 错误相关信息的输出 边缘情况 第 2 章 编写 PHPUnit 测试 例 2.1 展示了如何用 PHPUnit 编写测试来对 PHP 数组操作进行测试。本例介绍了...
  • 2. Writing Tests for PHPUnit

    166 2023-03-19 《PHPUnit v9.6 Manual》
    2. Writing Tests for PHPUnit Test Dependencies Data Providers Testing Exceptions Testing PHP Errors, Warnings, and Notices Testing Output Error output Edge Cases 2. Writi...
  • 2. 编写 PHPUnit 测试

    509 2021-03-28 《PHPUnit v9.5 手册》
    2. 编写 PHPUnit 测试 测试的依赖关系 数据供给器 对异常进行测试 对 PHP 错误、警告和通知进行测试 对输出进行测试 错误相关信息的输出 边缘情况 2. 编写 PHPUnit 测试 示例 2.1 展示了如何用 PHPUnit 编写测试来对 PHP 数组操作进行测试。此示例介绍了用 PHPUnit 编写测试的基本惯例与步骤...
  • 2. 编写 PHPUnit 测试

    799 2018-12-14 《PHPUnit v4.8 手册》
    第 2 章 编写 PHPUnit 测试 测试的依赖关系 数据供给器 注意 注意 对异常进行测试 对 PHP 错误进行测试 注意 注意 对输出进行测试 注意 错误相关信息的输出 边缘情况 第 2 章 编写 PHPUnit 测试 例 2.1 展示了如何用 PHPUnit 编写测试来对 PHP 数组操作进行测试。本例介绍了用 PH...
  • 2. 编写 PHPUnit 测试

    999 2018-12-16 《PHPUnit 7.0 手册》
    2. 编写 PHPUnit 测试 测试的依赖关系 数据供给器 对异常进行测试 对 PHP 错误进行测试 对输出进行测试 错误相关信息的输出 边缘情况 2. 编写 PHPUnit 测试 ` writing-tests-for-phpunit.examples.StackTest.php`展示了如何用 PHPUnit 编写测试来对 PHP ...
  • 2. Writing Tests for PHPUnit

    398 2021-03-28 《PHPUnit v9.5 Manual》
    2. Writing Tests for PHPUnit Test Dependencies Data Providers Testing Exceptions Testing PHP Errors, Warnings, and Notices Testing Output Error output Edge Cases 2. Writ...
  • 2. Writing Tests for PHPUnit

    2. Writing Tests for PHPUnit Asserting Return Values Expecting Exceptions Data Providers Testing Output Incomplete Tests Skipping Tests Skipping Tests using Attributes Test ...
  • 13. PHPUnit 与 Selenium

    738 2018-12-14 《PHPUnit v4.8 手册》
    第 13 章 PHPUnit 与 Selenium Selenium Server 安装 PHPUnit_Extensions_Selenium2TestCase PHPUnit_Extensions_SeleniumTestCase 第 13 章 PHPUnit 与 Selenium Selenium Server Selenium ...
  • 第8章 使用PHPUnit进行单元测试

    使用PHPUnit进行单元测试 使用PHPUnit进行单元测试 在开发过程中使用单元测试有助于程序的调试。但是如果像TDD、BDD那样对于每个功能点都要写测试用例又太过于极端了。DHH 说了,TDD 已死。不过对于该测试的还是得测。 首先下载PHPUnit工具: https://phar.phpunit.de/phpunit.phar 。 PH...
  • 1. Installation

    1. Installation PHP on the Command-Line Installing the PHP Command-Line Interpreter Fedora Debian Ubuntu macOS Homebrew MacPorts Windows Native Binaries Windows Subsystem fo...