Fixing viewPath in Dispatcher test case

This commit is contained in:
Jose Lorenzo Rodriguez 2011-05-15 20:09:38 -04:30
parent 11f9a2756a
commit ceb671db42

View file

@ -436,7 +436,7 @@ class TestCachedPagesController extends Controller {
* @var string 'posts' * @var string 'posts'
* @access public * @access public
*/ */
public $viewPath = 'posts'; public $viewPath = 'Posts';
/** /**
* index method * index method