Skip to content

Commit e1fa89d

Browse files
larowlankimpepper
authored andcommitted
Remove debug
1 parent d1fe710 commit e1fa89d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/Functional/DbalNestedSetTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -525,14 +525,8 @@ public function testAdoptChildrenNoExisting() {
525525
$oldParent = $this->nestedSet->getNode(new NodeKey(7, 1));
526526
$newParent = $this->nestedSet->getNode(new NodeKey(8, 1));
527527

528-
echo PHP_EOL . "Before:";
529-
$this->printTree($this->nestedSet->getTree());
530-
531528
$this->nestedSet->adoptChildren($oldParent, $newParent);
532529

533-
echo PHP_EOL . "After:";
534-
$this->printTree($this->nestedSet->getTree());
535-
536530
// Check new parent has all children.
537531
$node = $this->nestedSet->getNode(new NodeKey(8, 1));
538532
$this->assertEquals(13, $node->getLeft());

0 commit comments

Comments
 (0)