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

addPreTestInspection() public method

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