Loading core/modules/jsonapi/tests/src/Functional/ContactFormTest.php→core/modules/contact/tests/src/Functional/Jsonapi/ContactFormTest.php +3 −2 Original line number Diff line number Diff line Loading @@ -2,16 +2,17 @@ declare(strict_types=1); namespace Drupal\Tests\jsonapi\Functional; namespace Drupal\Tests\contact\Functional\Jsonapi; use Drupal\jsonapi\JsonApiSpec; use Drupal\contact\Entity\ContactForm; use Drupal\Core\Url; use Drupal\Tests\jsonapi\Functional\ConfigEntityResourceTestBase; /** * JSON:API integration test for the "ContactForm" config entity type. * * @group jsonapi * @group contact */ class ContactFormTest extends ConfigEntityResourceTestBase { Loading core/modules/jsonapi/tests/src/Functional/MessageTest.php→core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php +3 −2 Original line number Diff line number Diff line Loading @@ -2,19 +2,20 @@ declare(strict_types=1); namespace Drupal\Tests\jsonapi\Functional; namespace Drupal\Tests\contact\Functional\Jsonapi; use Drupal\Component\Utility\NestedArray; use Drupal\contact\Entity\ContactForm; use Drupal\contact\Entity\Message; use Drupal\Core\Url; use Drupal\Tests\jsonapi\Functional\ResourceTestBase; use GuzzleHttp\RequestOptions; use Symfony\Component\Routing\Exception\RouteNotFoundException; /** * JSON:API integration test for the "Message" content entity type. * * @group jsonapi * @group contact */ class MessageTest extends ResourceTestBase { Loading Loading
core/modules/jsonapi/tests/src/Functional/ContactFormTest.php→core/modules/contact/tests/src/Functional/Jsonapi/ContactFormTest.php +3 −2 Original line number Diff line number Diff line Loading @@ -2,16 +2,17 @@ declare(strict_types=1); namespace Drupal\Tests\jsonapi\Functional; namespace Drupal\Tests\contact\Functional\Jsonapi; use Drupal\jsonapi\JsonApiSpec; use Drupal\contact\Entity\ContactForm; use Drupal\Core\Url; use Drupal\Tests\jsonapi\Functional\ConfigEntityResourceTestBase; /** * JSON:API integration test for the "ContactForm" config entity type. * * @group jsonapi * @group contact */ class ContactFormTest extends ConfigEntityResourceTestBase { Loading
core/modules/jsonapi/tests/src/Functional/MessageTest.php→core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php +3 −2 Original line number Diff line number Diff line Loading @@ -2,19 +2,20 @@ declare(strict_types=1); namespace Drupal\Tests\jsonapi\Functional; namespace Drupal\Tests\contact\Functional\Jsonapi; use Drupal\Component\Utility\NestedArray; use Drupal\contact\Entity\ContactForm; use Drupal\contact\Entity\Message; use Drupal\Core\Url; use Drupal\Tests\jsonapi\Functional\ResourceTestBase; use GuzzleHttp\RequestOptions; use Symfony\Component\Routing\Exception\RouteNotFoundException; /** * JSON:API integration test for the "Message" content entity type. * * @group jsonapi * @group contact */ class MessageTest extends ResourceTestBase { Loading