diff --git a/src/TestTraits/BehatTestTrait.php b/src/TestTraits/BehatTestTrait.php index 6e7a48b..193ed9c 100644 --- a/src/TestTraits/BehatTestTrait.php +++ b/src/TestTraits/BehatTestTrait.php @@ -14,7 +14,7 @@ trait BehatTestTrait { * breaking it down into individual scenarios for testing. */ public static function providerTestBehatScenario() { - $feature = self::parseBehatFeature(self::$feature); + $feature = self::parseBehatFeature(static::$feature); return self::provideBehatFeature($feature); }