diff --git a/lib/Cake/Test/TestCase/Console/Command/TestShellTest.php b/lib/Cake/Test/TestCase/Console/Command/TestShellTest.php index eea615138b5..f6e74b25cc3 100644 --- a/lib/Cake/Test/TestCase/Console/Command/TestShellTest.php +++ b/lib/Cake/Test/TestCase/Console/Command/TestShellTest.php @@ -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); } /**