ParaTest\Runners\PHPUnit\Configuration::getPath PHP Méthode

getPath() public méthode

Returns the path to the phpunit configuration file
public getPath ( ) : string
Résultat string
    public function getPath()
    {
        return $this->path;
    }