Skip to content

Commit 32c6884

Browse files
committed
Remove var_dump
1 parent 8545413 commit 32c6884

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/e2e/Adapter/Scopes/RelationshipTests.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,6 @@ public function testNoChangeUpdateDocumentWithRelationWithoutPermission(): void
749749
],
750750
],
751751
]));
752-
753752
$database->updateDocument('level1', $level1->getId(), new Document($level1->getArrayCopy()));
754753
$updatedLevel1 = $database->getDocument('level1', $level1->getId());
755754
$this->assertEquals($level1, $updatedLevel1);
@@ -899,9 +898,6 @@ public function testNoInvalidKeysWithRelationships(): void
899898
]
900899
]
901900
]));
902-
903-
//$species = $database->getDocument('species', $species->getId());
904-
905901
$database->updateDocument('species', $species->getId(), new Document([
906902
'$id' => ID::custom('1'),
907903
'$collection' => 'species',

0 commit comments

Comments
 (0)