From 4a5282ba2191059a356540165ac43dcb972eda8d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 Jan 2018 11:35:20 +0100 Subject: Fix the type hints of migrations and correctly inject the wrapped schema into migrations Signed-off-by: Joas Schilling --- tests/lib/DB/MigrationsTest.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3