Markus Staab

Results 1115 comments of Markus Staab
trafficstars

I have just added annotation support, so one can opt-in to fork based isolation via attribute. example test which uses fork based isolation: ```

@sebastianbergmann any feedback on https://github.com/sebastianbergmann/phpunit/pull/5751#issuecomment-2026922512 ?

thanks for the groundwork. I am planning to bring this pctnl based process isolation into phpunit, if we find a way which is acceptable for you. I think it can...

thanks. no hurry. pcntl based isolation is not a blocker for me... its just one item on my bucket list to make the world a bit better :-)

thx for your work. I tried rebasing the PR, but I am not sure yet, whether we have all pieces in the `JobRunner` to implement a pcntl variant. I need...

in a `PcntlJobRunner` I would need to fork the current process. after forking - in the main process I would need to wait for the forked worker process to end...

think I figured it out - I had to re-introduce the TypeTraverser for the EnumCaseObjectType https://github.com/phpstan/phpstan-src/pull/2350#discussion_r1171591087

Caused by: javax.xml.ws.WebServiceException: Unable to createEndpointReference Provider at javax.xml.ws.spi.Provider.provider(Unknown Source) at javax.xml.ws.Service.(Unknown Source) ... 44 more Caused by: java.lang.NullPointerException ... 49 more

hmm seems to be some linkageerrors occur while bootstraping JAX-WS. This seems to be caused by the proxy'ing of mockito/powermock I have to correct myself. happens also outside the eclipse...