From 84b76ffd8062d5fbcbbc4ef4350119ff64206d99 Mon Sep 17 00:00:00 2001
From: Helmut Hummel <helmut.hummel@typo3.org>
Date: Sun, 4 Nov 2012 00:31:22 +0100
Subject: [PATCH] [TASK] Add memcache backend tests again

Memceache tests have been disabled because of
problems with the travis ci service.

Activate them again after the problems have been
resolved and also activate PHPUnit color output.

Releases: 6.0

Change-Id: I8f488c499884e36c03736844f5325ad57deeecc5
Reviewed-on: http://review.typo3.org/16179
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
---
 .travis.yml                           | 3 +--
 typo3/sysext/core/Build/UnitTests.xml | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index da58e879eb27..9199375d6118 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,8 +18,7 @@ before_script:
   - git clone git://github.com/typo3-ci/TYPO3-Travis-Integration.git build-environment
   - source build-environment/install-helper.sh
   - installPhpModule igbinary
-# Disable memcache tests for now
-#  - installPhpModule -y memcache
+  - installPhpModule -y memcache
   - installPhpModule redis
   - if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]]; then installPhpModule -y apc; fi
 
diff --git a/typo3/sysext/core/Build/UnitTests.xml b/typo3/sysext/core/Build/UnitTests.xml
index 6bf6deef24e4..ed313557d89b 100644
--- a/typo3/sysext/core/Build/UnitTests.xml
+++ b/typo3/sysext/core/Build/UnitTests.xml
@@ -1,6 +1,6 @@
 <phpunit backupGlobals="false"
 	backupStaticAttributes="false"
-	colors="false"
+	colors="true"
 	convertErrorsToExceptions="true"
 	convertWarningsToExceptions="true"
 	forceCoversAnnotation="false"
-- 
GitLab