mailgun-php/tests/Bootstrap.php
2013-07-22 22:11:01 -07:00

8 lines
143 B
PHP

<?php
//error_reporting(E_ALL | E_STRICT);
//Grab the composer Autoloader!
$autoloader = require dirname(__DIR__) . '/vendor/autoload.php';