Issue #2350297 by mitrpaka: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in Contact.

8.0.x
Alex Pott 2014-10-05 13:51:25 +02:00
parent d21cea7b34
commit 4b9f358a85
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
namespace Drupal\contact\Tests;
use Drupal\contact\Entity\Message;
use Drupal\simpletest\DrupalUnitTestBase;
use Drupal\simpletest\KernelTestBase;
/**
* Tests the message entity class.
@ -15,7 +15,7 @@ use Drupal\simpletest\DrupalUnitTestBase;
* @group contact
* @see \Drupal\contact\Entity\Message
*/
class MessageEntityTest extends DrupalUnitTestBase {
class MessageEntityTest extends KernelTestBase {
/**
* Modules to enable.