Skip to content

Commit

Permalink
Adding quotes to Behat tags. (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Sep 14, 2016
1 parent fc1c741 commit 97d88fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phing/phingcludes/BehatTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ public function main()
}

if ($this->tags) {
$this->options['tags'] = $this->tags;
$this->options['tags'] = '"' . $this->tags . '"';
}

if ($this->format) {
Expand Down

0 comments on commit 97d88fe

Please sign in to comment.