mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing ControllerTestCase test
This commit is contained in:
parent
cee46f5ee3
commit
082a5e1607
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
class TestsAppsPostsController extends AppController {
|
||||
public $name = 'TestsAppsPosts';
|
||||
public $uses = array('Post');
|
||||
public $viewPath = 'tests_apps';
|
||||
public $viewPath = 'TestsApps';
|
||||
|
||||
function add() {
|
||||
$data = array(
|
||||
|
|
Loading…
Reference in a new issue