File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414namespace SolidWorx \FormHandler \Test ;
1515
16- use PHPUnit \Framework \TestCase ;
1716use SolidWorx \FormHandler \Event \FormHandlerEvent ;
1817use SolidWorx \FormHandler \Event \FormHandlerEvents ;
1918use SolidWorx \FormHandler \FormHandler ;
2019use SolidWorx \FormHandler \FormHandlerFailInterface ;
2120use SolidWorx \FormHandler \FormHandlerInterface ;
2221use SolidWorx \FormHandler \FormHandlerSuccessInterface ;
2322use SolidWorx \FormHandler \FormRequest ;
23+ use Symfony \Bundle \FrameworkBundle \Test \KernelTestCase ;
2424use Symfony \Component \EventDispatcher \EventDispatcher ;
2525use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
2626use Symfony \Component \Form \Extension \HttpFoundation \HttpFoundationRequestHandler ;
3838use Symfony \Component \HttpFoundation \Session \Session ;
3939use Symfony \Component \HttpFoundation \Session \Storage \MockArraySessionStorage ;
4040
41- abstract class FormHandlerTestCase extends TestCase
41+ abstract class FormHandlerTestCase extends KernelTestCase
4242{
4343 /**
4444 * @var FormFactoryInterface
You can’t perform that action at this time.
0 commit comments