Jordi Boggiano 13 жил өмнө
parent
commit
244a7fd37b

+ 12 - 0
tests/Composer/Test/Autoload/Fixtures/include_paths.php

@@ -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',
+);