Alex\BehatLauncher\Behat\FeatureFile::getPath PHP Méthode

getPath() public méthode

public getPath ( ) : string
Résultat string
    public function getPath()
    {
        $parent = $this->directory->getPath();
        if ($parent === '') {
            return $this->name;
        }
        return $parent . '/' . $this->name;
    }