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
The problem was brought up in this PR: #37
Running phpunit test suit results in:
phpunit
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
The text was updated successfully, but these errors were encountered:
#38: copy arguments of the frame instead of using a reference to not …
7f183c1
…overwrite its' values
Fixed in master
master
Sorry, something went wrong.
ArturMoczulski
No branches or pull requests
The problem was brought up in this PR: #37
Running
phpunit
test suit results in:The text was updated successfully, but these errors were encountered: