diff options
author | Joas Schilling <coding@schilljs.com> | 2016-12-14 11:42:16 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-12-14 11:42:16 +0100 |
commit | bc3da3a8f56de496b35add326b7a9e12391b4e3d (patch) | |
tree | b59ddfe18fb61b09b669f3bb3411a7f812236a52 /tests | |
parent | 03b648be13fa9be20babce0ccd8d4d97b008d569 (diff) | |
download | nextcloud-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.php | 2 |
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'], |