mock getTotalAmoutn in order class

This commit is contained in:
Manuel Raynaud
2013-09-09 14:29:11 +02:00
parent 77fc36fc91
commit d4ec36e920
2 changed files with 3 additions and 3 deletions

View File

@@ -15,6 +15,6 @@ class Order extends BaseOrder {
*/
public function getTotalAmount()
{
return 0;
return 2;
}
}