You are here

constant UploadTest::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/UploadTest.php \Drupal\Tests\file\Unit\Plugin\migrate\source\d6\UploadTest::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/UploadTest.php, line 20
Contains \Drupal\Tests\file\Unit\Plugin\migrate\source\d6\UploadTest.

Class

UploadTest
Tests d6_upload source plugin.

Namespace

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

Code

const PLUGIN_CLASS = Upload::class;