Editing: bootstrap.php
<?php error_reporting(E_ALL | E_STRICT); // include the composer autoloader $autoloader = require __DIR__ . '/../vendor/autoload.php'; // autoload abstract TestCase classes in test directory $autoloader->add('Omnipay', __DIR__);
Save
Back