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 @@ -90,7 +90,7 @@ The easiest way to do this is to add a `phpunit.xml` file to the root of your VI
90
90
<?xml version =" 1.0" encoding =" UTF-8" ?>
91
91
<phpunit
92
92
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
93
- xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/7.2 /phpunit.xsd"
93
+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/7.5 /phpunit.xsd"
94
94
backupGlobals=" true"
95
95
bootstrap=" ./tests/bootstrap.php"
96
96
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