Skip to content

Commit

Permalink
Fix files to follow CakePHP Coding Standards
Browse files Browse the repository at this point in the history
  • Loading branch information
anklimsk committed Dec 26, 2018
1 parent e780aa8 commit 046593b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Test/Case/View/Helper/ExtBs3FormHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function setUp() {
parent::setUp();

$View = new View();
$request = new CakeRequest();
$request = new CakeRequest();
$request->addParams(array(
'plugin' => null, 'controller' => 'employees', 'action' => 'add',
'prefix' => 'admin', 'admin' => true,
Expand Down
2 changes: 1 addition & 1 deletion Test/Case/View/Helper/FilterHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function setUp() {
parent::setUp();

$View = new View();
$request = new CakeRequest();
$request = new CakeRequest();
$request->addParams(array(
'plugin' => null, 'controller' => 'employees', 'action' => 'filter',
'prefix' => 'admin', 'admin' => true,
Expand Down

0 comments on commit 046593b

Please sign in to comment.