Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
bturner-r7 committed Jul 14, 2015
1 parent e6080ac commit 30ac8c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vendor/composer/include_paths.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

// include_paths.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);

return array(
$vendorDir . '/phpunit/php-text-template',
$vendorDir . '/phpunit/phpunit-mock-objects',
$vendorDir . '/phpunit/php-timer',
$vendorDir . '/phpunit/php-token-stream',
$vendorDir . '/phpunit/php-code-coverage',
$vendorDir . '/phpunit/phpunit',
$vendorDir . '/symfony/yaml',
);

0 comments on commit 30ac8c1

Please sign in to comment.