File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ public function testGetSymbol()
602
602
603
603
$ r = new \ReflectionProperty ('Symfony\Component\Intl\NumberFormatter\NumberFormatter ' , 'enSymbols ' );
604
604
$ r ->setAccessible (true );
605
- $ expected = $ r ->getValue (' Symfony\Component\Intl\NumberFormatter\NumberFormatter ' );
605
+ $ expected = $ r ->getValue ();
606
606
607
607
for ($ i = 0 ; $ i <= 17 ; ++$ i ) {
608
608
$ this ->assertSame ($ expected [1 ][$ i ], $ decimalFormatter ->getSymbol ($ i ));
@@ -619,7 +619,7 @@ public function testGetTextAttribute()
619
619
620
620
$ r = new \ReflectionProperty ('Symfony\Component\Intl\NumberFormatter\NumberFormatter ' , 'enTextAttributes ' );
621
621
$ r ->setAccessible (true );
622
- $ expected = $ r ->getValue (' Symfony\Component\Intl\NumberFormatter\NumberFormatter ' );
622
+ $ expected = $ r ->getValue ();
623
623
624
624
for ($ i = 0 ; $ i <= 5 ; ++$ i ) {
625
625
$ this ->assertSame ($ expected [1 ][$ i ], $ decimalFormatter ->getTextAttribute ($ i ));
You can’t perform that action at this time.
0 commit comments