Skip to content

Commit

Permalink
retry with php
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Feb 7, 2024
1 parent 9a77ef6 commit 6b4831c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/Unit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// Load magento's booststrap
require __DIR__ . '/../../../../../app/bootstrap.php';

if (file_exists(__DIR__ . '/vendor/composer/autoload.php')) {
include __DIR__ . '/vendor/composer/autoload.php';
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
include __DIR__ . '/vendor/autoload.php';
}

$bootstrap = Bootstrap::create(BP, $_SERVER);
Expand Down

0 comments on commit 6b4831c

Please sign in to comment.