mailgun-php/tests/Bootstrap.php

6 lines
105 B
PHP
Raw Normal View History

2013-07-22 22:11:01 -07:00
<?php
//Grab the composer Autoloader!
2013-08-02 15:19:44 -07:00
$autoloader = require dirname(__DIR__) . '/vendor/autoload.php';
2013-07-22 22:11:01 -07:00