Пример #1
0
 public function testPrepend()
 {
     $string = new Str('Objective');
     $this->assertEquals('KeepObjective', $string->prepend('Keep')->getInternalValue());
 }