diff --git a/src/Tests/IntegrationTest.php b/src/Tests/IntegrationTest.php index 24919a0..4e787cb 100644 --- a/src/Tests/IntegrationTest.php +++ b/src/Tests/IntegrationTest.php @@ -458,8 +458,10 @@ class IntegrationTest extends WebTestBase { * Tests calculations of facet count. */ public function testFacetCountCalculations() { - $this->createFacet('Type', 'type'); - $this->createFacet('Keywords', 'keywords', 'keywords'); + $this->addFacet('Type'); + $this->addFacet('Keywords', 'keywords'); + $this->createBlock('type'); + $this->createBlock('keywords'); $this->drupalGet('admin/config/search/facets/keywords/edit'); $edit = [