class WorkflowJsonBasicAuthTest in Drupal 10
Same name and namespace in other branches
- 8 core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowJsonBasicAuthTest
- 9 core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowJsonBasicAuthTest
@group rest
Hierarchy
- class \Drupal\Tests\BrowserTestBase extends \PHPUnit\Framework\TestCase uses \Drupal\Tests\PhpUnitCompatibilityTrait, \Symfony\Bridge\PhpUnit\ExpectDeprecationTrait, FunctionalTestSetupTrait, TestSetupTrait, BlockCreationTrait, ConfigTestTrait, ExtensionListTestTrait, ContentTypeCreationTrait, NodeCreationTrait, RandomGeneratorTrait, TestRequirementsTrait, PhpUnitWarnings, UiHelperTrait, UserCreationTrait, XdebugRequestTrait
- class \Drupal\Tests\rest\Functional\ResourceTestBase
- class \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase
- class \Drupal\Tests\rest\Functional\EntityResource\ConfigEntityResourceTestBase
- class \Drupal\Tests\workflows\Functional\Rest\WorkflowResourceTestBase
- class \Drupal\Tests\workflows\Functional\Rest\WorkflowJsonBasicAuthTest uses BasicAuthResourceTestTrait
- class \Drupal\Tests\workflows\Functional\Rest\WorkflowResourceTestBase
- class \Drupal\Tests\rest\Functional\EntityResource\ConfigEntityResourceTestBase
- class \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase
- class \Drupal\Tests\rest\Functional\ResourceTestBase
Expanded class hierarchy of WorkflowJsonBasicAuthTest
File
- core/
modules/ workflows/ tests/ src/ Functional/ Rest/ WorkflowJsonBasicAuthTest.php, line 10
Namespace
Drupal\Tests\workflows\Functional\RestView source
class WorkflowJsonBasicAuthTest extends WorkflowResourceTestBase {
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';
}