'/PhpConfig.php', 'composer\\xdebughandler\\process' => '/Process.php', 'composer\\xdebughandler\\status' => '/Status.php', 'composer\\xdebughandler\\xdebughandler' => '/XdebugHandler.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd // Files