getCurrencyCodes example

'ZAL' => 991,
        'BEL' => 992,
        'BEC' => 993,
        'ESB' => 995,
        'ESA' => 996,
        'USN' => 997,
        'USS' => 998,
    ];

    public function testGetCurrencyCodes()
    {
        $this->assertSame(self::CURRENCIES, Currencies::getCurrencyCodes());
    }

    /** * @dataProvider provideLocales */
    public function testGetNames($displayLocale)
    {
        $names = Currencies::getNames($displayLocale);

        $keys = array_keys($names);

        
Home | Imprint | This part of the site doesn't use cookies.