# HG changeset patch # User Luka Sitas # Date 1758846253 14400 # Node ID c062f013fd19aa93b1cf0eed38ba462e7ee0f675 # Parent 116b36f5e73bcca1d7e031c508f130c0abdb76c6 Making test a default with the -a option diff -r 116b36f5e73b -r c062f013fd19 src/Generator/Generator.php --- 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')) {