diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-01-17 13:47:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 13:47:58 +0100 |
commit | 24c58d39f4238f1068c629937a1a2baa37214068 (patch) | |
tree | 30ef2e5f6f5f8930bdb7dc8d76885307307d5332 /tests | |
parent | f8756d96bc7821a1082dd19cb8aea6d0b933505a (diff) | |
parent | 4a5282ba2191059a356540165ac43dcb972eda8d (diff) | |
download | nextcloud-server-24c58d39f4238f1068c629937a1a2baa37214068.tar.gz nextcloud-server-24c58d39f4238f1068c629937a1a2baa37214068.zip |
Merge pull request #7909 from nextcloud/fix-migration-type-hints
Fix the type hints of migrations and correctly inject the wrapped sch…
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/DB/MigrationsTest.php | 2 |
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 |