-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
startTestSuite is call on every unit test #3877
Comments
This is one to investigate, also in light of the upcoming dataprovider improvements. Providers are wrapped in a suite, too Might be just the logging. We'll have a looksy during the hackathon this weekend |
Maybe repeat option is buggy too because she is considering a testsuite is same thing as a test (addTest instead of addTestSuite if it's a testsuite) phpunit/src/TextUI/TestRunner.php Lines 191 to 202 in 4d2e3f8
|
For each test method of a test case class an object of that test case class is created. These objects are aggregated in a |
Summary
i have added
on
phpunit/src/Framework/TestResult.php
Lines 381 to 383 in 4d2e3f8
and
on
phpunit/src/Framework/TestSuite.php
Line 516 in 4d2e3f8
Current behavior
How to reproduce
run https://github.com/Roave/no-leaks unit
Expected behavior
related : Roave/no-leaks#22
The text was updated successfully, but these errors were encountered: