Transformed Unit test to Integration test for RequestedActionFormBuilderService

This commit is contained in:
Kevin Frantz
2019-02-12 18:20:02 +01:00
parent d6a29af72a
commit 357319fd6c
5 changed files with 78 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ use Symfony\Component\Form\FormBuilderInterface;
/**
* @author kevinfrantz
*/
final class PureSourceType extends SourceType
final class PureSourceCreateType extends SourceType
{
/**
* {@inheritdoc}

View File

@@ -6,6 +6,8 @@ use App\Form\TypeInterface;
/**
* @author kevinfrantz
*
* @todo Rename!
*/
interface PureSourceTypeInterface extends TypeInterface
{