mirror of
https://github.com/php/web-bugs.git
synced 2026-03-23 23:32:07 +01:00
Update phpunit schema version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user