Fixed tests for currencies

This commit is contained in:
Claudio Sanches 2016-04-05 15:31:15 -05:00
parent fca1758f39
commit b99fbe560a
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ class WC_Tests_Core_Functions extends WC_Unit_Test_Case {
'TRY' => __( 'Turkish Lira', 'woocommerce' ),
'TWD' => __( 'Taiwan New Dollars', 'woocommerce' ),
'UAH' => __( 'Ukrainian Hryvnia', 'woocommerce' ),
'UGX' => __( 'Ugandan Shilling', 'woocommerce' ),
'USD' => __( 'US Dollars', 'woocommerce' ),
'VND' => __( 'Vietnamese Dong', 'woocommerce' ),
'ZAR' => __( 'South African rand', 'woocommerce' ),