Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelMobilia committed Oct 7, 2024
1 parent 407d9e0 commit e854e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests/ImageUploadAndDeleteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ public function testEnvoiModifWebPAnimee(): void
'Envoi image webp animée avec modif doit créer une image sur HDD'
);
$this->assertFileEquals(
$monImage->getPath(),
$monImage->getPathMd5(),
$_FILES['fichier']['tmp_name'],
'Envoi image webp animée avec modif ne doit pas faire de modif du fichier source'
);
Expand Down

0 comments on commit e854e84

Please sign in to comment.