Skip to content

Commit

Permalink
Fix test for migrate source plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-teck committed May 16, 2024
1 parent 2d93b40 commit 793bcd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sut/qux/tests/src/Kernel/Migrate/Source/FooTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Drupal\Tests\qux\Kernel\Plugin\migrate\source;

use Drupal\Tests\migrate\Kernel\MigrateSourceTestBase;
use Drupal\Tests\migrate\Kernel\MigrateSqlSourceTestBase;

/**
* Tests SQL source migrate plugin.
Expand All @@ -15,7 +15,7 @@
*
* @covers \Drupal\qux\Plugin\migrate\source\Foo
*/
final class FooTest extends MigrateSourceTestBase {
final class FooTest extends MigrateSqlSourceTestBase {

/**
* {@inheritdoc}
Expand Down

0 comments on commit 793bcd5

Please sign in to comment.