getLowerName() 공개 메소드

Get name in lower case.
public getLowerName ( ) : string
리턴 string
예제 #1
0
 /** @test */
 public function it_gets_lowercase_module_name()
 {
     $this->assertEquals('recipe', $this->module->getLowerName());
 }