You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
8 years ago
|
<phpunit
|
||
|
bootstrap="./Bootstrap.php"
|
||
|
colors="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="CodeIgniter Application Test Suite">
|
||
|
<directory suffix="test.php">./models</directory>
|
||
|
<directory suffix="test.php">./controllers</directory>
|
||
|
<directory suffix="test.php">./language</directory>
|
||
|
<directory suffix="test.php">./libraries</directory>
|
||
|
<directory suffix="test.php">./views</directory>
|
||
|
<exclude>./_ci_phpunit_test/</exclude>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
<filter>
|
||
|
<whitelist>
|
||
|
<file>../config/aauth.php</file>
|
||
|
<file>../config/aauth_init.php</file>
|
||
|
<directory suffix=".php">../controllers</directory>
|
||
|
<directory suffix=".php">../models/aauth</directory>
|
||
|
<directory suffix=".php">../language</directory>
|
||
|
<directory suffix=".php">../libraries</directory>
|
||
|
<directory suffix=".php">../views</directory>
|
||
|
<exclude>
|
||
|
<directory suffix=".php">../views</directory>
|
||
|
<directory suffix=".php">../controllers</directory>
|
||
|
<directory suffix=".php">../language</directory>
|
||
|
<!--<directory suffix=".php">../libraries/Aauth_init</directory> -->
|
||
|
</exclude>
|
||
|
</whitelist>
|
||
|
</filter>
|
||
|
<logging>
|
||
|
<log type="coverage-html" target="build/coverage"/>
|
||
|
</logging>
|
||
|
</phpunit>
|