Commit: 35a1baa22f5a5388194047182e3eca31371c6b40 Author: Peter Kokot <[email protected]> Wed, 22 May 2019 03:20:30 +0200 Parents: 5cdac95adc49562291a873c8704de3ceb0d9d398 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=35a1baa22f5a5388194047182e3eca31371c6b40 Log: Update phpunit schema version Changed paths: M README.md M phpunit.xml.dist Diff: diff --git a/README.md b/README.md index f767e56..af5cc30 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e19c661..5bd0060 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -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"> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
