Skip to content

Commit

Permalink
HHVM, supports redis
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidre13 committed Dec 4, 2014
1 parent 33165ce commit 92f5dd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/Cache/Engine/RedisEngineTest.php
Expand Up @@ -33,7 +33,6 @@ class RedisEngineTest extends TestCase {
* @return void
*/
public function setUp() {
$this->assertFalse(defined('HHVM_VERSION'), 'Crashes HHVM');
parent::setUp();
$this->skipIf(!class_exists('Redis'), 'Redis is not installed or configured properly.');

Expand Down

0 comments on commit 92f5dd8

Please sign in to comment.