Selaa lähdekoodia

Add missing test fixture

Jordi Boggiano 13 vuotta sitten
vanhempi
commit
244a7fd37b
1 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  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',
+);