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

phpunit exits with a non-zero status #38

Closed
ArturMoczulski opened this issue Oct 13, 2018 · 1 comment
Closed

phpunit exits with a non-zero status #38

ArturMoczulski opened this issue Oct 13, 2018 · 1 comment
Assignees

Comments

@ArturMoczulski
Copy link

The problem was brought up in this PR: #37

Running phpunit test suit results in:

PHP Fatal error:  Uncaught Symfony\Component\Debug\Exception\ContextErrorException: Warning: Illegal string offset 'failOnRisky' in /home/travis/build/rollbar/rollbar-php-symfony-bundle/vendor/phpunit/phpunit/src/TextUI/TestRunner.php:649
Stack trace:
#0 /home/travis/build/rollbar/rollbar-php-symfony-bundle/vendor/phpunit/phpunit/src/TextUI/Command.php(186): PHPUnit_TextUI_TestRunner->doRun(NULL, 'string', true)
#1 /home/travis/build/rollbar/rollbar-php-symfony-bundle/vendor/phpunit/phpunit/src/TextUI/Command.php(116): PHPUnit_TextUI_Command->run(Array, true)
#2 /home/travis/build/rollbar/rollbar-php-symfony-bundle/vendor/phpunit/phpunit/phpunit(52): PHPUnit_TextUI_Command::main()
#3 {main}
  thrown in /home/travis/build/rollbar/rollbar-php-symfony-bundle/vendor/phpunit/phpunit/src/TextUI/TestRunner.php on line 649
Fatal error: Uncaught Symfony\Component\Debug\Exception\ContextErrorException: Warning: Illegal string offset 'failOnRisky' in /home/travis/build/rollbar/rollbar-php-symfony-bundle/vendor/phpunit/phpunit/src/TextUI/TestRunner.php on line 649
Symfony\Component\Debug\Exception\ContextErrorException: Warning: Illegal string offset 'failOnRisky' in /home/travis/build/rollbar/rollbar-php-symfony-bundle/vendor/phpunit/phpunit/src/TextUI/TestRunner.php on line 649
Call Stack:
    2.0976   16618568   1. Symfony\Component\Debug\ErrorHandler->handleException() /home/travis/build/rollbar/rollbar-php-symfony-bundle/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php:0
@ArturMoczulski ArturMoczulski added this to the v3.1.0 milestone Oct 13, 2018
@ArturMoczulski ArturMoczulski self-assigned this Oct 13, 2018
@ArturMoczulski ArturMoczulski modified the milestones: v3.1.0, v3.1.1 Oct 16, 2018
@jessewgibbs jessewgibbs removed this from the v3.1.1 milestone Oct 18, 2018
ArturMoczulski added a commit that referenced this issue Dec 7, 2018
@ArturMoczulski
Copy link
Author

Fixed in master

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

2 participants