$this->
setupBaseUrl();
// Install Drupal test site.
$this->
prepareEnvironment();
$this->
installDrupal();
// Setup Mink.
$this->
initMink();
// Set up the browser test output file.
$this->
initBrowserOutputFile();
// Ensure that the test is not marked as risky because of no assertions. In
// PHPUnit 6 tests that only make assertions using $this->assertSession()
// can be marked as risky.
$this->
addToAssertionCount(1
);
} /**
* {@inheritdoc}
*/
public function __get(string
$name) {