fixed tests
This commit is contained in:
parent
11727e684f
commit
02bf273cb4
|
|
@ -22,7 +22,7 @@ class ConfigAppManagerTest extends TestCase
|
|||
{
|
||||
$apps = $this->appManager->all();
|
||||
|
||||
$this->assertCount(1, $apps);
|
||||
$this->assertCount(2, $apps);
|
||||
|
||||
/** @var $app */
|
||||
$app = $apps[0];
|
||||
|
|
|
|||
Loading…
Reference in New Issue