summaryrefslogtreecommitdiffstats
path: root/tests/application/controllers/SessionControllerTest.php
diff options
context:
space:
mode:
authormichael pereira2011-03-08 19:41:07 +0100
committermichael pereira2011-03-08 19:41:07 +0100
commit6a917fa16d4aabd8e69e1db08867899c860424e1 (patch)
tree5aee03f6bf1810ec340110df55fd1edacf44f592 /tests/application/controllers/SessionControllerTest.php
parentBootOs Name anzeigen & Reihenfolge im BootMenu (diff)
parentansehnlichere oberfläche && Controller auflistung (diff)
downloadpbs2-6a917fa16d4aabd8e69e1db08867899c860424e1.tar.gz
pbs2-6a917fa16d4aabd8e69e1db08867899c860424e1.tar.xz
pbs2-6a917fa16d4aabd8e69e1db08867899c860424e1.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'tests/application/controllers/SessionControllerTest.php')
-rw-r--r--tests/application/controllers/SessionControllerTest.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/application/controllers/SessionControllerTest.php b/tests/application/controllers/SessionControllerTest.php
new file mode 100644
index 0000000..909c117
--- /dev/null
+++ b/tests/application/controllers/SessionControllerTest.php
@@ -0,0 +1,20 @@
+<?php
+
+require_once 'PHPUnit/Framework/TestCase.php';
+
+class SessionControllerTest extends PHPUnit_Framework_TestCase
+{
+
+ public function setUp()
+ {
+ /* Setup Routine */
+ }
+
+ public function tearDown()
+ {
+ /* Tear Down Routine */
+ }
+
+
+}
+