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 --- travis/phpunit-postgres-travis.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis/phpunit-postgres-travis.xml') diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml index fa497a1264..ae56da37f5 100644 --- a/travis/phpunit-postgres-travis.xml +++ b/travis/phpunit-postgres-travis.xml @@ -1,6 +1,6 @@ Date: Sun, 30 Dec 2018 21:18:39 +0100 Subject: [ticket/14948] Remove no longer needed or supported phpunit configs PHPBB3-14948 --- travis/phpunit-postgres-travis.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'travis/phpunit-postgres-travis.xml') diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml index ae56da37f5..6faab4d61a 100644 --- a/travis/phpunit-postgres-travis.xml +++ b/travis/phpunit-postgres-travis.xml @@ -7,8 +7,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="true" - strict="true" verbose="true" bootstrap="../tests/bootstrap.php"> @@ -19,10 +17,10 @@ ../tests/ui - ../tests/functional + ../tests/functional - ../tests/ui + ../tests/ui -- cgit v1.2.1 From c37e696c1cd13452a802d605f649852b055493ae Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 25 Nov 2019 21:33:42 +0100 Subject: [ticket/16223] Add memcached config and PHP extension PHPBB3-16223 --- travis/phpunit-postgres-travis.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'travis/phpunit-postgres-travis.xml') diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml index 6faab4d61a..f9b8a6f595 100644 --- a/travis/phpunit-postgres-travis.xml +++ b/travis/phpunit-postgres-travis.xml @@ -38,6 +38,7 @@ + -- cgit v1.2.1