]> git.mxchange.org Git - friendica.git/blobdiff - tests/DatabaseTest.php
Adding basepath, urlpath, hostname and ssl_policy to installation
[friendica.git] / tests / DatabaseTest.php
index 0c2350e2dea310644e0f3254ea2ac0239a393b37..b3418c20f4024878c9999ebf9f6d908d6374335b 100644 (file)
@@ -50,7 +50,6 @@ abstract class DatabaseTest extends MockedTest
                $profiler = \Mockery::mock(Profiler::class);
 
                DBA::connect(
-                       $basePath,
                        $config,
                        $profiler,
                        new VoidLogger(),