summaryrefslogtreecommitdiff
path: root/test/model
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-10-09 09:40:11 +0200
committermsquare <msquare@notrademark.de>2016-10-09 09:40:11 +0200
commitd59b1c8812f62848acc2bf19f020abf4949e75ef (patch)
tree1db433f283ce1fa8a16e08ffd4a58b69fb46889a /test/model
parent1d4811cca51a00de27328d5608dbc23e46854297 (diff)
fix phpunit config
Diffstat (limited to 'test/model')
-rw-r--r--test/model/LogEntriesModelTest.php (renamed from test/model/LogEntries_model_test.php)4
-rw-r--r--test/model/RoomModelTest.php (renamed from test/model/Room_model_test.php)4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/model/LogEntries_model_test.php b/test/model/LogEntriesModelTest.php
index cefc4177..b4cef725 100644
--- a/test/model/LogEntries_model_test.php
+++ b/test/model/LogEntriesModelTest.php
@@ -1,6 +1,6 @@
<?php
-class LogEntries_model_test extends PHPUnit_Framework_TestCase {
+class LogEntriesModelTest extends PHPUnit_Framework_TestCase {
public function create_LogEntry() {
LogEntry_create('test', 'test');
@@ -29,4 +29,4 @@ class LogEntries_model_test extends PHPUnit_Framework_TestCase {
}
}
-?> \ No newline at end of file
+?>
diff --git a/test/model/Room_model_test.php b/test/model/RoomModelTest.php
index a36a9d9f..33e6ca37 100644
--- a/test/model/Room_model_test.php
+++ b/test/model/RoomModelTest.php
@@ -1,6 +1,6 @@
<?php
-class Room_model_test extends PHPUnit_Framework_TestCase {
+class RoomModelTest extends PHPUnit_Framework_TestCase {
private $room_id = null;
@@ -30,4 +30,4 @@ class Room_model_test extends PHPUnit_Framework_TestCase {
}
}
-?> \ No newline at end of file
+?>