Skip to content

Commit

Permalink
JSON is still broken on HHVM 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conormcd committed Feb 17, 2015
1 parent 473d337 commit 4e80af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit/lib/JSONTest.php
Expand Up @@ -251,7 +251,7 @@ function () {
* @return void
*/
public function testUnsupportedTypeCausesException() {
if ($this->isHHVMAndOlderThan('3.4.1')) {
if ($this->isHHVMAndOlderThan('3.5.1')) {
$this->markTestSkipped('This test fails on old version of HHVM');
}
$this->assertException(
Expand Down

0 comments on commit 4e80af2

Please sign in to comment.