Skip to content

Commit

Permalink
Update test for different brands, different case
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Aug 9, 2024
1 parent 10dc5b5 commit 2939fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DeviceDetectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ public function testCheckRegexRestrictionEndCondition(): void
*/
public function testDuplicateBrands(): void
{
$brands = \array_map('strtolower', AbstractDeviceParser::$deviceBrands);
$brands = AbstractDeviceParser::$deviceBrands;
$unique = \array_unique($brands);
$duplicates = \array_diff_assoc($brands, $unique);

Expand Down

0 comments on commit 2939fed

Please # to comment.