示例#1
0
 public function itShouldFillWithLeadingZeros()
 {
     $this->spec(Ra_StringHelper::zero_fill(2, 3))->should->be("002");
 }