public function BuildTestBase::getMink in Drupal 8
Same name and namespace in other branches
- 9 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 248
Class
- BuildTestBase
- Provides a workspace to test build processes.
Namespace
Drupal\BuildTests\FrameworkCode
public function getMink() {
return $this->mink;
}