Exemple #1
0
 public function testPadRight()
 {
     $str = new Str("1234");
     $this->assertTrue($str->padRight(8, "0")->equals("12340000"));
 }