diff --git a/core/modules/system/lib/Drupal/system/Tests/System/SystemFilePathsTest.php b/core/modules/system/lib/Drupal/system/Tests/System/SystemFilePathsTest.php index 3b4a5f0..cf376f7 100644 --- a/core/modules/system/lib/Drupal/system/Tests/System/SystemFilePathsTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/System/SystemFilePathsTest.php @@ -10,7 +10,7 @@ use Drupal\simpletest\WebTestBase; /* - * Test setting paths for the file system. + * Tests the setting of file system paths. */ class SystemFilePathsTest extends WebTestBase { @@ -31,7 +31,7 @@ function setUp() { } /** - * Test that the private and temporary file paths must differ from the public. + * Tests that the private & temporary paths are different than the public one. */ function testUniquePrivateDirectoryPath() { $this->drupalGet('admin/config/media/file-system'); diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index 46eea19..d7a0f66 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -1723,6 +1723,7 @@ function system_clear_page_cache_submit($form, &$form_state) { * @see system_settings_form() * @see system_file_system_settings_validate() * @see system_file_system_settings_submit() + * * @ingroup forms */ function system_file_system_settings() {