Skip to content

Tests reproducing #501 (nested autowire)#503

Merged
mnapoli merged 1 commit intomasterfrom
nested-autowire
Nov 10, 2017
Merged

Tests reproducing #501 (nested autowire)#503
mnapoli merged 1 commit intomasterfrom
nested-autowire

Conversation

@mnapoli
Copy link
Copy Markdown
Member

@mnapoli mnapoli commented Jun 5, 2017

Cover #501 with tests to reproduce issues with nested autowire() definitions.

Example:

return [
    Foo::class => create()
        ->constructor(autowire(Bar::class)),
];

The Bar dependency is not correctly autowired.

@mnapoli mnapoli added the bug label Jun 5, 2017
@mnapoli mnapoli added this to the 6.0 milestone Jun 5, 2017
@mnapoli mnapoli changed the title Tests reproducing #501 Tests reproducing #501 (nested autoriwe) Jul 29, 2017
@mnapoli mnapoli changed the title Tests reproducing #501 (nested autoriwe) Tests reproducing #501 (nested autowire) Jul 29, 2017
@mnapoli mnapoli merged commit 2b390bd into master Nov 10, 2017
@mnapoli mnapoli deleted the nested-autowire branch November 12, 2017 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant