summaryrefslogtreecommitdiff
blob: e7c855e9b3f35240a1feadcd7c34f9dc1e087074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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__
);