Update to Drupal 8.2.4. For more information, see https://www.drupal.org/project/drupal/releases/8.2.4
This commit is contained in:
parent
0a95b8440e
commit
8544b60b39
284 changed files with 12980 additions and 3199 deletions
|
@ -258,7 +258,9 @@ abstract class BrowserTestBase extends \PHPUnit_Framework_TestCase {
|
|||
/**
|
||||
* Mink session manager.
|
||||
*
|
||||
* @var \Behat\Mink\Mink
|
||||
* This will not be initialized if there was an error during the test setup.
|
||||
*
|
||||
* @var \Behat\Mink\Mink|null
|
||||
*/
|
||||
protected $mink;
|
||||
|
||||
|
|
Reference in a new issue