Skip to content

Commit 5fa897d

Browse files
authored
Update min test count number to 6
1 parent d620809 commit 5fa897d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class InstallCommand extends Command
5959

6060
private bool $enforceTests = true;
6161

62-
const MIN_TEST_COUNT = 2;
62+
const MIN_TEST_COUNT = 6;
6363

6464
private string $greenTick;
6565

0 commit comments

Comments
 (0)