thrownew\RuntimeException(sprintf('The autoloader expected class "%s" to be defined in file "%s". The file was found but the class was not in it, the class name or namespace probably has a typo.',$class,$file));
$this->assertEquals($loader->findFile('\Apc\Namespaced\FooBar'),apc_fetch('test.prefix.\Apc\Namespaced\FooBar'),'__construct() takes a prefix as its first argument');