blob: 86b7b60a2404a17681e28a9f6d2f0649ef5099fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8" ?>
<phpunit strict="true" colors="true"
bootstrap="prepare.php"
>
<filter>
<whitelist addUncoveredFilesFromWhitelist="false">
<directory suffix=".php">../src/SemanticScuttle/</directory>
<directory suffix=".php">../data/templates/</directory>
<directory suffix=".php">../www/</directory>
</whitelist>
</filter>
</phpunit>
|