diff options
author | msquare <msquare@notrademark.de> | 2017-12-10 15:02:37 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-12-10 15:02:37 +0100 |
commit | 4143680297808dd23fe03b121f28ad5183601b8b (patch) | |
tree | 75d8c819afd4590d0d792200a6d906c7957b63dc /tests/Feature/Model | |
parent | ef0dbe8a1bd80fb9bec0400e84550df02f138dbd (diff) |
remove room number and visible flag, rename pentabarf to frab and introduce map/c3nav integration as well as markdown description for rooms
Diffstat (limited to 'tests/Feature/Model')
-rw-r--r-- | tests/Feature/Model/RoomModelTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Feature/Model/RoomModelTest.php b/tests/Feature/Model/RoomModelTest.php index adf0218e..4edb20c3 100644 --- a/tests/Feature/Model/RoomModelTest.php +++ b/tests/Feature/Model/RoomModelTest.php @@ -15,7 +15,7 @@ class RoomModelTest extends TestCase public function createRoom() { - $this->room_id = Room_create('test', false, true, ''); + $this->room_id = Room_create('test', false, null, null); } public function testRoom() |