info() public method

public info ( $message )
 /**
  * @test
  */
 public function testInfo()
 {
     $this->object->info('Test info Message');
 }