summaryrefslogtreecommitdiffstats
path: root/tests/application/controllers/IndexControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/application/controllers/IndexControllerTest.php')
-rw-r--r--tests/application/controllers/IndexControllerTest.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/application/controllers/IndexControllerTest.php b/tests/application/controllers/IndexControllerTest.php
new file mode 100644
index 0000000..b63670f
--- /dev/null
+++ b/tests/application/controllers/IndexControllerTest.php
@@ -0,0 +1,14 @@
+<?php
+
+class IndexControllerTest extends Zend_Test_PHPUnit_ControllerTestCase
+{
+
+ public function setUp()
+ {
+ $this->bootstrap = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
+ parent::setUp();
+ }
+
+
+}
+