Unverified Commit 40786962 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3263126 by longwave, bbrala: Avoid unnecessary installs when testing...

Issue #3263126 by longwave, bbrala: Avoid unnecessary installs when testing JSON:API on config entities

(cherry picked from commit 4a0c1deb)
parent 2f757712
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -727,7 +727,6 @@ lisu
litererally
llamaids
llamasarelame
llame
llamma
lnumber
loadjs
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 *
 * @group jsonapi
 */
class ActionTest extends ResourceTestBase {
class ActionTest extends ConfigEntityResourceTestBase {

  /**
   * {@inheritdoc}
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 *
 * @group jsonapi
 */
class BaseFieldOverrideTest extends ResourceTestBase {
class BaseFieldOverrideTest extends ConfigEntityResourceTestBase {

  /**
   * {@inheritdoc}
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
 *
 * @group jsonapi
 */
class BlockContentTypeTest extends ResourceTestBase {
class BlockContentTypeTest extends ConfigEntityResourceTestBase {

  /**
   * {@inheritdoc}
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 *
 * @group jsonapi
 */
class BlockTest extends ResourceTestBase {
class BlockTest extends ConfigEntityResourceTestBase {

  /**
   * {@inheritdoc}
Loading