Exemplo n.º 1
0
 /**
  * @covers       toFixed
  * @dataProvider getDataForToFixedTest
  */
 public function testToFixed($test, $decimals, $expected)
 {
     $this->assertEquals($expected, ILess_Math::toFixed($test, $decimals));
 }