Open Monograph Press
3.3.0
lib/vendor/omnipay/common/tests/bootstrap.php
1
<?php
2
3
error_reporting(E_ALL | E_STRICT);
4
date_default_timezone_set(
'UTC'
);
5
6
// include the composer autoloader
7
$autoloader = require __DIR__.
'/../vendor/autoload.php'
;
8
9
// autoload abstract TestCase classes in test directory
10
$autoloader->add(
'Omnipay'
, __DIR__);
plugins
paymethod
paypal
lib
vendor
omnipay
common
tests
bootstrap.php
Generated on Fri Aug 28 2020 14:51:35 for Open Monograph Press by
1.8.17