DataSift\Storyplayer\PlayerLib\Story::hasTestTeardown PHP Method

hasTestTeardown() public method

do we have a post-story teardown callback?
public hasTestTeardown ( ) : boolean
return boolean true if there is a post-story teardown callback
    public function hasTestTeardown()
    {
        return count($this->testTeardownCallback) > 0;
    }