Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 22f480c

Browse files
committedMar 10, 2025·
formatting
1 parent e1dfe3b commit 22f480c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎docs/includes/fundamentals/read-operations/ReadOperationsTest.php

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
use MongoDB\Driver\ReadPreference;
1010
use MongoDB\Laravel\Tests\TestCase;
1111

12+
use function json_encode;
13+
14+
use const JSON_PRETTY_PRINT;
15+
1216
class ReadOperationsTest extends TestCase
1317
{
1418
protected function setUp(): void
@@ -201,6 +205,7 @@ public function testQueryLog(): void
201205
foreach ($logs as $log) {
202206
echo json_encode($log, JSON_PRETTY_PRINT);
203207
}
208+
204209
// end-query-log
205210

206211
$this->assertNotNull($logs);

0 commit comments

Comments
 (0)
Please sign in to comment.