Example #1
0
 public function testAppend()
 {
     $string = new Str('Keep');
     $this->assertEquals('KeepObjective', $string->append('Objective')->getInternalValue());
 }