Browse Source

Add missing test fixture

Jordi Boggiano 13 năm trước cách đây
mục cha
commit
244a7fd37b
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      tests/Composer/Test/Autoload/Fixtures/include_paths.php

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