bootstrap.php 135 B

1234567
  1. <?php
  2. /**
  3. * PHPUnit bootstrap file
  4. */
  5. ini_set('sendmail_path', '/usr/sbin/sendmail -t -i ');
  6. require_once '../vendor/autoload.php';