diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-01-27 21:56:21 +0100 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-03-14 20:40:53 +0100 |
commit | cb2eee1d2e82be62118482fb2668561c193a012b (patch) | |
tree | 51ae601142342ae1537e068fd0890b8e32460ca8 /tests/phpunit-mysql.xml | |
parent | 8e80500ee68972eef7d9c004823d1a547270334f (diff) | |
download | volse-hubzilla-cb2eee1d2e82be62118482fb2668561c193a012b.tar.gz volse-hubzilla-cb2eee1d2e82be62118482fb2668561c193a012b.tar.bz2 volse-hubzilla-cb2eee1d2e82be62118482fb2668561c193a012b.zip |
:construction_worker: Add old MySQL 5.5 to Travis CI again.
The trusty distro contains MySQL 5.6. Add a precise distro with MySQL 5.5.
Unfortunately 5.7 is not yet provided, which would be interesting
because of the enabled strict SQL mode.
Diffstat (limited to 'tests/phpunit-mysql.xml')
-rw-r--r-- | tests/phpunit-mysql.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit-mysql.xml b/tests/phpunit-mysql.xml index b421d7a7b..9ba40f087 100644 --- a/tests/phpunit-mysql.xml +++ b/tests/phpunit-mysql.xml @@ -6,7 +6,7 @@ beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutTodoAnnotatedTests="true" - processIsolation="true" + processIsolation="false" verbose="true"> <testsuite name="Hubzilla default Test Suite"> <directory suffix="Test.php">./unit/</directory> |