-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mailer): update mailer dsn and fix test
- Loading branch information
1 parent
61819da
commit 7c78d23
Showing
17 changed files
with
102 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DATABASE_URL=mysql://wgbt7219_pierre:[email protected]/wgbt7219_cours_sf6?serverVersion=8.0.25&charset=utf8 | ||
DATABASE_URL=mysql://wgbt7219_pierre:[email protected]/wgbt7219_cours_sf6?serverVersion=8.0.25&charset=utf8 | ||
MAILER_DSN="smtp://contact%40pierre-bertrand-webmarketing.com:19970506Mai%[email protected]:465" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,10 @@ | |
KERNEL_CLASS='App\Kernel' | ||
APP_SECRET='$ecretf0rt3st' | ||
SYMFONY_DEPRECATIONS_HELPER=999999 | ||
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots | ||
PANTHER_ERROR_SCREENSHOT_DIR=%kernel.cache_dir%/error-screenshots | ||
DATABASE_URL=sqlite:///%kernel.cache_dir%/test.db | ||
PANTHER_APP_ENV=test | ||
MAILER_DSN="smtp://contact%40pierre-bertrand-webmarketing.com:19970506Mai%[email protected]:465" | ||
|
||
# Juste pour le débug (une fenêtre va réellement s'ouvrir, | ||
# à utiliser SEULEMENT pendant la mise en place des tests) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
# Documentation on how to configure the bundle can be found at: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html | ||
liip_imagine: | ||
# driver: "gd" | ||
resolvers: | ||
default: | ||
web_path: | ||
web_root: "%kernel.project_dir%/public" | ||
cache_prefix: "media/cache/resolve" | ||
# driver: "gd" | ||
twig: | ||
mode: lazy | ||
resolvers: | ||
default: | ||
web_path: | ||
web_root: "%kernel.project_dir%/public" | ||
cache_prefix: "media/cache/resolve" | ||
|
||
loaders: | ||
article_image: | ||
filesystem: | ||
data_root: "%kernel.project_dir%/public" | ||
loaders: | ||
article_image: | ||
filesystem: | ||
data_root: "%kernel.project_dir%/public" | ||
|
||
filter_sets: | ||
cache: ~ | ||
# the name of the "filter set" | ||
thumb_list: | ||
data_loader: article_image | ||
quality: 75 | ||
filters: | ||
thumbnail: | ||
{ size: [231, 154], position: center, mode: outbound } | ||
filter_sets: | ||
cache: ~ | ||
# the name of the "filter set" | ||
thumb_list: | ||
data_loader: article_image | ||
quality: 75 | ||
filters: | ||
thumbnail: { size: [231, 154], position: center, mode: outbound } | ||
|
||
banner_article: | ||
data_loader: article_image | ||
quality: 100 | ||
filters: | ||
thumbnail: | ||
{ size: [1440, 570], position: center, mode: outbound } | ||
banner_article: | ||
data_loader: article_image | ||
quality: 100 | ||
filters: | ||
thumbnail: { size: [1440, 570], position: center, mode: outbound } |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,8 +120,8 @@ public function testRegisterNewUser() | |
'registration_form[prenom]' => 'John', | ||
'registration_form[nom]' => 'Doe', | ||
'registration_form[email]' => '[email protected]', | ||
'registration_form[password][first]' => 'Test1234', | ||
'registration_form[password][second]' => 'Test1234', | ||
'registration_form[plainPassword][first]' => 'Test1234!', | ||
'registration_form[plainPassword][second]' => 'Test1234!', | ||
'registration_form[address]' => 'XX rue de test', | ||
'registration_form[zipCode]' => '75000', | ||
'registration_form[ville]' => 'Paris', | ||
|
@@ -145,8 +145,8 @@ public function testRegisterNewUserWithInvalidEmail() | |
'registration_form[prenom]' => 'John', | ||
'registration_form[nom]' => 'Doe', | ||
'registration_form[email]' => 'john@com', | ||
'registration_form[password][first]' => 'Test1234', | ||
'registration_form[password][second]' => 'Test1234', | ||
'registration_form[plainPassword][first]' => 'Test1234!', | ||
'registration_form[plainPassword][second]' => 'Test1234!', | ||
'registration_form[address]' => 'XX rue de test', | ||
'registration_form[zipCode]' => '75000', | ||
'registration_form[ville]' => 'Paris', | ||
|
@@ -163,8 +163,8 @@ public function testRegisterNewUserWithInvalidZipCode() | |
'registration_form[prenom]' => 'John', | ||
'registration_form[nom]' => 'Doe', | ||
'registration_form[email]' => '[email protected]', | ||
'registration_form[password][first]' => 'Test1234', | ||
'registration_form[password][second]' => 'Test1234', | ||
'registration_form[plainPassword][first]' => 'Test1234!', | ||
'registration_form[plainPassword][second]' => 'Test1234!', | ||
'registration_form[address]' => 'XX rue de test', | ||
'registration_form[zipCode]' => 'ldjfsldkjf', | ||
'registration_form[ville]' => 'Paris', | ||
|
@@ -181,8 +181,8 @@ public function testRegisterNewUserWithInvalidPassword() | |
'registration_form[prenom]' => 'John', | ||
'registration_form[nom]' => 'Doe', | ||
'registration_form[email]' => '[email protected]', | ||
'registration_form[password][first]' => 'test', | ||
'registration_form[password][second]' => 'test', | ||
'registration_form[plainPassword][first]' => 'test', | ||
'registration_form[plainPassword][second]' => 'test', | ||
'registration_form[address]' => 'XX rue de test', | ||
'registration_form[zipCode]' => '75000', | ||
'registration_form[ville]' => 'Paris', | ||
|
@@ -199,8 +199,8 @@ public function testRegisterNewUserWithInvalidSecondPassword() | |
'registration_form[prenom]' => 'John', | ||
'registration_form[nom]' => 'Doe', | ||
'registration_form[email]' => '[email protected]', | ||
'registration_form[password][first]' => 'Test1234', | ||
'registration_form[password][second]' => 'test', | ||
'registration_form[plainPassword][first]' => 'Test1234!', | ||
'registration_form[plainPassword][second]' => 'test', | ||
'registration_form[address]' => 'XX rue de test', | ||
'registration_form[zipCode]' => '75000', | ||
'registration_form[ville]' => 'Paris', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ App\Entity\User: | |
address: "15 rue de paradis" | ||
zipCode: "73250" | ||
ville: "Chambéry" | ||
isVerified: true | ||
|
||
userEditor: | ||
email: [email protected] | ||
|
Oops, something went wrong.