Ejemplo n.º 1
0
 public function testNumberToStringShort()
 {
     Inflector::setDefaultLanguage("ru");
     $this->assertEquals('триста один руб. 21 коп.', Inflector::priceToStringShort('301,21', true, 'руб.'), 'short version');
     $this->assertEquals('пятьсот пятнадцать руб.', Inflector::priceToStringShort('515,21', false, 'руб.'), 'short version without float');
 }