Skip to content

Commit aecde90

Browse files
committed
fix @alan review
1 parent ab68566 commit aecde90

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

features/main/custom_identifier.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Feature: Using custom identifier on resource
1212
"name": "My Dummy"
1313
}
1414
"""
15-
Then print last JSON response
1615
Then the response status code should be 201
1716
And the response should be in JSON
1817
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"

features/main/operation.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Feature: Operation support
6565
Then the response status code should be 404
6666

6767
@createSchema
68-
Scenario: Get a book by it's ISBN
68+
Scenario: Get a book by its ISBN
6969
Given there is a book
7070
When I send a "GET" request to "books/by_isbn/9780451524935"
7171
Then the response status code should be 200

src/Bridge/Symfony/Bundle/ApiPlatformBundle.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ public function build(ContainerBuilder $container)
5050
$container->addCompilerPass(new GraphQlQueryResolverPass());
5151
$container->addCompilerPass(new GraphQlMutationResolverPass());
5252
$container->addCompilerPass(new MetadataAwareNameConverterPass());
53-
// $container->addCompilerPass(new IdentifiedByResourceMetadataFactoryPass());
5453
}
5554
}

0 commit comments

Comments
 (0)