[Pkg-owncloud-commits] [owncloud] 128/199: Rename: LargeFileHelper -> LargeFileHelperGetFilesize

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:53:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 82e17155bf11161a4f86a4d23872ebee753d63e2
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Sat Feb 15 23:06:46 2014 +0100

    Rename: LargeFileHelper -> LargeFileHelperGetFilesize
---
 tests/lib/{largefilehelper.php => largefilehelpergetfilesize.php} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/largefilehelper.php b/tests/lib/largefilehelpergetfilesize.php
similarity index 95%
rename from tests/lib/largefilehelper.php
rename to tests/lib/largefilehelpergetfilesize.php
index 43721a3..001f636 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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list