Rename Action to UseCase
Rename to avoid confusion with Drupal's core Action type.
This commit is contained in:
parent
9a88301585
commit
2a0a2d47fa
6 changed files with 19 additions and 18 deletions
|
@ -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;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue