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 da84153 commit 0fc4a2aCopy full SHA for 0fc4a2a
phpunit.xml.dist
@@ -1,12 +1,15 @@
1
<?xml version="1.0"?>
2
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
+<phpunit
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
5
+>
6
<coverage>
7
<include>
8
<directory>./src</directory>
9
</include>
10
</coverage>
11
<testsuites>
- <testsuite name="sunrise.http.router.testSuite">
12
+ <testsuite name="sunrise/http-router">
13
<directory>./tests/</directory>
14
</testsuite>
15
</testsuites>
0 commit comments