Rename cache tests

This commit is contained in:
Romain Neutron
2012-02-21 17:43:39 +01:00
parent 1a3eb9ed1f
commit c3aa3b135d
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ require_once __DIR__ . '/../../../../../PhraseanetPHPUnitAbstract.class.inc';
* @license http://opensource.org/licenses/gpl-3.0 GPLv3 * @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com * @link www.phraseanet.com
*/ */
class ApcCacheTest extends PhraseanetPHPUnitAbstract class ServiceApcCacheTest extends PhraseanetPHPUnitAbstract
{ {
public function testScope() public function testScope()

View File

@@ -17,7 +17,7 @@ require_once __DIR__ . '/../../../../../PhraseanetPHPUnitAbstract.class.inc';
* @license http://opensource.org/licenses/gpl-3.0 GPLv3 * @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com * @link www.phraseanet.com
*/ */
class ArrayCacheTest extends PhraseanetPHPUnitAbstract class ServiceArrayCacheTest extends PhraseanetPHPUnitAbstract
{ {
public function testScope() public function testScope()

View File

@@ -17,7 +17,7 @@ require_once __DIR__ . '/../../../../../PhraseanetPHPUnitAbstract.class.inc';
* @license http://opensource.org/licenses/gpl-3.0 GPLv3 * @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com * @link www.phraseanet.com
*/ */
class MemcacheCacheTest extends PhraseanetPHPUnitAbstract class ServiceMemcacheCacheTest extends PhraseanetPHPUnitAbstract
{ {
public function testScope() public function testScope()

View File

@@ -17,7 +17,7 @@ require_once __DIR__ . '/../../../../../PhraseanetPHPUnitAbstract.class.inc';
* @license http://opensource.org/licenses/gpl-3.0 GPLv3 * @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com * @link www.phraseanet.com
*/ */
class XcacheCacheTest extends PhraseanetPHPUnitAbstract class ServiceXcacheCacheTest extends PhraseanetPHPUnitAbstract
{ {
public function testScope() public function testScope()