Skip to content

Commit

Permalink
wrong pos
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Mar 1, 2024
1 parent 781e7ee commit b6ba039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci/files/public/index_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

return function (array $context) {
define('PIMCORE_PROJECT_ROOT', __DIR__ . '/..');
define('APP_ENV', 'test');

$request = Request::createFromGlobals();

Expand All @@ -29,6 +28,7 @@

\Pimcore\Bootstrap::bootstrap();
/** @var \Pimcore\Kernel $kernel */
define('APP_ENV', 'test');
$kernel = \Pimcore\Bootstrap::kernel();

// reset current request - will be read from request stack from now on
Expand Down

0 comments on commit b6ba039

Please sign in to comment.