From 3dee1db2603c84b53c9fe93b5da95d75846878d6 Mon Sep 17 00:00:00 2001 From: Nicofuma Date: Sat, 3 May 2014 03:36:01 +0200 Subject: [ticket/12485] Broken tests due to absolute exclude PHPBB3-12485 --- travis/phpunit-mariadb-travis.xml | 6 ++--- travis/phpunit-mysql-5-2-travis.xml | 44 +++++++++++++++++++++++++++++++++++++ travis/phpunit-mysql-travis.xml | 8 +++---- travis/phpunit-postgres-travis.xml | 6 ++--- 4 files changed, 54 insertions(+), 10 deletions(-) create mode 100644 travis/phpunit-mysql-5-2-travis.xml (limited to 'travis') diff --git a/travis/phpunit-mariadb-travis.xml b/travis/phpunit-mariadb-travis.xml index 1eaee5b7d8..aa245a8224 100644 --- a/travis/phpunit-mariadb-travis.xml +++ b/travis/phpunit-mariadb-travis.xml @@ -13,9 +13,9 @@ bootstrap="../tests/bootstrap.php"> - ../tests/ - tests/functional - tests/lint_test.php + ../tests + ../tests/functional + ../tests/lint_test.php ../tests/functional diff --git a/travis/phpunit-mysql-5-2-travis.xml b/travis/phpunit-mysql-5-2-travis.xml new file mode 100644 index 0000000000..e99f8d6cee --- /dev/null +++ b/travis/phpunit-mysql-5-2-travis.xml @@ -0,0 +1,44 @@ + + + + + ../tests/ + tests/functional + tests/lint_test.php + + + tests/lint_test.php + + + ../tests/functional + + + + + + slow + + + + + + + + + + + + + + diff --git a/travis/phpunit-mysql-travis.xml b/travis/phpunit-mysql-travis.xml index e99f8d6cee..3ad59747ff 100644 --- a/travis/phpunit-mysql-travis.xml +++ b/travis/phpunit-mysql-travis.xml @@ -13,12 +13,12 @@ bootstrap="../tests/bootstrap.php"> - ../tests/ - tests/functional - tests/lint_test.php + ../tests + ../tests/functional + ../tests/lint_test.php - tests/lint_test.php + ../tests/lint_test.php ../tests/functional diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml index aa829f4d30..b4af7c5765 100644 --- a/travis/phpunit-postgres-travis.xml +++ b/travis/phpunit-postgres-travis.xml @@ -13,9 +13,9 @@ bootstrap="../tests/bootstrap.php"> - ../tests/ - tests/functional - tests/lint_test.php + ../tests + ../tests/functional + ../tests/lint_test.php ../tests/functional -- cgit v1.2.1