commit | 9765472d1388c631ad57f4bd0dd4dd424f79e5e0 | [log] [tgz] |
---|---|---|
author | Fred Emmott <fredemmott@fb.com> | Mon Jan 13 14:48:22 2014 -0800 |
committer | Fred Emmott <fredemmott@fb.com> | Mon Jan 13 14:57:49 2014 -0800 |
tree | 7a575c27c6203113baa56db3858833e86f374a60 | |
parent | 4e6c5281a3258b3ff530a43580d1b8dc8e34dd59 [diff] |
Don't throw in mock autoloader This behavior doesn't appear to be used at all. This fixes HHVM compatibility: HHVM optimizes class_exists() to a dedicated bytecode - as it's not a function call, it doesn't show up in the backtrace. 100% of the tests pass with this change.