From 4eebb538dfb5cfd98892ae9cf8267d9f7e9910bb Mon Sep 17 00:00:00 2001 From: odain Date: Wed, 14 Oct 2020 13:03:36 +0200 Subject: [PATCH] :green_heart: add beforeSetup phpunit group to run test before setup --- test/application/ThemeHandlerTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/application/ThemeHandlerTest.php b/test/application/ThemeHandlerTest.php index 45f345b2b..6e2802e64 100644 --- a/test/application/ThemeHandlerTest.php +++ b/test/application/ThemeHandlerTest.php @@ -100,6 +100,8 @@ class ThemeHandlerTest extends ItopTestCase * @param $sPrecompiledStylesheet * @param $oTheme * + * @group beforeSetup + * * @throws \Exception */ public function testValidatePrecompiledStyles()