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()
602602
603603 $ r = new \ReflectionProperty ('Symfony\Component\Intl\NumberFormatter\NumberFormatter ' , 'enSymbols ' );
604604 $ r ->setAccessible (true );
605- $ expected = $ r ->getValue (' Symfony\Component\Intl\NumberFormatter\NumberFormatter ' );
605+ $ expected = $ r ->getValue ();
606606
607607 for ($ i = 0 ; $ i <= 17 ; ++$ i ) {
608608 $ this ->assertSame ($ expected [1 ][$ i ], $ decimalFormatter ->getSymbol ($ i ));
@@ -619,7 +619,7 @@ public function testGetTextAttribute()
619619
620620 $ r = new \ReflectionProperty ('Symfony\Component\Intl\NumberFormatter\NumberFormatter ' , 'enTextAttributes ' );
621621 $ r ->setAccessible (true );
622- $ expected = $ r ->getValue (' Symfony\Component\Intl\NumberFormatter\NumberFormatter ' );
622+ $ expected = $ r ->getValue ();
623623
624624 for ($ i = 0 ; $ i <= 5 ; ++$ i ) {
625625 $ this ->assertSame ($ expected [1 ][$ i ], $ decimalFormatter ->getTextAttribute ($ i ));
You can’t perform that action at this time.
0 commit comments