Skip to content

Commit 7830c2d

Browse files
committed
fix test name
1 parent 5b2a6f0 commit 7830c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Operation/Factory/SubresourceOperationFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ public function testCreateWithMaxDepthMultipleSubresourcesSameMaxDepth()
462462
], $subresourceOperationFactory->create(DummyEntity::class));
463463
}
464464

465-
public function testCreateWithMaxDepthSelfReferencingSubresources()
465+
public function testCreateSelfReferencingSubresources()
466466
{
467467
/**
468468
* DummyEntity -subresource-> DummyEntity -subresource-> DummyEntity ...

0 commit comments

Comments
 (0)