mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'wip-mdl-55072' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
30daa61475
15 changed files with 1851 additions and 357 deletions
|
@ -197,6 +197,9 @@ class tests_finder {
|
|||
case 'stepsdefinitions':
|
||||
$regexp = '|'.$sep.'tests'.$sep.'behat'.$sep.'behat_.*\.php$|';
|
||||
break;
|
||||
case 'behat':
|
||||
$regexp = '!'.$sep.'tests'.$sep.'behat'.$sep.'(.*\.feature)|(behat_.*\.php)$!';
|
||||
break;
|
||||
}
|
||||
|
||||
return $regexp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue