Skip to content

Commit

Permalink
fix raml test add missing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed May 23, 2015
1 parent 29470ea commit 46f5ef0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/PSX/Api/Documentation/Parser/RamlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ public function testParseNested()
$this->assertEquals('Some description', $resource->getDescription());
}

/**
* @expectedException RuntimeException
*/
public function testParseResponseWithoutSchema()
{
$doc = Raml::fromFile(__DIR__ . '/test.raml', '/foo');
Expand Down

0 comments on commit 46f5ef0

Please sign in to comment.