1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +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 * LiveStreet custom feature context
*/ */
class FeatureContext extends MinkContext class BaseFeatureContext extends MinkContext
{ {
protected static $fixturesLoader = null; protected static $fixturesLoader = null;