File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The easiest way to do this is to add a `phpunit.xml` file to the root of your VI
91
91
<?xml version =" 1.0" encoding =" UTF-8" ?>
92
92
<phpunit
93
93
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
94
- xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/7.2 /phpunit.xsd"
94
+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/7.5 /phpunit.xsd"
95
95
backupGlobals=" true"
96
96
bootstrap=" ./tests/bootstrap.php"
97
97
beStrictAboutTestsThatDoNotTestAnything=" false"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/7.2 /phpunit.xsd"
4
+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/7.5 /phpunit.xsd"
5
5
backupGlobals=" true"
6
6
bootstrap=" ./tests/bootstrap.php"
7
7
beStrictAboutTestsThatDoNotTestAnything=" false"
You can’t perform that action at this time.
0 commit comments