public function MigrateSystemImageGdTest::testSystemImageGd in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Migrate/d6/MigrateSystemImageGdTest.php \Drupal\system\Tests\Migrate\d6\MigrateSystemImageGdTest::testSystemImageGd()
Tests migration of system (image GD) variables to system.image.gd.yml.
File
- core/modules/ system/ src/ Tests/ Migrate/ d6/ MigrateSystemImageGdTest.php, line 30 
- Contains \Drupal\system\Tests\Migrate\d6\MigrateSystemImageGdTest.
Class
- MigrateSystemImageGdTest
- Upgrade image gd variables to system.*.yml.
Namespace
Drupal\system\Tests\Migrate\d6Code
public function testSystemImageGd() {
  $config = $this
    ->config('system.image.gd');
  $this
    ->assertIdentical(75, $config
    ->get('jpeg_quality'));
}