test
This commit is contained in:
@@ -53,7 +53,7 @@ class PostControllerTest extends WebTestCase
|
||||
{
|
||||
self::assertResponseStatusCodeSame(200);
|
||||
|
||||
$this->client->submitForm('Save', [
|
||||
$this->client->submitForm('save', [
|
||||
'post[foundDate]' => '2024-01-01 00:00:00',
|
||||
'post[latitude]' => '45.0',
|
||||
'post[longitude]' => '45.0',
|
||||
@@ -92,7 +92,7 @@ class PostControllerTest extends WebTestCase
|
||||
|
||||
$this->client->request('GET', sprintf('%s%s/edit', $this->path, $fixture->getId()));
|
||||
|
||||
$this->client->submitForm('Update', [
|
||||
$this->client->submitForm('update', [
|
||||
'post[foundDate]' => '2024-03-25 00:00:00',
|
||||
'post[latitude]' => '90',
|
||||
'post[longitude]' => '90',
|
||||
|
Reference in New Issue
Block a user