Skip to content

Commit b184c68

Browse files
authored
Merge pull request #1764 from hydephp/migrate-phpunit-configuration
Internal: Migrate PHPUnit configuration
2 parents b5dc39b + 5fadc24 commit b184c68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/hyde/phpunit.xml.dist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
colors="true"
6-
>
5+
cacheDirectory=".phpunit.cache"
6+
colors="true">
77
<testsuites>
88
<testsuite name="Test Suite">
99
<directory suffix="Test.php">./tests</directory>
1010
</testsuite>
1111
</testsuites>
12-
<coverage processUncoveredFiles="true">
12+
<source>
1313
<include>
1414
<directory suffix=".php">./app</directory>
1515
<directory suffix=".php">./src</directory>
1616
</include>
17-
</coverage>
17+
</source>
1818
</phpunit>

0 commit comments

Comments
 (0)