Alex Moinet
Alex Moinet
One of the changes in the 1.2.0 release - namely the lines [here](https://github.com/mockery/mockery/blob/100633629bf76d57430b86b7098cd6beb996a35a/library/Mockery/Generator/Method.php#L46) are causing test failures in HHVM 3.9: ``` PHPUnit_Framework_Exception: Fatal error: Call to undefined method ReflectionMethod::hasReturnType() in...
## Goal - Make AutoCaptureSessions `true` by default - This is the end goal of this PR - Allow endpoints to be set through the `Client`/`Configuration` after initialization. - Previously...
## Goal Adds conditional `&` (checks to see if an element is nil before accessing it's properties) in the logic to ensure `result` and `exception` are present.
## Goal Moves steps previously running on MacOS 12 to run on MacOS 14. This will allow us to decommission older MacOS boxes from our test infrastructure over time. Most...
## Goal We've had to remove our instrumentation tests from github actions for a variety of reasons. This change adds a script which should add Android Virtual Devices and SDKs...
## Goal Helps prevent potential issues in appium 2.0 for our tests by setting appium to 1.22 on all of our android related test runs.