]> git.mxchange.org Git - friendica.git/commitdiff
Remove PDO test
authorMichael <heluecht@pirati.ca>
Sat, 7 Nov 2020 15:25:43 +0000 (15:25 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 7 Nov 2020 15:25:43 +0000 (15:25 +0000)
tests/Util/AppMockTrait.php

index c6d730d0febc0a2c0733cfa12db1271303137052..c6f07897c6054be4bb072017a7600fc70745b43a 100644 (file)
@@ -141,10 +141,6 @@ trait AppMockTrait
                        ->shouldReceive('get')
                        ->with('database', 'database')
                        ->andReturn(getenv('MYSQL_DATABASE'));
-               $this->configMock
-                       ->shouldReceive('get')
-                       ->with('database', 'disable_pdo')
-                       ->andReturn(true);
                $this->configMock
                        ->shouldReceive('get')
                        ->with('config', 'hostname')