Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Remove ZendTest from Composer #4744

Closed
wants to merge 4 commits into from

Conversation

bakura10
Copy link
Contributor

No description provided.

@@ -3,17 +3,12 @@
* Setup autoloading
*/

if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
include_once __DIR__ . '/../vendor/autoload.php';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll still need to pull in the Composer autoloader for things like doctrine/annotations, the proxymanager, etc. The primary point is that in addition to this, we also need to use the StandardAutoloader to autoload the test classes.

}
include_once __DIR__ . '/../vendor/autoload.php';

require_once __DIR__ . '/../library/Zend/Loader/StandardAutoloader.php';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed \o/

@weierophinney
Copy link
Member

Perfect, @bakura10 -- thanks!

weierophinney added a commit that referenced this pull request Jun 28, 2013
weierophinney added a commit that referenced this pull request Jun 28, 2013
@ghost ghost assigned weierophinney Jun 28, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants