elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

ClassCompiler::setCustomClassName() should not load the class #304

Closed elliotchance closed 8 years ago

elliotchance commented 8 years ago

ClassCompiler::setCustomClassName() tests if the class already exists however it should turn off the autoloader otherwise horrible things will happen.