Core and composer updates

This commit is contained in:
Rob Davies 2017-07-03 16:47:07 +01:00
parent a82634bb98
commit 62cac30480
1118 changed files with 21770 additions and 6306 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace Drupal\tracker\Tests;
namespace Drupal\Tests\tracker\Functional;
use Drupal\comment\CommentInterface;
use Drupal\comment\Tests\CommentTestTrait;
@ -9,15 +9,15 @@ use Drupal\Core\EventSubscriber\MainContentViewSubscriber;
use Drupal\Core\Session\AccountInterface;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\node\Entity\Node;
use Drupal\simpletest\WebTestBase;
use Drupal\system\Tests\Cache\AssertPageCacheContextsAndTagsTrait;
use Drupal\Tests\BrowserTestBase;
/**
* Create and delete nodes and check for their display in the tracker listings.
*
* @group tracker
*/
class TrackerTest extends WebTestBase {
class TrackerTest extends BrowserTestBase {
use CommentTestTrait;
use AssertPageCacheContextsAndTagsTrait;

View file

@ -16,6 +16,7 @@ class MigrateTrackerNodeTest extends MigrateDrupal7TestBase {
* {@inheritdoc}
*/
public static $modules = [
'menu_ui',
'node',
'text',
'tracker',

View file

@ -16,6 +16,7 @@ class MigrateTrackerUserTest extends MigrateDrupal7TestBase {
* {@inheritdoc}
*/
public static $modules = [
'menu_ui',
'node',
'text',
'tracker',