File tree 3 files changed +1
-3
lines changed
src/Bridge/Symfony/Bundle 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ Feature: Using custom identifier on resource
12
12
"name": "My Dummy"
13
13
}
14
14
"""
15
- Then print last JSON response
16
15
Then the response status code should be 201
17
16
And the response should be in JSON
18
17
And the header "Content-Type" should be equal to "application/ld+json; charset=utf-8"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Feature: Operation support
65
65
Then the response status code should be 404
66
66
67
67
@createSchema
68
- Scenario : Get a book by it's ISBN
68
+ Scenario : Get a book by its ISBN
69
69
Given there is a book
70
70
When I send a "GET" request to "books/by_isbn/9780451524935"
71
71
Then the response status code should be 200
Original file line number Diff line number Diff line change @@ -50,6 +50,5 @@ public function build(ContainerBuilder $container)
50
50
$ container ->addCompilerPass (new GraphQlQueryResolverPass ());
51
51
$ container ->addCompilerPass (new GraphQlMutationResolverPass ());
52
52
$ container ->addCompilerPass (new MetadataAwareNameConverterPass ());
53
- // $container->addCompilerPass(new IdentifiedByResourceMetadataFactoryPass());
54
53
}
55
54
}
You can’t perform that action at this time.
0 commit comments