public function VoidCacheTest::testShouldAlwaysReturnTrueOnDelete in Plug 7
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ VoidCacheTest.php, line 38
Class
Namespace
Doctrine\Tests\Common\CacheCode
public function testShouldAlwaysReturnTrueOnDelete() {
$cache = new VoidCache();
$this
->assertTrue($cache
->delete('foo'));
}