function 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\FrameworkCode
public function getMink() {
  return $this->mink;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
