Exemple #1
0
 /**
  * @dataProvider dataForTestFunctionRoundDownTo
  */
 public function testFunctionRoundDownTo($number, $increment, $expectedResult)
 {
     $this->assertEquals($expectedResult, Centurion_Inflector::roundDowTo($number, $increment));
 }