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

getPostTestInspection() public method

get the callback to use to work out the test results
public getPostTestInspection ( ) : array
return array
    public function getPostTestInspection()
    {
        return $this->postTestInspectionCallback;
    }