You are here

public function MigrateSystemImageTest::testSystemImage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Migrate/d6/MigrateSystemImageTest.php \Drupal\system\Tests\Migrate\d6\MigrateSystemImageTest::testSystemImage()

Tests migration of system (image) variables to system.image.yml.

File

core/modules/system/src/Tests/Migrate/d6/MigrateSystemImageTest.php, line 30
Contains \Drupal\system\Tests\Migrate\d6\MigrateSystemImageTest.

Class

MigrateSystemImageTest
Upgrade image variables to system.*.yml.

Namespace

Drupal\system\Tests\Migrate\d6

Code

public function testSystemImage() {
  $config = $this
    ->config('system.image');
  $this
    ->assertIdentical('gd', $config
    ->get('toolkit'));
}