mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed ApplicationTest.php
This commit is contained in:
parent
bcbfdb9c29
commit
9f520156c7
@ -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());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user