You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AbstractTestGenerator need to change the getModelClass logic. Instead of hardcoded App\Models namespace should be generated accordingly package config paths.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:
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: