Alex\BehatLauncher\Behat\FeatureFile::getPath PHP Method

getPath() public method

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