コード例 #1
0
ファイル: InflectorTest.php プロジェクト: rom1git/Centurion
 /**
  * @dataProvider dataForTestFunctionRoundDownTo
  */
 public function testFunctionRoundDownTo($number, $increment, $expectedResult)
 {
     $this->assertEquals($expectedResult, Centurion_Inflector::roundDowTo($number, $increment));
 }