Jim Nelson

Results 6 comments of Jim Nelson

We use AspectMock for unit testing, and have run into a few problems migrating from PHP 7.4 to PHP 8.1. I'm trying to piece together what's needed for AOP to...

I've submitted a patch to `goaop/parser-reflection`: https://github.com/goaop/parser-reflection/pull/121

I've updated the branch for compatibility with PHP 7.3 to 8.1. I noticed the file `.github/workflows/phpunit.yml`. It appears to run the unit tests under PHP 7.3 and 7.4. Should I...

It should be compatible at least with PHP 7.4. (We're using it in production now with that version.) What errors are you seeing? Is there some automation here I can...

(Also, your prior comment said version 7.4 and 8, so I was not targeting 7.3 when I made my latest changes.)

The `parser-reflection` ticket is closed now.