test
continuous-integration/drone/push Build is failing Details

Hugo PRADIER 3 weeks ago
parent 92bc92a4aa
commit 2566640dbd

@ -52,7 +52,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',
@ -91,7 +91,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',

@ -54,7 +54,7 @@ class SpeciesControllerTest extends WebTestCase
self::assertResponseStatusCodeSame(200);
$this->client->submitForm('Save', [
$this->client->submitForm('save', [
'species[scientific_name]' => 'Testing',
'species[vernacular_name]' => 'Testing',
'species[region]' => 'Testing',
@ -95,7 +95,7 @@ class SpeciesControllerTest extends WebTestCase
$this->client->request('GET', sprintf('%s%s/edit', $this->path, $fixture->getId()));
$this->client->submitForm('Update', [
$this->client->submitForm('update', [
'species[scientific_name]' => 'Something New',
'species[vernacular_name]' => 'Something New',
'species[region]' => 'Something New',

@ -63,7 +63,7 @@
</trans-unit>
<trans-unit id="HGMzUJ3" resname="show">
<source>show</source>
<target>Shpw</target>
<target>Show</target>
</trans-unit>
<trans-unit id="oQmcLRD" resname="no_records_found">
<source>no_records_found</source>

Loading…
Cancel
Save