constant VocabularyTest::PLUGIN_CLASS in Zircon Profile 8.0
Same name in this branch
- 8.0 core/modules/taxonomy/tests/src/Unit/Migrate/d6/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d6\VocabularyTest::PLUGIN_CLASS
- 8.0 core/modules/taxonomy/tests/src/Unit/Migrate/d7/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d7\VocabularyTest::PLUGIN_CLASS
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/src/Unit/Migrate/d7/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d7\VocabularyTest::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/ taxonomy/ tests/ src/ Unit/ Migrate/ d7/ VocabularyTest.php, line 19 - Contains \Drupal\Tests\taxonomy\Unit\Migrate\d7\VocabularyTest.
Class
- VocabularyTest
- Tests D7 vocabulary source plugin.
Namespace
Drupal\Tests\taxonomy\Unit\Migrate\d7Code
const PLUGIN_CLASS = 'Drupal\\taxonomy\\Plugin\\migrate\\source\\d7\\Vocabulary';