1
0
Fork 0

update tests for new expectations.

pull/950/head
Taylor Otwell 2012-07-27 09:13:39 -05:00
parent a834efe7c9
commit 8cf43868da
1 changed files with 2 additions and 2 deletions

View File

@ -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;
});