Move some FileBackend related classes to /libs
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 18 Sep 2016 07:54:54 +0000 (00:54 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 19 Sep 2016 07:31:25 +0000 (07:31 +0000)
commit8a573aa1f5fed19b9eea49525c60d997d86e65a4
tree60038e23aa2a4c0e99b1d99951233a09ee5a8127
parent37ad84cb911a4cac1973dc96d54efbc31beb9aa2
Move some FileBackend related classes to /libs

Change-Id: I0c3a84c2ed8b869519f4d38475a77539c24a88a8
autoload.php
includes/filebackend/FileBackend.php [deleted file]
includes/filebackend/FileBackendGroup.php
includes/filebackend/filejournal/FileJournal.php [deleted file]
includes/filebackend/lockmanager/ScopedLock.php [deleted file]
includes/libs/filebackend/FileBackend.php [new file with mode: 0644]
includes/libs/filebackend/FileBackendException.php [new file with mode: 0644]
includes/libs/filebackend/filejournal/FileJournal.php [new file with mode: 0644]
includes/libs/filebackend/filejournal/NullFileJournal.php [new file with mode: 0644]
includes/libs/lockmanager/ScopedLock.php [new file with mode: 0644]
tests/phpunit/includes/filebackend/FileBackendTest.php