Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Rudolf <github.com@daniel-rudolf.de>2021-04-16 20:21:45 +0300
committerDaniel Rudolf <github.com@daniel-rudolf.de>2021-04-16 20:21:45 +0300
commit8fdc00e9e7ce15dab4d2e54e541bcdcf0c56a2cb (patch)
tree8c6ac278265f174293770cd65460f520ffc5f2da /tests
parent7a745074a5c982c121c1f5a01e15d755ea306228 (diff)
Fix code styling
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/Integration/Command/Share/AddTest.php3
-rw-r--r--tests/Integration/Command/Share/RemoveTest.php3
2 files changed, 2 insertions, 4 deletions
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 {