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