You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,12 +48,13 @@ protected function execute(InputInterface $input, OutputInterface $output): int
46
48
$symfonyStyle->warning(
47
49
'No test templates found for the required packages. Make sure you project uses Composer to manage version and has Symfony/Doctrine packages listed in "require" section'
48
50
);
51
+
49
52
returnself::FAILURE;
50
53
}
51
54
52
55
$symfonyStyle->newLine();
53
56
$symfonyStyle->writeln(sprintf(
54
-
'Found <fg=yellow>%d smoke test%s</>, that might come handy',
57
+
'Found <fg=yellow>%d smoke test%s</> that might come handy',
55
58
count($testByPackageSubscribers),
56
59
count($testByPackageSubscribers) > 1 ? 's' : ''
57
60
));
@@ -67,7 +70,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
0 commit comments