summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery_unit_test/controllers/gallery_unit_test.php (renamed from modules/gallery_unit_test/controllers/test.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery_unit_test/controllers/test.php b/modules/gallery_unit_test/controllers/gallery_unit_test.php
index b5835556..2046e323 100644
--- a/modules/gallery_unit_test/controllers/test.php
+++ b/modules/gallery_unit_test/controllers/gallery_unit_test.php
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-class Test_Controller extends Controller {
+class Gallery_Unit_Test_Controller extends Controller {
function Index() {
if (!defined('TEST_MODE')) {
print Kohana::show_404();