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