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 7e721bf commit 241c469Copy full SHA for 241c469
tests/spec/PathTest.php
@@ -222,7 +222,7 @@ public function testPathParametersAreArrays()
222
$this->assertInstanceOf(\cebe\openapi\spec\Parameter::class, $userIdPath->parameters[1]);
223
$this->assertEquals('id', $userIdPath->parameters[2]->name);
224
$dirSep = DIRECTORY_SEPARATOR;
225
- shell_exec(dirname(__DIR__, 2) . "{$dirSep}bin{$dirSep}php-openapi inline " . $file . ' ' . dirname(__DIR__) . $dirSep.'/compiled.yml');
+ shell_exec('php '.dirname(__DIR__, 2) . "{$dirSep}bin{$dirSep}php-openapi inline " . $file . ' ' . dirname(__DIR__) . $dirSep.'/compiled.yml');
226
227
$expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-7.yml";
228
$version = static::symfonyYamlVersion();
0 commit comments