Skip to content

Commit 0fc4a2a

Browse files
author
Анатолий Нехай
committed
update phpunit.xml.dist
1 parent da84153 commit 0fc4a2a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<?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">
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
5+
>
36
<coverage>
47
<include>
58
<directory>./src</directory>
69
</include>
710
</coverage>
811
<testsuites>
9-
<testsuite name="sunrise.http.router.testSuite">
12+
<testsuite name="sunrise/http-router">
1013
<directory>./tests/</directory>
1114
</testsuite>
1215
</testsuites>

0 commit comments

Comments
 (0)