Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
mustanggb authored Aug 27, 2024
1 parent 7a65954 commit 0c9206b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/DocumentDatabaseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ private static function doDropDatabase(): void
$code = $application->run(new ArrayInput([
'command' => 'doctrine:mongodb:schema:drop',
]), new BufferedOutput());
print_r($wasd, true);
fwrite(STDERR, print_r($wasd, true));
fwrite(STDERR, print_r($wasd->fetch(), true));
self::assertSame('', $wasd);
self::assertSame(Command::SUCCESS, $code);
}
Expand Down

0 comments on commit 0c9206b

Please sign in to comment.