mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-29 17:14:51 +08:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
a6de40aa97
commit
52b48eb368
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user