mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Rename cache tests
This commit is contained in:
@@ -17,7 +17,7 @@ require_once __DIR__ . '/../../../../../PhraseanetPHPUnitAbstract.class.inc';
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class ApcCacheTest extends PhraseanetPHPUnitAbstract
|
||||
class ServiceApcCacheTest extends PhraseanetPHPUnitAbstract
|
||||
{
|
||||
|
||||
public function testScope()
|
||||
|
@@ -17,7 +17,7 @@ require_once __DIR__ . '/../../../../../PhraseanetPHPUnitAbstract.class.inc';
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class ArrayCacheTest extends PhraseanetPHPUnitAbstract
|
||||
class ServiceArrayCacheTest extends PhraseanetPHPUnitAbstract
|
||||
{
|
||||
|
||||
public function testScope()
|
||||
|
@@ -17,7 +17,7 @@ require_once __DIR__ . '/../../../../../PhraseanetPHPUnitAbstract.class.inc';
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class MemcacheCacheTest extends PhraseanetPHPUnitAbstract
|
||||
class ServiceMemcacheCacheTest extends PhraseanetPHPUnitAbstract
|
||||
{
|
||||
|
||||
public function testScope()
|
||||
|
@@ -17,7 +17,7 @@ require_once __DIR__ . '/../../../../../PhraseanetPHPUnitAbstract.class.inc';
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class XcacheCacheTest extends PhraseanetPHPUnitAbstract
|
||||
class ServiceXcacheCacheTest extends PhraseanetPHPUnitAbstract
|
||||
{
|
||||
|
||||
public function testScope()
|
||||
|
Reference in New Issue
Block a user