コード例 #1
0
ファイル: MemcachedBackendTest.php プロジェクト: vicfryzel/zf
 public function testSaveWithNullLifeTime()
 {
     $this->_instance->setDirectives(array('logging' => false));
     parent::testSaveWithNullLifeTime();
     $this->_instance->setDirectives(array('logging' => true));
 }