Skip to content

Commit 81f8b3f

Browse files
committed
Update phpunit.xml.dist
Signed-off-by: Ion Bazan <ion.bazan@gmail.com>
1 parent 78eaab2 commit 81f8b3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml.dist

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
colors="true"
6-
cacheDirectory=".phpunit.cache"
76
>
87
<testsuites>
98
<testsuite name="laminas-code Test Suite">

0 commit comments

Comments
 (0)