getPath() public méthode

Get path.
public getPath ( ) : string
Résultat string
 /** @test */
 public function it_gets_module_path()
 {
     $this->assertEquals(__DIR__ . '/stubs/Recipe', $this->module->getPath());
 }