Skip to content

Commit e05b3f6

Browse files
Chris8934alcohol
authored andcommitted
chore: allow phpunit 12
1 parent 1c0f4d7 commit e05b3f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ISO4217Test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ private static function getCurrencies(string $indexedBy): array
140140
{
141141
$reflected = new \ReflectionClass('Alcohol\ISO4217');
142142
$currencies = $reflected->getProperty('currencies');
143+
$currencies->setAccessible(true);
143144
$currencies = $currencies->getValue(new ISO4217());
144145

145146
return array_reduce(

0 commit comments

Comments
 (0)