Пример #1
0
 public function testGetType()
 {
     $stringObj = new InternalType\StringObject('some text');
     $this->assertEquals($stringObj->getType(), InternalType\AbstractTypeObject::TYPE_STRING);
 }