class TourHalJsonBasicAuthTest
Same name and namespace in other branches
- 9 core/modules/hal/tests/src/Functional/tour/TourHalJsonBasicAuthTest.php \Drupal\Tests\hal\Functional\tour\TourHalJsonBasicAuthTest
@group hal
Hierarchy
- class \Drupal\Tests\tour\Functional\Hal\TourHalJsonBasicAuthTest uses \Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait extends \Drupal\Tests\tour\Functional\Rest\TourResourceTestBase
Expanded class hierarchy of TourHalJsonBasicAuthTest
File
-
core/
modules/ tour/ tests/ src/ Functional/ Hal/ TourHalJsonBasicAuthTest.php, line 11
Namespace
Drupal\Tests\tour\Functional\HalView source
class TourHalJsonBasicAuthTest extends TourResourceTestBase {
use BasicAuthResourceTestTrait;
/**
* {@inheritdoc}
*/
public static $modules = [
'hal',
'basic_auth',
];
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/
protected static $format = 'hal_json';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'application/hal+json';
/**
* {@inheritdoc}
*/
protected static $auth = 'basic_auth';
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
TourHalJsonBasicAuthTest::$auth | protected static | property | |
TourHalJsonBasicAuthTest::$defaultTheme | protected | property | |
TourHalJsonBasicAuthTest::$format | protected static | property | |
TourHalJsonBasicAuthTest::$mimeType | protected static | property | |
TourHalJsonBasicAuthTest::$modules | public static | property |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.