public static function UserPictureUpgradePathTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php, line 18
Definition of Drupal\system\Tests\Upgrade\UserPictureUpgradePathTest.

Class

UserPictureUpgradePathTest
Tests upgrading a filled database with user picture data.

Namespace

Drupal\system\Tests\Upgrade

Code

public static function getInfo() {
  return array(
    'name' => 'User picture upgrade test',
    'description' => 'Upgrade tests with user picture data.',
    'group' => 'Upgrade path',
  );
}