浏览代码

Add missing test fixture

Jordi Boggiano 13 年之前
父节点
当前提交
244a7fd37b
共有 1 个文件被更改,包括 12 次插入0 次删除
  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',
+);