From 23a68803a1e95a989bf28eb59c6806229e49d453 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 7 Nov 2020 15:25:43 +0000 Subject: [PATCH] Remove PDO test --- tests/Util/AppMockTrait.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Util/AppMockTrait.php b/tests/Util/AppMockTrait.php index c6d730d0fe..c6f07897c6 100644 --- a/tests/Util/AppMockTrait.php +++ b/tests/Util/AppMockTrait.php @@ -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')