mailgun-php/tests/Bootstrap.php

8 lines
143 B
PHP
Raw Normal View History

2013-07-23 09:11:01 +04:00
<?php
//error_reporting(E_ALL | E_STRICT);
//Grab the composer Autoloader!
$autoloader = require dirname(__DIR__) . '/vendor/autoload.php';