Skip to content

Commit

Permalink
Merge pull request #39 from Gizra/message-test-changes
Browse files Browse the repository at this point in the history
Keeping up with Message test changes
  • Loading branch information
amitaibu authored Oct 14, 2016
2 parents 11aa8bf + dbecf16 commit 29d38e9
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 29d38e9

Please sign in to comment.