HttpKernelUiHelperTrait::$mink

Same name and namespace in other branches
  1. main core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php \Drupal\Tests\HttpKernelUiHelperTrait::mink

Mink session manager.

This is lazily initialized by the first call to self::drupalGet().

Type: \Behat\Mink\Mink|null

File

core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php, line 38

Class

HttpKernelUiHelperTrait
Provides UI helper methods using the HTTP kernel to make requests.

Namespace

Drupal\Tests

Code

protected ?Mink $mink;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.