You are here

class FileUploadJsonBasicAuthTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php \Drupal\Tests\file\Functional\FileUploadJsonBasicAuthTest
  2. 9 core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php \Drupal\Tests\file\Functional\FileUploadJsonBasicAuthTest

@group file

Hierarchy

Expanded class hierarchy of FileUploadJsonBasicAuthTest

File

core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php, line 11

Namespace

Drupal\Tests\file\Functional
View source
class FileUploadJsonBasicAuthTest extends FileUploadResourceTestBase {
  use BasicAuthResourceTestTrait;

  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'basic_auth',
  ];

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';

  /**
   * {@inheritdoc}
   */
  protected static $auth = 'basic_auth';

}

Members