Skip to content

Commit 5e955fe

Browse files
committed
minor #712 [Test] Adding missing profiler that's needed in Symfony 5.2 (weaverryan)
This PR was merged into the 1.0-dev branch. Discussion ---------- [Test] Adding missing profiler that's needed in Symfony 5.2 Fixes tests Commits ------- 6be2b54 in 5.2, the profiler is also needed
2 parents 28d3027 + 6be2b54 commit 5e955fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Maker/MakeRegistrationFormTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ function (string $output, string $directory) {
121121
->addExtraDependencies('symfonycasts/verify-email-bundle')
122122
->configureDatabase()
123123
->updateSchemaAfterCommand()
124+
// needed for internal functional test
125+
->addExtraDependencies('symfony/web-profiler-bundle')
124126
->addExtraDependencies('mailer'),
125127
];
126128
}

0 commit comments

Comments
 (0)