WIP Coupon

Default Implementation + Unit test in order to validate the chain
- effect
- application field
- condition
This commit is contained in:
gmorel
2013-08-27 13:28:57 +02:00
parent eae86cd797
commit e971179a60
43 changed files with 1184 additions and 617 deletions

View File

@@ -39,11 +39,11 @@ class PhpUnitUtils
/**
* Allow to call a protected methods
*
* @param string $obj Class name + namespace
* @param Object $obj Class name + namespace
* @param string $name Method name
* @param array $args Method arguments
*
* @return protected method result
* @return mixed protected method result
*/
public static function callMethod($obj, $name, array $args)
{