'/MessageInterface.php', 'psr\\http\\message\\requestinterface' => '/RequestInterface.php', 'psr\\http\\message\\responseinterface' => '/ResponseInterface.php', 'psr\\http\\message\\serverrequestinterface' => '/ServerRequestInterface.php', 'psr\\http\\message\\streaminterface' => '/StreamInterface.php', 'psr\\http\\message\\uploadedfileinterface' => '/UploadedFileInterface.php', 'psr\\http\\message\\uriinterface' => '/UriInterface.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd