mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Make CS tests pass.
This commit is contained in:
parent
ade9d8a811
commit
32cb25465f
1 changed files with 1 additions and 2 deletions
|
@ -8706,8 +8706,7 @@ class FormHelperTest extends CakeTestCase {
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testCreateUrlImpliedController()
|
||||
{
|
||||
public function testCreateUrlImpliedController() {
|
||||
$restore = error_reporting(E_ALL ^ E_USER_DEPRECATED);
|
||||
$this->Form->request['controller'] = 'posts';
|
||||
$result = $this->Form->create('Comment', array(
|
||||
|
|
Loading…
Reference in a new issue