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