Hal\MutaTesting\Runner\Adapter\AdapterInterface::createFileSystemMock PHP Method

createFileSystemMock() public method

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
return string
    public function createFileSystemMock(MutationInterface2 $mutation);