Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Dec 20, 2023
1 parent 309f11a commit 50894a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Migration/BinTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private function replaceParams($search, $replace): void

private function runYiiDbMigration(): array
{
exec(__DIR__ . '/bin-runner.php', $output, $exitCode);
exec(__DIR__ . '/bin-runner.php 2>&1', $output, $exitCode);
return [implode("\n", $output), $exitCode];
}
}

0 comments on commit 50894a2

Please sign in to comment.