Codeception/AspectMock

AspectMock - Intercept - FunctionInjector.php : getParameterDeclaration() : 53

ahmed-abid opened this issue · 1 comments

  • found and issue while trying this Mock

Test::func('namespace', 'array_filter', '');

  • the fix is very simple I guess we just need to replace this code

$text = $match(2).$match[4];
with
$text = $match[2].$match[4];

  • please provide any guide to open a pull request or contribute to the AspectMock package, Thanks