summaryrefslogtreecommitdiffstats
path: root/tests/Integration/Fixtures/Fixture.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-11-14 00:09:38 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-12-08 13:58:12 +0100
commit8abddeab4f541883721d912f97dec07bffdfc6b8 (patch)
tree8c176f9ca2fd9e757807481997f265212f154eb2 /tests/Integration/Fixtures/Fixture.php
parent3d98707be95322d16f5883d7a945d658d6316146 (diff)
Remove usage of old Folder code
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'tests/Integration/Fixtures/Fixture.php')
-rw-r--r--tests/Integration/Fixtures/Fixture.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Integration/Fixtures/Fixture.php b/tests/Integration/Fixtures/Fixture.php
index 1874c8102..366c93228 100644
--- a/tests/Integration/Fixtures/Fixture.php
+++ b/tests/Integration/Fixtures/Fixture.php
@@ -15,8 +15,7 @@ namespace OCA\News\Tests\Integration\Fixtures;
trait Fixture
{
-
- protected function fillDefaults(array $defaults=[])
+ protected function fillDefaults(array $defaults = [])
{
foreach ($defaults as $key => $value) {
$method = 'set' . ucfirst($key);