diff --git a/community_server/tests/TestCase/ApplicationTest.php b/community_server/tests/TestCase/ApplicationTest.php index ae57f4742..1d183729d 100644 --- a/community_server/tests/TestCase/ApplicationTest.php +++ b/community_server/tests/TestCase/ApplicationTest.php @@ -39,7 +39,7 @@ class ApplicationTest extends IntegrationTestCase $app->bootstrap(); $plugins = $app->getPlugins(); - $this->assertCount(3, $plugins); + $this->assertCount(2, $plugins); $this->assertSame('Bake', $plugins->get('Bake')->getName()); $this->assertSame('DebugKit', $plugins->get('DebugKit')->getName()); }