Skip to content

Commit aa1bb43

Browse files
committed
#85995 DIRECTORY_SEPARATOR
1 parent b5ff83d commit aa1bb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GenerateServerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/** @var TestCase $this */
1111
$mapping = Config::get('openapi-server-generator.api_docs_mappings');
1212
$mappingValue = current($mapping);
13-
$mapping = [__DIR__ . '/resources/index.yaml' => $mappingValue];
13+
$mapping = [__DIR__ . DIRECTORY_SEPARATOR . 'resources' . DIRECTORY_SEPARATOR . 'index.yaml' => $mappingValue];
1414
Config::set('openapi-server-generator.api_docs_mappings', $mapping);
1515

1616
$filesystem = $this->mock(Filesystem::class);

0 commit comments

Comments
 (0)