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
feature #1597 [make:crud] name repository variable with entity prefix when generating tests
* name repository variable with entity prefix
Use lower case first version of entity name to name repository variable in the test class
e.g. if entity named “Product” then repository variable will be “productRepository” rather than just “repository”
this makes copy-paste of setup code from other test classes simpler, when a related entity needs to be created for test cases
* fix typo - missing '-'
---------
Co-authored-by: Jesse Rushlow <[email protected]>
0 commit comments