We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b683b commit cafb530Copy full SHA for cafb530
README.md
@@ -1,4 +1,4 @@
1
## Mvc5 Framework Tests
2
[**https://mvc5.github.io**](https://mvc5.github.io)
3
4
-A PHP 7 programming environment with immutable components.
+A PHP 8 programming environment with immutable components.
phpunit.xml.dist
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<phpunit bootstrap="../../autoload.php"
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
+ bootstrap="../../autoload.php"
5
backupGlobals="false"
6
backupStaticAttributes="false"
7
colors="true"
0 commit comments