This commit is contained in:
Romain Neutron
2013-05-29 21:23:36 +02:00
parent 38f38290c8
commit 278eb3c2dc
42 changed files with 53 additions and 98 deletions

View File

@@ -45,4 +45,3 @@ class ApcCacheTest extends \PHPUnit_Framework_TestCase
);
}
}

View File

@@ -42,4 +42,3 @@ class ArrayCacheTest extends \PHPUnit_Framework_TestCase
);
}
}

View File

@@ -53,4 +53,3 @@ class MemcacheCacheTest extends \PHPUnit_Framework_TestCase
);
}
}

View File

@@ -16,7 +16,7 @@ class RedisTest extends \PhraseanetPHPUnitAbstract
} catch (\Exception $e) {
$ok = false;
}
if ( ! $ok) {
if (! $ok) {
$this->markTestSkipped('The ' . __CLASS__ . ' requires the use of redis');
}
} else {

View File

@@ -46,4 +46,3 @@ class XcacheCacheTest extends \PHPUnit_Framework_TestCase
);
}
}