Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dev] Update zone dump
Browse files Browse the repository at this point in the history
ottaviano committed Mar 22, 2023

Verified

This commit was signed with the committer’s verified signature.
rm3l Armel Soro
1 parent 4620a48 commit 23c63ad
Showing 3 changed files with 111,006 additions and 2,342 deletions.
111 changes: 18 additions & 93 deletions dump/all-geo-zone.sql

Large diffs are not rendered by default.

113,235 changes: 110,987 additions & 2,248 deletions src/DataFixtures/geo/geo-zones.csv

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ public function testReferentCanCreateMessageAndChangeFilterSuccessfully(): void
self::assertCount(7, $crawler->filter('select#referent_filter_zones option[selected="selected"]'));

$this->client->submit($crawler->selectButton('Filtrer')->form([
'referent_filter[zones]' => [72],
'referent_filter[zones]' => [71],
]));

$this->assertMessageIsDispatched(AdherentMessageChangeCommand::class);

0 comments on commit 23c63ad

Please sign in to comment.