Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Maintenance] Fix composer autoload #15

Merged

Conversation

NoResponseMate
Copy link
Contributor

No description provided.

@Rafikooo Rafikooo merged commit e3d8178 into Sylius:main Feb 6, 2023
@Rafikooo
Copy link
Contributor

Rafikooo commented Feb 6, 2023

Thank you, @NoResponseMate!

}
},
"autoload-dev": {
"psr-4": {
"spec\\Sylius\\PriceHistoryPlugin\\": "spec/",
"Tests\\Sylius\\PriceHistoryPlugin\\": "tests/",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I'm thinking correctly, moving tests to dev autoload will mean that you won't be able to use our behat services (contexts etc) in the end application, so although this configuration makes sense and seems more correct, I don't know if it's recommended for our products

GSadee added a commit that referenced this pull request Feb 10, 2023
…ate)

This PR was merged into the main branch.

Discussion
----------

Investigated a bit as per [the comment](#15 (comment)) and it indeed seems to be the case.

Commits
-------

4a77eab [Maintenance] Expose behat classes in autoload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants