]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/InstallerTest.php
Improved logging
[friendica.git] / tests / src / Core / InstallerTest.php
index 415b1d3e8b5c3c04497f5ce6c16c11e8fb310fed..376703a270bf333485e884f8cc05f092bacca03a 100644 (file)
@@ -63,7 +63,7 @@ class InstallerTest extends MockedTest
                           ->with(L10n::class)
                           ->andReturn($this->l10nMock);
 
-               DI::init($this->dice);
+               DI::init($this->dice, true);
        }
 
        public static function tearDownAfterClass(): void
@@ -361,7 +361,7 @@ class InstallerTest extends MockedTest
                     ->with(ICanSendHttpRequests::class)
                     ->andReturn($networkMock);
 
-               DI::init($this->dice);
+               DI::init($this->dice, true);
 
                // Mocking that we can use CURL
                $this->setFunctions(['curl_init' => true]);
@@ -408,7 +408,7 @@ class InstallerTest extends MockedTest
                           ->with(ICanSendHttpRequests::class)
                           ->andReturn($networkMock);
 
-               DI::init($this->dice);
+               DI::init($this->dice, true);
 
                // Mocking that we can use CURL
                $this->setFunctions(['curl_init' => true]);