1..6 # ->configure() ok 1 - ->configure() throws an InvalidArgumentException if a currency does not exist not ok 2 - ->configure() can restrict the number of currencies with the currencies option # Failed test (./sfWidgetFormI18nSelectCurrencyTest.php at line 31) # got: array ( 0 => 'EUR', 1 => 'USD', ) # expected: array ( 0 => 'USD', 1 => 'EUR', ) # ->render() ok 3 - ->render() renders all currencies as option tags ok 4 - ->render() renders all currencies as option tags # add_empty ok 5 - ->render() renders an empty option if add_empty is true ok 6 - ->render() renders an empty option if add_empty is true Looks like you failed 1 tests of 6.