1
0
Fork 0

Add missing test fixture

pull/547/merge
Jordi Boggiano 2012-04-19 20:04:38 +02:00
parent 4a55d85a2d
commit 244a7fd37b
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?php
// include_paths.php generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
$vendorDir . '/a/a/lib',
$vendorDir . '/b/b/library',
$vendorDir . '/c/library',
);