Skip to content

Commit

Permalink
Don't run the dropAndResetDatabase() code in BaseOrmResetter class
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Dec 18, 2024
1 parent d1240b1 commit bda4e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ORM/ResetDatabase/BaseOrmResetter.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ abstract protected function doResetBeforeEachTest(KernelInterface $kernel): void

final protected function dropAndResetDatabase(Application $application): void
{
return;


foreach ($this->connections as $connectionName) {
/** @var Connection $connection */
$connection = $this->registry->getConnection($connectionName);
Expand Down

0 comments on commit bda4e15

Please sign in to comment.