MDL-73272 behat: move behat extension to core

This commit is contained in:
Petr Skoda 2021-12-07 14:06:46 +13:00
parent 3105d5bc9f
commit b5d9af91dc
27 changed files with 2744 additions and 127 deletions

View file

@ -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{}