Skip to content

Commit

Permalink
#97 - Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Jun 6, 2017
1 parent a4c5a31 commit c003252
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions message_subscribe_email/tests/src/Functional/ViewsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Drupal\Tests\message_subscribe_email\Functional;

use Drupal\simpletest\AssertContentTrait;
use Drupal\simpletest\ContentTypeCreationTrait;
use Drupal\simpletest\NodeCreationTrait;
use Drupal\Tests\BrowserTestBase;
Expand All @@ -14,7 +13,6 @@
*/
class ViewsTest extends BrowserTestBase {

use AssertContentTrait;
use ContentTypeCreationTrait;
use NodeCreationTrait;

Expand Down

0 comments on commit c003252

Please sign in to comment.