@@ -35,8 +35,7 @@ |
||
35 | 35 | use Symfony\Component\Console\Exception\RuntimeException as ConsoleRuntimeException; |
36 | 36 | use Symfony\Component\Console\Tester\CommandTester; |
37 | 37 | |
38 | -class AddTest extends TestCase |
|
39 | -{ |
|
38 | +class AddTest extends TestCase { |
|
40 | 39 | use TShareCommandTest; |
41 | 40 | |
42 | 41 | public function setUp(): void { |
@@ -30,8 +30,7 @@ |
||
30 | 30 | use Symfony\Component\Console\Exception\RuntimeException as ConsoleRuntimeException; |
31 | 31 | use Symfony\Component\Console\Tester\CommandTester; |
32 | 32 | |
33 | -class RemoveTest extends TestCase |
|
34 | -{ |
|
33 | +class RemoveTest extends TestCase { |
|
35 | 34 | use TShareCommandTest; |
36 | 35 | |
37 | 36 | public function setUp(): void { |