We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ff83d commit aa1bb43Copy full SHA for aa1bb43
tests/GenerateServerTest.php
@@ -10,7 +10,7 @@
10
/** @var TestCase $this */
11
$mapping = Config::get('openapi-server-generator.api_docs_mappings');
12
$mappingValue = current($mapping);
13
- $mapping = [__DIR__ . '/resources/index.yaml' => $mappingValue];
+ $mapping = [__DIR__ . DIRECTORY_SEPARATOR . 'resources' . DIRECTORY_SEPARATOR . 'index.yaml' => $mappingValue];
14
Config::set('openapi-server-generator.api_docs_mappings', $mapping);
15
16
$filesystem = $this->mock(Filesystem::class);
0 commit comments