diff --git a/tests/ScratchTest.php b/tests/ScratchTest.php index a0c5d1e92..47c7e828d 100644 --- a/tests/ScratchTest.php +++ b/tests/ScratchTest.php @@ -40,7 +40,7 @@ public function testScratch(string $version, string $scratch, string $spec, arra $openapi = (new Generator($this->getTrackingLogger())) ->setVersion($version) ->generate([$scratch]); - file_put_contents($spec, $openapi->toYaml()); + //file_put_contents($spec, $openapi->toYaml()); $this->assertSpecEquals($openapi, file_get_contents($spec)); } }