【问题标题】:Execute one specific phpUnit test with zend 1.12使用 zend 1.12 执行一项特定的 phpUnit 测试
【发布时间】:2016-02-06 06:51:56
【问题描述】:

我正在使用 Zend 1.12,我想从我的终端只执行一项特定测试

我试过了

phpunit --filter testRequestCreation SynchroRequestTest application/Synchro/Request

但它返回一个错误

谢谢

【问题讨论】:

    标签: zend-framework phpunit


    【解决方案1】:
    phpunit --filter 'TempGetDatasetTest::testInsertDatabase$'
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-06-21
      • 2011-08-25
      • 2012-08-16
      • 1970-01-01
      • 2018-05-05
      • 2015-06-15
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多