getLowerName() public méthode

Get name in lower case.
public getLowerName ( ) : string
Résultat string
 /** @test */
 public function it_gets_lowercase_module_name()
 {
     $this->assertEquals('recipe', $this->module->getLowerName());
 }