summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-14 11:42:16 +0100
committerJoas Schilling <coding@schilljs.com>2016-12-14 11:42:16 +0100
commitbc3da3a8f56de496b35add326b7a9e12391b4e3d (patch)
treeb59ddfe18fb61b09b669f3bb3411a7f812236a52 /tests
parent03b648be13fa9be20babce0ccd8d4d97b008d569 (diff)
downloadnextcloud-server-bc3da3a8f56de496b35add326b7a9e12391b4e3d.tar.gz
nextcloud-server-bc3da3a8f56de496b35add326b7a9e12391b4e3d.zip
Remove IDb interface which was deprecated for 3 years already
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/ServerTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/ServerTest.php b/tests/lib/ServerTest.php
index 02fccee628e..9c375dd654e 100644
--- a/tests/lib/ServerTest.php
+++ b/tests/lib/ServerTest.php
@@ -79,8 +79,6 @@ class ServerTest extends \Test\TestCase {
['DateTimeFormatter', '\OCP\IDateTimeFormatter'],
['DateTimeZone', '\OC\DateTimeZone'],
['DateTimeZone', '\OCP\IDateTimeZone'],
- ['Db', '\OC\AppFramework\Db\Db'],
- ['Db', '\OCP\IDb'],
['EncryptionFileHelper', '\OC\Encryption\File'],
['EncryptionFileHelper', '\OCP\Encryption\IFile'],