We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc4f7b commit 2ca4743Copy full SHA for 2ca4743
phpunit.xml.dist
@@ -2,7 +2,7 @@
2
<phpunit colors="true" bootstrap="vendor/autoload.php">
3
<testsuites>
4
<testsuite name="Artax Adapter Test Suite">
5
- <directory>test</directory>
+ <directory>tests/</directory>
6
</testsuite>
7
</testsuites>
8
<php>
@@ -16,4 +16,4 @@
16
<listeners>
17
<listener class="Amp\PHPUnit\LoopReset" />
18
</listeners>
19
-</phpunit>
+</phpunit>
0 commit comments