I found that it's possible that C3 would be trying to alias phpunit classes before they made available with autoloader. So I swapped inclusion of codeception and autoload with shimming to give classes last change to be loaded.
It fixed the problem for me and hopefully can be useful for others.
Hi,
I found that it's possible that C3 would be trying to alias phpunit classes before they made available with autoloader. So I swapped inclusion of codeception and autoload with shimming to give classes last change to be loaded.
It fixed the problem for me and hopefully can be useful for others.
Cheers Nikolay