9 lines
195 B
XML
9 lines
195 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="bootstrap.php">
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">../../lib</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|