aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/largefilehelpergetfilesize.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2014-03-16 21:21:17 +0100
committerAndreas Fischer <bantu@owncloud.com>2014-05-29 16:26:02 +0200
commit129d8099b948c0b5c7456af42cf9a618f5f6920d (patch)
tree88749f02a7ae678fe7be0ca82e4df72318cb4b27 /tests/lib/largefilehelpergetfilesize.php
parent2929d19c7f0b87d8207cbeff35607b8c27674ebf (diff)
downloadnextcloud-server-129d8099b948c0b5c7456af42cf9a618f5f6920d.tar.gz
nextcloud-server-129d8099b948c0b5c7456af42cf9a618f5f6920d.zip
Typo: getFileSizeViaDOM -> getFileSizeViaCOM
Diffstat (limited to 'tests/lib/largefilehelpergetfilesize.php')
-rw-r--r--tests/lib/largefilehelpergetfilesize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/largefilehelpergetfilesize.php b/tests/lib/largefilehelpergetfilesize.php
index cc25d54a36a..86ce6d295cf 100644
--- a/tests/lib/largefilehelpergetfilesize.php
+++ b/tests/lib/largefilehelpergetfilesize.php
@@ -44,7 +44,7 @@ class LargeFileHelperGetFileSize extends \PHPUnit_Framework_TestCase {
}
$this->assertSame(
$this->fileSize,
- $this->helper->getFileSizeViaDOM($this->filename)
+ $this->helper->getFileSizeViaCOM($this->filename)
);
}