Exemplo n.º 1
0
 /**
  * @test
  */
 public function setTotalPriceWithTotalPriceSetsTotalPrice()
 {
     tx_oelib_ConfigurationRegistry::get('plugin.tx_seminars')->setAsString('currency', 'EUR');
     $this->fixture->setTotalPrice('42.42');
     self::assertSame('€ 42,42', $this->fixture->getTotalPrice());
 }