constant FieldTest::PLUGIN_CLASS in Zircon Profile 8
Same name in this branch
- 8 core/modules/field/tests/src/Unit/Plugin/migrate/source/d6/FieldTest.php \Drupal\Tests\field\Unit\Plugin\migrate\source\d6\FieldTest::PLUGIN_CLASS
- 8 core/modules/field/tests/src/Unit/Plugin/migrate/source/d7/FieldTest.php \Drupal\Tests\field\Unit\Plugin\migrate\source\d7\FieldTest::PLUGIN_CLASS
Same name and namespace in other branches
- 8.0 core/modules/field/tests/src/Unit/Plugin/migrate/source/d6/FieldTest.php \Drupal\Tests\field\Unit\Plugin\migrate\source\d6\FieldTest::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/ field/ tests/ src/ Unit/ Plugin/ migrate/ source/ d6/ FieldTest.php, line 21 - Contains \Drupal\Tests\field\Unit\Plugin\migrate\source\d6\FieldTest.
Class
- FieldTest
- Tests D6 field source plugin.
Namespace
Drupal\Tests\field\Unit\Plugin\migrate\source\d6Code
const PLUGIN_CLASS = 'Drupal\\field\\Plugin\\migrate\\source\\d6\\Field';