Skip to content

Commit 8cc4dc7

Browse files
committed
fix: rename throws_exception_when_getting_empty_ltree_parent method
rename `throws_exception_when_getting_empty_ltree_parent()` to `throws_exception_when_ltree_is_empty_and_therefore_has_no_parent()`.
1 parent 91e4e75 commit 8cc4dc7

File tree

1 file changed

+1
-1
lines changed
  • tests/Unit/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject

1 file changed

+1
-1
lines changed

tests/Unit/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/LtreeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public static function provideParentRelationship(): iterable
151151
}
152152

153153
#[Test]
154-
public function throws_exception_when_getting_empty_ltree_parent(): void
154+
public function throws_exception_when_ltree_is_empty_and_therefore_has_no_parent(): void
155155
{
156156
$this->expectException(InvalidLtreeException::class);
157157
(new Ltree([]))->getParent();

0 commit comments

Comments
 (0)