You are here

public function BuildTestBase::getMink in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::getMink()

Get the Mink instance.

Use the Mink object to perform assertions against the content returned by a request.

Return value

\Behat\Mink\Mink The Mink object.

File

core/tests/Drupal/BuildTests/Framework/BuildTestBase.php, line 242

Class

BuildTestBase
Provides a workspace to test build processes.

Namespace

Drupal\BuildTests\Framework

Code

public function getMink() {
  return $this->mink;
}