We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1957469 commit 5ef3833Copy full SHA for 5ef3833
1 file changed
blackbox.php
@@ -10,6 +10,10 @@
10
};
11
12
Application::new($argv)
13
+ ->when(
14
+ \getenv('BLACKBOX_SET_SIZE') !== false,
15
+ static fn(Application $app) => $app->scenariiPerProof((int) \getenv('BLACKBOX_SET_SIZE')),
16
+ )
17
->when(
18
\getenv('ENABLE_COVERAGE') !== false,
19
static fn(Application $app) => $app
0 commit comments