Skip to content

Commit 8c98b45

Browse files
committed
trying tests 2
1 parent 08d4bc5 commit 8c98b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Maker/FunctionalTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function getCommandTests()
237237
'mysql://db_user:[email protected]:3306/db_name',
238238
'sqlite:///%kernel.project_dir%/var/app.db'
239239
)
240-
->addExtraDependencies('doctrine/orm')
240+
->addExtraDependencies('symfony/orm-pack')
241241
->assert(function(string $output, string $directory) {
242242
$this->assertContains('Success', $output);
243243
})

0 commit comments

Comments
 (0)