JsonApiRequestTestTrait.php
Same filename in other branches
Namespace
Drupal\Tests\jsonapi\FunctionalFile
-
core/
modules/ jsonapi/ tests/ src/ Functional/ JsonApiRequestTestTrait.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\jsonapi\Functional;
use Drupal\Tests\ApiRequestTrait;
/**
* Boilerplate for JSON:API Functional tests' HTTP requests.
*
* @internal
*/
trait JsonApiRequestTestTrait {
use ApiRequestTrait {
makeApiRequest as request;
}
}
Traits
Title | Deprecated | Summary |
---|---|---|
JsonApiRequestTestTrait | Boilerplate for JSON:API Functional tests' HTTP requests. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.