Skip to content

Commit

Permalink
Update codeception fixture path
Browse files Browse the repository at this point in the history
  • Loading branch information
hkreuter authored Oct 9, 2024
1 parent be230d5 commit 1d145a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Codeception/Config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ function getShopTestPath()

if ($facts->isEnterprise()) {
$shopTestPath = $facts->getEnterpriseEditionRootPath() . '/Tests';
} elseif($facts->isProfessional()) {
$shopTestPath = $facts->getProfessionalEditionRootPath() . '/Tests';
} else {
$shopTestPath = $facts->getCommunityEditionRootPath() . '/tests';
}
Expand Down

0 comments on commit 1d145a8

Please sign in to comment.