mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix CS
This commit is contained in:
@@ -45,4 +45,3 @@ class ApcCacheTest extends \PHPUnit_Framework_TestCase
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -42,4 +42,3 @@ class ArrayCacheTest extends \PHPUnit_Framework_TestCase
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -53,4 +53,3 @@ class MemcacheCacheTest extends \PHPUnit_Framework_TestCase
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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 {
|
||||
|
@@ -46,4 +46,3 @@ class XcacheCacheTest extends \PHPUnit_Framework_TestCase
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user