diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-01-17 14:55:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 14:55:18 +0100 |
commit | 414d6e2184734d158d1a2d65eeaf83ef523e1160 (patch) | |
tree | 748a8a11d44b92e7d190ba8fa7620805e1686242 /tests | |
parent | 9efdd684c4c1e1fcd653fe7b345d9d3659689742 (diff) | |
parent | ed999066e5e05fc569c1a9940e64aa13a916ddc8 (diff) | |
download | nextcloud-server-414d6e2184734d158d1a2d65eeaf83ef523e1160.tar.gz nextcloud-server-414d6e2184734d158d1a2d65eeaf83ef523e1160.zip |
Merge pull request #7915 from nextcloud/backport/7909/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 |