sempixel před 7 roky
rodič
revize
460d221a07
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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()