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