Skip to content

Commit cafb530

Browse files
committed
PHP 8
1 parent 39b683b commit cafb530

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Mvc5 Framework Tests
22
[**https://mvc5.github.io**](https://mvc5.github.io)
33

4-
A PHP 7 programming environment with immutable components.
4+
A PHP 8 programming environment with immutable components.

phpunit.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="../../autoload.php"
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
4+
bootstrap="../../autoload.php"
35
backupGlobals="false"
46
backupStaticAttributes="false"
57
colors="true"

0 commit comments

Comments
 (0)