Skip to content

Commit c958f59

Browse files
minor symfony#58695 [Runtime] Remove unused SKIPIF from dotenv_overload.phpt (Valmonzo)
This PR was merged into the 6.4 branch. Discussion ---------- [Runtime] Remove unused `SKIPIF` from `dotenv_overload.phpt` | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Since`Runtime` requires `Dotenv` 5.4 version, this condition is useless because `Dotenv` introduced a fourth parameter in 5.4 Commits ------- 3c69ee7 [Runtime] Remove unused `SKIPIF` from `dotenv_overload.phpt`
2 parents a7aa4b1 + 3c69ee7 commit c958f59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test Dotenv overload
3-
--SKIPIF--
4-
<?php require dirname(__DIR__, 6).'/vendor/autoload.php'; if (4 > (new \ReflectionMethod(\Symfony\Component\Dotenv\Dotenv::class, 'bootEnv'))->getNumberOfParameters()) die('Skip because Dotenv version is too low');
53
--INI--
64
display_errors=1
75
--FILE--

0 commit comments

Comments
 (0)