Skip to content
Snippets Groups Projects
Verified Commit b55abf3d authored by Dave Long's avatar Dave Long
Browse files

Issue #3452511 by pooja_sharma, joachim: convert ProviderRepositoryTest to a kernel test

(cherry picked from commit 3e3b4953)
parent 8ece9928
No related branches found
No related tags found
2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #209368 canceled
...@@ -2,11 +2,10 @@ ...@@ -2,11 +2,10 @@
declare(strict_types=1); declare(strict_types=1);
namespace Drupal\Tests\media\Functional; namespace Drupal\Tests\media\Kernel;
use Drupal\media\OEmbed\ProviderException; use Drupal\media\OEmbed\ProviderException;
use GuzzleHttp\Psr7\Utils; use GuzzleHttp\Psr7\Utils;
use Prophecy\PhpUnit\ProphecyTrait;
/** /**
* Tests the oEmbed provider repository. * Tests the oEmbed provider repository.
...@@ -15,14 +14,7 @@ ...@@ -15,14 +14,7 @@
* *
* @group media * @group media
*/ */
class ProviderRepositoryTest extends MediaFunctionalTestBase { class ProviderRepositoryTest extends MediaKernelTestBase {
use ProphecyTrait;
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/** /**
* Tests that provider discovery fails if the provider database is empty. * Tests that provider discovery fails if the provider database is empty.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment