]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/InstallerTest.php
Update install to generate config/local.config.php
[friendica.git] / tests / src / Core / InstallerTest.php
index ebbf5037d4b780ff464209ea130536bd92aa4ec7..32a80a77e0988adc3ef3283d3d22c776a7f61802 100644 (file)
@@ -195,14 +195,14 @@ class InstallerTest extends MockedTest
         */
        public function testCheckLocalIni()
        {
-               $this->assertTrue($this->root->hasChild('config/local.ini.php'));
+               $this->assertTrue($this->root->hasChild('config/local.config.php'));
 
                $install = new Installer();
                $this->assertTrue($install->checkLocalIni());
 
-               $this->delConfigFile('local.ini.php');
+               $this->delConfigFile('local.config.php');
 
-               $this->assertFalse($this->root->hasChild('config/local.ini.php'));
+               $this->assertFalse($this->root->hasChild('config/local.config.php'));
 
                $install = new Installer();
                $this->assertTrue($install->checkLocalIni());