Skip to content

Commit 05223e5

Browse files
committed
Failing test
1 parent 93d68da commit 05223e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/Functional/DbalNestedSetTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,13 @@ public function testValidateTableInvalidFirstChars() {
461461
$this->nestedSet = new DbalNestedSet($this->connection, "1abc");
462462
}
463463

464+
/**
465+
* Test get tree works.
466+
*/
467+
public function testGetTree() {
468+
$this->assertCount(11, $this->nestedSet->getTree());
469+
}
470+
464471
/**
465472
* Loads the test data.
466473
*/

0 commit comments

Comments
 (0)