summaryrefslogtreecommitdiffstats
path: root/tests/lib/FileChunkingTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/FileChunkingTest.php')
-rw-r--r--tests/lib/FileChunkingTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/FileChunkingTest.php b/tests/lib/FileChunkingTest.php
index cf0fed251a4..42fc820c5d0 100644
--- a/tests/lib/FileChunkingTest.php
+++ b/tests/lib/FileChunkingTest.php
@@ -47,7 +47,7 @@ class FileChunkingTest extends \Test\TestCase {
* @param $expected
*/
public function testIsComplete($total, array $present, $expected) {
- $fileChunking = $this->getMockBuilder('\OC_FileChunking')
+ $fileChunking = $this->getMockBuilder(\OC_FileChunking::class)
->setMethods(['getCache'])
->setConstructorArgs([[
'name' => 'file',