Bart Dorsey
Bart Dorsey
Doh. I'll have to try this then, thanks.
I'm still having problems with this. Here's my latest example. ``` $mockDB = test::spec('DB', [ 'queryRow' => function () { codecept_debug('Inside Fake Function'); return 1; } ])->construct(); codecept_debug($mockDB->queryRow()); ``` This...
``` public function testAspectMock() { $mockThing = test::spec('FakeClass', [ 'fakeMethod' => function () { return "Hello World"; } ])->construct(); $this->assertEquals($mockThing->fakeMethod(), "Hello World"); } ``` Here's a test I wrote in...
https://github.com/MattTW/BlinkMonitorProtocol/commit/99a27109e6c06a37cd36422ebad766febaa4496a Looks like MattTW has documented that the URL has changed?
So I also tried to grab the getVideos url at `'/api/v2/videos'` and that returns ```{ message: 'An app update is required' }``` Here's some sample code I was using ```javascript...
BTW the `thumbnail` url works.
Thanks, hopefully I'll have a chance to try this this week sometime.
The same thing happens to me when patching comic code ligatures
Note: you don't have to put it on the app store in order to sign the app and notarize it.
Also you should get this done now, because installing on Catalina means holding down Option and right clicking "Open" to bypass non-signed apps. I fully expect this to eventually not...