Mercurial > hg > isophonics-drupal-site
view core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonBasicAuthTest.php @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | c2387f117808 |
children |
line wrap: on
line source
<?php namespace Drupal\FunctionalTests\Hal; use Drupal\FunctionalTests\Rest\EntityFormModeResourceTestBase; use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait; /** * @group hal */ class EntityFormModeHalJsonBasicAuthTest extends EntityFormModeResourceTestBase { use BasicAuthResourceTestTrait; /** * {@inheritdoc} */ public static $modules = ['hal', 'basic_auth']; /** * {@inheritdoc} */ protected static $format = 'hal_json'; /** * {@inheritdoc} */ protected static $mimeType = 'application/hal+json'; /** * {@inheritdoc} */ protected static $auth = 'basic_auth'; }