diff --git a/core/modules/migrate/src/Tests/MigrateTestBase.php b/core/modules/migrate/src/Tests/MigrateTestBase.php index 764c49e..9c5aeb0 100644 --- a/core/modules/migrate/src/Tests/MigrateTestBase.php +++ b/core/modules/migrate/src/Tests/MigrateTestBase.php @@ -11,12 +11,12 @@ use Drupal\migrate\Entity\MigrationInterface; use Drupal\migrate\MigrateMessageInterface; use Drupal\migrate\Row; -use Drupal\simpletest\WebTestBase; +use Drupal\simpletest\BrowserTestBase; /** * Base class for migration tests. */ -abstract class MigrateTestBase extends WebTestBase implements MigrateMessageInterface { +abstract class MigrateTestBase extends BrowserTestBase implements MigrateMessageInterface { /** * The file path(s) to the dumped database(s) to load into the child site. diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateAggregatorConfigsTest.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateAggregatorConfigsTest.php index cff9377..81dab97 100644 --- a/core/modules/migrate_drupal/src/Tests/d6/MigrateAggregatorConfigsTest.php +++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateAggregatorConfigsTest.php @@ -46,14 +46,14 @@ protected function setUp() { */ public function testAggregatorSettings() { $config = $this->config('aggregator.settings'); - $this->assertIdentical($config->get('fetcher'), 'aggregator'); - $this->assertIdentical($config->get('parser'), 'aggregator'); - $this->assertIdentical($config->get('processors'), array('aggregator')); - $this->assertIdentical($config->get('items.teaser_length'), 600); - $this->assertIdentical($config->get('items.allowed_html'), '