fix: check for required plugins online, the number makes the test fragile as debug plugins may or not be present when running the tests
parent
4ebdbf8ba3
commit
9ba00dc334
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue