fixed ApplicationTest.php

This commit is contained in:
Ulf Gebhardt 2021-08-25 11:52:01 +02:00
parent bcbfdb9c29
commit 9f520156c7
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -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());
}