public function UrlIntegrationTest::setUp in Facets 8
Overrides FacetsTestBase::setUp
File
- tests/
src/ Functional/ UrlIntegrationTest.php, line 35
Class
- UrlIntegrationTest
- Tests the overall functionality of the Facets admin UI.
Namespace
Drupal\Tests\facets\FunctionalCode
public function setUp() {
parent::setUp();
$this
->drupalLogin($this->adminUser);
$this
->setUpExampleStructure();
$this
->insertExampleContent();
$this
->assertEquals($this
->indexItems($this->indexId), 5, '5 items were indexed.');
}