PHPUnit_Extensions_Story_Scenario::getSteps PHP Method

getSteps() public method

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