sempixel 7 年之前
父節點
當前提交
460d221a07
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/ApiDocGeneratorTest.php

+ 1 - 1
tests/ApiDocGeneratorTest.php

@@ -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()