Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bogus bootstrap file raises cryptic error #34

Closed
giorgiosironi opened this issue Sep 30, 2010 · 2 comments
Closed

Bogus bootstrap file raises cryptic error #34

giorgiosironi opened this issue Sep 30, 2010 · 2 comments

Comments

@giorgiosironi
Copy link
Contributor

For example:

phpunit bootstrap="not_existent_bootstrap.php">

.

gives out this error:

PHP Warning: include_once(/home/giorgio): failed to open stream: Nessun file o directory in /usr/share/php/PHPUnit/Util/Fileloader.php on line 103

Warning: include_once(/home/giorgio): failed to open stream: Nessun file o directory in /usr/share/php/PHPUnit/Util/Fileloader.php on line 103
PHP Warning: include_once(): Failed opening '' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/php/PHPUnit/Util/Fileloader.php on line 103

Warning: include_once(): Failed opening '' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/php/PHPUnit/Util/Fileloader.php on line 103

which does not even contain the offending filename "not_existent_bootstrap.php". Sorry for the mangled code but this issue tracker does not let me post XML.

@whatthejeff
Copy link
Contributor

This is fixed by #50.

@sebastianbergmann
Copy link
Owner

Closed by c574bce.

igorw pushed a commit to igorw-forks/phpunit that referenced this issue Aug 24, 2011
axiac pushed a commit to axiac/phpunit that referenced this issue May 8, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants