Skip to content

Commit

Permalink
53471 update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yeneastgate committed Oct 8, 2024
1 parent 9cb08f6 commit 28b9a87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion plugin/Types/ImageTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class ImageTypes
const LOCATION_MAP = 'Lageplan';
const ENERGY_PASS_RANGE = 'Epass_Skala';
const PASSPORTPHOTO = 'PassportPhoto';
const USERPHOTO = 'UserPhoto';
const BILDWEBSEITE = 'bildWebseite';

const IMAGE_TYPES = [
Expand Down
2 changes: 1 addition & 1 deletion tests/TestClassImageTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function testGetAllImageTypesTranslated()
$nameConstants = $pReflection->getConstants();
unset($nameConstants['IMAGE_TYPES']);
unset($nameConstants['PASSPORTPHOTO']);
unset($nameConstants['USERPHOTO']);
unset($nameConstants['BILDWEBSEITE']);
$this->assertEqualSets($nameConstants, array_keys(ImageTypes::getAllImageTypesTranslated()));
}

Expand Down

0 comments on commit 28b9a87

Please sign in to comment.