Skip to content
Snippets Groups Projects
Commit 426129c8 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Update MimeTest.php

parent 8df8c31e
Branches
Tags
5 merge requests!3297WIP: Master,!3220Master,!3216WIP: Koha pagination le retour,!3212Hotline,!3204Hotline#93504 binum pdf open
Pipeline #8059 passed with stage
in 36 minutes and 40 seconds
......@@ -33,7 +33,7 @@ class MimeTest extends PHPUnit_Framework_TestCase {
/** @test */
public function typeOfJPGShonuldBeImageJpg() {
public function typeOfJPGShouldBeImageJpg() {
$this->assertEquals('image/jpeg', Class_File_Mime::getType('JPG'));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment