书栈网 · BookStack 本次搜索耗时 0.037 秒,为您找到 573 个相关结果.
  • 持续集成方案

    持续集成方案 操作步骤 持续集成方案 由于Tars的web管理界面暂时未支持集成git/svn,每次发布需要上传zip包极为不方便,这里给出一个基于jenkins 的持续集成方案方便大家参考。具体业务中可能需要根据实际情况进行调整。 操作步骤 这里使用 jenkins 的pipeline 构建持续集成环境,通过调用tars web管理界面...
  • 1.2. Builder

    605 2019-05-16 《DesignPatternsPHP》
    1.2. Builder 1.2.1. Purpose 1.2.2. Examples 1.2.3. UML Diagram 1.2.4. Code 1.2.5. Test 1.2. Builder 1.2.1. Purpose Builder is an interface that build parts of a complex ...
  • Index

    793 2019-09-21 《Slim 2 Document》
    Slim 2 Documentation Slim Framework v2 Install Usage Testing Contributing Security Credits License Slim 2 Documentation Slim Framework v2 Slim is a PHP micro frame...
  • Contributing

    Contributing Guidelines Running the tests Contributing Guidelines Guzzle utilizes PSR-1, PSR-2, PSR-4, and PSR-7. Guzzle is meant to be lean and fast with very few depende...
  • @depends

    408 2018-12-16 《PHPUnit v4.8 手册》
    @depends PHPUnit支持对测试方法之间的显式依赖关系进行声明。这种依赖关系并不是定义在测试方法的执行顺序中,而是允许生产者(producer)返回一个测试基境(fixture)的实例,并将此实例传递给依赖于它的消费者(consumer)们。例 2.2 展示了如何用 @depends 标注来表达测试方法之间的依赖关系。 更多细节参见...
  • Contributing

    Contributing Guidelines Running the tests Contributing Guidelines Guzzle utilizes PSR-1, PSR-2, PSR-4, and PSR-7. Guzzle is meant to be lean and fast with very few depende...
  • Testing

    Testing Introduction Test Environment Defining & Running Tests Application Testing Interacting With Your Application Clicking Links Working With Forms Working With Attachments...
  • 9. 测试替身

    848 2018-12-14 《PHPUnit v4.8 手册》
    第 9 章 测试替身 局限性:final、private、与 static 方法 警告 Stubs (桩件) 局限性:名字为“method”的方法 仿件对象(Mock Object) 局限性:对预期的自动校验 注意 Prophecy 对特质(Trait)与抽象类进行模仿 对 Web 服务(Web Services)进行上桩或模仿 对文件...
  • Application Testing

    Application Testing Introduction Interacting With Your Application Interacting With Links Interacting With Forms File Inputs Testing JSON APIs Verifying Exact Match Verifying...
  • VarDumper

    The VarDumper Component Installation The dump() Function The Dump Server DebugBundle and Twig Integration Using the VarDumper Component in your PHPUnit Test Suite Dump Example...