changeset 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 b5c6ebd33547
files src/Generator/Generator.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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')) {