You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nikeee/phpunit-tap outputs TAP compliant reporting. However, it currently does include PHPUnit output as well. I suspect this may be causing the test runner to fail.
Okay, nikeee/phpunit-tap#31 (comment) makes a fairly good case that TAP should be able to deal with other output. So, if we do find this to be the cause of the failure, perhaps the TAP handling should be updated to deal with that.
Also, I noticed that the Run click returns the Test Runner Failed message fairly quickly. So, I don't think it is even getting to the point of reading the TAP output anyway.
Describe the bug
Getting a
Test Runner Failed
message on a PHP project.To Reproduce
Requires PHP 8.2+ and Composer.
Steps to reproduce the behavior:
git init
.index.html
file, and hit RunSee the Test Runner Failed message.
Expected behavior
To see that the solution should have passed:
cd .stack-elevate/ && composer install && ./vendor/bin/phpunit
to prove the test runner should have workedThe TAP output shows that the test does pass.
Desktop (please complete the following information):
Node:
Git:
PHP:
Composer:
PHPUnit:
phpunit.xml
configuration ensures the the TAP outputconfig.testRunner.args.tap
required configuration is blank since it is handled by the XML configuration.The text was updated successfully, but these errors were encountered: