1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 12:34:49 +02:00
Files
php-e107/tests/unit/_bootstrap.php
Deltik fabfc67f1b Refactored cPanel Deployer: Defined components
cPanelDeployer is a bit easier to follow now that there is a concept of
components.
2018-02-08 10:07:03 -06:00

15 lines
242 B
PHP

<?php
/*
$_E107 = array();
$_E107['cli'] = true;
$_E107['phpunit'] = true;
$_E107['debug'] = true;
register_shutdown_function(function()
{
$e = new \Exception;
var_dump($e->getTraceAsString());
});
require_once(APP_PATH."/class2.php");
*/