Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixied failing test
  • Loading branch information
lorenzo committed Jun 15, 2013
1 parent fdc6029 commit 2699586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/TestCase/Console/Command/TestShellTest.php
Expand Up @@ -324,7 +324,7 @@ public function testAvailableCoreCategory() {

$this->Shell->expects($this->once())->method('_run');
$this->Shell->available();
$this->assertEquals(array('core', 'AllBehaviors'), $this->Shell->args);
$this->assertEquals(array('core', 'Basics'), $this->Shell->args);
}

/**
Expand Down

0 comments on commit 2699586

Please sign in to comment.