/**
  * @test
  */
 public function shouldReturnComplexType()
 {
     //when
     $parser = new ComplexTypeParser('string', 'name');
     //then
     $this->assertEquals('string', $parser->getType());
 }