diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-26 17:14:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-26 17:14:46 +0000 |
commit | d428fe37b91d9fb04b62d19d8ce04da32a1ac96c (patch) | |
tree | 560f70b5053c1663aecc62df18ffb3ab30aabcfb /modules/field/tests | |
parent | 94d0be55b4580086b214f4abbf33858e3f2535ba (diff) | |
download | brdo-d428fe37b91d9fb04b62d19d8ce04da32a1ac96c.tar.gz brdo-d428fe37b91d9fb04b62d19d8ce04da32a1ac96c.tar.bz2 |
- Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links.
Diffstat (limited to 'modules/field/tests')
-rw-r--r-- | modules/field/tests/field.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/tests/field.test b/modules/field/tests/field.test index 3b5cdc7b5..8fa4820b4 100644 --- a/modules/field/tests/field.test +++ b/modules/field/tests/field.test @@ -17,7 +17,7 @@ class FieldTestCase extends DrupalWebTestCase { */ function setUp() { // Call parent::setUp(). - // @see http://www.php.net/manual/en/function.call-user-func-array.php#73105 + // See http://www.php.net/manual/en/function.call-user-func-array.php#73105. $args = func_get_args(); call_user_func_array(array($this, 'parent::setUp'), $args); // Set default storage backend. |