find('chamilo:update_vue_translations'); $commandTester = new CommandTester($command); $commandTester->execute([]); // the output of the command in the console $output = $commandTester->getDisplay(); $this->assertStringNotContainsString('json file generated for iso en_US', $output); $this->assertStringContainsString('json file generated for iso fr_FR', $output); } }