Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-17 15:47:58 +0300
committerGitHub <noreply@github.com>2018-01-17 15:47:58 +0300
commit24c58d39f4238f1068c629937a1a2baa37214068 (patch)
tree30ef2e5f6f5f8930bdb7dc8d76885307307d5332 /tests
parentf8756d96bc7821a1082dd19cb8aea6d0b933505a (diff)
parent4a5282ba2191059a356540165ac43dcb972eda8d (diff)
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.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