summaryrefslogtreecommitdiffstats
path: root/tests/application
diff options
context:
space:
mode:
authorSimon2011-03-02 15:09:46 +0100
committerSimon2011-03-02 15:09:46 +0100
commit5d161755f849a2ec6b3ba80ea5690dd5c61f79d8 (patch)
treeff335f2e773f581512a135c3d3fbb141f55493bd /tests/application
parenteinricht script wegen mysql-pw geupdated (diff)
downloadpbs2-5d161755f849a2ec6b3ba80ea5690dd5c61f79d8.tar.gz
pbs2-5d161755f849a2ec6b3ba80ea5690dd5c61f79d8.tar.xz
pbs2-5d161755f849a2ec6b3ba80ea5690dd5c61f79d8.zip
Die Models geändert da kein return der Objekte angegeben war && FilterController
Diffstat (limited to 'tests/application')
-rw-r--r--tests/application/controllers/FilterControllerTest.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/application/controllers/FilterControllerTest.php b/tests/application/controllers/FilterControllerTest.php
new file mode 100644
index 0000000..ac50215
--- /dev/null
+++ b/tests/application/controllers/FilterControllerTest.php
@@ -0,0 +1,20 @@
+<?php
+
+require_once 'PHPUnit/Framework/TestCase.php';
+
+class FilterControllerTest extends PHPUnit_Framework_TestCase
+{
+
+ public function setUp()
+ {
+ /* Setup Routine */
+ }
+
+ public function tearDown()
+ {
+ /* Tear Down Routine */
+ }
+
+
+}
+