]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Console/AutomaticInstallationConsoleTest.php
Refactoring Core class structures ...
[friendica.git] / tests / src / Console / AutomaticInstallationConsoleTest.php
index fcb3289b8ae077fbfb48a5aa863434da9a395b9f..760a732d670fe96fc60553fdb1593332d2a45722 100644 (file)
@@ -24,14 +24,12 @@ namespace Friendica\Test\src\Console;
 use Dice\Dice;
 use Friendica\App;
 use Friendica\Console\AutomaticInstallation;
-use Friendica\Core\Config\Cache;
+use Friendica\Core\Config\ValueObject\Cache;
 use Friendica\Core\Installer;
 use Friendica\Core\L10n;
 use Friendica\Core\Logger;
 use Friendica\Database\Database;
 use Friendica\DI;
-use Friendica\Test\Util\DBAMockTrait;
-use Friendica\Test\Util\DBStructureMockTrait;
 use Friendica\Test\Util\RendererMockTrait;
 use Friendica\Test\Util\VFSTrait;
 use Friendica\Util\Logger\VoidLogger;
@@ -43,8 +41,6 @@ use org\bovigo\vfs\vfsStreamFile;
 class AutomaticInstallationConsoleTest extends ConsoleTest
 {
        use VFSTrait;
-       use DBAMockTrait;
-       use DBStructureMockTrait;
        use RendererMockTrait;
 
        /**
@@ -57,7 +53,7 @@ class AutomaticInstallationConsoleTest extends ConsoleTest
        private $assertFileDb;
 
        /**
-        * @var Cache The configuration cache to check after each test
+        * @var \Friendica\Core\Config\ValueObject\Cache The configuration cache to check after each test
         */
        private $configCache;