summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon2011-03-14 16:17:48 +0100
committerSimon2011-03-14 16:17:48 +0100
commitd583d0071274a8843b3a3cd7b7ec72d5a9942f53 (patch)
tree6fd2437ddefc93f94c0fbc3b1edcedcab02dd04a /tests
parentApplication in 3 Modules gesplittet, Dev = unsere entwicklungsumgebung, user ... (diff)
downloadpbs2-d583d0071274a8843b3a3cd7b7ec72d5a9942f53.tar.gz
pbs2-d583d0071274a8843b3a3cd7b7ec72d5a9942f53.tar.xz
pbs2-d583d0071274a8843b3a3cd7b7ec72d5a9942f53.zip
Zweiter push um die änderungen hinzuzufügen, Trennung der Ansichten
Diffstat (limited to 'tests')
-rw-r--r--tests/application/controllers/IndexControllerTest.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/application/controllers/IndexControllerTest.php b/tests/application/controllers/IndexControllerTest.php
new file mode 100644
index 0000000..1b4f230
--- /dev/null
+++ b/tests/application/controllers/IndexControllerTest.php
@@ -0,0 +1,20 @@
+<?php
+
+require_once 'PHPUnit/Framework/TestCase.php';
+
+class IndexControllerTest extends PHPUnit_Framework_TestCase
+{
+
+ public function setUp()
+ {
+ /* Setup Routine */
+ }
+
+ public function tearDown()
+ {
+ /* Tear Down Routine */
+ }
+
+
+}
+