Exemple #1
0
 public function testTrim()
 {
     $text = new Text('  test    ');
     $this->assertEquals('test', (string) $text->trim());
 }