constant VariableMultiRowTestBase::PLUGIN_CLASS in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTestBase.php \Drupal\Tests\migrate_drupal\Unit\source\VariableMultiRowTestBase::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/ migrate_drupal/ tests/ src/ Unit/ source/ VariableMultiRowTestBase.php, line 19 - Contains \Drupal\Tests\migrate_drupal\Unit\source\VariableMultiRowTestBase.
Class
- VariableMultiRowTestBase
- Base class for variable multirow source unit tests.
Namespace
Drupal\Tests\migrate_drupal\Unit\sourceCode
const PLUGIN_CLASS = 'Drupal\\migrate_drupal\\Plugin\\migrate\\source\\VariableMultiRow';