updated core to 8.6.3
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user