/** @expectedException */
 public function testException()
 {
     $this->assertEquals(3, FloatMath::sum("1", 2));
 }