summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormichael pereira2011-03-05 13:12:23 +0100
committermichael pereira2011-03-05 13:12:23 +0100
commit92e5b7a7b6bb780ef5e788b7711f8a999ac80f41 (patch)
tree9886c2229205ea8478e9a0bf0ca9fc5fb8de68e8 /tests
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-92e5b7a7b6bb780ef5e788b7711f8a999ac80f41.tar.gz
pbs2-92e5b7a7b6bb780ef5e788b7711f8a999ac80f41.tar.xz
pbs2-92e5b7a7b6bb780ef5e788b7711f8a999ac80f41.zip
bootos v1
Diffstat (limited to 'tests')
-rw-r--r--tests/application/controllers/BootosControllerTest.php20
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 */
+ }
+
+
+}
+