summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/cvd-080805-cc.php
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/cvd-080805-cc.php')
-rw-r--r--emacs.d/nxhtml/tests/in/cvd-080805-cc.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/emacs.d/nxhtml/tests/in/cvd-080805-cc.php b/emacs.d/nxhtml/tests/in/cvd-080805-cc.php
deleted file mode 100644
index 4394387..0000000
--- a/emacs.d/nxhtml/tests/in/cvd-080805-cc.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-Zend_Loader::loadClass("Category","application/models");
-Zend_Loader::loadClass("CategoryDisplayName","application/models");
-
-/** Zend_Controller_Action */
-require_once 'Zend_Global_Controller_Action.php';
-
-class CategoryController extends Zend_Global_Controller_Action
-{
- public function indexAction($notices = array(), $errors = array())
- {
-
- $request = $this->GetRequest();
- blah, etc.
- }
-}
-