コード例 #1
0
ファイル: TextTest.php プロジェクト: puwenhan/Text
 public function testUpper()
 {
     $text = new Text('Abc');
     $this->assertEquals('ABC', $text->upper());
 }