Skip to content

Commit

Permalink
HHVM skip Applied Tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed May 20, 2015
1 parent e36bc99 commit ca52426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ControlsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ public function testCustomNewline()
*/
public function testAppliedFlags($flag, $line_count)
{
if (defined('HHVM_VERSION')) {
$this->markTestSkipped('HHVM CSV parsing is different');
}
$path = __DIR__."/data/tmp.txt";
$obj = new SplFileObject($path, "w+");
$obj->fwrite("1st\n2nd\n");
Expand Down

0 comments on commit ca52426

Please sign in to comment.