Ivo Hanak

Results 3 issues of 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: ![image](https://user-images.githubusercontent.com/178428/94064630-416c1b80-fdea-11ea-9498-6110fdcf9d9f.png) 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...