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 bf87c2c commit 73a725eCopy full SHA for 73a725e
tests/EnvMapperTest.php
@@ -38,6 +38,7 @@ public function mapping_different_types_with_defaults_parses_correctly(): void
38
self::assertNotNull($env->hostname);
39
self::assertNotNull($env->shlvl);
40
self::assertSame('01234', $env->zipCode);
41
+ self::assertSame(true, $env->bool);
42
self::assertEquals('default', $env->missing);
43
self::assertEquals(false, $env->missingFalse);
44
self::assertEquals('', $env->missingEmptyString);
0 commit comments