12 lines
233 B
XML
12 lines
233 B
XML
|
<?xml version="1.0"?>
|
||
|
<phpunit>
|
||
|
<php>
|
||
|
<includePath>../</includePath>
|
||
|
</php>
|
||
|
<filter>
|
||
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
||
|
<directory suffix=".php">../Structures</directory>
|
||
|
</whitelist>
|
||
|
</filter>
|
||
|
</phpunit>
|