/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
cli
/
Upload File
HOME
--TEST-- Test fail on missing bootstrap --ARGS-- --no-configuration --bootstrap nonExistingBootstrap.php --FILE-- <?php declare(strict_types=1); require_once __DIR__ . '/../../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Cannot open file "nonExistingBootstrap.php".