Skip to content

Commit

Permalink
Keeping up with Message test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Oct 14, 2016
1 parent 11aa8bf commit dbecf16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/src/Kernel/MessageSubscribeTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Drupal\Component\Utility\Unicode;
use Drupal\KernelTests\KernelTestBase;
use Drupal\message\Tests\MessageTemplateCreateTrait;
use Drupal\simpletest\ContentTypeCreationTrait;
use Drupal\simpletest\NodeCreationTrait;
use Drupal\simpletest\UserCreationTrait;
Expand All @@ -15,7 +14,7 @@
abstract class MessageSubscribeTestBase extends KernelTestBase {

use ContentTypeCreationTrait;
use MessageTemplateCreateTrait;
use \Drupal\Tests\message\Kernel\MessageTemplateCreateTrait;
use NodeCreationTrait;
use UserCreationTrait;

Expand Down

0 comments on commit dbecf16

Please sign in to comment.