class ItemJsonBasicAuthTest
Same name and namespace in other branches
- 9 core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php \Drupal\Tests\aggregator\Functional\Rest\ItemJsonBasicAuthTest
@group rest
Hierarchy
- class \Drupal\Tests\aggregator\Functional\Rest\ItemJsonBasicAuthTest uses \Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait extends \Drupal\Tests\aggregator\Functional\Rest\ItemResourceTestBase
Expanded class hierarchy of ItemJsonBasicAuthTest
File
-
core/
modules/ aggregator/ tests/ src/ Functional/ Rest/ ItemJsonBasicAuthTest.php, line 10
Namespace
Drupal\Tests\aggregator\Functional\RestView source
class ItemJsonBasicAuthTest extends ItemResourceTestBase {
use BasicAuthResourceTestTrait;
/**
* {@inheritdoc}
*/
public 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.