コード例 #1
0
ファイル: StringTest.php プロジェクト: nella/ActiveMapper
 public function testGetLength()
 {
     $this->assertEquals(4, $this->object->length);
     $this->assertEquals(4, $this->object->getLength());
 }