Hal\MutaTesting\Runner\Adapter\AdapterInterface::createFileSystemMock PHP Метод

createFileSystemMock() публичный Метод

create a bootstrapper to mock file system: the file mentionned in the mutation will be virtualized in the application and replaced with own mutated file
public createFileSystemMock ( Hal\MutaTesting\Mutation\MutationInterface $mutation ) : string
$mutation Hal\MutaTesting\Mutation\MutationInterface
Результат string
    public function createFileSystemMock(MutationInterface2 $mutation);