1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

Bugfix - renamed feature context class to BaseFeatureContext

This commit is contained in:
Golfersds 2012-10-31 18:58:15 +02:00
parent c311e27b32
commit fb12072469

View file

@ -16,7 +16,7 @@ require_once("tests/LoadFixtures.php");
/**
* LiveStreet custom feature context
*/
class FeatureContext extends MinkContext
class BaseFeatureContext extends MinkContext
{
protected static $fixturesLoader = null;