Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c958f59

Browse filesBrowse files
minor #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
Copy full SHA for c958f59

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload.phpt
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.