From b66a61addb6c8e66cb26fcf74b532d68891267e4 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 23 May 2018 22:23:28 +0200 Subject: Refactored code, many fixes and improvements in chat backend+frontend --- main/app/sprinkles/admin/tests/Integration/SprunjeTests.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'main/app/sprinkles/admin/tests') diff --git a/main/app/sprinkles/admin/tests/Integration/SprunjeTests.php b/main/app/sprinkles/admin/tests/Integration/SprunjeTests.php index 9eb4122..47106e0 100644 --- a/main/app/sprinkles/admin/tests/Integration/SprunjeTests.php +++ b/main/app/sprinkles/admin/tests/Integration/SprunjeTests.php @@ -24,8 +24,7 @@ class SprunjeTests extends TestCase * * @return void */ - public function setUp() - { + public function setUp() { parent::setUp(); $this->classMapper = new ClassMapper(); @@ -34,8 +33,7 @@ class SprunjeTests extends TestCase /** * Tests... */ - public function testUserPermissionSprunje() - { + public function testUserPermissionSprunje() { $fm = $this->ci->factory; // Generate some test models -- cgit v1.2.3