Skip to content
Snippets Groups Projects

Issue #3263654: Move all HAL tests to the module in preparation of removal in D10

181 files
+ 100
7962
Compare changes
  • Side-by-side
  • Inline
Files
181
<?php
namespace Drupal\Tests\aggregator\Functional\Hal;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
/**
* @group hal
*/
class FeedHalJsonAnonTest extends FeedHalJsonTestBase {
use AnonResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $mimeType = 'application/hal+json';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Loading