summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures/Fixture.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-29 22:14:56 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-17 18:18:39 +0100
commit646b5296843de0815c47fe809178613a5b4fafaa (patch)
treea720bc5b8d455f0e7753deb79b705d8ae6528927 /tests/integration/fixtures/Fixture.php
parentd0155e9d66665a7195194a988e16ff16623e28f0 (diff)
update fixtures to simpler array
Diffstat (limited to 'tests/integration/fixtures/Fixture.php')
-rw-r--r--tests/integration/fixtures/Fixture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/fixtures/Fixture.php b/tests/integration/fixtures/Fixture.php
index 52015ebc2..2e546c4a5 100644
--- a/tests/integration/fixtures/Fixture.php
+++ b/tests/integration/fixtures/Fixture.php
@@ -13,7 +13,7 @@
namespace OCA\News\Tests\Integration\Fixtures;
-trait Fixture {
+trait Entity {
public function fillDefaults(array $defaults=[]) {
foreach ($defaults as $key => $value) {