Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/TestTraits/BehatProvidingTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ trait BehatProvidingTrait {
* @param \Behat\Gherkin\Keywords\ArrayKeywords|Null $keywords (optional)
* Keywords to be used to interpret the Behat feature.
*
* @return Behat\Gherkin\Node\FeatureNode
* @return \Behat\Gherkin\Node\FeatureNode
* A Behat feature.
*/
public static function parseBehatFeature($featureString, $keywords = NULL) {
Expand Down Expand Up @@ -149,4 +149,4 @@ protected function getProvidedScenario() {
throw new \Exception("Scenario not found in provided data.");
}

}
}