Skip to content

Commit

Permalink
OXDEV-7474 Remove Webmozart usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Sep 27, 2023
1 parent 590cc74 commit bc04df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Codeception/Acceptance/_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
declare(strict_types=1);

// This is acceptance bootstrap
use Webmozart\PathUtil\Path;
use Symfony\Component\Filesystem\Path;

require_once Path::join((new \OxidEsales\Facts\Facts())->getShopRootPath(), 'source', 'bootstrap.php');
2 changes: 1 addition & 1 deletion tests/Codeception/Config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use OxidEsales\Codeception\Module\Database\DatabaseDefaultsFileGenerator;
use OxidEsales\Facts\Config\ConfigFile;
use OxidEsales\Facts\Facts;
use Webmozart\PathUtil\Path;
use Symfony\Component\Filesystem\Path;

$facts = new Facts();
$php = (getenv('PHPBIN')) ?: 'php';
Expand Down

0 comments on commit bc04df8

Please sign in to comment.