From 2de249ba8c0d65d9c6f9a4db626222dd2097fce9 Mon Sep 17 00:00:00 2001 From: Ranjith Kumar K U <57003-ranjith_kumar_k_u@users.noreply.drupalcode.org> Date: Fri, 23 Sep 2022 22:03:36 +0500 Subject: [PATCH] Issue #3295743 by ranjith_kumar_k_u, Dharti Patel, dipesh_goswami, akshaydalvi212, Chi: PHPCS Drupal Coding Standard Issues --- tests/src/Kernel/AbstractExtractorTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Kernel/AbstractExtractorTestCase.php b/tests/src/Kernel/AbstractExtractorTestCase.php index 9f763e3..f21b15d 100644 --- a/tests/src/Kernel/AbstractExtractorTestCase.php +++ b/tests/src/Kernel/AbstractExtractorTestCase.php @@ -54,7 +54,7 @@ abstract class AbstractExtractorTestCase extends KernelTestBase { $this->installEntitySchema('media'); $test_files = $this->getTestFiles('image'); - // + $image_file = File::create([ 'uri' => $test_files[0]->uri, 'uuid' => 'a2cb2b6f-7bf8-4da4-9de5-316e93487518',