You are here

public function FacetapiBugFixTestCase::testEnableFacetWithColon in Facet API 7

Same name and namespace in other branches
  1. 7.2 tests/facetapi.test \FacetapiBugFixTestCase::testEnableFacetWithColon()

Tests bug fixed at http://drupal.org/node/1209490.

File

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

Class

FacetapiBugFixTestCase

Code

public function testEnableFacetWithColon() {
  $this
    ->facetapiEnableFacet('colon:test');
  $this
    ->facetapiIssueMessage('http://drupal.org/node/1209490');
}