From cb3a598cdb238f9ce74dce80ef9e59cdfc531a4f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 10 Nov 2014 22:59:50 +0100 Subject: Make root tests extend the \Test\TestCase --- tests/lib/repair.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/repair.php') diff --git a/tests/lib/repair.php b/tests/lib/repair.php index 121f41dedd9..248db382140 100644 --- a/tests/lib/repair.php +++ b/tests/lib/repair.php @@ -29,7 +29,7 @@ class TestRepairStep extends BasicEmitter implements \OC\RepairStep{ } } -class Test_Repair extends PHPUnit_Framework_TestCase { +class Test_Repair extends \Test\TestCase { public function testRunRepairStep() { $output = array(); -- cgit v1.2.3