public function FacetapiBugFixTestCase::testEnableFacetWithColon in Facet API 7
Same name and namespace in other branches
- 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
Code
public function testEnableFacetWithColon() {
$this
->facetapiEnableFacet('colon:test');
$this
->facetapiIssueMessage('http://drupal.org/node/1209490');
}