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 b12c746 commit db60bffCopy full SHA for db60bff
tests/data/issue/155/compiled-symfony-6.yml
@@ -121,7 +121,7 @@ paths:
121
-
122
name: id
123
in: path
124
- description: "User's ID"
+ description: 'User''s ID'
125
required: true
126
schema:
127
type: string
tests/spec/PathTest.php
@@ -232,7 +232,7 @@ public function testPathParametersAreArrays()
232
$expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-5.yml";
233
}
234
235
- $this->assertFileEquals(dirname(__DIR__) . $dirSep.'compiled.yml', dirname(__DIR__) . $expected);
+ $this->assertFileEquals(dirname(__DIR__) . $expected, dirname(__DIR__) . $dirSep.'compiled.yml');
236
unlink(dirname(__DIR__) . '/compiled.yml');
237
238
0 commit comments