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

getPreTestInspection() public method

get the callback to use to perform the preflight checkpoint
public getPreTestInspection ( ) : array
return array
    public function getPreTestInspection()
    {
        return $this->preTestInspectionCallback;
    }