drupal_autoload_class() and drupal_autoload_interface() will crash if triggered during unit test runs, because no database is set up.
We should temporarily unregister them during unit tests.
Classes that are not loaded with the registry can still be available during unit tests via contrib PSR-0 (xautoload or classloader)