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 4313cca commit 87abc42Copy full SHA for 87abc42
phpunit.xml.dist
@@ -1,17 +1,16 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.5/phpunit.xsd"
5
- cacheResult="false"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
+ cacheResultFile="temp/.phpunit.result.cache"
6
colors="true"
7
bootstrap="vendor/autoload.php"
8
>
9
<php>
10
<ini name="error_reporting" value="-1" />
11
</php>
12
-
13
<testsuites>
14
- <testsuite name="Polymorphine Dev tests">
+ <testsuite name="Polymorphine/Dev tests">
15
<directory>./tests/</directory>
16
</testsuite>
17
</testsuites>
0 commit comments