mirror of
https://github.com/stan220/WildcardEventDispatcher.git
synced 2026-09-08 22:28:48 +00:00
16 lines
396 B
XML
16 lines
396 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="WildcardEventDispatcher Test Suite">
|
|
<directory>./tests/Jmikola</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist>
|
|
<directory>./src/Jmikola</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|