You are here

constant UploadInstanceTest::PLUGIN_CLASS in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/file/tests/src/Unit/Plugin/migrate/source/d6/UploadInstanceTest.php \Drupal\Tests\file\Unit\Plugin\migrate\source\d6\UploadInstanceTest::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/file/tests/src/Unit/Plugin/migrate/source/d6/UploadInstanceTest.php, line 20
Contains \Drupal\Tests\file\Unit\Plugin\migrate\source\d6\UploadInstanceTest.

Class

UploadInstanceTest
Tests d6_upload_instance source plugin.

Namespace

Drupal\Tests\file\Unit\Plugin\migrate\source\d6

Code

const PLUGIN_CLASS = UploadInstance::class;