Skip to content

Commit 432fdba

Browse files
OskarStarknicolas-grekas
authored andcommitted
Migrate to static data providers using rector/rector
1 parent 8854493 commit 432fdba

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
@@ -438,7 +438,7 @@ public function testApplyWithEventDispatcher()
438438
$this->assertSame($eventNameExpected, $eventDispatcher->dispatchedEvents);
439439
}
440440

441-
public function provideApplyWithEventDispatcherForAnnounceTests()
441+
public static function provideApplyWithEventDispatcherForAnnounceTests()
442442
{
443443
yield [false, [Workflow::DISABLE_ANNOUNCE_EVENT => true]];
444444
yield [true, [Workflow::DISABLE_ANNOUNCE_EVENT => false]];

0 commit comments

Comments
 (0)