We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
stopOnError="true" does not seem to work (all tests are run, even if an error occurs), but --stop-on-error switch works fine.
Here's the relevant part of my config:
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd" bootstrap="bootstrap.php" backupGlobals="false" backupStaticAttributes="false" stopOnError="true" convertErrorsToExceptions="false" convertNoticesToExceptions="false" convertWarningsToExceptions="false">
The text was updated successfully, but these errors were encountered:
4313935
No branches or pull requests
stopOnError="true" does not seem to work (all tests are run, even if an error occurs), but --stop-on-error switch works fine.
Here's the relevant part of my config:
The text was updated successfully, but these errors were encountered: