mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 02:52:41 +00:00
remove unused local vars
This commit is contained in:
parent
51946ff8fd
commit
16be9d4990
70 changed files with 132 additions and 169 deletions
|
@ -230,7 +230,7 @@ class ScaffoldTest extends CakeTestCase {
|
|||
$this->Controller->theme = 'TestTheme';
|
||||
$this->Controller->viewClass = 'Theme';
|
||||
$this->Controller->constructClasses();
|
||||
$Scaffold = new TestScaffoldMock($this->Controller, $this->Controller->request);
|
||||
new TestScaffoldMock($this->Controller, $this->Controller->request);
|
||||
|
||||
$this->assertEquals('Scaffold', $this->Controller->viewClass);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue