Rename Action to UseCase

Rename to avoid confusion with Drupal's core Action type.
This commit is contained in:
Oliver Davies 2021-05-24 22:30:59 +01:00
parent 9a88301585
commit 2a0a2d47fa
6 changed files with 19 additions and 18 deletions

View file

@ -1,8 +1,8 @@
<?php
namespace Drupal\Tests\opdavies_blog\Kernel\Action;
namespace Drupal\Tests\opdavies_blog\Kernel\UseCase;
use Drupal\opdavies_blog\Action\ConvertPostToTweet;
use Drupal\opdavies_blog\UseCase\ConvertPostToTweet;
use Drupal\opdavies_blog_test\Factory\PostFactory;
use Drupal\Tests\opdavies_blog\Kernel\PostTestBase;