ImageStyleHalJsonAnonTest.php in Drupal 8
File
core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php
View source
<?php
namespace Drupal\Tests\image\Functional\Hal;
use Drupal\Tests\image\Functional\Rest\ImageStyleResourceTestBase;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
class ImageStyleHalJsonAnonTest extends ImageStyleResourceTestBase {
use AnonResourceTestTrait;
public static $modules = [
'hal',
];
protected $defaultTheme = 'stark';
protected static $format = 'hal_json';
protected static $mimeType = 'application/hal+json';
}