mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 08:09:42 +00:00
22 lines
523 B
XML
22 lines
523 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit colors="true" bootstrap="tests/bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="SimplePie Test Suite">
|
|
<directory>./tests</directory>
|
|
</testsuite>
|
|
<testsuite name="Old Tests">
|
|
<file>tests/oldtests.php</file>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<blacklist>
|
|
<directory suffix=".php">tests</directory>
|
|
</blacklist>
|
|
<whitelist>
|
|
<directory suffix=".php">SimplePie</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|