diff --git a/tests/LingoDotDevEngineTest.php b/tests/LingoDotDevEngineTest.php index ea3046f..59bd1ee 100644 --- a/tests/LingoDotDevEngineTest.php +++ b/tests/LingoDotDevEngineTest.php @@ -312,7 +312,7 @@ public function testReferenceParameterHandling() $requestBody = json_decode($request->getBody()->getContents(), true); $this->assertArrayHasKey('reference', $requestBody); - $this->assertEquals(new \stdClass(), $requestBody['reference']); + $this->assertEquals([], $requestBody['reference']); $this->assertArrayHasKey('params', $requestBody); $this->assertArrayHasKey('locale', $requestBody);