Skip to content

Commit 1dcdbb9

Browse files
author
catch
committed
Issue #3425660 by mondrake: [11.x] Remove deprecated ExternalCommandRequirementsTrait
1 parent b57c1d8 commit 1dcdbb9

File tree

3 files changed

+0
-343
lines changed

3 files changed

+0
-343
lines changed

phpstan-baseline.neon

-36
Original file line numberDiff line numberDiff line change
@@ -2151,42 +2151,6 @@ parameters:
21512151
count: 1
21522152
path: tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
21532153

2154-
-
2155-
message: """
2156-
#^Usage of deprecated trait Drupal\\\\BuildTests\\\\Framework\\\\ExternalCommandRequirementsTrait in class Drupal\\\\BuildTests\\\\Framework\\\\Tests\\\\ClassRequiresAvailable\\:
2157-
in drupal\\:10\\.2\\.0 and is removed from drupal\\:11\\.0\\.0\\. Use
2158-
Drupal\\\\\\\\TestTools\\\\\\\\Extension\\\\\\\\RequiresComposerTrait instead\\.$#
2159-
"""
2160-
count: 1
2161-
path: tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php
2162-
2163-
-
2164-
message: """
2165-
#^Usage of deprecated trait Drupal\\\\BuildTests\\\\Framework\\\\ExternalCommandRequirementsTrait in class Drupal\\\\BuildTests\\\\Framework\\\\Tests\\\\ClassRequiresUnavailable\\:
2166-
in drupal\\:10\\.2\\.0 and is removed from drupal\\:11\\.0\\.0\\. Use
2167-
Drupal\\\\\\\\TestTools\\\\\\\\Extension\\\\\\\\RequiresComposerTrait instead\\.$#
2168-
"""
2169-
count: 1
2170-
path: tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php
2171-
2172-
-
2173-
message: """
2174-
#^Usage of deprecated trait Drupal\\\\BuildTests\\\\Framework\\\\ExternalCommandRequirementsTrait in class Drupal\\\\BuildTests\\\\Framework\\\\Tests\\\\MethodRequires\\:
2175-
in drupal\\:10\\.2\\.0 and is removed from drupal\\:11\\.0\\.0\\. Use
2176-
Drupal\\\\\\\\TestTools\\\\\\\\Extension\\\\\\\\RequiresComposerTrait instead\\.$#
2177-
"""
2178-
count: 1
2179-
path: tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php
2180-
2181-
-
2182-
message: """
2183-
#^Usage of deprecated trait Drupal\\\\BuildTests\\\\Framework\\\\ExternalCommandRequirementsTrait in class Drupal\\\\BuildTests\\\\Framework\\\\Tests\\\\UsesCommandRequirements\\:
2184-
in drupal\\:10\\.2\\.0 and is removed from drupal\\:11\\.0\\.0\\. Use
2185-
Drupal\\\\\\\\TestTools\\\\\\\\Extension\\\\\\\\RequiresComposerTrait instead\\.$#
2186-
"""
2187-
count: 1
2188-
path: tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php
2189-
21902154
-
21912155
message: "#^Variable \\$found might not be defined\\.$#"
21922156
count: 1

tests/Drupal/BuildTests/Framework/ExternalCommandRequirementsTrait.php

-117
This file was deleted.

tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php

-190
This file was deleted.

0 commit comments

Comments
 (0)