Loading core/modules/media/tests/src/Functional/ProviderRepositoryTest.php→core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php +2 −10 Original line number Diff line number Diff line Loading @@ -2,11 +2,10 @@ declare(strict_types=1); namespace Drupal\Tests\media\Functional; namespace Drupal\Tests\media\Kernel; use Drupal\media\OEmbed\ProviderException; use GuzzleHttp\Psr7\Utils; use Prophecy\PhpUnit\ProphecyTrait; /** * Tests the oEmbed provider repository. Loading @@ -15,14 +14,7 @@ * * @group media */ class ProviderRepositoryTest extends MediaFunctionalTestBase { use ProphecyTrait; /** * {@inheritdoc} */ protected $defaultTheme = 'stark'; class ProviderRepositoryTest extends MediaKernelTestBase { /** * Tests that provider discovery fails if the provider database is empty. Loading Loading
core/modules/media/tests/src/Functional/ProviderRepositoryTest.php→core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php +2 −10 Original line number Diff line number Diff line Loading @@ -2,11 +2,10 @@ declare(strict_types=1); namespace Drupal\Tests\media\Functional; namespace Drupal\Tests\media\Kernel; use Drupal\media\OEmbed\ProviderException; use GuzzleHttp\Psr7\Utils; use Prophecy\PhpUnit\ProphecyTrait; /** * Tests the oEmbed provider repository. Loading @@ -15,14 +14,7 @@ * * @group media */ class ProviderRepositoryTest extends MediaFunctionalTestBase { use ProphecyTrait; /** * {@inheritdoc} */ protected $defaultTheme = 'stark'; class ProviderRepositoryTest extends MediaKernelTestBase { /** * Tests that provider discovery fails if the provider database is empty. Loading