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

getTestSetup() public method

get the callback for per-story setup work
public getTestSetup ( ) : array
return array
    public function getTestSetup()
    {
        return $this->testSetupCallback;
    }