SemanticScuttle/tests/phpunit.xml

12 lines
382 B
XML
Raw Normal View History

2011-03-23 08:54:40 +01:00
<?xml version="1.0" encoding="utf-8" ?>
2011-04-12 08:47:44 +02:00
<phpunit strict="true" colors="true"
bootstrap="prepare.php"
>
2011-03-23 08:54:40 +01:00
<filter>
2011-04-12 08:47:44 +02:00
<whitelist addUncoveredFilesFromWhitelist="false">
<directory suffix=".php">../src/SemanticScuttle/</directory>
<directory suffix=".php">../data/templates/</directory>
<directory suffix=".php">../www/</directory>
</whitelist>
2011-03-23 08:54:40 +01:00
</filter>
</phpunit>