unit tests

This commit is contained in:
Etienne Roudeix
2013-07-11 16:25:03 +02:00
parent ba373e3fa1
commit 028a5d124e
3 changed files with 66 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ class Product extends BaseLoop
new Argument(
'feature_available',
new TypeCollection(
new Type\IntToCombinedIntsList(array('alpha', 'alpha_reverse', 'reverse', 'min_price', 'max_price', 'manual', 'manual_reverse', 'ref', 'promo', 'new'))
new Type\IntToCombinedIntsListType(array('alpha', 'alpha_reverse', 'reverse', 'min_price', 'max_price', 'manual', 'manual_reverse', 'ref', 'promo', 'new'))
)
)
);