mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing viewPath in Dispatcher test case
This commit is contained in:
parent
11f9a2756a
commit
ceb671db42
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ class TestCachedPagesController extends Controller {
|
|||
* @var string 'posts'
|
||||
* @access public
|
||||
*/
|
||||
public $viewPath = 'posts';
|
||||
public $viewPath = 'Posts';
|
||||
|
||||
/**
|
||||
* index method
|
||||
|
|
Loading…
Reference in a new issue