From d8aa9d17600de04f5eb098a4066b86411bd2e390 Mon Sep 17 00:00:00 2001 From: Jonathan Hedstrom Date: Tue, 14 Nov 2017 10:33:53 -0800 Subject: [PATCH] Update core testing versions - Fixes #105 - Replaces deprecated taxonomy trait with the future one --- .travis.yml | 2 +- .../tests/src/Functional/SubscriptionsBlockTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 141bcba..a602c72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ php: env: matrix: - - DRUPAL_CORE=8.3.x - DRUPAL_CORE=8.4.x + - DRUPAL_CORE=8.5.x global: MODULE_NAME='message_subscribe' CODER_VERSION='8.2.*' diff --git a/message_subscribe_ui/tests/src/Functional/SubscriptionsBlockTest.php b/message_subscribe_ui/tests/src/Functional/SubscriptionsBlockTest.php index b718fc0..2d10edb 100644 --- a/message_subscribe_ui/tests/src/Functional/SubscriptionsBlockTest.php +++ b/message_subscribe_ui/tests/src/Functional/SubscriptionsBlockTest.php @@ -4,8 +4,8 @@ use Drupal\entity_test\FieldStorageDefinition; use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait; -use Drupal\taxonomy\Tests\TaxonomyTestTrait; use Drupal\Tests\BrowserTestBase; +use Drupal\Tests\taxonomy\Functional\TaxonomyTestTrait; /** * Tests for the advanced subscriptions block.