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
when running a phpunit test-suite with this extension, I get a output like:
1. 11.635 (0.500) PHPStan\Analyser\AnalyserIntegrationTest::testBug11913 2. 4.981 (0.500) PHPStan\Reflection\SignatureMap\SignatureMapParserTest::testParseAll with data set #0 (70400) 3. 3.461 (0.500) PHPStan\Analyser\AnalyserIntegrationTest::testBug5081 4. 2.388 (0.500) PHPStan\Analyser\AnalyserIntegrationTest::testBug11283 5. 2.387 (0.500) PHPStan\Analyser\AnalyserIntegrationTest::testBug9690 6. 2.145 (0.500) PHPStan\Rules\Methods\FinalPrivateMethodRuleConfigPhpTest::testRulePhpVersions 7. 1.773 (0.500) PHPStan\Analyser\AnalyserIntegrationTest::testBug11297 8. 1.484 (0.500) PHPStan\Analyser\AnalyserIntegrationTest::testBug10772 9. 1.259 (0.500) PHPStan\Analyser\AnalyserIntegrationTest::testBug10538 10. 1.252 (0.500) PHPStan\Rules\Methods\ReturnTypeRuleTest::testBug8146bErrors
I wonder what the (0.500) number - which is repeated across the whole top 10 - is trying to tell me?
(0.500)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when running a phpunit test-suite with this extension, I get a output like:
I wonder what the
(0.500)
number - which is repeated across the whole top 10 - is trying to tell me?The text was updated successfully, but these errors were encountered: