mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Transformed Unit test to Integration test for RequestedActionFormBuilderService
This commit is contained in:
@@ -7,7 +7,7 @@ use Symfony\Component\Form\FormBuilderInterface;
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
final class PureSourceType extends SourceType
|
||||
final class PureSourceCreateType extends SourceType
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
@@ -6,6 +6,8 @@ use App\Form\TypeInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @todo Rename!
|
||||
*/
|
||||
interface PureSourceTypeInterface extends TypeInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user