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 d3059e0 commit a9bf49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestTraits/BehatProvidingTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function parseBehatFeature($featureString, $keywords = NULL) {
* @return array
* An array of scenarios, each an array of title, scenario, and feature.
*/
public function provideBehatFeature(FeatureNode $feature) {
public static function provideBehatFeature(FeatureNode $feature) {
$scenarios = [];
foreach ($feature->getScenarios() as $scenario) {
if ($scenario instanceof OutlineNode) {
Expand Down

0 comments on commit a9bf49f

Please sign in to comment.