Files
espocrm/tests/testBootstrap.php
Taras Machyshyn b0d1bb4486 vendor update
2013-11-19 12:52:41 +02:00

15 lines
158 B
PHP

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