Fix namespace for repair step tests

This commit is contained in:
Vincent Petry 2015-03-26 23:19:27 +01:00
parent d082e37270
commit cf2fd2a825
4 changed files with 7 additions and 4 deletions

View file

@ -5,13 +5,14 @@
* later.
* See the COPYING-README file.
*/
namespace Test\Repair;
/**
* Tests for the converting of MySQL tables to InnoDB engine
*
* @see \OC\Repair\RepairMimeTypes
*/
class TestRepairInnoDB extends \Test\TestCase {
class RepairInnoDB extends \Test\TestCase {
/** @var \OC\RepairStep */
private $repair;

View file

@ -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;

View file

@ -6,13 +6,14 @@
* later.
* See the COPYING-README file.
*/
namespace Test\Repair;
/**
* Tests for the converting of legacy storages to home storages.
*
* @see \OC\Repair\RepairMimeTypes
*/
class TestRepairMimeTypes extends \Test\TestCase {
class RepairMimeTypes extends \Test\TestCase {
/** @var \OC\RepairStep */
private $repair;

View file

@ -11,7 +11,7 @@ namespace Test\Repair;
/**
* Tests for fixing the SQLite id recycling
*/
class TestRepairSqliteAutoincrement extends \Test\TestCase {
class RepairSqliteAutoincrement extends \Test\TestCase {
/**
* @var \OC\Repair\SqliteAutoincrement