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

Rename: LargeFileHelper -> LargeFileHelperGetFilesize

parent fb7ec2bb
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ namespace Test; ...@@ -12,7 +12,7 @@ namespace Test;
* Tests whether LargeFileHelper is able to determine filesize at all. * Tests whether LargeFileHelper is able to determine filesize at all.
* Large files are not considered yet. * Large files are not considered yet.
*/ */
class LargeFileHelper extends \PHPUnit_Framework_TestCase { class LargeFileHelperGetFilesize extends \PHPUnit_Framework_TestCase {
protected $filename; protected $filename;
protected $filesize; protected $filesize;
protected $helper; protected $helper;
......
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