diff options
| author | Björn Geiger | 2011-01-31 14:44:39 +0100 |
|---|---|---|
| committer | Björn Geiger | 2011-01-31 14:44:39 +0100 |
| commit | b8d385ae2f1b792c7d111ebf3fb9020fd01b7d73 (patch) | |
| tree | 3c9cb9ed9ac7cc2a5d7abffdda9071eed02dd193 /tests/application/controllers/PersonControllerTest.php | |
| parent | Fehler in SQL korrigiert (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-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/application/controllers/PersonControllerTest.php')
| -rw-r--r-- | tests/application/controllers/PersonControllerTest.php | 20 |
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 */ + } + + +} + |
