Skip to content

Commit 6be2b54

Browse files
committed
in 5.2, the profiler is also needed
1 parent 28d3027 commit 6be2b54

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)