TourJsonAnonTest.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Tests\tour\Functional\RestFile
core/modules/tour/tests/src/Functional/Rest/TourJsonAnonTest.phpView source
<?php
namespace Drupal\Tests\tour\Functional\Rest;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
/**
* @group rest
*/
class TourJsonAnonTest extends TourResourceTestBase {
use AnonResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $format = 'json';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'application/json';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
Name | Description |
---|---|
TourJsonAnonTest | @group rest |