diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 02d2b14..b8d1a52 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -7,7 +7,8 @@ $vfs_files = [ './vendor/autoload.php', ]; -print_r(scandir()); +echo getcwd(); +print_r(scandir(getcwd())); foreach ($vfs_files as $vfs_file) {