Pantheon\Terminus\FeatureTests\FeatureContext::thisStepIsPending PHP Method

thisStepIsPending() public method

public thisStepIsPending ( string $description )
$description string feature description of what is still pending
    public function thisStepIsPending($description)
    {
        throw new PendingException("Testing {$description} is pending");
    }