Reorder media files for notice. Make the most compressed one (mp3, mp4) the default. Closes #0025878
<?phpclassExampleTestextendsTestCase{/** * A basic functional test example. */publicfunctiontestBasicExample(){$response=$this->call('GET','/');$this->assertEquals(200,$response->getStatusCode());}}