Browse Source

Merge pull request #5850 from ADmad/plugin-assets-hhvm

PluginAssetsShell tests no longer fail on hhvm.
Anto 11 years ago
parent
commit
129bb18155
1 changed files with 0 additions and 5 deletions
  1. 0 5
      tests/TestCase/Shell/PluginAssetsShellTest.php

+ 0 - 5
tests/TestCase/Shell/PluginAssetsShellTest.php

@@ -42,11 +42,6 @@ class PluginAssetsShellTest extends TestCase
             'Skip PluginAssetsShell tests on windows to prevent side effects for UrlHelper tests on AppVeyor.'
             'Skip PluginAssetsShell tests on windows to prevent side effects for UrlHelper tests on AppVeyor.'
         );
         );
 
 
-        $this->skipIf(
-            defined('HHVM_VERSION'),
-            'Also broken in HHVM, maybe the tests are wrong?'
-        );
-
         $this->io = $this->getMock('Cake\Console\ConsoleIo', [], [], '', false);
         $this->io = $this->getMock('Cake\Console\ConsoleIo', [], [], '', false);
 
 
         $this->shell = $this->getMock(
         $this->shell = $this->getMock(