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

stopOnError xml config does not work #1749

Closed
arunjusrut opened this issue Jun 15, 2015 · 0 comments
Closed

stopOnError xml config does not work #1749

arunjusrut opened this issue Jun 15, 2015 · 0 comments
Labels
type/bug Something is broken

Comments

@arunjusrut
Copy link

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">
@sebastianbergmann sebastianbergmann added the type/bug Something is broken label Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants