Skip to content

Instantly share code, notes, and snippets.

@brobie
Created February 10, 2016 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brobie/7d2251f718eac799a966 to your computer and use it in GitHub Desktop.
Save brobie/7d2251f718eac799a966 to your computer and use it in GitHub Desktop.
$includePaths = require __DIR__ . '/include_paths.php';
// Contents of include_paths.php ...
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
$vendorDir . '/magento/zendframework1/library',
$vendorDir . '/phpunit/php-file-iterator',
$vendorDir . '/phpunit/phpunit',
$vendorDir . '/symfony/yaml',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment