forked from EvanDotPro/EdpGithub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoload_classmap.php
53 lines (53 loc) · 5.95 KB
/
autoload_classmap.php
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
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
'EdpGithub\Client' => __DIR__ . '/src/EdpGithub/Client.php',
'EdpGithub\Api\CurrentUser' => __DIR__ . '/src/EdpGithub/Api/CurrentUser.php',
'EdpGithub\Api\Issue' => __DIR__ . '/src/EdpGithub/Api/Issue.php',
'EdpGithub\Api\Exception\ExceptionInterface' => __DIR__ . '/src/EdpGithub/Api/Exception/ExceptionInterface.php',
'EdpGithub\Api\Exception\InvalidArgumentException' => __DIR__ . '/src/EdpGithub/Api/Exception/InvalidArgumentException.php',
'EdpGithub\Api\PullRequest' => __DIR__ . '/src/EdpGithub/Api/PullRequest.php',
'EdpGithub\Api\Repos' => __DIR__ . '/src/EdpGithub/Api/Repos.php',
'EdpGithub\Api\AbstractApi' => __DIR__ . '/src/EdpGithub/Api/AbstractApi.php',
'EdpGithub\Api\Gist' => __DIR__ . '/src/EdpGithub/Api/Gist.php',
'EdpGithub\Api\Markdown' => __DIR__ . '/src/EdpGithub/Api/Markdown.php',
'EdpGithub\Api\ApiInterface' => __DIR__ . '/src/EdpGithub/Api/ApiInterface.php',
'EdpGithub\Api\Organization' => __DIR__ . '/src/EdpGithub/Api/Organization.php',
'EdpGithub\Api\User' => __DIR__ . '/src/EdpGithub/Api/User.php',
'EdpGithub\Api\GitData' => __DIR__ . '/src/EdpGithub/Api/GitData.php',
'EdpGithub\Listener\Error' => __DIR__ . '/src/EdpGithub/Listener/Error.php',
'EdpGithub\Listener\Exception\ExceptionInterface' => __DIR__ . '/src/EdpGithub/Listener/Exception/ExceptionInterface.php',
'EdpGithub\Listener\Exception\InvalidArgumentException' => __DIR__ . '/src/EdpGithub/Listener/Exception/InvalidArgumentException.php',
'EdpGithub\Listener\Exception\RuntimeException' => __DIR__ . '/src/EdpGithub/Listener/Exception/RuntimeException.php',
'EdpGithub\Listener\Cache' => __DIR__ . '/src/EdpGithub/Listener/Cache.php',
'EdpGithub\Listener\Auth\HttpToken' => __DIR__ . '/src/EdpGithub/Listener/Auth/HttpToken.php',
'EdpGithub\Listener\Auth\Exception\ExceptionInterface' => __DIR__ . '/src/EdpGithub/Listener/Auth/Exception/ExceptionInterface.php',
'EdpGithub\Listener\Auth\Exception\InvalidArgumentException' => __DIR__ . '/src/EdpGithub/Listener/Auth/Exception/InvalidArgumentException.php',
'EdpGithub\Listener\Auth\UrlToken' => __DIR__ . '/src/EdpGithub/Listener/Auth/UrlToken.php',
'EdpGithub\Listener\Auth\UrlClientId' => __DIR__ . '/src/EdpGithub/Listener/Auth/UrlClientId.php',
'EdpGithub\Listener\Auth\AbstractAuthListener' => __DIR__ . '/src/EdpGithub/Listener/Auth/AbstractAuthListener.php',
'EdpGithub\Listener\Auth\HttpPassword' => __DIR__ . '/src/EdpGithub/Listener/Auth/HttpPassword.php',
'EdpGithub\Collection\RepositoryCollection' => __DIR__ . '/src/EdpGithub/Collection/RepositoryCollection.php',
'EdpGithub\Http\ClientInterface' => __DIR__ . '/src/EdpGithub/Http/ClientInterface.php',
'EdpGithub\Http\Client' => __DIR__ . '/src/EdpGithub/Http/Client.php',
'EdpGithubTest\Bootstrap' => __DIR__ . '/test/Bootstrap.php',
'EdpGithubTest\Api\TestCase' => __DIR__ . '/test/EdpGithubTest/Api/TestCase.php',
'EdpGithubTest\Api\UserTest' => __DIR__ . '/test/EdpGithubTest/Api/UserTest.php',
'EdpGithubTest\Api\MarkdownTest' => __DIR__ . '/test/EdpGithubTest/Api/MarkdownTest.php',
'EdpGithubTest\Api\IssuesTest' => __DIR__ . '/test/EdpGithubTest/Api/IssuesTest.php',
'EdpGithubTest\Api\CurrentUserTest' => __DIR__ . '/test/EdpGithubTest/Api/CurrentUserTest.php',
'EdpGithubTest\Api\GistTest' => __DIR__ . '/test/EdpGithubTest/Api/GistTest.php',
'EdpGithubTest\Api\PullRequestTest' => __DIR__ . '/test/EdpGithubTest/Api/PullRequestTest.php',
'EdpGithubTest\Api\GitDataTest' => __DIR__ . '/test/EdpGithubTest/Api/GitDataTest.php',
'EdpGithubTest\Api\OrganizationTest' => __DIR__ . '/test/EdpGithubTest/Api/OrganizationTest.php',
'EdpGithubTest\Api\ReposTest' => __DIR__ . '/test/EdpGithubTest/Api/ReposTest.php',
'EdpGithubTest\Listener\Auth\ErrorListenerTest' => __DIR__ . '/test/EdpGithubTest/Listener/ErrorListenerTest.php',
'EdpGithubTest\Listener\Auth\UrlTokenTest' => __DIR__ . '/test/EdpGithubTest/Listener/Auth/UrlTokenTest.php',
'EdpGithubTest\Listener\Auth\UrlClientIdTest' => __DIR__ . '/test/EdpGithubTest/Listener/Auth/UrlClientIdTest.php',
'EdpGithubTest\Listener\Auth\HttpTokenTest' => __DIR__ . '/test/EdpGithubTest/Listener/Auth/HttpTokenTest.php',
'EdpGithubTest\Listener\Auth\HttpPasswordTest' => __DIR__ . '/test/EdpGithubTest/Listener/Auth/HttpPasswordTest.php',
'EdpGithubTest\Collection\RepositoryCollectionTest' => __DIR__ . '/test/EdpGithubTest/Collection/RepositoryCollectionTest.php',
'EdpGithubTest\Http\ClientTest' => __DIR__ . '/test/EdpGithubTest/Http/ClientTest.php',
'EdpGithubTest\ClientTest' => __DIR__ . '/test/EdpGithubTest/ClientTest.php',
'EdpGithub\Module' => __DIR__ . '/Module.php',
);