diff options
author | Lee Rowlands <lee.rowlands@previousnext.com.au> | 2025-01-03 10:31:48 +1000 |
---|---|---|
committer | Lee Rowlands <lee.rowlands@previousnext.com.au> | 2025-01-03 10:31:48 +1000 |
commit | 832f6a16836d8fc0d8043eb0aa6bc7b6f579ba63 (patch) | |
tree | 44b25c2413b63452ce2ddb86ff1018b081417ddd /core/modules/package_manager/tests | |
parent | 7254d6f83082c5108cb8490d14e85597ce464320 (diff) | |
download | drupal-832f6a16836d8fc0d8043eb0aa6bc7b6f579ba63.tar.gz drupal-832f6a16836d8fc0d8043eb0aa6bc7b6f579ba63.zip |
Issue #3477156 by quietone, mstrelan, alexpott: Use DrupalPractice.CodeAnalysis.VariableAnalysis on Functional* tests
Diffstat (limited to 'core/modules/package_manager/tests')
-rw-r--r-- | core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php b/core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php index c0a84c83065..aac2498a937 100644 --- a/core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php +++ b/core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php @@ -51,6 +51,7 @@ class FailureMarkerRequirementTest extends PackageManagerTestBase { /** * {@inheritdoc} */ + // phpcs:ignore DrupalPractice.CodeAnalysis.VariableAnalysis.UnusedVariable protected string $type = 'test'; }; $failure_marker->write($stage, $message); |