mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-73272 behat: move behat extension to core
This commit is contained in:
parent
3105d5bc9f
commit
b5d9af91dc
27 changed files with 2744 additions and 127 deletions
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Moodle\BehatExtension\Exception;
|
||||
|
||||
/**
|
||||
* Skipped exception (throw this to mark step as "skipped").
|
||||
*
|
||||
* @author Jerome Mouneyrac
|
||||
*/
|
||||
class SkippedException extends \Exception{}
|
Loading…
Add table
Add a link
Reference in a new issue