We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f34977 commit b00215eCopy full SHA for b00215e
Tests/fixtures/testcases/exception_when_missing/setup.yml
@@ -1,9 +1,11 @@
1
title: Missing keys in the environment will cause a throw when the option is set to true
2
3
config:
4
+ env-map:
5
+ provided: IC_TEST_PROVIDED
6
exception-when-missing: true
7
8
environment:
- provided: bar
9
+ IC_TEST_PROVIDED: bar
10
11
expect-exception: "InvalidArgumentException"
Tests/fixtures/testcases/exception_when_missing_false/setup.yml
@@ -1,7 +1,9 @@
title: Missing keys in the environment will not cause a throw when the option is set to false
exception-when-missing: false
0 commit comments