Skip to content

Commit

Permalink
ci fix for new Article81 property (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert authored Jan 5, 2024
1 parent 1f99898 commit 190289b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/Functional/JMSFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ public function testEnumSupport()
'not_backed_type' => [
'$ref' => '#/components/schemas/ArticleType81NotBacked',
],
'nullable_type' => [
'$ref' => '#/components/schemas/ArticleType81',
],
],
'schema' => 'Article81',
], json_decode($this->getModel('Article81')->toJson(), true));
Expand Down

0 comments on commit 190289b

Please sign in to comment.