Skip to content

Commit

Permalink
Handling minor HHVM incompatibility (dumped value is different betwee…
Browse files Browse the repository at this point in the history
…n PHP and HHVM)
  • Loading branch information
Ocramius committed Jan 18, 2015
1 parent 7cba760 commit 61e07e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ public function testWillShowQuery()
))
);

$this->assertStringMatchesFormat('string \'SELECT %a', $this->tester->getDisplay());
$this->assertStringMatchesFormat('string%sSELECT %a', $this->tester->getDisplay());
}
}

0 comments on commit 61e07e5

Please sign in to comment.