| 1 | <?php |
||
| 8 | abstract class BaseContext extends RawMinkContext implements TranslatableContext |
||
| 9 | { |
||
| 10 | use \Behatch\Html; |
||
| 11 | use \Behatch\Asserter; |
||
| 12 | |||
| 13 | public static function getTranslationResources() |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @transform /^(0|[1-9]\d*)(?:st|nd|rd|th)?$/ |
||
| 20 | */ |
||
| 21 | public function castToInt($count) |
||
| 25 | |||
| 26 | protected function getMinkContext() |
||
| 34 | } |
||
| 35 |