浏览代码

update tests for new expectations.

Taylor Otwell 12 年之前
父节点
当前提交
8cf43868da
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/Composer/Test/Autoload/Fixtures/autoload_functions.php

+ 2 - 2
tests/Composer/Test/Autoload/Fixtures/autoload_functions.php

@@ -21,8 +21,8 @@ return call_user_func(function() {
 
     $loader->register();
 
-    require __DIR__ . '/a/a/test.php';
-    require __DIR__ . '/b/b/test2.php';
+    require $vendorDir . '/a/a/test.php';
+    require $vendorDir . '/b/b/test2.php';
 
     return $loader;
 });