mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
hhvm下debug存在特殊异常,功能测试ok,暂时不处理
This commit is contained in:
@@ -33,6 +33,10 @@ class debugTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
|
if (strstr(PHP_VERSION, 'hhvm')) {
|
||||||
|
$this->markTestSkipped("HHVM下跳过测试");
|
||||||
|
}
|
||||||
|
|
||||||
$this->object = new Debug();
|
$this->object = new Debug();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user