mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
Php cs fixes
This commit is contained in:
@@ -23,6 +23,11 @@ use Symfony\Component\Clock\MockClock;
|
||||
use Symfony\Component\Messenger\Envelope;
|
||||
use Symfony\Component\Messenger\MessageBusInterface;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @coversNothing
|
||||
*/
|
||||
class CancelStaleWorkflowCronJobTest extends KernelTestCase
|
||||
{
|
||||
protected function setUp(): void
|
||||
@@ -33,6 +38,7 @@ class CancelStaleWorkflowCronJobTest extends KernelTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider buildTestCanRunData
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function testCanRun(?CronJobExecution $cronJobExecution, bool $expected): void
|
||||
|
Reference in New Issue
Block a user