File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 1313use Sylius \Component \Core \Model \ChannelInterface ;
1414use Sylius \Component \Locale \Model \LocaleInterface ;
1515use Sylius \Component \Resource \Factory \FactoryInterface ;
16+ use Symfony \Bundle \FrameworkBundle \Test \KernelTestCase ;
1617use Symfony \Component \HttpFoundation \Response as HttpResponse ;
17- use Tests \Synolia \SyliusAkeneoPlugin \PHPUnit \AbstractKernelTestCase ;
1818use Webmozart \Assert \Assert ;
1919
20- abstract class ApiTestCase extends AbstractKernelTestCase
20+ abstract class ApiTestCase extends KernelTestCase
2121{
2222 private const SAMPLE_PATH = '/datas/sample/ ' ;
2323
Original file line number Diff line number Diff line change 55namespace Tests \Synolia \SyliusAkeneoPlugin \PHPUnit \Transformer ;
66
77use Doctrine \ORM \EntityManager ;
8+ use Symfony \Bundle \FrameworkBundle \Test \KernelTestCase ;
89use Synolia \SyliusAkeneoPlugin \Entity \AttributeAkeneoSyliusMapping ;
910use Synolia \SyliusAkeneoPlugin \Transformer \AkeneoAttributeToSyliusAttributeTransformer ;
10- use Tests \Synolia \SyliusAkeneoPlugin \PHPUnit \AbstractKernelTestCase ;
1111
1212/**
1313 * @internal
1414 *
1515 * @coversNothing
1616 */
17- final class AkeneoAttributeToSyliusAttributeTransformerTest extends AbstractKernelTestCase
17+ final class AkeneoAttributeToSyliusAttributeTransformerTest extends KernelTestCase
1818{
1919 private ?AkeneoAttributeToSyliusAttributeTransformer $ akeneoAttributeToSyliusAttributeTransformer = null ;
2020
Original file line number Diff line number Diff line change 55namespace Tests \Synolia \SyliusAkeneoPlugin \PHPUnit \TypeMatcher \Attribute ;
66
77use Sylius \Component \Attribute \AttributeType \TextAttributeType ;
8+ use Symfony \Bundle \FrameworkBundle \Test \KernelTestCase ;
89use Synolia \SyliusAkeneoPlugin \Entity \AttributeTypeMapping ;
910use Synolia \SyliusAkeneoPlugin \Exceptions \UnsupportedAttributeTypeException ;
1011use Synolia \SyliusAkeneoPlugin \TypeMatcher \Attribute \AttributeTypeMatcher ;
1718use Synolia \SyliusAkeneoPlugin \TypeMatcher \Attribute \SelectAttributeTypeMatcher ;
1819use Synolia \SyliusAkeneoPlugin \TypeMatcher \Attribute \TextareaAttributeTypeMatcher ;
1920use Synolia \SyliusAkeneoPlugin \TypeMatcher \Attribute \TextAttributeTypeMatcher ;
20- use Tests \Synolia \SyliusAkeneoPlugin \PHPUnit \AbstractKernelTestCase ;
2121
2222/**
2323 * @internal
2424 *
2525 * @coversNothing
2626 */
27- final class AttributeTypeMatcherTest extends AbstractKernelTestCase
27+ final class AttributeTypeMatcherTest extends KernelTestCase
2828{
2929 private const FAKE_AKENEO_ATTRIBUTE_TYPE = 'my_fake_attribute_type ' ;
3030
You can’t perform that action at this time.
0 commit comments