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
php-code-coverage/src/Report/Xml/Facade.php
Line 71 in 837ec4c
Related to: 6e0037e
Generating code coverage report in PHPUnit XML format ... STDERR: PHP Notice: Undefined index: REQUEST_TIME in vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php on line 71 PHP Stack trace: PHP 1. {main}() vendor/phpunit/phpunit/phpunit:0 PHP 2. PHPUnit\TextUI\Command::main() vendor/phpunit/phpunit/phpunit:61 PHP 3. PHPUnit\TextUI\Command->run() vendor/phpunit/phpunit/src/TextUI/Command.php:68 PHP 4. PHPUnit\TextUI\TestRunner->run() vendor/phpunit/phpunit/src/TextUI/Command.php:108 PHP 5. SebastianBergmann\CodeCoverage\Report\Xml\Facade->process() vendor/phpunit/phpunit/src/TextUI/TestRunner.php:759 PHP 6. SebastianBergmann\CodeCoverage\Report\Xml\Facade->setBuildInformation() vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php:60
The text was updated successfully, but these errors were encountered:
Note: I was running https://infection.github.io/
Sorry, something went wrong.
Add REQUEST_TIME for Xml coverage
36b2f6e
sebastianbergmann/php-code-coverage#753 Signed-off-by: William Desportes <[email protected]>
Closes #753
3ea1ec5
No branches or pull requests
php-code-coverage/src/Report/Xml/Facade.php
Line 71 in 837ec4c
Related to: 6e0037e
The text was updated successfully, but these errors were encountered: