fix: check for required plugins online, the number makes the test fragile as debug plugins may or not be present when running the tests

pull/151/head
Luciano Righetti 2023-04-07 11:39:37 +02:00
parent 4ebdbf8ba3
commit 9ba00dc334
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class ApplicationTest extends IntegrationTestCase
$app->bootstrap();
$plugins = $app->getPlugins();
$this->assertCount(6, $plugins);
$this->assertSame('Bake', $plugins->get('Bake')->getName());
$this->assertSame('DebugKit', $plugins->get('DebugKit')->getName());
$this->assertSame('Migrations', $plugins->get('Migrations')->getName());