fixed tests

This commit is contained in:
Alex Renoki 2020-08-18 16:07:35 +03:00
parent 11727e684f
commit 02bf273cb4
1 changed files with 1 additions and 1 deletions

View File

@ -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];