Skip to content

Commit

Permalink
[Runtime] Remove unused SKIPIF from dotenv_overload.phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Valmonzo committed Oct 28, 2024
1 parent 2c61a6c commit 033988f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/phpt/dotenv_overload.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
--TEST--
Test Dotenv overload
--SKIPIF--
<?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');
--INI--
display_errors=1
--FILE--
Expand Down

0 comments on commit 033988f

Please sign in to comment.