Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
41 | public function handle() |
||
42 | { |
||
43 | parent::handle(); |
||
44 | |||
45 | $repositoryTestGenerator = new RepositoryTestGenerator($this->commandData); |
||
46 | $repositoryTestGenerator->generate(); |
||
47 | |||
48 | $apiTestGenerator = new APITestGenerator($this->commandData); |
||
49 | $apiTestGenerator->generate(); |
||
50 | |||
51 | $this->performPostActions(); |
||
52 | } |
||
74 |