class FeedJsonBasicAuthTest

@group rest @group legacy

Hierarchy

Expanded class hierarchy of FeedJsonBasicAuthTest

File

core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php, line 11

Namespace

Drupal\Tests\aggregator\Functional\Rest
View source
class FeedJsonBasicAuthTest extends FeedResourceTestBase {
  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';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.