Skip to content

Commit 376f0e9

Browse files
committed
Remove var_dump
1 parent f73b597 commit 376f0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/Adapter/Scopes/DocumentTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ public function testFindOrderByCursorAfter(): void
19101910
]);
19111911

19121912
$this->assertEquals(6, count($movies));
1913-
var_dump($movies);
1913+
19141914
$this->assertEquals($movies[0]['name'], 'Captain America: The First Avenger');
19151915
$this->assertEquals($movies[0]['year'], 2011);
19161916
$this->assertEquals($movies[0]['price'], 25.94);

0 commit comments

Comments
 (0)