Update phpunit schema version

This commit is contained in:
Peter Kokot
2019-05-22 03:20:30 +02:00
parent 5cdac95adc
commit 35a1baa22f
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Application unit tests can be executed in development environment after
installing dependencies by running `phpunit`:
```bash
phpunit
./vendor/bin/phpunit
```
## Directory structure

View File

@@ -3,7 +3,7 @@
<!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.4/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.1/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="tests/bootstrap.php">