Skip to content

Commit

Permalink
Enable HHVM test again
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Mar 11, 2014
1 parent ad774d2 commit d8be592
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ZfcDatagridTest/DataSource/AbstractDataSourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ 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 d8be592

Please sign in to comment.