You are here

constant UserPictureFileTest::PLUGIN_CLASS in Zircon Profile 8.0

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

Class

UserPictureFileTest
Tests the d6_user_picture_file source plugin.

Namespace

Drupal\Tests\user\Unit\Migrate\d6

Code

const PLUGIN_CLASS = UserPictureFile::class;