/var/www/hkosl.com/b2b2c/webadmin/libraies/aura/session/phpunit.php


1
2
3
4
5
6
7
8
9
<?php
error_reporting
(E_ALL);
$autoloader __DIR__ '/vendor/autoload.php';
if (! 
file_exists($autoloader)) {
    echo 
"Composer autoloader not found: $autoloaderPHP_EOL;
    echo 
"Please issue 'composer install' and try again." PHP_EOL;
    exit(
1);
}
require 
$autoloader;