summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-01-14 02:04:59 -0500
committerwebchick <webchick@24967.no-reply.drupal.org>2012-01-14 02:04:59 -0500
commit3cc2fc4b8ffadc2f6a1ed3ab54a208ac36b91a72 (patch)
treebcb877a4771e7c01cce15c2030159ca30678c7c4
parent2bdebdb7a57bfbd2c0580f22055275a4a3312baf (diff)
downloadbrdo-3cc2fc4b8ffadc2f6a1ed3ab54a208ac36b91a72.tar.gz
brdo-3cc2fc4b8ffadc2f6a1ed3ab54a208ac36b91a72.tar.bz2
Issue #1338110 by aaron.r.carlton, oriol_e9g: Fixed remove the protected variable () if it's not used in tracker.test.
-rw-r--r--modules/tracker/tracker.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tracker/tracker.test b/modules/tracker/tracker.test
index 3cc227eae..a559f1b64 100644
--- a/modules/tracker/tracker.test
+++ b/modules/tracker/tracker.test
@@ -8,7 +8,6 @@
class TrackerTest extends DrupalWebTestCase {
protected $user;
protected $other_user;
- protected $new_node;
public static function getInfo() {
return array(