Skip to content

Commit

Permalink
Revert "Enable HHVM test again"
Browse files Browse the repository at this point in the history
This reverts commit d8be592.
  • Loading branch information
ThaDafinser committed Mar 11, 2014
1 parent d8328be commit aef3d7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ZfcDatagridTest/DataSource/AbstractDataSourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ class AbstractDataSourceTest extends PHPUnit_Framework_TestCase

public function setUp()
{
if (defined('HPHP_VERSION') === true) {
$this->fail('HHVM Fatals');
}

$this->dsMock = $this->getMockForAbstractClass('ZfcDatagrid\DataSource\AbstractDataSource', array(
array()
), '', false);
Expand Down

0 comments on commit aef3d7a

Please sign in to comment.