public function testGetStats()
 {
     $this->assertTrue(is_array($this->object->getStats()) || is_null($this->object->getStats()));
 }
Example #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()));
 }