function ReportTest::testReport
Tests the existence of the views plugin report.
File
-
core/
modules/ views_ui/ tests/ src/ Functional/ ReportTest.php, line 34
Class
- ReportTest
- Tests existence of the views plugin report.
Namespace
Drupal\Tests\views_ui\FunctionalCode
public function testReport() {
$this->drupalLogin($this->adminUser);
// Test the report page.
$this->drupalGet('admin/reports/views-plugins');
$this->assertSession()
->statusCodeEquals(200);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.