Browse Source

Issue #3295743 by ranjith_kumar_k_u, Dharti Patel, dipesh_goswami, akshaydalvi212, Chi: PHPCS Drupal Coding Standard Issues

merge-requests/17/head
Ranjith Kumar K U 2 years ago committed by Chi
parent
commit
2de249ba8c
  1. 2
      tests/src/Kernel/AbstractExtractorTestCase.php

2
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',

Loading…
Cancel
Save