Skip to content

Commit

Permalink
1118 - Support new phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
AstonVictor committed Nov 20, 2024
1 parent 65f6d7e commit 1c999bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestTraits/BehatTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(self::$feature);
return self::provideBehatFeature($feature);
}

Expand Down

0 comments on commit 1c999bb

Please sign in to comment.