update tests for new expectations.
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…
Reference in New Issue