getPath() public method

Get path.
public getPath ( ) : string
return string
Ejemplo n.º 1
0
 /** @test */
 public function it_gets_module_path()
 {
     $this->assertEquals(__DIR__ . '/stubs/Recipe', $this->module->getPath());
 }