예제 #1
0
 /**
  * @covers Classes\Instance\Instance::getUin
  */
 public function testGetUin()
 {
     $this->assertInternalType('string', $this->object->getUin());
 }