Filippo Tessarotto
Filippo Tessarotto
> That leaves the question, what do we consider a "run"? `PHPUnit\TextUI\Application::main` or `PHPUnit\TextUI\Application::run`? > And why would we want to re-setup everything of the 2nd+ calls? With the risk...
> But maybe I'm still missing the point of all this. Without what I'm asking here, dynamic (so non-preemptive) parallel test runs with a fixed number of long running parallel...
> Maybe we should have a short video call to discuss this in person The call just ended; we agreed to have a step back and discuss the problem instead...
It was my wish from the beginning, but it not feasible. Codeception ships with 2 different types of test, the Unit one which is a subclass of `PHPUnit\Framework\TestCase` and already...
> Can you provide a link to that `Acceptance` class (or other relevant code) is it extending `Assert`? I doesn't exist, Codeception doesn't work this way. It generates Traits that...
> The thing is making the class parametrizable will fix your use case by breaking PHP Unit analysis. May I ask you how this break would happen? > I think...
What is going on here https://github.com/sebastianbergmann/phpunit/runs/8036534281?check_suite_focus=true#step:8:60 ``` OK, but some tests have issues! Tests: 2606, Assertions: 6555, Warnings: 5. Error: Process completed with exit code 1. ``` The issue is...
@sebastianbergmann Ready for review
PR rebased after https://github.com/sebastianbergmann/phpunit/commit/12340577a2719266b7072f3036db7488a00ff05c simplification