function ReportTest::testReport
Same name in other branches
- 9 core/modules/views_ui/tests/src/Functional/ReportTest.php \Drupal\Tests\views_ui\Functional\ReportTest::testReport()
- 8.9.x core/modules/views_ui/tests/src/Functional/ReportTest.php \Drupal\Tests\views_ui\Functional\ReportTest::testReport()
- 10 core/modules/views_ui/tests/src/Functional/ReportTest.php \Drupal\Tests\views_ui\Functional\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() : void {
$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.