Skip to content

Commit

Permalink
Add new test to verify single file fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Nov 1, 2022
1 parent d263ff8 commit fe02aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ScratchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

0 comments on commit fe02aba

Please sign in to comment.