Skip to content

Commit

Permalink
Generator - Command - ContainerApi: fix $generateListeners instead of…
Browse files Browse the repository at this point in the history
… $generateTests check for printInfoMessage (#164)

(cherry picked from commit 18492a2)
  • Loading branch information
agnonym authored and Mohammad-Alavi committed May 2, 2022
1 parent c6a9556 commit e3a22a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator/Commands/ContainerApiGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function getUserInputs(): ?array

$generateEvents ?: $this->printInfoMessage('Generating CRUD Events');
$generateListeners ?: $this->printInfoMessage('Generating Event Listeners');
$generateListeners ?: $this->printInfoMessage('Generating Tests for Container');
$generateTests ?: $this->printInfoMessage('Generating Tests for Container');
$this->printInfoMessage('Generating Requests for Routes');
$this->printInfoMessage('Generating Default Actions');
$this->printInfoMessage('Generating Default Tasks');
Expand Down

0 comments on commit e3a22a4

Please sign in to comment.