aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/ServerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/ServerTest.php')
-rw-r--r--tests/lib/ServerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/ServerTest.php b/tests/lib/ServerTest.php
index 1054c4195b2..8df39ca7cc9 100644
--- a/tests/lib/ServerTest.php
+++ b/tests/lib/ServerTest.php
@@ -72,7 +72,7 @@ class ServerTest extends \Test\TestCase {
['CryptoWrapper', '\OC\Session\CryptoWrapper'],
['CsrfTokenManager', '\OC\Security\CSRF\CsrfTokenManager'],
- ['DatabaseConnection', '\OC\DB\Connection'],
+ ['DatabaseConnection', '\OC\DB\ConnectionAdapter'],
['DatabaseConnection', '\OCP\IDBConnection'],
['DateTimeFormatter', '\OC\DateTimeFormatter'],
['DateTimeFormatter', '\OCP\IDateTimeFormatter'],