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

Remove unnecessary namespace from generated Cest #710

Merged

Conversation

tarecord
Copy link

EndToEnd tester is created to use EndToEndTester with a Test\Support namespace which throws an error because EndToEnd tester does not have a namespace.

CleanShot 2024-03-21 at 15 29 00@2x

Once you remove the Tests\Support\ namespace, the test completes as expected.

CleanShot 2024-03-21 at 15 30 54@2x

EndToEnd tester is created to use EndToEndTester
with a Test\Support namespace which throws an
error because EndToEnd tester does not have a
namespace.
@lucatume
Copy link
Owner

Hi @tarecord,

thanks for taking the time to open a PR.

While reproducing the issue I've found another related to v4 transpiling: I will piggy-back on this PR to fix that too.

This was referenced Mar 27, 2024
lucatume added a commit that referenced this pull request Mar 28, 2024
@lucatume lucatume merged commit dccc275 into lucatume:v3.5 Mar 28, 2024
@lucatume
Copy link
Owner

Thanks @tarecord for the PR, I've merged it as part of #711 and #712.

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.

2 participants