From 33f9333f13e1f61817f88ce6960e13e461a07020 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 30 Dec 2018 21:18:39 +0100 Subject: [PATCH] [ticket/14948] Remove no longer needed or supported phpunit configs PHPBB3-14948 --- phpunit.xml.dist | 3 +- travis/phpunit-mariadb-travis.xml | 6 ++-- travis/phpunit-mysql-travis.xml | 46 ------------------------------ travis/phpunit-mysqli-travis.xml | 6 ++-- travis/phpunit-postgres-travis.xml | 6 ++-- travis/phpunit-sqlite3-travis.xml | 6 ++-- 6 files changed, 9 insertions(+), 64 deletions(-) delete mode 100644 travis/phpunit-mysql-travis.xml 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 diff --git a/travis/phpunit-mariadb-travis.xml b/travis/phpunit-mariadb-travis.xml index 4b85124783..35ade72d4e 100644 --- a/travis/phpunit-mariadb-travis.xml +++ b/travis/phpunit-mariadb-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 diff --git a/travis/phpunit-mysql-travis.xml b/travis/phpunit-mysql-travis.xml deleted file mode 100644 index cccfc0aee8..0000000000 --- a/travis/phpunit-mysql-travis.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - ../tests - ../tests/functional - ../tests/lint_test.php - ../tests/ui - - - ../tests/functional - - - ../tests/ui - - - - - - slow - - - - - - - - - - - - - - - diff --git a/travis/phpunit-mysqli-travis.xml b/travis/phpunit-mysqli-travis.xml index 4d649681b0..d2284086b9 100644 --- a/travis/phpunit-mysqli-travis.xml +++ b/travis/phpunit-mysqli-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 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 diff --git a/travis/phpunit-sqlite3-travis.xml b/travis/phpunit-sqlite3-travis.xml index 8eabcc7243..633963c9fb 100644 --- a/travis/phpunit-sqlite3-travis.xml +++ b/travis/phpunit-sqlite3-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