Problem/Motivation

Tests are failing, probably because of this warning... Let's address the test failures.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jsacksick created an issue. See original summary.

tbkot made their first commit to this issue’s fork.

tbkot’s picture

Status: Active » Needs review

The issue was caused by the "content_translation" module, which was installed before the "commerce_order". In the content_translation_install, the Url::fromRoute is called, which triggers route rebuild. The commerce API module has its own route provider, which tries to collect all resource types for the "commerce_order" entity type. As the Order module is not installed yet, it cannot get the "customer" profile type and generate a resource type for it in the ResourceTypeRepository service.

I have to move the "content_translation" module installation outside of parent::setUp to remove the warning.

  • jsacksick committed a4f7206d on 8.x-1.x authored by tbkot
    [#3554167] fix: Warning: The "billing_profile" at "...
jsacksick’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.