From 15c50ab3153a53fbb93dbb9266a1f369ba6393ad Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 19 Nov 2017 15:13:48 +0100 Subject: fix minor cody style issues (codacy) --- tests/Feature/Model/RoomModelTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/Feature/Model/RoomModelTest.php') diff --git a/tests/Feature/Model/RoomModelTest.php b/tests/Feature/Model/RoomModelTest.php index 3114ba2d..adf0218e 100644 --- a/tests/Feature/Model/RoomModelTest.php +++ b/tests/Feature/Model/RoomModelTest.php @@ -13,14 +13,14 @@ class RoomModelTest extends TestCase require_once __DIR__ . '/../../../includes/engelsystem.php'; } - public function create_Room() + public function createRoom() { $this->room_id = Room_create('test', false, true, ''); } - public function test_Room() + public function testRoom() { - $this->create_Room(); + $this->createRoom(); $room = Room($this->room_id); -- cgit v1.2.3-54-g00ecf