diff options
Diffstat (limited to 'tests/lib/repair/repairlegacystorage.php')
-rw-r--r-- | tests/lib/repair/repairlegacystorage.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/repair/repairlegacystorage.php b/tests/lib/repair/repairlegacystorage.php index 4167ddff85a..2df0f6b94b4 100644 --- a/tests/lib/repair/repairlegacystorage.php +++ b/tests/lib/repair/repairlegacystorage.php @@ -5,13 +5,14 @@ * later. * See the COPYING-README file. */ +namespace Test\Repair; /** * Tests for the converting of legacy storages to home storages. * * @see \OC\Repair\RepairLegacyStorages */ -class TestRepairLegacyStorages extends \Test\TestCase { +class RepairLegacyStorages extends \Test\TestCase { private $connection; private $config; |