PHPUnit_Extensions_Story_Scenario::getSteps PHP Méthode

getSteps() public méthode

Returns the steps of this scenario.
public getSteps ( ) : array
Résultat array
    public function getSteps()
    {
        return $this->steps;
    }