Issue #1195254 follow-up by David_Rothstein: Fix indentation.
parent
675803d885
commit
509a018536
|
@ -140,7 +140,7 @@ class TermIndexTest extends TaxonomyTestBase {
|
|||
$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