diff options
| author | jvoisin | 2020-12-28 20:45:33 +0100 |
|---|---|---|
| committer | jvoisin | 2020-12-31 14:14:26 +0100 |
| commit | 032718b7cb93c4143877e355e9bcb6935d8cedcf (patch) | |
| tree | 133c7dda7c02633dd2099a59ea9f28b43b0d9935 /src/tests/broken_configuration_php8/config/broken_conf_expecting_bool.ini | |
| parent | 72d52e5b6933b44ab9f01bc22e3d264626716cd4 (diff) | |
Add tests for broken configuration on php8
Diffstat (limited to 'src/tests/broken_configuration_php8/config/broken_conf_expecting_bool.ini')
| -rw-r--r-- | src/tests/broken_configuration_php8/config/broken_conf_expecting_bool.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/broken_configuration_php8/config/broken_conf_expecting_bool.ini b/src/tests/broken_configuration_php8/config/broken_conf_expecting_bool.ini new file mode 100644 index 0000000..51c28b2 --- /dev/null +++ b/src/tests/broken_configuration_php8/config/broken_conf_expecting_bool.ini | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # this is an example of broken conf | ||
| 2 | |||
| 3 | |||
| 4 | ; this is another comment | ||
| 5 | sp.harden_random.enable(1337); | ||
