Skip to content

Commit

Permalink
Vardump?
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 1, 2024
1 parent cd3bed9 commit 04981a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Command/SeedCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +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());
var_dump($this->_out->messages());
var_dump($this->_err->messages());
$this->resetOutput();
}

Expand Down

0 comments on commit 04981a9

Please sign in to comment.