Skip to content

Commit

Permalink
Update RunMigrationsCommantTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Feb 6, 2025
1 parent 9a32323 commit 620fe85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function testRunMigrations08() {
'7',
''
]));
$this->assertEquals(-1, $this->getExitCode());
$this->assertEquals(0, $this->getExitCode());
App::getConfig()->removeAllDBConnections();
$this->removeClass($clazz);
}
Expand Down

0 comments on commit 620fe85

Please sign in to comment.