Skip to content

Commit 87abc42

Browse files
committed
Changed PhpUnit configuration
- enabled result caching - renamed test suite - changed schema URI to https
1 parent 4313cca commit 87abc42

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.5/phpunit.xsd"
5-
cacheResult="false"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
5+
cacheResultFile="temp/.phpunit.result.cache"
66
colors="true"
77
bootstrap="vendor/autoload.php"
88
>
99
<php>
1010
<ini name="error_reporting" value="-1" />
1111
</php>
12-
1312
<testsuites>
14-
<testsuite name="Polymorphine Dev tests">
13+
<testsuite name="Polymorphine/Dev tests">
1514
<directory>./tests/</directory>
1615
</testsuite>
1716
</testsuites>

0 commit comments

Comments
 (0)