diff options
author | Andreas Fischer <bantu@owncloud.com> | 2014-02-15 23:06:46 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2014-05-29 16:26:01 +0200 |
commit | 82e17155bf11161a4f86a4d23872ebee753d63e2 (patch) | |
tree | cc36aafb741ef0b7b20f704ba0bf8b8506415845 /tests | |
parent | fb7ec2bb22055886d55a779b9c19f48daee438c5 (diff) | |
download | nextcloud-server-82e17155bf11161a4f86a4d23872ebee753d63e2.tar.gz nextcloud-server-82e17155bf11161a4f86a4d23872ebee753d63e2.zip |
Rename: LargeFileHelper -> LargeFileHelperGetFilesize
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/largefilehelpergetfilesize.php (renamed from tests/lib/largefilehelper.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/largefilehelper.php b/tests/lib/largefilehelpergetfilesize.php index 43721a3ee85..001f636a52a 100644 --- a/tests/lib/largefilehelper.php +++ b/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; |