Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 54248b0

Browse filesBrowse files
committed
Fix test
1 parent c9cad68 commit 54248b0
Copy full SHA for 54248b0

File tree

2 files changed

+0
-4
lines changed
Filter options

2 files changed

+0
-4
lines changed

‎src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,6 @@ static function (ChildDefinition $definition, CustomParameterAttribute $attribut
769769
self::assertSame([
770770
TaggedService4::class => [
771771
['class' => TaggedService4::class],
772-
['method' => '__construct'],
773-
['someAttribute' => 'on constructor', 'priority' => 0, 'method' => '__construct'],
774772
['parameter' => 'param1'],
775773
['someAttribute' => 'on param1 in constructor', 'priority' => 0, 'parameter' => 'param1'],
776774
['parameter' => 'param2'],

‎src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService4.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService4.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ final class TaggedService4
2323
#[CustomPropertyAttribute(someAttribute: "on name")]
2424
public string $name;
2525

26-
#[CustomAnyAttribute]
27-
#[CustomMethodAttribute(someAttribute: "on constructor")]
2826
public function __construct(
2927
#[CustomAnyAttribute]
3028
#[CustomParameterAttribute(someAttribute: "on param1 in constructor")]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.