You are here

function NodequeueApacheSolrUnitTest::testNodequeueSolrQIDKey in Nodequeue 6.2

File

tests/nodequeue.test, line 1058
Tests for the Nodequeue module.

Class

NodequeueApacheSolrUnitTest

Code

function testNodequeueSolrQIDKey() {
  $key = _nodequeue_solr_qid_key();
  $this
    ->assertNotNull($key, t('Got an Apache Solr index key.'), t('Nodequeue'));
}