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 5457f65 commit 08a7a05Copy full SHA for 08a7a05
tests/IssueTest.php
@@ -1,7 +1,5 @@
1
<?php
2
3
-use cebe\openapi\Reader;
4
-
5
class IssueTest extends \PHPUnit\Framework\TestCase
6
{
7
// https://github.com/cebe/php-openapi/issues/165
@@ -13,7 +11,7 @@ public function test165WrongErrorMessageWhenUsingAnUndefinedPropertyForASchemaOb
13
11
// $this->assertTrue($openapi->validate());
14
12
15
16
-// exec('pwd', $output, $code);
+ // exec('echo hiiiiiiiii', $output, $code);
17
exec('bin/php-openapi validate tests/data/issue/165/spec.yml', $output, $code);
18
$this->assertSame($output, ['/path/to/php-openapi']);
19
// $this->assertSame(0, $code);
0 commit comments