Fix duplicated legacy test

This commit is contained in:
Robin Chalas 2021-05-08 01:41:33 +02:00
parent e03ab57139
commit 19e5650c25
No known key found for this signature in database
GPG Key ID: 89672113756EE03B

View File

@ -54,7 +54,7 @@ class SerializedNameTest extends TestCase
public function testSerializedNameParameters()
{
$maxDepth = new SerializedName(['value' => 'foo']);
$maxDepth = new SerializedName('foo');
$this->assertEquals('foo', $maxDepth->getSerializedName());
}