Skip to content
Snippets Groups Projects
Commit b36fb251 authored by Eirik Morland's avatar Eirik Morland Committed by Lucas Hedding
Browse files

Issue #3081391 by eiriksm: Wrong namespace in a couple of tests

parent 3d3fc0ad
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\Tests\automatic_updates\Kernel;
namespace Drupal\Tests\automatic_updates\Kernel\ReadinessChecker;
use Drupal\automatic_updates\ReadinessChecker\ModifiedFiles;
use Drupal\automatic_updates\Services\ModifiedFilesInterface;
......
<?php
namespace Drupal\Tests\automatic_updates\Kernel;
namespace Drupal\Tests\automatic_updates\Kernel\ReadinessChecker;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\KernelTests\KernelTestBase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment