Fix code styling
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
This commit is contained in:
Родитель
7a745074a5
Коммит
8fdc00e9e7
|
@ -35,8 +35,7 @@ use PHPUnit\Framework\TestCase;
|
|||
use Symfony\Component\Console\Exception\RuntimeException as ConsoleRuntimeException;
|
||||
use Symfony\Component\Console\Tester\CommandTester;
|
||||
|
||||
class AddTest extends TestCase
|
||||
{
|
||||
class AddTest extends TestCase {
|
||||
use TShareCommandTest;
|
||||
|
||||
public function setUp(): void {
|
||||
|
|
|
@ -30,8 +30,7 @@ use PHPUnit\Framework\TestCase;
|
|||
use Symfony\Component\Console\Exception\RuntimeException as ConsoleRuntimeException;
|
||||
use Symfony\Component\Console\Tester\CommandTester;
|
||||
|
||||
class RemoveTest extends TestCase
|
||||
{
|
||||
class RemoveTest extends TestCase {
|
||||
use TShareCommandTest;
|
||||
|
||||
public function setUp(): void {
|
||||
|
|
Загрузка…
Ссылка в новой задаче