You are here

constant MigrateImageStylesTest::PLUGIN_CLASS in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/image/tests/src/Unit/Plugin/migrate/source/d7/MigrateImageStylesTest.php \Drupal\Tests\image\Unit\Plugin\migrate\source\d7\MigrateImageStylesTest::PLUGIN_CLASS

The plugin class under test.

The plugin system is not working during unit testing so the source plugin class needs to be manually specified.

Overrides MigrateSqlSourceTestCase::PLUGIN_CLASS

File

core/modules/image/tests/src/Unit/Plugin/migrate/source/d7/MigrateImageStylesTest.php, line 19
Contains \Drupal\Tests\image\Unit\Plugin\migrate\source\d7\MigrateImageStylesTest.

Class

MigrateImageStylesTest
Tests D7 ImageStyles source plugin.

Namespace

Drupal\Tests\image\Unit\Plugin\migrate\source\d7

Code

const PLUGIN_CLASS = 'Drupal\\image\\Plugin\\migrate\\source\\d7\\ImageStyles';