Exemplo n.º 1
0
 public function testGetLength()
 {
     $this->assertEquals(4, $this->object->length);
     $this->assertEquals(4, $this->object->getLength());
 }