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.
2 parents d6e1571 + 5d12ba4 commit 85c9c92Copy full SHA for 85c9c92
phpunit.xml.dist
@@ -2,12 +2,10 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
4
bootstrap=".tools/bootstrap.php"
5
- beStrictAboutCoversAnnotation="true"
6
beStrictAboutOutputDuringTests="true"
7
beStrictAboutTodoAnnotatedTests="true"
8
failOnWarning="true"
9
failOnRisky="true"
10
- verbose="true"
11
colors="true"
12
stderr="true"
13
defaultTestSuite="unit">
@@ -17,7 +15,7 @@
17
15
</php>
18
16
<testsuites>
19
<testsuite name="unit">
20
- <directory suffix="_test.php">tests</directory>
+ <directory suffix="_test.php">tests/unit</directory>
21
</testsuite>
22
</testsuites>
23
</phpunit>
tests/url_test.php tests/unit/url_test.phptests/url_test.php renamed to tests/unit/url_test.php
0 commit comments