We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78eaab2 commit 81f8b3fCopy full SHA for 81f8b3f
phpunit.xml.dist
@@ -1,9 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
colors="true"
6
- cacheDirectory=".phpunit.cache"
7
>
8
<testsuites>
9
<testsuite name="laminas-code Test Suite">
0 commit comments