Skip to content

Commit

Permalink
add comment to test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed May 23, 2015
1 parent 08befd3 commit 28a0a09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/PSX/Api/Documentation/Parser/RamlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,15 @@ protected function assertParameters(SchemaInterface $parameters)
$this->assertEquals(['foo', 'bar'], $parameters->getDefinition()->get('param_string')->getEnumeration());
}

/**
* This test procues an "3932 Segmentation fault" error on PHP 5.4 with db
* mysql. The same test with sqlite test passes also all other PHP versions
* > 5.4. I could not reproduce the error on an local machine with PHP 5.4.
* At the moment it is not clear in which way the db engine has an influence
* on this test
*
* @see https://travis-ci.org/k42b3/psx/builds/63677358
*/
/*
public function testParseResponseWithoutSchema()
{
Expand Down

0 comments on commit 28a0a09

Please sign in to comment.