aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-01-17 11:35:20 +0100
committerJoas Schilling <coding@schilljs.com>2018-01-17 13:53:09 +0100
commited999066e5e05fc569c1a9940e64aa13a916ddc8 (patch)
tree69af8b0fe2446718e52e70da6e777762cc028d51 /tests
parent4f30c2fbe43e0d6f24ba3bff881526b2b6c2747d (diff)
downloadnextcloud-server-ed999066e5e05fc569c1a9940e64aa13a916ddc8.tar.gz
nextcloud-server-ed999066e5e05fc569c1a9940e64aa13a916ddc8.zip
Fix the type hints of migrations and correctly inject the wrapped schema into migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/DB/MigrationsTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/DB/MigrationsTest.php b/tests/lib/DB/MigrationsTest.php
index 9c06fe4cec5..191164c7eed 100644
--- a/tests/lib/DB/MigrationsTest.php
+++ b/tests/lib/DB/MigrationsTest.php
@@ -16,8 +16,6 @@ use OC\DB\MigrationService;
use OC\DB\SchemaWrapper;
use OCP\IDBConnection;
use OCP\Migration\IMigrationStep;
-use OCP\Migration\ISchemaMigration;
-use OCP\Migration\ISqlMigration;
/**
* Class MigrationsTest