Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Oct 26, 2021
1 parent d2b30a0 commit ba51fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<phpunit colors="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory>./src</directory>
</include>
</coverage>
<testsuites>
<testsuite name="sunrise.http.factory.testSuite">
<testsuite name="Sunrise.HttpFactory">
<directory>./tests/</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit ba51fc5

Please sign in to comment.