Import testing bundle to laravel/tests directory.
This commit is contained in:
12
laravel/tests/application/controllers/template/basic.php
Normal file
12
laravel/tests/application/controllers/template/basic.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
class Template_Basic_Controller extends Controller {
|
||||
|
||||
public $layout = 'home.index';
|
||||
|
||||
public function action_index()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user