@@ -191,7 +191,7 @@ public function getCommandTests()
191
191
// only requires doctrine/dbal. But we're testing with the ORM,
192
192
// so let's install it
193
193
->addExtraDependencies ('doctrine/orm ' )
194
- ->assert (function (string $ output , string $ directory ) {
194
+ ->assert (function (string $ output , string $ directory ) {
195
195
$ this ->assertContains ('Success ' , $ output );
196
196
197
197
$ finder = new Finder ();
@@ -218,7 +218,7 @@ public function getCommandTests()
218
218
->addExtraDependencies ('doctrine/orm ' )
219
219
// sync the database, so no changes are needed
220
220
->addPreMakeCommand ('./bin/console doctrine:schema:create --env=test ' )
221
- ->assert (function (string $ output , string $ directory ) {
221
+ ->assert (function (string $ output , string $ directory ) {
222
222
$ this ->assertNotContains ('Success ' , $ output );
223
223
224
224
$ this ->assertContains ('No database changes were detected ' , $ output );
@@ -238,7 +238,7 @@ public function getCommandTests()
238
238
'sqlite:///%kernel.project_dir%/var/app.db '
239
239
)
240
240
->addExtraDependencies ('symfony/orm-pack ' )
241
- ->assert (function (string $ output , string $ directory ) {
241
+ ->assert (function (string $ output , string $ directory ) {
242
242
$ this ->assertContains ('Success ' , $ output );
243
243
}),
244
244
);
0 commit comments