Use file_get_contents() and base64_encode(file_get_contents()), to load from data and base64, to cover more cases
data() somehow does not return, what file_get_contents() returns, so I skipped related tests.