Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2018-09-11 16:18:53 +00:00
committed by StyleCI Bot
parent a6de40aa97
commit 52b48eb368
4 changed files with 2 additions and 4 deletions

View File

@@ -355,7 +355,7 @@ class ApiDocGeneratorTest extends TestCase
$this->assertTrue(is_array($parsed));
$this->assertArrayHasKey('showresponse', $parsed);
$this->assertTrue($parsed['showresponse']);
$this->assertJsonStringEqualsJsonString(json_decode($parsed['response'], true), "{ \"data\": []}");
$this->assertJsonStringEqualsJsonString(json_decode($parsed['response'], true), '{ "data": []}');
}
public function testCanParseTransformerTag()