Update to drupal-org-drupal 8.0.0-rc2. For more information, see https://www.drupal.org/node/2598668
This commit is contained in:
parent
f32e58e4b1
commit
8e18df8c36
3062 changed files with 15044 additions and 172506 deletions
|
@ -13,7 +13,6 @@ use Drupal\Core\Language\LanguageInterface;
|
|||
use Drupal\Core\TypedData\TypedDataInterface;
|
||||
use Drupal\Tests\UnitTestCase;
|
||||
use Drupal\Core\TypedData\DataDefinition;
|
||||
use Drupal\Core\TypedData\DataDefinitionInterface;
|
||||
|
||||
/**
|
||||
* Tests the functionality provided by configuration translation mapper manager.
|
||||
|
|
|
@ -15,7 +15,6 @@ use Drupal\Core\Routing\RouteMatch;
|
|||
use Drupal\Core\Url;
|
||||
use Drupal\Tests\UnitTestCase;
|
||||
use Symfony\Component\Routing\Route;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
* Tests the functionality provided by the configuration names mapper.
|
||||
|
@ -503,7 +502,7 @@ class ConfigNamesMapperTest extends UnitTestCase {
|
|||
}
|
||||
|
||||
/**
|
||||
* Provides data for for ConfigMapperTest::testHasSchema().
|
||||
* Provides data for ConfigMapperTest::testHasSchema().
|
||||
*
|
||||
* @return array
|
||||
* An array of arrays, where each inner array has an array of values that
|
||||
|
|
Reference in a new issue