* Added FileBackend::parentStoragePath() convenience function for getting parent...
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 20 Jan 2012 22:46:35 +0000 (22:46 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 20 Jan 2012 22:46:35 +0000 (22:46 +0000)
commiteb92ac5557c973a78cf4664459c73eb323faf70a
tree8872fc5ce3f7e09498d55dbd4d248636a3522e76
parentefa202ab2db901d83e0a35429abce8d9ff9bb852
* Added FileBackend::parentStoragePath() convenience function for getting parent directories.
* In StoreBatchTest: sed proper clean() function to remove temp dirs (follows up r109641). Also removed some commented out code.
* Fixed temp dir leakage in FileBackendTest.
includes/filerepo/backend/FileBackend.php
tests/phpunit/includes/filerepo/FileBackendTest.php
tests/phpunit/includes/filerepo/StoreBatchTest.php