summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon2011-03-08 14:53:21 +0100
committerSimon2011-03-08 14:53:21 +0100
commit03acf25abb83f79569fff49445848b6dc4c2a4c1 (patch)
treeec3dc4a201dfa9cf05cacbc501229fd2a2e2d984 /tests
parentpools nun besser bearbeitbar (diff)
downloadpbs2-03acf25abb83f79569fff49445848b6dc4c2a4c1.tar.gz
pbs2-03acf25abb83f79569fff49445848b6dc4c2a4c1.tar.xz
pbs2-03acf25abb83f79569fff49445848b6dc4c2a4c1.zip
session hinzugefügt
Diffstat (limited to 'tests')
-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 */
+ }
+
+
+}
+