Skip to content

Commit

Permalink
Merge pull request #15 from cawolf/fixes-14
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
mytord authored May 22, 2017
2 parents 9d28a43 + f0ae35b commit bb463cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Formatter/Formatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,9 @@ public function onBeforeOutlineTested(BehatEvent\BeforeOutlineTested $event)
$scenario->setName($event->getOutline()->getTitle());
$scenario->setTags($event->getOutline()->getTags());
$scenario->setLine($event->getOutline()->getLine());
$scenario->setType($event->getOutline()->getNodeType());
$scenario->setKeyword($event->getOutline()->getKeyword());
$scenario->setFeature($this->currentFeature);
$this->currentScenario = $scenario;
}

Expand Down

0 comments on commit bb463cd

Please sign in to comment.