From 509a01853686e2f98a7672d6813c985a5246b3c4 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 23 Jun 2012 11:24:13 -0700 Subject: [PATCH] Issue #1195254 follow-up by David_Rothstein: Fix indentation. --- .../taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php index 0050e0545245..31d01c531664 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php @@ -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,