DataSift\Storyplayer\Reports\JUnitReport::startStoryplayer PHP Method

startStoryplayer() public method

called when storyplayer starts
public startStoryplayer ( string $version, string $url, string $copyright, string $license ) : void
$version string
$url string
$copyright string
$license string
return void
    public function startStoryplayer($version, $url, $copyright, $license)
    {
        $this->testsuite = array('id' => 0, 'name' => 'StoryPlayer', 'tests' => 0, 'disabled' => 0, 'errors' => 0, 'failures' => 0, 'skipped' => 0, 'timestamp' => gmdate('Y-m-d\\TH:i:s'), 'testcase' => array());
    }