bootstrap.php 232 B

12345678910
  1. <?php
  2. error_reporting(E_ALL | E_STRICT);
  3. // include the composer autoloader
  4. $autoloader = require __DIR__ . '/../vendor/autoload.php';
  5. // autoload abstract TestCase classes in test directory
  6. $autoloader->add('Omnipay', __DIR__);