Codeception / AspectMock

The most powerful and flexible mocking framework for PHPUnit / Codeception.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPUnit 6 Support?

paulrrogers opened this issue · comments

PHPUnit v6 now uses namespaces, and as of February v5 will be EOL. Any chance AspectMock and Go! AOP will support v6 officially?

Yeah, it should...

What parts are not compatible with PHPUnit 6?

The change to namespaces ("use PHPUnit\...") from the old underscored convention ("use PHPUnit_...") is one incompatibility.

This would be a great enhancement, biggest changes should be the namespace and then some deprecated APIs (https://thephp.cc/news/2017/02/migrating-to-phpunit-6)

Ok, updated