X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Feditor%2Ftests%2Fsrc%2FKernel%2FQuickEditIntegrationTest.php;fp=web%2Fcore%2Fmodules%2Feditor%2Ftests%2Fsrc%2FKernel%2FQuickEditIntegrationTest.php;h=1801cc84822f22599a9c65b1220a11487c016940;hp=276f55922557a0648f3046319d5479e7611f2f75;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php b/web/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php index 276f55922..1801cc848 100644 --- a/web/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php +++ b/web/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php @@ -38,7 +38,7 @@ class QuickEditIntegrationTest extends QuickEditTestBase { /** * The metadata generator object to be tested. * - * @var \Drupal\quickedit\MetadataGeneratorInterface.php + * @var \Drupal\quickedit\MetadataGeneratorInterface */ protected $metadataGenerator; @@ -221,7 +221,7 @@ class QuickEditIntegrationTest extends QuickEditTestBase { [ 'command' => 'editorGetUntransformedText', 'data' => 'Test', - ] + ], ]; $ajax_response_attachments_processor = \Drupal::service('ajax_response.attachments_processor');