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