|
@@ -715,7 +715,7 @@ class FormHelperTest extends TestCase
|
|
|
*/
|
|
*/
|
|
|
public function testCreateNoUrl()
|
|
public function testCreateNoUrl()
|
|
|
{
|
|
{
|
|
|
- $result = $this->Form->create(false, ['url' => ['action' => false]]);
|
|
|
|
|
|
|
+ $result = $this->Form->create(false, ['url' => false]);
|
|
|
$expected = [
|
|
$expected = [
|
|
|
'form' => [
|
|
'form' => [
|
|
|
'method' => 'post',
|
|
'method' => 'post',
|