getDescription() public method

Get description.
public getDescription ( ) : string
return string
Beispiel #1
0
 /** @test */
 public function it_gets_module_description()
 {
     $this->assertEquals('recipe module', $this->module->getDescription());
 }