mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
PHPUnit > execute tests in random order > fix XSD namespace (required to use the "executionOrder" attribute)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<!-- https://phpunit.readthedocs.io/en/8.0/ -->
|
<!-- https://phpunit.readthedocs.io/en/8.0/ -->
|
||||||
<phpunit
|
<phpunit
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.8/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.0/phpunit.xsd"
|
||||||
bootstrap="vendor/autoload.php"
|
bootstrap="vendor/autoload.php"
|
||||||
colors="true"
|
colors="true"
|
||||||
executionOrder="random"
|
executionOrder="random"
|
||||||
|
|||||||
Reference in New Issue
Block a user