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

hasTestSetup() public method

do we have a pre-story setup callback?
public hasTestSetup ( ) : boolean
return boolean true if there is a pre-story setup callback
    public function hasTestSetup()
    {
        return count($this->testSetupCallback) > 0;
    }