Mercurial > packages > magicforger
diff src/Generator/Generator.php @ 38:c062f013fd19 ls_dev_2025_09
Making test a default with the -a option
| author | Luka Sitas <sitas.luka.97@gmail.com> |
|---|---|
| date | Thu, 25 Sep 2025 20:24:13 -0400 |
| parents | 116b36f5e73b |
| children |
line wrap: on
line diff
--- a/src/Generator/Generator.php Thu Sep 25 19:58:01 2025 -0400 +++ b/src/Generator/Generator.php Thu Sep 25 20:24:13 2025 -0400 @@ -49,6 +49,7 @@ $this->input->setOption('request', true); $this->input->setOption('view', true); $this->input->setOption('route', true); + $this->input->setOption('test', true); } if ($this->option('factory')) {
