You are here

public function FacetapiAdminInterfaceTestCase::testEnableFacetWithColon in Facet API 6.3

File

tests/facetapi.test, line 217
Tests for the Facet API module.

Class

FacetapiAdminInterfaceTestCase

Code

public function testEnableFacetWithColon() {

  // @todo Implement API to enable facets.
  // @see http://drupal.org/node/1208326
  $this
    ->drupalLogin($this->adminUser);
  $this
    ->enableFacet('colon:test', t('Colon test'));
}