Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 97d88fe

Browse files
authored
Adding quotes to Behat tags. (#387)
1 parent fc1c741 commit 97d88fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phing/phingcludes/BehatTask.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ public function main()
422422
}
423423

424424
if ($this->tags) {
425-
$this->options['tags'] = $this->tags;
425+
$this->options['tags'] = '"' . $this->tags . '"';
426426
}
427427

428428
if ($this->format) {

0 commit comments

Comments
 (0)