Fixed namespaces (PHPCI -> PHPCensor)

This commit is contained in:
Dmitry Khomutov 2016-07-20 00:28:11 +06:00
commit 60a2b7282a
238 changed files with 1014 additions and 863 deletions

View file

@ -13,28 +13,28 @@
>
<testsuites>
<!--<testsuite name="PHP Censor Command Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Command</directory>
<directory suffix="Test.php">./tests/PHPCensor/Command</directory>
</testsuite>-->
<testsuite name="PHP Censor Controller Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Controller</directory>
<directory suffix="Test.php">./tests/PHPCensor/Controller</directory>
</testsuite>
<testsuite name="PHP Censor Helper Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Helper</directory>
<directory suffix="Test.php">./tests/PHPCensor/Helper</directory>
</testsuite>
<testsuite name="PHP Censor Logging Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Logging</directory>
<directory suffix="Test.php">./tests/PHPCensor/Logging</directory>
</testsuite>
<testsuite name="PHP Censor Model Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Model</directory>
<directory suffix="Test.php">./tests/PHPCensor/Model</directory>
</testsuite>
<testsuite name="PHP Censor Plugin Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Plugin</directory>
<directory suffix="Test.php">./tests/PHPCensor/Plugin</directory>
</testsuite>
<!--<testsuite name="PHP Censor ProcessControl Test Suite">
<directory suffix="Test.php">./tests/PHPCI/ProcessControl</directory>
<directory suffix="Test.php">./tests/PHPCensor/ProcessControl</directory>
</testsuite>-->
<testsuite name="PHP Censor Service Test Suite">
<directory suffix="Test.php">./tests/PHPCI/Service</directory>
<directory suffix="Test.php">./tests/PHPCensor/Service</directory>
</testsuite>
<!--<testsuite name="B8Framework Test Suite">
<directory suffix="Test.php">./tests/B8Framework</directory>