protected function FileCacheTest::setUp in Plug 7
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ FileCacheTest.php, line 17
Class
- FileCacheTest
- @group DCOM-101
Namespace
Doctrine\Tests\Common\CacheCode
protected function setUp() {
$this->driver = $this
->getMock('Doctrine\\Common\\Cache\\FileCache', array(
'doFetch',
'doContains',
'doSave',
), array(), '', false);
}