Skip to content

Commit

Permalink
See what is going on in sqlserver tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 1, 2024
1 parent 27f42c9 commit cd3bed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase/Command/SeedCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ protected function createTables(): void
{
$this->exec('migrations migrate -c test -s TestsMigrations --no-lock');
$this->assertExitSuccess();
debug($this->_out->messages());
debug($this->_err->messages());
$this->resetOutput();
}

Expand Down

0 comments on commit cd3bed9

Please sign in to comment.