summaryrefslogtreecommitdiffstats
path: root/tests/application/controllers/BootmediaControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/application/controllers/BootmediaControllerTest.php')
-rw-r--r--tests/application/controllers/BootmediaControllerTest.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/application/controllers/BootmediaControllerTest.php b/tests/application/controllers/BootmediaControllerTest.php
new file mode 100644
index 0000000..81424b2
--- /dev/null
+++ b/tests/application/controllers/BootmediaControllerTest.php
@@ -0,0 +1,20 @@
+<?php
+
+require_once 'PHPUnit/Framework/TestCase.php';
+
+class BootmediaControllerTest extends PHPUnit_Framework_TestCase
+{
+
+ public function setUp()
+ {
+ /* Setup Routine */
+ }
+
+ public function tearDown()
+ {
+ /* Tear Down Routine */
+ }
+
+
+}
+