]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Console/ConfigConsoleTest.php
Merge pull request #6581 from nupplaphil/config_refact
[friendica.git] / tests / src / Core / Console / ConfigConsoleTest.php
index 8f845ae7b05c2e9c227b13e912c241212a06a383..4ee34917d8a5d9a77fec70dfd6d659218655ea7b 100644 (file)
@@ -21,7 +21,7 @@ class ConfigConsoleTest extends ConsoleTest
                        ]
                ]);
 
-               $mode = \Mockery::mock('alias:Friendica\App\Mode');
+               $mode = \Mockery::mock('Friendica\App\Mode');
                $mode
                        ->shouldReceive('has')
                        ->andReturn(true);
@@ -139,7 +139,7 @@ Description
                Sets the value of the provided key in the category
 
 Notes:
-       Setting config entries which are manually set in config/local.ini.php may result in
+       Setting config entries which are manually set in config/local.config.php may result in
        conflict between database settings and the manual startup settings.
 
 Options