From 509ac2f1085e74c6a44253248f9f2fc3ac54d337 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Sun, 20 May 2018 21:14:10 +0200 Subject: Improve and split tests (#12822) * Speed up some tests by not using IntegrationTestCase * fix test * split system tests into plugin & core * adjust travis submodule * Move Annotations system test to plugin * Move Transitions system test to plugin * fix tests * move PurgeDataTest to PrivacyManager plugin * Move some tests to Goal plugin * fix test * submodule update * Move tests to ecommerce plugin * adds a caching to prevent some duplicate api calls --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 375b1ffa72..092b341000 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,10 @@ matrix: include: # PDO Mysql - php: 5.6 - env: TEST_SUITE=SystemTests MYSQL_ADAPTER=PDO_MYSQL + env: TEST_SUITE=SystemTestsCore MYSQL_ADAPTER=PDO_MYSQL + sudo: required + - php: 5.6 + env: TEST_SUITE=SystemTestsPlugins MYSQL_ADAPTER=PDO_MYSQL sudo: required - php: 5.6 env: TEST_SUITE=IntegrationTests MYSQL_ADAPTER=PDO_MYSQL -- cgit v1.2.3