-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use correct namespace for models accordingly to the package config #100
Comments
done |
@pirs1337 I've modify my local config and try to generate new entity could you please check it? |
pirs1337
added a commit
that referenced
this issue
Dec 10, 2024
pirs1337
added a commit
that referenced
this issue
Dec 17, 2024
pirs1337
added a commit
that referenced
this issue
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In AbstractTestGenerator need to change the
getModelClass
logic. Instead of hardcodedApp\Models
namespace should be generated accordingly package configpaths.models
transformed to PSR4 standard.After implementation, namespace binding in composer ("App\Models": "tests/Support/Models") should be removed and related test cases should modify path in config instead.
The text was updated successfully, but these errors were encountered: