DataSift\Storyplayer\Reports\TapReport::startStory PHP Method

startStory() public method

public startStory ( string $storyName, string $storyCategory, string $storyGroup, string $envName, string $deviceName ) : void
$storyName string
$storyCategory string
$storyGroup string
$envName string
$deviceName string
return void
    public function startStory($storyName, $storyCategory, $storyGroup, $envName, $deviceName)
    {
        // keep track of how many tests we have seen
        $this->testCount++;
    }