From 773d246a7e9ed2e8e0144278395aefffff795be4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 24 Jul 2016 17:17:41 +0200 Subject: [ticket/14670] Do not backup static attributes This seems to cause issues with the UI tests as the backed up static web driver does not seem to be properly initialized. PHPBB3-14670 --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c6e539b7ba..71a94da89f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@ Date: Sun, 30 Dec 2018 11:36:08 +0100 Subject: [ticket/14948] Adjust calls for twig and phpunit updates PHPBB3-14948 --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 71a94da89f..1d9e35c9f3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,7 +8,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="false" bootstrap="tests/bootstrap.php" > -- cgit v1.2.1 From 33f9333f13e1f61817f88ce6960e13e461a07020 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 30 Dec 2018 21:18:39 +0100 Subject: [ticket/14948] Remove no longer needed or supported phpunit configs PHPBB3-14948 --- phpunit.xml.dist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1d9e35c9f3..e5b074cf16 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -24,8 +24,7 @@ ./tests/lint_test.php - ./tests/ui + ./tests/ui -- cgit v1.2.1