Create config entities through Entity API
Compare changes
@@ -2,6 +2,7 @@
@@ -9,7 +10,6 @@ use Drupal\file\Entity\File;
@@ -126,28 +126,33 @@ class CustomElementsRenderMarkupTest extends BrowserTestBase {
Fix PHP warning in Core query class by creating config entity through Entity API (not plain config read/write)
Closes #3500903