Skip to content

Commit cfeebb0

Browse files
Merge branch '5.4' into 6.2
* 5.4: Migrate to `static` data providers using `rector/rector`
2 parents d09c2b0 + 432fdba commit cfeebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WorkflowTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public function testApplyWithEventDispatcher()
427427
$this->assertSame($eventNameExpected, $eventDispatcher->dispatchedEvents);
428428
}
429429

430-
public function provideApplyWithEventDispatcherForAnnounceTests()
430+
public static function provideApplyWithEventDispatcherForAnnounceTests()
431431
{
432432
yield [false, [Workflow::DISABLE_ANNOUNCE_EVENT => true]];
433433
yield [true, [Workflow::DISABLE_ANNOUNCE_EVENT => false]];

0 commit comments

Comments
 (0)