added controller routing tests.

This commit is contained in:
Taylor Otwell
2012-01-27 11:18:23 -06:00
parent d6e21a4186
commit 2c593bdc15
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
class Admin_Panel_Controller extends Controller {
}

View File

@@ -0,0 +1,7 @@
<?php
class User_Controller extends Controller {
}