]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Console/AutomaticInstallationConsoleTest.php
Config FollowUp
[friendica.git] / tests / src / Core / Console / AutomaticInstallationConsoleTest.php
index 41ccce0b28827410ebe67a6695d9788032af77b1..ce3dac02cc89daaaa9a5b07907ceb93381ee57ce 100644 (file)
@@ -54,7 +54,7 @@ class AutomaticInstallationConsoleTest extends ConsoleTest
 
                $this->configCache
                        ->shouldReceive('get')
-                       ->with('config', 'php_path', NULL)
+                       ->with('config', 'php_path', NULL, false)
                        ->andReturn(false);
 
                $this->mockL10nT();