updated core to 8.6.3

This commit is contained in:
2018-11-21 12:49:46 +01:00
parent 8ca34853a3
commit c92c348eee
521 changed files with 12199 additions and 4578 deletions
+3 -3
View File
@@ -28,7 +28,7 @@ abstract class TestBase {
use TestSetupTrait;
use RandomGeneratorTrait;
use GeneratePermutationsTrait;
// For backwards compatibility switch the visbility of the methods to public.
// For backwards compatibility switch the visibility of the methods to public.
use ConfigTestTrait {
configImporter as public;
copyConfig as public;
@@ -51,7 +51,7 @@ abstract class TestBase {
/**
* Current results of this test case.
*
* @var Array
* @var array
*/
public $results = [
'#pass' => 0,
@@ -63,7 +63,7 @@ abstract class TestBase {
/**
* Assertions thrown in that test case.
*
* @var Array
* @var array
*/
protected $assertions = [];
@@ -19,7 +19,7 @@ class InstallationProfileModuleTestsTest extends WebTestBase {
public static $modules = ['simpletest'];
/**
* An administrative user with permission to adminsiter unit tests.
* An administrative user with permission to administer unit tests.
*
* @var \Drupal\user\UserInterface
*/