46 'name' =>
'FileRepoTestRepository',
48 'name' =>
'local-testing',
49 'wikiId' =>
'test_wiki',
50 'containerPaths' => []
53 $this->assertInstanceOf( FileRepo::class, $f );
Class for a file system (FS) based file backend.
testFileRepoConstructionWithRequiredOptions()
FileRepo::__construct.
testFileRepoConstructionOptionCanNotBeAnEmptyArray()
MWException FileRepo::__construct.
testFileRepoConstructionOptionCanNotBeNull()
MWException FileRepo::__construct.
testFileRepoConstructionOptionNeedNameKey()
MWException FileRepo::__construct.
testFileRepoConstructionOptionNeedBackendKey()
MWException FileRepo::__construct.
Base class for file repositories.