PHPUnit测试失败?

时间:2018-02-01 09:01:11

标签: php unit-testing testing phpunit

我的代码

<?php

require('PHPUnit/Autoload.php');

class MyProceduralTest extends PHPUnit_Framework_TestCase {

    public function testDumb()
    {
        $this->assertTrue(true);
    }

}
?>

我在运行phpunit测试时遇到错误。

我收到了错误:

phpunit测试

Sebastian Bergmann的PHPUnit 3.7.21。

电子

时间:0秒,内存:4.00Mb

有1个错误:

1)C:\ xampp \ htdocs \ Yuvaraj \ General \ PHPUnit test \ tests \ tests.phpt PHPUnit_Framework_Exception:测试文件中的部分格式无效:C:\ xampp \ htdocs \ Yuvaraj \ General \ PHPUnit test \ tests \ tests.phpt

FAILURES! 测试:1,断言:1,错误:1。

0 个答案:

没有答案