Skip to content

Commit ec0ab93

Browse files
committed
Fix an error with new PHPunit
1 parent b4ac026 commit ec0ab93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
33
backupStaticAttributes="false"
4-
syntaxCheck="false" verbose="true"
4+
verbose="true"
55
bootstrap="tests/bootstrap.php">
66
<testsuites>
77
<testsuite name="Tests">

0 commit comments

Comments
 (0)