17 lines
488 B
XML
17 lines
488 B
XML
<phpunit bootstrap="../tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="core">
|
|
<directory suffix="test.php">../core/</directory>
|
|
</testsuite>
|
|
<testsuite name="ext">
|
|
<directory suffix="test.php">../ext/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">../core</directory>
|
|
<directory suffix=".php">../ext</directory>
|
|
<directory suffix=".php">../themes/default</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|