Skip to content

Commit

Permalink
feature-make-MissingConstructorArgumentsException-message-consistent-…
Browse files Browse the repository at this point in the history
…with-symfony-one

-
  • Loading branch information
ERuban committed Aug 1, 2023
1 parent 5adb91b commit 717dff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/serializer/vo_relations.feature
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Feature: Value object as ApiResource
"pattern": "^An error occurred$"
},
"hydra:description": {
"pattern": "Cannot create an instance of \"ApiPlatform\\\\Tests\\\\Fixtures\\\\TestBundle\\\\(Document|Entity)\\\\VoDummyCar\" from serialized data because its constructor requires the following parameters to be present : \"\\$drivers\".$"
"pattern": "^Cannot create an instance of \"ApiPlatform\\\\Tests\\\\Fixtures\\\\TestBundle\\\\(Document|Entity)\\\\VoDummyCar\" from serialized data because its constructor requires the following parameters to be present : \"\\$drivers\".$"
}
},
"required": [
Expand Down

0 comments on commit 717dff5

Please sign in to comment.