Exemple #1
0
 public function testPrepend()
 {
     $text = new Text('foo');
     $this->assertEquals('barfoo', $text->prepend('bar'));
 }