Fix code standards.

This commit is contained in:
mark_story 2012-04-14 10:49:11 -04:00
parent 17cbcf4406
commit 5bb8c3a942

View file

@ -999,8 +999,7 @@ class ViewTest extends CakeTestCase {
*
* @return void
*/
public function testGetViewFileNameSubdirWithPluginAndViewPath()
{
public function testGetViewFileNameSubdirWithPluginAndViewPath() {
$this->PostsController->plugin = 'TestPlugin';
$this->PostsController->viewPath = 'Elements';
$this->PostsController->name = 'Posts';