Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isolate autoloader inside Bootstrap to an Autoloader.php file #55

Closed
alombarte opened this issue Feb 1, 2014 · 2 comments
Closed

Isolate autoloader inside Bootstrap to an Autoloader.php file #55

alombarte opened this issue Feb 1, 2014 · 2 comments
Assignees
Milestone

Comments

@alombarte
Copy link
Contributor

Currently the autoload registration is responsibility of the Bootstrap. It should be moved to an independent file and integrate it in the phpunit.xml file so all testing works without including every file.

<phpunit bootstrap="bootstrap.php">
</phpunit>
@ghost ghost assigned alombarte Feb 2, 2014
alombarte added a commit that referenced this issue Feb 2, 2014
lombartec added a commit that referenced this issue Feb 10, 2014
@lombartec
Copy link
Member

Build passed with e80ee77 👍

Doc: We decided to just use the composer autoloader for now.

@alombarte
Copy link
Contributor Author

Perfect, let's close the task then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants