| Current Path : /var/www/clients/client3/web2/web/lists/base/public/ |
| Current File : /var/www/clients/client3/web2/web/lists/base/public/app_test.php |
<?php
declare(strict_types=1);
use PhpList\Core\Core\Bootstrap;
use PhpList\Core\Core\Environment;
require dirname(__DIR__) . '/vendor/autoload.php';
Bootstrap::getInstance()
->ensureDevelopmentOrTestingEnvironment()
->setEnvironment(Environment::TESTING)
->configure()
->dispatch();