diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-04-02 10:40:31 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-04-02 10:40:31 -0700 |
commit | 4afce28d5162cc9ccffb1b0e1d90887bb25b19dd (patch) | |
tree | 5ebb86e6acd8a418c58ecb8ff4e872abde265ddc | |
parent | d3994552e8e01b122dddd04d37dbd6044ac37d94 (diff) | |
download | brdo-4afce28d5162cc9ccffb1b0e1d90887bb25b19dd.tar.gz brdo-4afce28d5162cc9ccffb1b0e1d90887bb25b19dd.tar.bz2 |
Issue #1509796 by markdorison: Fix docs for a test method in user.test
-rw-r--r-- | modules/user/user.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.test b/modules/user/user.test index 4149bcfb6..b5b64d65b 100644 --- a/modules/user/user.test +++ b/modules/user/user.test @@ -1429,7 +1429,7 @@ class UserAccountLinksUnitTests extends DrupalWebTestCase { } /** - * Test the user login block. + * Tests the secondary menu. */ function testSecondaryMenu() { // Create a regular user. |