batufa/phpunit.xml

14 lines
413 B
XML
Raw Normal View History

2010-07-18 02:07:00 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="application/test_bootstrap.php">
<filter addUncoveredFilesFromWhitelist="true">
<whitelist>
<directory suffix=".php">./system/classes/kohana/</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="Kohana Tests">
<directory suffix=".php">./system/tests/kohana/</directory>
</testsuite>
</testsuites>
</phpunit>