mailgun-php/tests/Bootstrap.php

5 lines
102 B
PHP
Raw Normal View History

2013-07-23 09:11:01 +04:00
<?php
//Grab the composer Autoloader!
2016-07-26 15:43:36 +03:00
$autoloader = include dirname(__DIR__).'/vendor/autoload.php';