Fix namespace in repair/

This commit is contained in:
Joas Schilling 2016-05-19 08:59:37 +02:00
parent d19d6533dd
commit a9f24a74a2
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
1 changed files with 4 additions and 1 deletions

View File

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