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

addPostTestInspection() public method

public addPostTestInspection ( $newCallback ) : void
return void
    public function addPostTestInspection($newCallback)
    {
        $this->postTestInspectionCallback[] = $newCallback;
    }