Files
gentoo/dev-php/sebastian-global-state/files/autoload.php
Brian Evans f055eeabd8 dev-php/sebastian-global-state: New package for an unbundled phpunit
Package-Manager: Portage-2.3.4, Repoman-2.3.2
2017-03-09 11:21:27 -05:00

19 lines
657 B
PHP

<?php
/* Autoloader for dev-php/sebastian-global-state */
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
}
\Fedora\Autoloader\Autoload::addClassMap(
array(
'sebastianbergmann\globalstate\blacklist' => '/Blacklist.php',
'sebastianbergmann\globalstate\codeexporter' => '/CodeExporter.php',
'sebastianbergmann\globalstate\exception' => '/Exception.php',
'sebastianbergmann\globalstate\restorer' => '/Restorer.php',
'sebastianbergmann\globalstate\runtimeexception' => '/RuntimeException.php',
'sebastianbergmann\globalstate\snapshot' => '/Snapshot.php',
),
__DIR__
);