Example #1
0
 public function testGetType()
 {
     $arrayObj = new InternalType\ArrayObject();
     $this->assertEquals($arrayObj->getType(), InternalType\AbstractTypeObject::TYPE_ARRAY);
 }