summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon2011-01-31 10:58:14 +0100
committerSimon2011-01-31 10:58:14 +0100
commit7abf17f09c3c5f493d5d4c8e72500d9204c1cece (patch)
tree59fe124199406c9b925eadb97e760aee515568ef /tests
parentAuthLogin Formular hinzugefügt (diff)
downloadpbs2-7abf17f09c3c5f493d5d4c8e72500d9204c1cece.tar.gz
pbs2-7abf17f09c3c5f493d5d4c8e72500d9204c1cece.tar.xz
pbs2-7abf17f09c3c5f493d5d4c8e72500d9204c1cece.zip
authController hinzugefügt
Diffstat (limited to 'tests')
-rw-r--r--tests/application/controllers/AuthControllerTest.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/application/controllers/AuthControllerTest.php b/tests/application/controllers/AuthControllerTest.php
new file mode 100644
index 0000000..38bff78
--- /dev/null
+++ b/tests/application/controllers/AuthControllerTest.php
@@ -0,0 +1,20 @@
+<?php
+
+require_once 'PHPUnit/Framework/TestCase.php';
+
+class AuthControllerTest extends PHPUnit_Framework_TestCase
+{
+
+ public function setUp()
+ {
+ /* Setup Routine */
+ }
+
+ public function tearDown()
+ {
+ /* Tear Down Routine */
+ }
+
+
+}
+