Integration tests for FileBackendGroup
authorAryeh Gregor <ayg@aryeh.name>
Wed, 21 Aug 2019 13:16:27 +0000 (16:16 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Wed, 28 Aug 2019 08:21:44 +0000 (11:21 +0300)
commitbd2a43950251e6eb67135b8f4535630981c12f9c
treea064dcf03291771bf2f7ef227f0e3627131197fa
parent5a6c18a0863fad234a513bcd61a2076f28433d7e
Integration tests for FileBackendGroup

100% coverage except for one bit of the code that I didn't understand.
Unit tests to come, together with rewrite as a service.

Change-Id: Ib01758d994a9e5587a4fcb5edc3d80010ef05615
includes/filebackend/FileBackendGroup.php
includes/libs/filebackend/filejournal/FileJournal.php
tests/common/TestsAutoLoader.php
tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php [new file with mode: 0644]
tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php [new file with mode: 0644]