/** * @expectedException \Brick\Money\Exception\CurrencyMismatchException */ public function testTotalOfDifferentCurrenciesThrowsException() { Money::total(Money::parse('EUR 1.00'), Money::parse('USD 1.00')); }