Move FileContentsHasher into includes/utils/
authorKunal Mehta <legoktm@gmail.com>
Fri, 25 Sep 2015 01:27:28 +0000 (18:27 -0700)
committerKunal Mehta <legoktm@gmail.com>
Fri, 25 Sep 2015 01:27:28 +0000 (18:27 -0700)
commit9a3c7b43ea1e440a30dac778eee77627f56687db
tree42e34f0bf485cfa91231e8e6b4b6552a9640f824
parentbdabeab02a5bb58aafd60f34d905d4b9b016d332
Move FileContentsHasher into includes/utils/

The class only contains two dependencies upon MediaWiki (ObjectCache &
wfGlobalCacheKey) which are suitable for inclusion in the utils
directory.

Change-Id: I85b4c763be2670c40f26d93e75cedcb68eaa7987
autoload.php
includes/FileContentsHasher.php [deleted file]
includes/utils/FileContentsHasher.php [new file with mode: 0644]
tests/phpunit/includes/FileContentsHasherTest.php [deleted file]
tests/phpunit/includes/utils/FileContentsHasherTest.php [new file with mode: 0644]