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