function TemplateProjectTestBase::visit

Overrides BuildTestBase::visit

4 calls to TemplateProjectTestBase::visit()
TemplateProjectTestBase::createTestProject in core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
Creates a test project from a given template and installs Drupal.
TemplateProjectTestBase::installModules in core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
Installs modules in the UI.
TemplateProjectTestBase::makePackageManagerTestApiRequest in core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
Gets a /package-manager-test-api response.
TemplateProjectTestBase::visitPackageManagerChangeLog in core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
Visits the 'admin/reports/dblog' and selects Package Manager's change log.

File

core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php, line 201

Class

TemplateProjectTestBase
Base class for tests which create a test site from a core project template.

Namespace

Drupal\Tests\package_manager\Build

Code

public function visit($request_uri = '/', $working_dir = NULL) {
    return parent::visit($request_uri, $working_dir ?: $this->webRoot);
}

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