]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Console/AutomaticInstallationConsoleTest.php
Merge branch '2019.03-RC'
[friendica.git] / tests / src / Core / Console / AutomaticInstallationConsoleTest.php
index 41ccce0b28827410ebe67a6695d9788032af77b1..73b6835fb5cce41a46731c4a800079a978beab1d 100644 (file)
@@ -52,9 +52,9 @@ class AutomaticInstallationConsoleTest extends ConsoleTest
                $this->db_user = getenv('MYSQL_USERNAME') . getenv('MYSQL_USER');
                $this->db_pass = getenv('MYSQL_PASSWORD');
 
-               $this->configCache
+               $this->configMock
                        ->shouldReceive('get')
-                       ->with('config', 'php_path', NULL)
+                       ->with('config', 'php_path')
                        ->andReturn(false);
 
                $this->mockL10nT();