1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-09 01:44:25 +03:00
ifhub.club/tests/behat/features/bootstrap/FeatureContext.php

12 lines
150 B
PHP

<?php
require_once("BaseFeatureContext.php");
/**
* LiveStreet custom feature context
*/
class FeatureContext extends BaseFeatureContext
{
}