testbootstrap-dist.php 238 B

1234567
  1. <?php
  2. $_REQUEST['submitted'] = 1;
  3. $_REQUEST['mail_to'] = 'somebody@example.com';
  4. $_REQUEST['mail_from'] = 'phpunit@example.com';
  5. $_REQUEST['mail_cc'] = 'cc@example.com';
  6. $_REQUEST['mail_host'] = 'localhost';
  7. $_REQUEST['mail_port'] = 2500;