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