This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/tests/testBootstrap.php
T
Taras Machyshyn 6ee90ed26e vendor update
2013-11-19 12:51:37 +02:00

15 lines
158 B
PHP
Executable File

<?php
error_reporting(E_ALL ^ E_NOTICE);
require_once('bootstrap.php');
$app = new \Espo\Core\Application();
//$app->run();
$GLOBALS['app'] = $app;
?>