added tests to develop branch.
This commit is contained in:
10
tests/application/controllers/admin/panel.php
Normal file
10
tests/application/controllers/admin/panel.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
class Admin_Panel_Controller extends Controller {
|
||||
|
||||
public function action_index()
|
||||
{
|
||||
return 'Admin_Panel_Index';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user