PHP Interface Behat\Behat\Context\CustomSnippetAcceptingContext

See also: ContextSnippetGenerator
Deprecation: will be removed in 4.0. Use --snippets-for and --snippets-type CLI options instead
Author: Konstantin Kudryashov ([email protected])
Inheritance: extends SnippetAcceptingContext
Datei anzeigen Open project: behat/behat

Public Methods

Method Description
getAcceptedSnippetType ( ) : string Returns type of the snippets that this context accepts.

Method Details

getAcceptedSnippetType() public static method

Behat implements a couple of types by default: "regex" and "turnip"
public static getAcceptedSnippetType ( ) : string
return string