]> git.mxchange.org Git - friendica.git/commitdiff
bugfixing test
authorPhilipp Holzer <admin@philipp.info>
Fri, 22 Feb 2019 23:51:08 +0000 (00:51 +0100)
committerPhilipp Holzer <admin@philipp.info>
Fri, 22 Feb 2019 23:51:08 +0000 (00:51 +0100)
tests/DatabaseTest.php

index dde61e856b8d6392f525df1c4461559d1278ea00..bb87cf36dc8bced6a633d58ba2dbf851975ccfd1 100644 (file)
@@ -47,6 +47,7 @@ abstract class DatabaseTest extends MockedTest
                $profiler = \Mockery::mock(Profiler::class);
 
                DBA::connect(
+                       $basedir,
                        $config,
                        $profiler,
                        getenv('MYSQL_HOST'),