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.
throws_exception_when_getting_empty_ltree_parent
1 parent 91e4e75 commit 8cc4dc7Copy full SHA for 8cc4dc7
tests/Unit/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/LtreeTest.php
@@ -151,7 +151,7 @@ public static function provideParentRelationship(): iterable
151
}
152
153
#[Test]
154
- public function throws_exception_when_getting_empty_ltree_parent(): void
+ public function throws_exception_when_ltree_is_empty_and_therefore_has_no_parent(): void
155
{
156
$this->expectException(InvalidLtreeException::class);
157
(new Ltree([]))->getParent();
0 commit comments