2011-03-23 07:54:40 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2011-04-12 06:47:44 +00:00
|
|
|
<phpunit strict="true" colors="true"
|
|
|
|
bootstrap="prepare.php"
|
|
|
|
>
|
2011-03-23 07:54:40 +00:00
|
|
|
<filter>
|
2011-04-12 06:47:44 +00:00
|
|
|
<whitelist addUncoveredFilesFromWhitelist="false">
|
|
|
|
<directory suffix=".php">../src/SemanticScuttle/</directory>
|
|
|
|
<directory suffix=".php">../data/templates/</directory>
|
|
|
|
<directory suffix=".php">../www/</directory>
|
2011-04-15 17:22:19 +00:00
|
|
|
<exclude>
|
|
|
|
<directory suffix=".php">../src/SemanticScuttle/db/</directory>
|
|
|
|
</exclude>
|
2011-04-12 06:47:44 +00:00
|
|
|
</whitelist>
|
2011-03-23 07:54:40 +00:00
|
|
|
</filter>
|
|
|
|
</phpunit>
|