mirror of
https://github.com/stan220/WildcardEventDispatcher.git
synced 2026-09-08 15:28:37 +00:00
Fix directories in PHPUnit configuration
This commit is contained in:
+2
-5
@@ -3,16 +3,13 @@
|
|||||||
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
|
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="WildcardEventDispatcher Test Suite">
|
<testsuite name="WildcardEventDispatcher Test Suite">
|
||||||
<directory>./tests/</directory>
|
<directory>./tests/Jmikola</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
<directory>./</directory>
|
<directory>./src/Jmikola</directory>
|
||||||
<exclude>
|
|
||||||
<directory>./tests</directory>
|
|
||||||
</exclude>
|
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|||||||
Reference in New Issue
Block a user