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

getTestTeardown() public method

get the callback for post-story teardown work
public getTestTeardown ( ) : array
return array
    public function getTestTeardown()
    {
        return $this->testTeardownCallback;
    }