getLowerName() public method

Get name in lower case.
public getLowerName ( ) : string
return string
Ejemplo n.º 1
0
 /** @test */
 public function it_gets_lowercase_module_name()
 {
     $this->assertEquals('recipe', $this->module->getLowerName());
 }