mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 15:39:53 +00:00
Fix code standards.
This commit is contained in:
parent
17cbcf4406
commit
5bb8c3a942
1 changed files with 2 additions and 3 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue