Skip to content

Commit f02043d

Browse files
committed
a
1 parent e3b0135 commit f02043d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Hydra/Tests/Serializer/DocumentationNormalizerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,6 @@ public function testManagesBlock(): void
12001200
$documentation = new Documentation(new ResourceNameCollection(['dummy' => 'dummy']), 'Test Api', 'test', '1.0.0');
12011201
$normalized = $documentationNormalizer->normalize($documentation);
12021202

1203-
// Find the entrypoint property for dummy in the entrypoint class
12041203
$entrypointClass = array_filter($normalized['hydra:supportedClass'], static fn ($class) => '#Entrypoint' === $class['@id']);
12051204
$this->assertNotEmpty($entrypointClass, 'Entrypoint class should exist');
12061205

@@ -1210,7 +1209,6 @@ public function testManagesBlock(): void
12101209

12111210
$dummyProperty = reset($dummyProperty);
12121211

1213-
// Verify the manages block exists and has correct structure
12141212
$this->assertArrayHasKey('hydra:manages', $dummyProperty, 'The entrypoint property should have a manages block');
12151213

12161214
$manages = $dummyProperty['hydra:manages'];

0 commit comments

Comments
 (0)