Skip to content

Commit

Permalink
Fixed type in issue tests for #16
Browse files Browse the repository at this point in the history
  • Loading branch information
boekkooi committed Aug 9, 2015
1 parent 0324aa5 commit 51c3a05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public function setDefaultOptions(OptionsResolverInterface $resolver)
*/
public function getName()
{
return 'issue16';
return 'issue16_type';
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ public function buildForm(FormBuilderInterface $builder, array $options)
))
;
}

/**
* {@inheritdoc}
*/
public function getName()
{
return 'issue16_collection';
}
}

0 comments on commit 51c3a05

Please sign in to comment.