Skip to content

Commit c2b7113

Browse files
authored
chore: add --no-interaction flag to test bootstrap (#908)
1 parent fc573c0 commit c2b7113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
require_once __DIR__ . '/../vendor/autoload.php';
66

7-
passthru('php tempest discovery:generate');
7+
passthru('php tempest discovery:generate --no-interaction');
88
echo PHP_EOL;

0 commit comments

Comments
 (0)