summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon2011-01-31 13:55:22 +0100
committerSimon2011-01-31 13:55:22 +0100
commitc142c466c6cc2efaec799334bbf36b514d1d1055 (patch)
treeb409ba9b63b9d121b5881e92654b79cb182b6a2c /tests
parentbootstrap und login funktionieren (diff)
downloadpbs2-c142c466c6cc2efaec799334bbf36b514d1d1055.tar.gz
pbs2-c142c466c6cc2efaec799334bbf36b514d1d1055.tar.xz
pbs2-c142c466c6cc2efaec799334bbf36b514d1d1055.zip
authController geänder
Diffstat (limited to 'tests')
-rw-r--r--tests/application/controllers/PersonControllerTest.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/application/controllers/PersonControllerTest.php b/tests/application/controllers/PersonControllerTest.php
new file mode 100644
index 0000000..351702e
--- /dev/null
+++ b/tests/application/controllers/PersonControllerTest.php
@@ -0,0 +1,20 @@
+<?php
+
+require_once 'PHPUnit/Framework/TestCase.php';
+
+class PersonControllerTest extends PHPUnit_Framework_TestCase
+{
+
+ public function setUp()
+ {
+ /* Setup Routine */
+ }
+
+ public function tearDown()
+ {
+ /* Tear Down Routine */
+ }
+
+
+}
+