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">
|
||||
<testsuites>
|
||||
<testsuite name="WildcardEventDispatcher Test Suite">
|
||||
<directory>./tests/</directory>
|
||||
<directory>./tests/Jmikola</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory>./</directory>
|
||||
<exclude>
|
||||
<directory>./tests</directory>
|
||||
</exclude>
|
||||
<directory>./src/Jmikola</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user