Fix namespace in repair/
This commit is contained in:
parent
d19d6533dd
commit
a9f24a74a2
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace Test\Repair;
|
||||
|
||||
use OCP\Migration\IOutput;
|
||||
|
||||
/**
|
||||
|
@ -25,7 +28,7 @@ class TestCollationRepair extends \OC\Repair\Collation {
|
|||
*
|
||||
* @see \OC\Repair\RepairMimeTypes
|
||||
*/
|
||||
class TestRepairCollation extends \Test\TestCase {
|
||||
class RepairCollationTest extends \Test\TestCase {
|
||||
|
||||
/**
|
||||
* @var TestCollationRepair
|
Loading…
Reference in New Issue