summaryrefslogtreecommitdiff
blob: 96bcae91655334dc07286de826dcd0e58595484b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?php
/* Autoloader for dev-php/sebastian-diff */

if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
	require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
}

\Fedora\Autoloader\Autoload::addClassMap(
	array(
		'phpunit_framework_mockobject_badmethodcallexception' => '/Exception/BadMethodCallException.php',
		'phpunit_framework_mockobject_builder_identity' => '/Builder/Identity.php',
		'phpunit_framework_mockobject_builder_invocationmocker' => '/Builder/InvocationMocker.php',
		'phpunit_framework_mockobject_builder_match' => '/Builder/Match.php',
		'phpunit_framework_mockobject_builder_methodnamematch' => '/Builder/MethodNameMatch.php',
		'phpunit_framework_mockobject_builder_namespace' => '/Builder/Namespace.php',
		'phpunit_framework_mockobject_builder_parametersmatch' => '/Builder/ParametersMatch.php',
		'phpunit_framework_mockobject_builder_stub' => '/Builder/Stub.php',
		'phpunit_framework_mockobject_exception' => '/Exception/Exception.php',
		'phpunit_framework_mockobject_generator' => '/Generator.php',
		'phpunit_framework_mockobject_invocation' => '/Invocation.php',
		'phpunit_framework_mockobject_invocationmocker' => '/InvocationMocker.php',
		'phpunit_framework_mockobject_invocation_object' => '/Invocation/Object.php',
		'phpunit_framework_mockobject_invocation_static' => '/Invocation/Static.php',
		'phpunit_framework_mockobject_invokable' => '/Invokable.php',
		'phpunit_framework_mockobject_matcher' => '/Matcher.php',
		'phpunit_framework_mockobject_matcher_anyinvokedcount' => '/Matcher/AnyInvokedCount.php',
		'phpunit_framework_mockobject_matcher_anyparameters' => '/Matcher/AnyParameters.php',
		'phpunit_framework_mockobject_matcher_consecutiveparameters' => '/Matcher/ConsecutiveParameters.php',
		'phpunit_framework_mockobject_matcher_invocation' => '/Matcher/Invocation.php',
		'phpunit_framework_mockobject_matcher_invokedatindex' => '/Matcher/InvokedAtIndex.php',
		'phpunit_framework_mockobject_matcher_invokedatleastcount' => '/Matcher/InvokedAtLeastCount.php',
		'phpunit_framework_mockobject_matcher_invokedatleastonce' => '/Matcher/InvokedAtLeastOnce.php',
		'phpunit_framework_mockobject_matcher_invokedatmostcount' => '/Matcher/InvokedAtMostCount.php',
		'phpunit_framework_mockobject_matcher_invokedcount' => '/Matcher/InvokedCount.php',
		'phpunit_framework_mockobject_matcher_invokedrecorder' => '/Matcher/InvokedRecorder.php',
		'phpunit_framework_mockobject_matcher_methodname' => '/Matcher/MethodName.php',
		'phpunit_framework_mockobject_matcher_parameters' => '/Matcher/Parameters.php',
		'phpunit_framework_mockobject_matcher_statelessinvocation' => '/Matcher/StatelessInvocation.php',
		'phpunit_framework_mockobject_mockbuilder' => '/MockBuilder.php',
		'phpunit_framework_mockobject_mockobject' => '/MockObject.php',
		'phpunit_framework_mockobject_runtimeexception' => '/Exception/RuntimeException.php',
		'phpunit_framework_mockobject_stub' => '/Stub.php',
		'phpunit_framework_mockobject_stub_consecutivecalls' => '/Stub/ConsecutiveCalls.php',
		'phpunit_framework_mockobject_stub_exception' => '/Stub/Exception.php',
		'phpunit_framework_mockobject_stub_matchercollection' => '/Stub/MatcherCollection.php',
		'phpunit_framework_mockobject_stub_return' => '/Stub/Return.php',
		'phpunit_framework_mockobject_stub_returnargument' => '/Stub/ReturnArgument.php',
		'phpunit_framework_mockobject_stub_returncallback' => '/Stub/ReturnCallback.php',
		'phpunit_framework_mockobject_stub_returnreference' => '/Stub/ReturnReference.php',
		'phpunit_framework_mockobject_stub_returnself' => '/Stub/ReturnSelf.php',
		'phpunit_framework_mockobject_stub_returnvaluemap' => '/Stub/ReturnValueMap.php',
		'phpunit_framework_mockobject_verifiable' => '/Verifiable.php',
	),
	__DIR__
);

\Fedora\Autoloader\Dependencies::required(array(
  '/usr/share/php/Doctrine/Instantiator/autoload.php',
  '/usr/share/php/SebastianBergmann/Exporter/autoload.php',
  '/usr/share/php/Text/Template/autoload.php',
));