summaryrefslogtreecommitdiff
path: root/test/model/RoomModelTest.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-11-18 08:26:27 +0100
committermsquare <msquare@notrademark.de>2016-11-18 08:26:27 +0100
commit2a075b43c09bd2b57d3c042fa159f302c27e4f4d (patch)
treecb0902393a287f18da456b01509cf43c794bf268 /test/model/RoomModelTest.php
parentbd54bec595609f3502004163d41c555bfd79672d (diff)
add namespace for test classes
Diffstat (limited to 'test/model/RoomModelTest.php')
-rw-r--r--test/model/RoomModelTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/model/RoomModelTest.php b/test/model/RoomModelTest.php
index 33e6ca37..52daf6c8 100644
--- a/test/model/RoomModelTest.php
+++ b/test/model/RoomModelTest.php
@@ -1,6 +1,8 @@
<?php
-class RoomModelTest extends PHPUnit_Framework_TestCase {
+namespace Engelsystem\Test;
+
+class RoomModelTest extends \PHPUnit_Framework_TestCase {
private $room_id = null;