Beispiel #1
0
 public function testPad()
 {
     $text = new Text('test');
     $this->assertEquals('test  ', (string) $text->pad(6));
 }