예제 #1
0
파일: MathTest.php 프로젝트: poef/ariadne
 /**
  * @covers       toFixed
  * @dataProvider getDataForToFixedTest
  */
 public function testToFixed($test, $decimals, $expected)
 {
     $this->assertEquals($expected, ILess_Math::toFixed($test, $decimals));
 }