Skip to content

Commit a89395c

Browse files
authored
[TASK] Sync the PHPUnit configuration file version with the package (#423)
1 parent 9648ced commit a89395c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<phpunit
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.8/phpunit.xsd">
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd">
44
<testsuites>
55
<testsuite name="Project Test Suite">
66
<directory>tests</directory>

0 commit comments

Comments
 (0)