常用命令
1 | 新建一个单元测试 |
测试类例子
1 |
|
phpunit.xml
1 | <?xml version="1.0" encoding="UTF-8"?> |
覆盖率
1 | pecl install xdebug |
测试demo
1 | git clone https://github.com/sebastianbergmann/money.git |
hook
1 | PHPUnit则为我们提供了全面的hook接口: |
1 | 新建一个单元测试 |
1 |
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | pecl install xdebug |
1 | git clone https://github.com/sebastianbergmann/money.git |
1 | PHPUnit则为我们提供了全面的hook接口: |