From 02bf273cb4d433301e0e2fc2ae76c102dd651515 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Tue, 18 Aug 2020 16:07:35 +0300 Subject: [PATCH] fixed tests --- tests/ClientProviders/ConfigAppManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ClientProviders/ConfigAppManagerTest.php b/tests/ClientProviders/ConfigAppManagerTest.php index 14b7382..9ba5561 100644 --- a/tests/ClientProviders/ConfigAppManagerTest.php +++ b/tests/ClientProviders/ConfigAppManagerTest.php @@ -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];