From 1304b07cc1eaf4f4521e1b5b4fcb54ab0c562596 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Thu, 30 May 2019 21:28:34 +0200 Subject: [PATCH] PHPUnit: set executionOrder as random and enable resolveDependencies --- phpunit.xml.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9c4bf609..6cba6fbb 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,6 +7,8 @@ bootstrap="tests/App/bootstrap.php" colors="true" beStrictAboutOutputDuringTests="true" + executionOrder="random" + resolveDependencies="true" >