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

hasPreTestInspection() public method

do we have a callback
public hasPreTestInspection ( ) : boolean
return boolean [description]
    public function hasPreTestInspection()
    {
        return count($this->preTestInspectionCallback) > 0;
    }