Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information