Skip to content

Commit

Permalink
Skipping test that is broken in hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 13, 2014
1 parent ec8f5f9 commit be2e5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/Console/Command/CommandListShellTest.php
Expand Up @@ -107,6 +107,7 @@ public function testMain() {
* @return void
*/
public function testMainXml() {
$this->assertFalse(defined('HHVM_VERSION'), 'Remove when travis updates to hhvm 2.5');
$this->Shell->params['xml'] = true;
$this->Shell->main();

Expand Down

0 comments on commit be2e5f0

Please sign in to comment.