Codeception / c3

Remote CodeCoverage for Codeception. Part of Codeception testing framework.
http://codeception.com
71 stars 46 forks source link

Changed order of autoloader inclusion and phpunit classes shimming #43

Closed nicholascus closed 6 years ago

nicholascus commented 6 years ago

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