mailgun-php/tests/Bootstrap.php

5 lines
102 B
PHP
Raw Normal View History

2013-07-22 22:11:01 -07:00
<?php
//Grab the composer Autoloader!
2016-07-24 07:42:47 -04:00
$autoloader = require dirname(__DIR__).'/vendor/autoload.php';