Ejemplo n.º 1
0
 public function testGetStats()
 {
     $this->assertTrue(is_array($this->object->getStats()) || is_null($this->object->getStats()));
 }
Ejemplo n.º 2
0
 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()));
 }