Skip to content

Commit

Permalink
Merge branch '3.x' into issue-appgroup_attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli authored Jan 9, 2024
2 parents 027e3f8 + 53181d7 commit 189b7ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -31,7 +31,7 @@

class ReportCriteriaDenormalizerTest extends TestCase
{
/** @var \Apigee\Edge\Api\Monetization\Denormalizer\ReportCriteriaDenormalizer */
/** @var Apigee\Edge\Api\Monetization\Denormalizer\ReportCriteriaDenormalizer */
protected static $denormalizer;

/**
Expand All @@ -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 189b7ce

Please sign in to comment.