diff --git a/tests/Fixtures/Domain/Infrastructure/Env/.env b/tests/Fixtures/Domain/Infrastructure/Env/.env new file mode 100644 index 0000000..b707f0d --- /dev/null +++ b/tests/Fixtures/Domain/Infrastructure/Env/.env @@ -0,0 +1,4 @@ +SAMPLE_STRING=sample_value +SAMPLE_INT=1 +SAMPLE_TRUE=true +SAMPLE_FALSE=false