Issue #1195254 follow-up by David_Rothstein: Fix indentation.
parent
ed197d6e34
commit
f7d5d80849
|
@ -1212,7 +1212,7 @@ class TaxonomyTermIndexTestCase extends TaxonomyWebTestCase {
|
|||
$index_count = db_query('SELECT COUNT(*) FROM {taxonomy_index} WHERE nid = :nid AND tid = :tid', array(
|
||||
':nid' => $node->nid,
|
||||
':tid' => $term_1->tid,
|
||||
))->fetchField();
|
||||
))->fetchField();
|
||||
$this->assertEqual(0, $index_count, 'Term 1 is not indexed.');
|
||||
$index_count = db_query('SELECT COUNT(*) FROM {taxonomy_index} WHERE nid = :nid AND tid = :tid', array(
|
||||
':nid' => $node->nid,
|
||||
|
|
Loading…
Reference in New Issue