Simon Asika
Simon Asika
I can do this change but I don't have time to test it. If you can create a PR, I will very grateful.
依照此篇說明,如果將框架拆成各部分元件獨立使用,就可能不算是 Full-Stack http://stackoverflow.com/questions/1506782/full-stack-versus-non-full-stack-mvc-php-frameworks-whats-the-difference 參考看看
See also - https://symfony.com/doc/current/http_client.html#ssrf-server-side-request-forgery-handling - https://symfony.com/doc/current/http_client.html#using-uri-templates
Teamcity has same issue. This breaks phpstorm's test results. Test in PHP 8.4.1 / PhpUnit 11.4.4 
After a quick investigate, if skip in `setupBeforeClass()` phpunit will not call `testSkipped()` hook. ```php // TeamCityLogger // ... public function testSkipped(Skipped $event): void { // Only run if skip...
I think it because there are missing `TestSuiteSkippedSubscriber`, but I have no idea how to make it works.
I compare with phpunit 9 ```php public static function setUpBeforeClass(): void { if (...) { self::markTestSkipped('XCache is not enabled on this system.'); } } ``` The correct output should contains...
Yes but I'm not comparing about the code, I think the difference about the logging output is the main cause for this issue.
For those who is looking for MobileDetect upgrading, please try the forked version: https://github.com/asika32764/agent
Here is a 8.4 compatible version: https://github.com/jenssegers/agent/issues/207#issuecomment-2620776115 https://github.com/asika32764/agent