Skip to content
Snippets Groups Projects
Commit 129d8099 authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Typo: getFileSizeViaDOM -> getFileSizeViaCOM

parent 2929d19c
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ class LargeFileHelperGetFileSize extends \PHPUnit_Framework_TestCase { ...@@ -44,7 +44,7 @@ class LargeFileHelperGetFileSize extends \PHPUnit_Framework_TestCase {
} }
$this->assertSame( $this->assertSame(
$this->fileSize, $this->fileSize,
$this->helper->getFileSizeViaDOM($this->filename) $this->helper->getFileSizeViaCOM($this->filename)
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment