diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-12-14 19:05:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 19:05:41 +0100 |
commit | 67f65677a18cf58b5c0b4f66f8fa325ebcabf7b6 (patch) | |
tree | 240a77ac9aca48fcdc2d19147efdd1cc2827a84c /tests | |
parent | e9628124f63f5c261b02879803dc68ca5322c2e5 (diff) | |
parent | bc3da3a8f56de496b35add326b7a9e12391b4e3d (diff) | |
download | nextcloud-server-67f65677a18cf58b5c0b4f66f8fa325ebcabf7b6.tar.gz nextcloud-server-67f65677a18cf58b5c0b4f66f8fa325ebcabf7b6.zip |
Merge pull request #2665 from nextcloud/remove-db-class-and-interface
Remove IDb interface which was deprecated for 3 years already
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'], |