mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Rename: LargeFileHelper -> LargeFileHelperGetFilesize
This commit is contained in:
parent
fb7ec2bb22
commit
82e17155bf
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace Test;
|
|||
* Tests whether LargeFileHelper is able to determine filesize at all.
|
||||
* Large files are not considered yet.
|
||||
*/
|
||||
class LargeFileHelper extends \PHPUnit_Framework_TestCase {
|
||||
class LargeFileHelperGetFilesize extends \PHPUnit_Framework_TestCase {
|
||||
protected $filename;
|
||||
protected $filesize;
|
||||
protected $helper;
|
||||
Loading…
Reference in a new issue