Import testing bundle to laravel/tests directory.
This commit is contained in:
10
laravel/tests/bundles/dashboard/controllers/panel.php
Normal file
10
laravel/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