We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf1bd8 commit 54130fbCopy full SHA for 54130fb
1 file changed
test/phpunit.dist.xml
@@ -15,8 +15,13 @@
15
~ limitations under the License.
16
~
17
-->
18
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" bootstrap="./../vendor/autoload.php"
19
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
+<phpunit
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
21
+ colors="true"
22
+ bootstrap="./../vendor/autoload.php"
23
+ cacheDirectory="../.cache/phpunit"
24
+>
25
<coverage>
26
<include>
27
<directory suffix=".php">./../src</directory>
0 commit comments