update tests for new expectations.

main
Taylor Otwell 12 years ago
parent a834efe7c9
commit 8cf43868da

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

Loading…
Cancel
Save