1<?php 2/** 3 * PHPUnit bootstrap file. 4 */ 5ini_set('sendmail_path', '/usr/sbin/sendmail -t -i '); 6if (file_exists('vendor/autoload.php')) { 7 require_once 'vendor/autoload.php'; 8} else { 9 require_once '../vendor/autoload.php'; 10} 11 12