Skip to content

Commit b00215e

Browse files
author
Silvan Thus
committed
Use env-map in the test cases
1 parent 5f34977 commit b00215e

File tree

2 files changed

+6
-2
lines changed
  • Tests/fixtures/testcases

2 files changed

+6
-2
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
title: Missing keys in the environment will cause a throw when the option is set to true
22

33
config:
4+
env-map:
5+
provided: IC_TEST_PROVIDED
46
exception-when-missing: true
57

68
environment:
7-
provided: bar
9+
IC_TEST_PROVIDED: bar
810

911
expect-exception: "InvalidArgumentException"
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
title: Missing keys in the environment will not cause a throw when the option is set to false
22

33
config:
4+
env-map:
5+
provided: IC_TEST_PROVIDED
46
exception-when-missing: false
57

68
environment:
7-
provided: bar
9+
IC_TEST_PROVIDED: bar

0 commit comments

Comments
 (0)