Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting the "use autoloader" switch to false on class_exists
We found this need because: 1. We do now have PHP_Invoker installed. 2. We have multiple autoloaders registered 3. When the class_exists was checking for "PHP_Invoker" it was automatically trying to autoload it and failing in a way that fatally ended our phpunit tests.
- Loading branch information
e6a4b20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that line! It helped a lot with Yii + PHPUnit + Windows.