Ivo Hanak
Ivo Hanak
Version: 3.0.5 ### Bug Description Parameter `$sameSite` is missing in `IRequest::setCookie`. And, name of the parameter `$expire` (`IRequest::setCookie`) does not match name of the parameter `$time` (`Request::setCookie`). ### Steps To...
Consider following test: ``` public function testTest() { $result = 'Mac&Cheese'; self::assertEquals('Mac&Cheese', $result); } ``` The test fails as expected. Yet, the tab "PROBLEMS" shows:  And, the "OUTPUT" /...
Problem: We are building for both Linux and Windows. When TIRPC is YES, testGpibApp fails to build on Windows. When TIRPC is not set, asyn fails to build on Linux...