コード例 #1
0
 public function testGetStats()
 {
     $this->assertTrue(is_array($this->object->getStats()) || is_null($this->object->getStats()));
 }
コード例 #2
0
ファイル: ApcCacheTest.php プロジェクト: luisbrito/Phraseanet
 public function testGetStats()
 {
     // Remove the following lines when you implement this test.
     $this->markTestSkipped('Test is failing');
     $this->assertTrue(is_array($this->object->getStats()) || is_null($this->object->getStats()));
 }