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

getTestCanRunCheck() public method

get the callback which allows the story to be skipped
public getTestCanRunCheck ( ) : array
return array
    public function getTestCanRunCheck()
    {
        return $this->testCanRunCheckCallback;
    }