Browse Source

Rename: LargeFileHelper -> LargeFileHelperGetFilesize

remotes/origin/ldap_group_count
Andreas Fischer 13 years ago
parent
commit
82e17155bf
  1. 2
      tests/lib/largefilehelpergetfilesize.php

2
tests/lib/largefilehelper.php → tests/lib/largefilehelpergetfilesize.php

@ -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…
Cancel
Save