Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

[FrameworkBundle] fix Could not find service "test.service_container"#41719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@smilesrg
Copy link
Contributor

@smilesrgsmilesrg commentedJun 15, 2021
edited by Nyholm
Loading

QA
Branch?5.2, needs to be ported to 5.3
Bug fix?yes
New feature?no
Deprecations?no
TicketsFix#41715
LicenseMIT

Partial backport of#41530
Related to#41715 and#41530

When launching phpunit, got an error:
LogicException: Could not find service "test.service_container". Try updating the "framework.test" config to "true".

There was 1 error:1) App\Symfony\Bundle\Tests\Integration\IntegrationTest::testServiceWiringWithConfigurationLogicException: Could not find service "test.service_container". Try updating the "framework.test" config to "true"./Projects/app/vendor/symfony/framework-bundle/Test/KernelTestCase.php:109/Projects/app/tests/integration/IntegrationTest.php:23Caused bySymfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "test.service_container". Did you mean this: "service_container"?/Projects/app/vendor/symfony/dependency-injection/Container.php:280/Projects/app/vendor/symfony/dependency-injection/Container.php:228/Projects/app/vendor/symfony/framework-bundle/Test/KernelTestCase.php:107/Projects/app/tests/integration/IntegrationTest.php:23

/cc@xabbuh@nicolas-grekas

@carsonbot
Copy link

Hey!

I see that this is your first PR. That is great! Welcome!

Symfony has acontribution guide which I suggest you to read.

In short:

  • Always add tests
  • Keep backward compatibility (seehttps://symfony.com/bc).
  • Bug fixes must be submitted against the lowest maintained branch where they apply (seehttps://symfony.com/releases)
  • Features and deprecations must be submitted against the 5.4 branch.

Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change.

When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor!
If this PR is merged in a lower version branch, it will be merged up to all maintained branches within a few days.

I am going to sit back now and wait for the reviews.

Cheers!

Carsonbot

@carsonbotcarsonbot changed the titlebug #41715: [FrameworkBundle] Partial backport of PR#41530[FrameworkBundle] bug #41715: Partial backport of PR#41530Jun 15, 2021
@YaFou
Copy link
Contributor

Can you implement a test please?

Nyholm reacted with thumbs up emoji

@smilesrg
Copy link
ContributorAuthor

Can you implement a test please?

Well... this is a backport of PR that hasn't any tests... Probably I can, but I'm not sure how to test these changes properly.

@nicolas-grekasnicolas-grekas changed the title[FrameworkBundle] bug #41715: Partial backport of PR#41530[FrameworkBundle] fix Could not find service "test.service_container"Jun 17, 2021
@nicolas-grekas
Copy link
Member

Thank you@smilesrg.

@nicolas-grekasnicolas-grekas merged commita026c67 intosymfony:5.2Jun 17, 2021
@smilesrgsmilesrg deleted the bugfix/41715-test-service-container branchJune 17, 2021 13:49
@smilesrg
Copy link
ContributorAuthor

@nicolas-grekas Thank you too!

@fabpotfabpot mentioned this pull requestJun 17, 2021
@fabpotfabpot mentioned this pull requestJun 30, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

5.2

Development

Successfully merging this pull request may close these issues.

4 participants

@smilesrg@carsonbot@YaFou@nicolas-grekas

[8]ページ先頭

©2009-2025 Movatter.jp