Exemplo n.º 1
0
 /**
  * @test
  */
 public function shouldReturnComplexName()
 {
     //when
     $parser = new ComplexTypeParser('string', 'name');
     //then
     $this->assertEquals('name', $parser->getName());
 }