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