diff options
| author | Simon | 2011-03-05 13:28:13 +0100 |
|---|---|---|
| committer | Simon | 2011-03-05 13:28:13 +0100 |
| commit | 648f1ac9a60705a5a8ce0c6021657d9060cd45aa (patch) | |
| tree | a9b221cb64ccdd1583dc0991369473a9347a7421 /tests/application/controllers/BootosControllerTest.php | |
| parent | filterentriesmapper fürs löschen einzelner datensätze vorbereiten (diff) | |
| parent | .zfproject fix (diff) | |
| download | pbs2-648f1ac9a60705a5a8ce0c6021657d9060cd45aa.tar.gz pbs2-648f1ac9a60705a5a8ce0c6021657d9060cd45aa.tar.xz pbs2-648f1ac9a60705a5a8ce0c6021657d9060cd45aa.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'tests/application/controllers/BootosControllerTest.php')
| -rw-r--r-- | tests/application/controllers/BootosControllerTest.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/application/controllers/BootosControllerTest.php b/tests/application/controllers/BootosControllerTest.php new file mode 100644 index 0000000..c9c8b5c --- /dev/null +++ b/tests/application/controllers/BootosControllerTest.php @@ -0,0 +1,20 @@ +<?php + +require_once 'PHPUnit/Framework/TestCase.php'; + +class BootosControllerTest extends PHPUnit_Framework_TestCase +{ + + public function setUp() + { + /* Setup Routine */ + } + + public function tearDown() + { + /* Tear Down Routine */ + } + + +} + |
