-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat: Test class Generator #8334
Conversation
I obviously did something wrong trying to push changes up after I pulled this, but we need to make 2 changes, and then I'm good with it.
|
$this->template = 'test.tpl.php'; | ||
$this->namespace = 'Tests'; | ||
|
||
$this->classNameLang = 'CLI.generator.className.entity'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$this->classNameLang = 'CLI.generator.className.entity'; | |
$this->classNameLang = 'CLI.generator.className.test'; |
@kenjis Are you going to be able to make that small change I mentioned? Or should I update my PR? |
@lonnieezell Please update your PR. |
Description
Supersedes #8333
Checklist: