Skip to content

Instantly share code, notes, and snippets.

@immutef
Created December 20, 2011 14:43
Show Gist options
  • Save immutef/1501791 to your computer and use it in GitHub Desktop.
Save immutef/1501791 to your computer and use it in GitHub Desktop.
re-use of Composer ClassLoader (e.g. for tests)
<?php
$loader = require __DIR__.'/../vendor/.composer/autoload.php';
$loader->add('Acme', __DIR__);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment