We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fe710 commit e1fa89dCopy full SHA for e1fa89d
tests/Functional/DbalNestedSetTest.php
@@ -525,14 +525,8 @@ public function testAdoptChildrenNoExisting() {
525
$oldParent = $this->nestedSet->getNode(new NodeKey(7, 1));
526
$newParent = $this->nestedSet->getNode(new NodeKey(8, 1));
527
528
- echo PHP_EOL . "Before:";
529
- $this->printTree($this->nestedSet->getTree());
530
-
531
$this->nestedSet->adoptChildren($oldParent, $newParent);
532
533
- echo PHP_EOL . "After:";
534
535
536
// Check new parent has all children.
537
$node = $this->nestedSet->getNode(new NodeKey(8, 1));
538
$this->assertEquals(13, $node->getLeft());
0 commit comments