diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-01-14 02:04:59 -0500 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-01-14 02:04:59 -0500 |
commit | 3cc2fc4b8ffadc2f6a1ed3ab54a208ac36b91a72 (patch) | |
tree | bcb877a4771e7c01cce15c2030159ca30678c7c4 | |
parent | 2bdebdb7a57bfbd2c0580f22055275a4a3312baf (diff) | |
download | brdo-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.test | 1 |
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( |