Esempio n. 1
0
 public function testUpper()
 {
     $text = new Text('Abc');
     $this->assertEquals('ABC', $text->upper());
 }