书栈网 · BookStack 本次搜索耗时 0.121 秒,为您找到 572 个相关结果.
  • 1. Assertions

    216 2023-03-19 《PHPUnit v9.6 Manual》
    1. Assertions Static vs. Non-Static Usage of Assertion Methods assertArrayHasKey() assertClassHasAttribute() assertClassHasStaticAttribute() assertContains() assertStringConta...
  • 1. Assertions

    377 2021-03-28 《PHPUnit v9.5 Manual》
    1. Assertions Static vs. Non-Static Usage of Assertion Methods assertArrayHasKey() assertClassHasAttribute() assertClassHasStaticAttribute() assertContains() assertStringConta...
  • 1. Assertions

    1. Assertions Static vs. Non-Static Usage of Assertion Methods Boolean assertTrue() assertFalse() Identity assertSame() Equality assertEquals() assertEqualsCanonicalizin...
  • 单元测试(Unit testing)

    单元测试(Unit testing) 整合 PHPunit 到 phalcon(Integrating PHPunit with phalcon) PHPunit 辅助文件(The PHPunit helper file) PHPunit.xml 文件(PHPunit.xml file) 简单的单元测试(Sample unit test) 单...
  • 单元测试

    Phpunit 组件 组件要求 安装方法 仓库地址 基本使用 预处理 如何进行单元测试 连接注册 预处理 编写测试用例 执行 Phpunit 组件 EasySwoole/Phpunit 是对 Phpunit 的协程定制化封装,主要为解决自动协程化入口的问题。并屏蔽了 Swoole ExitException 。 组件要求 ...
  • 5. Organizing Tests

    144 2023-03-19 《PHPUnit v9.6 Manual》
    5. Organizing Tests Composing a Test Suite Using the Filesystem Composing a Test Suite Using XML Configuration 5. Organizing Tests One of the goals of PHPUnit is that tests sh...
  • 单元测试(Unit testing)

    单元测试(Unit testing) 整合 PHPunit 到 phalcon(Integrating PHPunit with phalcon) PHPunit 辅助文件(The PHPunit helper file) PHPunit.xml 文件(PHPunit.xml file) 简单的单元测试(Sample unit test) 单...
  • 单元测试Unit testing

    1105 2021-02-19 《Phalcon v2.0 文档》
    单元测试Unit testing 整合 PHPunit 到 phalcon Integrating PHPunit with phalcon PHPunit 辅助文件 The PHPunit helper file PHPunit.xml 文件 PHPunit.xml file 简单的单元测试 Sample unit test 单元测试Uni...
  • 1. Assertions

    326 2021-03-28 《PHPUnit v8.5 Manual》
    1. Assertions Static vs. Non-Static Usage of Assertion Methods assertArrayHasKey() assertClassHasAttribute() assertArraySubset() assertClassHasStaticAttribute() assertContains...
  • D. 升级

    573 2018-12-14 《PHPUnit v4.8 手册》
    附录 D. 升级 从 PHPUnit 3.7 升级到 PHPUnit 4.0 在 PHPUnit 3.5 中引入的对静态方法进行上桩或模拟 的有限支持已移除。此功能仅当被上桩或模拟的静态方法是从同一个类其他方法中调用时才能正常工作。我们认为,没有理由为了这个功能的这点有限的用途而在测试替身代码生成器中增加那么多代码复杂度。对这个移除动作我们表示很抱...