public static function FeatureContext::getAcceptedSnippetType in Booking and Availability Management Tools for Drupal 7
Same name and namespace in other branches
- 8 test/behat/features/bootstrap/FeatureContext.php \FeatureContext::getAcceptedSnippetType()
File
- test/
behat/ features/ bootstrap/ FeatureContext.php, line 82
Class
- FeatureContext
- Features context.
Code
public static function getAcceptedSnippetType() {
return 'regex';
}