Skip to content

Commit

Permalink
Fix for test failing for symfony 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli committed Jan 9, 2024
1 parent 60b423c commit e02438b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"symfony/options-resolver": "^6.3",
"symfony/property-access": "^6.3",
"symfony/property-info": "^6.3",
"symfony/serializer": "^6.3"
"symfony/serializer": "^6.3.11"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function setUpBeforeClass(): void

public function testDenormalizeWithAbtractClassNoContext(): void
{
$this->expectException('\Error');
$this->expectException('\Symfony\Component\Serializer\Exception\NotNormalizableValueException');

static::$denormalizer->denormalize((object) [], AbstractCriteria::class, 'json');
}
Expand Down

0 comments on commit e02438b

Please sign in to comment.