andersondanilo/CnabPHP

View on GitHub
tests/bootstrap.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

set_include_path(dirname(__FILE__).'/../'.PATH_SEPARATOR.get_include_path());
require_once 'vendor/autoload.php';