Skip to content

Commit

Permalink
simplify test bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Aug 4, 2023
1 parent 95e150e commit dcb5561
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/_bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<?php

$frameworkPath = getenv('PIMCORE_CODECEPTION_FRAMEWORK');
$bundleTestPath = getenv('TEST_BUNDLE_TEST_DIR');

$bootstrap = sprintf('%s/src/_bootstrap.php', $frameworkPath);

include_once $bootstrap;
include_once sprintf('%s/src/_bootstrap.php', getenv('PIMCORE_CODECEPTION_FRAMEWORK'));

0 comments on commit dcb5561

Please sign in to comment.