diff options
author | Marvin Borner | 2018-05-23 22:23:28 +0200 |
---|---|---|
committer | Marvin Borner | 2018-05-23 22:23:28 +0200 |
commit | b66a61addb6c8e66cb26fcf74b532d68891267e4 (patch) | |
tree | 05e9449ff25bdc98f68105f41923ccb9f6ef5095 /main/app/sprinkles/admin/tests | |
parent | 1d4ef435177a5f9b6d1a289800d933e49be0c550 (diff) |
Refactored code, many fixes and improvements in chat backend+frontend
Diffstat (limited to 'main/app/sprinkles/admin/tests')
-rw-r--r-- | main/app/sprinkles/admin/tests/Integration/SprunjeTests.php | 6 |
1 files changed, 2 insertions, 4 deletions
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 |