Move test class

References #203
This commit is contained in:
Oliver Davies 2020-08-28 10:59:03 +01:00
parent ffe6fe9b68
commit 5e107b48d6

View file

@ -1,11 +1,12 @@
<?php
namespace Drupal\Tests\opdavies_talks\Kernel;
namespace Drupal\Tests\opdavies_talks\Kernel\Repository;
use Drupal\node\NodeInterface;
use Drupal\opdavies_talks\Entity\Node\Talk;
use Drupal\opdavies_talks\Repository\TalkRepository;
use Drupal\Tests\node\Traits\NodeCreationTrait;
use Drupal\Tests\opdavies_talks\Kernel\TalksTestBase;
final class TalkRepositoryTest extends TalksTestBase {