Working : Coupon : Unit testing

This commit is contained in:
gmorel
2013-09-17 11:41:09 +02:00
parent ae4ad0038b
commit 3b249dc21c
6 changed files with 135 additions and 241 deletions

View File

@@ -169,4 +169,11 @@ interface CouponAdapterInterface
*/
public function getConstraintValidator();
/**
* Return all available currencies
*
* @return array of Currency
*/
public function getAvailableCurrencies();
}