From 8fdc00e9e7ce15dab4d2e54e541bcdcf0c56a2cb Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 16 Apr 2021 19:21:45 +0200 Subject: Fix code styling Signed-off-by: Daniel Rudolf --- tests/Integration/Command/Share/AddTest.php | 3 +-- tests/Integration/Command/Share/RemoveTest.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/Integration') diff --git a/tests/Integration/Command/Share/AddTest.php b/tests/Integration/Command/Share/AddTest.php index 79506f10..b8549db8 100644 --- a/tests/Integration/Command/Share/AddTest.php +++ b/tests/Integration/Command/Share/AddTest.php @@ -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 { diff --git a/tests/Integration/Command/Share/RemoveTest.php b/tests/Integration/Command/Share/RemoveTest.php index 9df87373..ec0b4f2b 100644 --- a/tests/Integration/Command/Share/RemoveTest.php +++ b/tests/Integration/Command/Share/RemoveTest.php @@ -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 { -- cgit v1.2.3