getPath() 공개 메소드

Get path.
public getPath ( ) : string
리턴 string
예제 #1
0
 /** @test */
 public function it_gets_module_path()
 {
     $this->assertEquals(__DIR__ . '/stubs/Recipe', $this->module->getPath());
 }