Fixed deprecated code

This commit is contained in:
Dmitry Khomutov 2016-05-21 23:10:18 +06:00
commit e5e670da2c
5 changed files with 61 additions and 41 deletions

View file

@ -12,9 +12,9 @@
bootstrap="./tests/bootstrap.php"
>
<testsuites>
<testsuite name="PHPCI Command Test Suite">
<!--<testsuite name="PHPCI Command Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Command</directory>
</testsuite>
</testsuite>-->
<testsuite name="PHPCI Controller Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Controller</directory>
</testsuite>