Issue #3151087 by rik-dev, dww, alexpott, Matroskeen: Replace use of...
Issue #3151087 by rik-dev, dww, alexpott, Matroskeen: Replace use of whitelist/blacklist in file_munge_filename() and its tests
(cherry picked from commit 9eb7a173)
$this->assertSame($munged_name,$this->nameWithUcExt,newFormattableMarkup('The new filename (%munged) matches the original (%original) once the extension has been whitelisted.',['%munged'=>$munged_name,'%original'=>$this->nameWithUcExt]));
$this->assertSame($munged_name,$this->name,newFormattableMarkup('The new filename (%munged) matches the original (%original) also when the whitelisted extension is in uppercase.',['%munged'=>$munged_name,'%original'=>$this->name]));