/**
  * @covers {className}::{origMethodName}
  * @todo Implement testGetInfo().
  */
 public function testGetInfo()
 {
     // Remove the following lines when you implement this test.
     $this->assertNotEmpty($this->object->getInfo());
 }