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
9191<?xml version =" 1.0" encoding =" UTF-8" ?>
9292<phpunit
9393 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"
9595 backupGlobals=" true"
9696 bootstrap=" ./tests/bootstrap.php"
9797 beStrictAboutTestsThatDoNotTestAnything=" false"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
33 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"
55 backupGlobals=" true"
66 bootstrap=" ./tests/bootstrap.php"
77 beStrictAboutTestsThatDoNotTestAnything=" false"
You can’t perform that action at this time.
0 commit comments