1 | <?php |
||
13 | class QueueRequeueCommandTest extends PHPUnit_Framework_TestCase |
||
|
|||
14 | { |
||
15 | use QueueCommonServicesTrait; |
||
16 | use SymfonyMockTrait; |
||
17 | |||
18 | public function testCreate(): void |
||
25 | |||
26 | public function dataExecute(): array |
||
39 | |||
40 | /** |
||
41 | * @param bool $restored |
||
42 | * @param int $expected |
||
43 | * |
||
44 | * @throws \Exception |
||
45 | * |
||
46 | * @dataProvider dataExecute |
||
47 | */ |
||
48 | public function testExecute(bool $restored, int $expected): void |
||
62 | } |
||
63 |