Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 protected function setUp()
 {
     parent::setUp();
     $this->config = new CacheConfiguration();
 }
Exemplo n.º 2
0
 protected function setUp()
 {
     parent::setUp();
     $this->logger = new CacheLoggerChain();
     $this->mock = $this->getMock('Doctrine\\ORM\\Cache\\Logging\\CacheLogger');
 }
 protected function setUp()
 {
     parent::setUp();
     $this->logger = new StatisticsCacheLogger();
 }