summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBjörn Geiger2011-01-31 14:44:39 +0100
committerBjörn Geiger2011-01-31 14:44:39 +0100
commitb8d385ae2f1b792c7d111ebf3fb9020fd01b7d73 (patch)
tree3c9cb9ed9ac7cc2a5d7abffdda9071eed02dd193 /tests
parentFehler in SQL korrigiert (diff)
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-b8d385ae2f1b792c7d111ebf3fb9020fd01b7d73.tar.gz
pbs2-b8d385ae2f1b792c7d111ebf3fb9020fd01b7d73.tar.xz
pbs2-b8d385ae2f1b792c7d111ebf3fb9020fd01b7d73.zip
Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/pbs2
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 */
+ }
+
+
+}
+