From 5c214594ce657c8a767f8fecd40f4a7ccd29bbf7 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 10 Oct 2017 09:54:30 +0200 Subject: [PATCH] Issue #2902190 by chenderson: Docblock on FileUsageTemporaryDeletionConfigurationUpdateTest::testUpdateHookN() is incorrect --- .../FileUsageTemporaryDeletionConfigurationUpdateTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php b/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php index e9973def614..1f685befe78 100644 --- a/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php +++ b/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php @@ -28,7 +28,9 @@ class FileUsageTemporaryDeletionConfigurationUpdateTest extends UpdatePathTestBa } /** - * Tests that block context mapping is updated properly. + * Tests that make_unused_managed_files_temporary conditions are correct. + * + * Verify that the before and after conditions for the variable are correct. */ public function testUpdateHookN() { $this->assertIdentical($this->config('file.settings')->get('make_unused_managed_files_temporary'), NULL);