Example #1
0
 /**
  * @expectedException ledgr\accounting\Exception\UnexpectedValueException
  */
 public function testMissingAmountKey()
 {
     $t = new Template();
     $t->addTransaction('3000', '-{value}');
     $t->buildVerification($this->getChart());
 }