summaryrefslogtreecommitdiffstats
path: root/tests/lib/largefilehelper.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/largefilehelper.php')
-rw-r--r--tests/lib/largefilehelper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/largefilehelper.php b/tests/lib/largefilehelper.php
index 5db1f9c5a74..1267a8c5833 100644
--- a/tests/lib/largefilehelper.php
+++ b/tests/lib/largefilehelper.php
@@ -8,10 +8,10 @@
namespace Test;
-class LargeFileHelper extends \PHPUnit_Framework_TestCase {
+class LargeFileHelper extends TestCase {
protected $helper;
- public function setUp() {
+ protected function setUp() {
parent::setUp();
$this->helper = new \OC\LargeFileHelper;
}