PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Dmitri Russu   PHP SEPA XML Class   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP SEPA XML Class
Generate XML for the Single Euro Payments Area
Author: By
Last change:
Date: 2 years ago
Size: 172 bytes
 

Contents

Class file image Download
<?php

if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) {
    throw new \
LogicException('Could not find autoload.php in vendor/');
}

require
$autoloadFile;