Make CS tests pass.

This commit is contained in:
Mark Sch 2016-05-02 10:42:42 +02:00
parent ade9d8a811
commit 32cb25465f

View file

@ -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(