We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d09c2b0 + 432fdba commit cfeebb0Copy full SHA for cfeebb0
Tests/WorkflowTest.php
@@ -427,7 +427,7 @@ public function testApplyWithEventDispatcher()
427
$this->assertSame($eventNameExpected, $eventDispatcher->dispatchedEvents);
428
}
429
430
- public function provideApplyWithEventDispatcherForAnnounceTests()
+ public static function provideApplyWithEventDispatcherForAnnounceTests()
431
{
432
yield [false, [Workflow::DISABLE_ANNOUNCE_EVENT => true]];
433
yield [true, [Workflow::DISABLE_ANNOUNCE_EVENT => false]];
0 commit comments