Files
nibiru-framework.com/core/l/PHPMailer/test/bootstrap.php
Stephan Kasdorf c9f29ce086 Version 0.3.5 beta
2018-03-14 16:37:09 +01:00

11 lines
232 B
PHP
Executable File

<?php
/**
* PHPUnit bootstrap file.
*/
ini_set('sendmail_path', '/usr/sbin/sendmail -t -i ');
if (file_exists('vendor/autoload.php')) {
require_once 'vendor/autoload.php';
} else {
require_once '../vendor/autoload.php';
}