Skip to content

Commit 08a7a05

Browse files
committed
WIP
1 parent 5457f65 commit 08a7a05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/IssueTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
use cebe\openapi\Reader;
4-
53
class IssueTest extends \PHPUnit\Framework\TestCase
64
{
75
// https://github.com/cebe/php-openapi/issues/165
@@ -13,7 +11,7 @@ public function test165WrongErrorMessageWhenUsingAnUndefinedPropertyForASchemaOb
1311
// $this->assertTrue($openapi->validate());
1412

1513

16-
// exec('pwd', $output, $code);
14+
// exec('echo hiiiiiiiii', $output, $code);
1715
exec('bin/php-openapi validate tests/data/issue/165/spec.yml', $output, $code);
1816
$this->assertSame($output, ['/path/to/php-openapi']);
1917
// $this->assertSame(0, $code);

0 commit comments

Comments
 (0)