コード例 #1
0
ファイル: CommonAdapterTest.php プロジェクト: ninahuanca/zf2
 public function testOptimize()
 {
     if (!$this->_storage instanceof OptimizableInterface) {
         $this->markTestSkipped("Storage doesn't implement OptimizableInterface");
     }
     $this->assertTrue($this->_storage->optimize());
 }