Exemple #1
0
 public function testTrimLeft()
 {
     $str = new Str("   Hello   ");
     $this->assertTrue($str->trimLeft()->equals("Hello   "));
 }