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