Skip to content

Commit

Permalink
fix console input
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Mar 1, 2024
1 parent 844528c commit 35b76d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/_bootstrap.php
Expand Up @@ -2,6 +2,7 @@

use Pimcore\Tests\Support\Util\Autoloader;

define('PIMCORE_TEST', true);

if (file_exists(__DIR__ . '/../vendor/autoload_runtime.php')) {
include __DIR__ . '/../vendor/autoload_runtime.php';
Expand Down Expand Up @@ -49,5 +50,3 @@
if (!defined('PIMCORE_TEST')) {
define('PIMCORE_TEST', true);
}

define('APP_DEBUG', true);

0 comments on commit 35b76d7

Please sign in to comment.