Philipp

Results 28 comments of Philipp

I tried the following combinations: ```php public function mockHookCallAll($name, &$dataOut, $times = null) { \Mockery::on(function($data) use ($dataOut) { ... } } ``` ```php public function mockHookCallAll($name, $dataOut, $times = null)...

This one is doing the job right (this calls `\Mocker::on()` function): https://github.com/mockery/mockery/blob/4324afeaf9d95b492507e6587abb3f024e2576de/library/Mockery/Matcher/Closure.php#L34 After this call, `$actual` contains the new data (jipieh!) This is the caller: https://github.com/mockery/mockery/blob/4324afeaf9d95b492507e6587abb3f024e2576de/library/Mockery/Expectation.php#L362-L372 It successfully overwrites the...

OK. Meanwhile I mocked "one step deeper" to can go on at my work :-). But when I'm finished, I'll take another look on it.

Look at https://github.com/DefinitelyTyped/DefinitelyTyped/pull/8958 --> set you as "Definitions by" in the "radium.d.ts" file

I added the hetzner-dns support per external-dns a few weeks ago ... I really, really would love that you will support it soon again :-)

/remove-lifecycle stale

/remove-lifecycle stale

@annando what do you think about https://www.doctrine-project.org for longterm DB abstraction? Could this be a way for Friendica? Or do you have other paths? :-) (I'm currently reading open issues/Feature...

hui .. sounds great :-D We already introduced one functional test here. So we can now differ between unit-test (= mocking around) and functional-test (= using the App as a...

https://github.com/friendica/friendica-directory/blob/master/tests/Functional/BaseTestCase.php