mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 08:34:26 +02:00
documentation
This commit is contained in:
parent
0ccdc2ec0e
commit
70f9d3c596
2 changed files with 22 additions and 0 deletions
|
@ -53,6 +53,13 @@ class AutomaticInstallationConsoleTest extends ConsoleTest
|
|||
$this->mockConfigGet('config', 'php_path', false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates the arguments which is asserted to be passed to 'replaceMacros()' for creating the local.ini.php
|
||||
*
|
||||
* @param bool $withDb if true, DB will get saved too
|
||||
*
|
||||
* @return array The arguments to pass to the mock for 'replaceMacros()'
|
||||
*/
|
||||
private function createArgumentsForMacro($withDb)
|
||||
{
|
||||
$args = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue