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

generateName() public method

Set the name as the filename of the test
public generateName ( ) : Story
return Story $this for fluent interface
    public function generateName()
    {
        $this->setName(basename($this->getStoryFilename()));
        return $this;
    }