mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Doctrine 2.2 Proxies
This commit is contained in:
@@ -20,6 +20,11 @@ class XcacheCacheTest extends \PHPUnit_Framework_TestCase
|
||||
*/
|
||||
public function setUp()
|
||||
{
|
||||
if(!function_exists('xcache_info'))
|
||||
{
|
||||
$this->markTestSkipped('Xcache not loaded');
|
||||
}
|
||||
|
||||
$this->object = new \Alchemy\Phrasea\Cache\XcacheCache;
|
||||
}
|
||||
|
||||
|
@@ -23,7 +23,6 @@ use Doctrine\Common\DataFixtures\Loader;
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
|
||||
\bootstrap::register_autoloads();
|
||||
|
||||
|
||||
abstract class PhraseanetPHPUnitAbstract extends WebTestCase
|
||||
|
Reference in New Issue
Block a user