1
0
Fork 0
composer/tests/Composer/Test/Autoload/Fixtures/autoload_files_functions.php

15 lines
327 B
PHP
Raw Normal View History

<?php
// autoload_files.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
$vendorDir . '/a/a/test.php',
$vendorDir . '/b/b/test2.php',
$vendorDir . '/c/c/foo/bar/test3.php',
$vendorDir . '/c/c/foo/bar/test4.php',
$baseDir . '/root.php',
2013-10-11 23:12:02 +00:00
);