PHP Classes

File: Tests/bootstrap.php

Recommend this page to a friend!
  Classes of Roni   Easy PHP Audit Log Bundle   Tests/bootstrap.php   Download  
File: Tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Easy PHP Audit Log Bundle
Log specific events according to configuration
Author: By
Last change:
Date: 5 years ago
Size: 362 bytes
 

Contents

Class file image Download
<?php

/*
 * This file is part of the XiideaEasyAuditBundle package.
 *
 * (c) Xiidea <http://www.xiidea.net>
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the file LICENSE.
 */

date_default_timezone_set("Asia/Dhaka");

$vendor = realpath(__DIR__ . '/../vendor');

$loader = require($vendor.'/autoload.php');