comparison 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
comparison
equal deleted inserted replaced
37:116b36f5e73b 38:c062f013fd19
47 $this->input->setOption('controller', true); 47 $this->input->setOption('controller', true);
48 $this->input->setOption('model', true); 48 $this->input->setOption('model', true);
49 $this->input->setOption('request', true); 49 $this->input->setOption('request', true);
50 $this->input->setOption('view', true); 50 $this->input->setOption('view', true);
51 $this->input->setOption('route', true); 51 $this->input->setOption('route', true);
52 $this->input->setOption('test', true);
52 } 53 }
53 54
54 if ($this->option('factory')) { 55 if ($this->option('factory')) {
55 $this->createFactory(); 56 $this->createFactory();
56 } 57 }