SYMBOL INDEX (1010 symbols across 120 files) FILE: src/Auth/Auth.php class Auth (line 11) | class Auth method __construct (line 57) | public function __construct(Router $router, Container $container, arra... method authenticate (line 73) | public function authenticate(array $providers = []) method throwUnauthorizedException (line 108) | protected function throwUnauthorizedException(array $exceptionStack) method filterProviders (line 126) | protected function filterProviders(array $providers) method getUser (line 142) | public function getUser($authenticate = true) method user (line 164) | public function user($authenticate = true) method setUser (line 176) | public function setUser($user) method check (line 190) | public function check($authenticate = false) method getProviderUsed (line 200) | public function getProviderUsed() method extend (line 213) | public function extend($key, $provider) FILE: src/Auth/Provider/Authorization.php class Authorization (line 9) | abstract class Authorization implements \Dingo\Api\Contract\Auth\Provider method validateAuthorizationHeader (line 27) | public function validateAuthorizationHeader(Request $request) method getAuthorizationMethod (line 41) | abstract public function getAuthorizationMethod(); FILE: src/Auth/Provider/Basic.php class Basic (line 10) | class Basic extends Authorization method __construct (line 34) | public function __construct(AuthManager $auth, $identifier = 'email') method authenticate (line 48) | public function authenticate(Request $request, Route $route) method getAuthorizationMethod (line 64) | public function getAuthorizationMethod() FILE: src/Auth/Provider/JWT.php class JWT (line 12) | class JWT extends Authorization method __construct (line 28) | public function __construct(JWTAuth $auth) method authenticate (line 41) | public function authenticate(Request $request, Route $route) method getToken (line 65) | protected function getToken(Request $request) method parseAuthorizationHeader (line 87) | protected function parseAuthorizationHeader(Request $request) method getAuthorizationMethod (line 97) | public function getAuthorizationMethod() FILE: src/Console/Command/Cache.php class Cache (line 11) | class Cache extends Command method __construct (line 57) | public function __construct(Filesystem $files, Router $router, Adapter... method handle (line 71) | public function handle() method getFreshApplication (line 105) | protected function getFreshApplication() FILE: src/Console/Command/Docs.php class Docs (line 14) | class Docs extends Command method __construct (line 87) | public function __construct(Router $router, Blueprint $blueprint, Writ... method handle (line 103) | public function handle() method getDocName (line 121) | protected function getDocName() method getIncludePath (line 139) | protected function getIncludePath() method getVersion (line 149) | protected function getVersion() method getControllers (line 167) | protected function getControllers() method addControllerIfNotExists (line 198) | protected function addControllerIfNotExists(Collection $controllers, $... FILE: src/Console/Command/Routes.php class Routes (line 12) | class Routes extends RouteListCommand method __construct (line 56) | public function __construct(Router $router) method fire (line 70) | public function fire() method handle (line 82) | public function handle() method getRoutes (line 94) | protected function getRoutes() method routeRateLimit (line 145) | protected function routeRateLimit($route) method filterRoute (line 161) | protected function filterRoute(array $route) method getOptions (line 179) | protected function getOptions() method filterByPath (line 209) | protected function filterByPath(array $route) method filterByProtected (line 221) | protected function filterByProtected(array $route) method filterByUnprotected (line 233) | protected function filterByUnprotected(array $route) method filterByVersions (line 245) | protected function filterByVersions(array $route) method filterByName (line 263) | protected function filterByName(array $route) method filterByScopes (line 275) | protected function filterByScopes(array $route) FILE: src/Contract/Auth/Provider.php type Provider (line 8) | interface Provider method authenticate (line 18) | public function authenticate(Request $request, Route $route); FILE: src/Contract/Debug/ExceptionHandler.php type ExceptionHandler (line 5) | interface ExceptionHandler method handle (line 14) | public function handle($exception); FILE: src/Contract/Debug/MessageBagErrors.php type MessageBagErrors (line 5) | interface MessageBagErrors method getErrors (line 12) | public function getErrors(); method hasErrors (line 19) | public function hasErrors(); FILE: src/Contract/Http/Parser.php type Parser (line 7) | interface Parser method parse (line 16) | public function parse(IlluminateRequest $request); FILE: src/Contract/Http/RateLimit/HasRateLimiter.php type HasRateLimiter (line 8) | interface HasRateLimiter method getRateLimiter (line 18) | public function getRateLimiter(Container $app, Request $request); FILE: src/Contract/Http/RateLimit/Throttle.php type Throttle (line 7) | interface Throttle method match (line 16) | public function match(Container $container); method getExpires (line 23) | public function getExpires(); method getLimit (line 30) | public function getLimit(); FILE: src/Contract/Http/Request.php type Request (line 7) | interface Request method createFromIlluminate (line 16) | public function createFromIlluminate(IlluminateRequest $old); FILE: src/Contract/Http/Validator.php type Validator (line 7) | interface Validator method validate (line 16) | public function validate(IlluminateRequest $request); FILE: src/Contract/Routing/Adapter.php type Adapter (line 7) | interface Adapter method dispatch (line 17) | public function dispatch(Request $request, $version); method getRouteProperties (line 27) | public function getRouteProperties($route, Request $request); method addRoute (line 39) | public function addRoute(array $methods, array $versions, $uri, $action); method getRoutes (line 48) | public function getRoutes($version = null); method getIterableRoutes (line 58) | public function getIterableRoutes($version = null); method setRoutes (line 67) | public function setRoutes(array $routes); method prepareRouteForSerialization (line 76) | public function prepareRouteForSerialization($route); FILE: src/Contract/Transformer/Adapter.php type Adapter (line 8) | interface Adapter method transform (line 20) | public function transform($response, $transformer, Binding $binding, R... FILE: src/Dispatcher.php class Dispatcher (line 17) | class Dispatcher method __construct (line 176) | public function __construct(Container $container, Filesystem $files, R... method setupRequestStack (line 191) | protected function setupRequestStack() method attach (line 203) | public function attach(array $files) method be (line 229) | public function be($user) method json (line 243) | public function json($content) method on (line 261) | public function on($domain) method raw (line 273) | public function raw() method once (line 285) | public function once() method version (line 299) | public function version($version) method with (line 313) | public function with($parameters) method header (line 328) | public function header($key, $value) method cookie (line 342) | public function cookie(Cookie $cookie) method get (line 357) | public function get($uri, $parameters = []) method post (line 371) | public function post($uri, $parameters = [], $content = '') method put (line 385) | public function put($uri, $parameters = [], $content = '') method patch (line 399) | public function patch($uri, $parameters = [], $content = '') method delete (line 413) | public function delete($uri, $parameters = [], $content = '') method queueRequest (line 428) | protected function queueRequest($verb, $uri, $parameters, $content = '') method createRequest (line 458) | protected function createRequest($verb, $uri, $parameters) method addPrefixToUri (line 499) | protected function addPrefixToUri($uri) method getAcceptHeader (line 519) | protected function getAcceptHeader() method dispatch (line 533) | protected function dispatch(InternalRequest $request) method refreshRequestStack (line 571) | protected function refreshRequestStack() method replaceRequestInstance (line 599) | protected function replaceRequestInstance() method clearCachedFacadeInstance (line 611) | protected function clearCachedFacadeInstance() method getRootRequest (line 624) | protected function getRootRequest() method getDomain (line 634) | public function getDomain() method getVersion (line 644) | public function getVersion() method getFormat (line 654) | public function getFormat() method getSubtype (line 664) | public function getSubtype() method setSubtype (line 676) | public function setSubtype($subtype) method getStandardsTree (line 686) | public function getStandardsTree() method setStandardsTree (line 698) | public function setStandardsTree($standardsTree) method setPrefix (line 710) | public function setPrefix($prefix) method setDefaultVersion (line 722) | public function setDefaultVersion($version) method setDefaultDomain (line 734) | public function setDefaultDomain($domain) method setDefaultFormat (line 746) | public function setDefaultFormat($format) FILE: src/Event/RequestWasMatched.php class RequestWasMatched (line 8) | class RequestWasMatched method __construct (line 32) | public function __construct(Request $request, Container $app) FILE: src/Event/ResponseIsMorphing.php class ResponseIsMorphing (line 7) | class ResponseIsMorphing method __construct (line 32) | public function __construct(Response $response, &$content) FILE: src/Event/ResponseWasMorphed.php class ResponseWasMorphed (line 5) | class ResponseWasMorphed extends ResponseIsMorphing FILE: src/Exception/DeleteResourceFailedException.php class DeleteResourceFailedException (line 5) | class DeleteResourceFailedException extends ResourceException FILE: src/Exception/Handler.php class Handler (line 21) | class Handler implements ExceptionHandler, IlluminateExceptionHandler method __construct (line 67) | public function __construct(IlluminateExceptionHandler $parentHandler,... method report (line 81) | public function report(Throwable $throwable) method shouldReport (line 93) | public function shouldReport(Throwable $e) method render (line 108) | public function render($request, Throwable $exception) method renderForConsole (line 121) | public function renderForConsole($output, Throwable $exception) method register (line 133) | public function register(callable $callback) method handle (line 147) | public function handle($exception) method genericResponse (line 180) | protected function genericResponse(Throwable $exception) method getStatusCode (line 204) | protected function getStatusCode(Throwable $exception) method getHeaders (line 232) | protected function getHeaders(Throwable $exception) method prepareReplacements (line 244) | protected function prepareReplacements(Throwable $exception) method setReplacements (line 299) | public function setReplacements(array $replacements) method recursivelyRemoveEmptyReplacements (line 311) | protected function recursivelyRemoveEmptyReplacements(array $input) method newResponseArray (line 333) | protected function newResponseArray() method getExceptionStatusCode (line 346) | protected function getExceptionStatusCode(Exception $exception, $defau... method runningInDebugMode (line 356) | protected function runningInDebugMode() method handlerHint (line 368) | protected function handlerHint(callable $callback) method getHandlers (line 389) | public function getHandlers() method setErrorFormat (line 401) | public function setErrorFormat(array $format) method setDebug (line 413) | public function setDebug($debug) FILE: src/Exception/InternalHttpException.php class InternalHttpException (line 9) | class InternalHttpException extends HttpException method __construct (line 29) | public function __construct(Response $response, $message = null, Excep... method getResponse (line 41) | public function getResponse() FILE: src/Exception/RateLimitExceededException.php class RateLimitExceededException (line 8) | class RateLimitExceededException extends HttpException method __construct (line 20) | public function __construct($message = null, Exception $previous = nul... FILE: src/Exception/ResourceException.php class ResourceException (line 10) | class ResourceException extends HttpException implements MessageBagErrors method __construct (line 30) | public function __construct($message = null, $errors = null, Exception... method getErrors (line 46) | public function getErrors() method hasErrors (line 56) | public function hasErrors() FILE: src/Exception/StoreResourceFailedException.php class StoreResourceFailedException (line 5) | class StoreResourceFailedException extends ResourceException FILE: src/Exception/UnknownVersionException.php class UnknownVersionException (line 8) | class UnknownVersionException extends HttpException method __construct (line 19) | public function __construct($message = null, Exception $previous = nul... FILE: src/Exception/UpdateResourceFailedException.php class UpdateResourceFailedException (line 5) | class UpdateResourceFailedException extends ResourceException FILE: src/Exception/ValidationHttpException.php class ValidationHttpException (line 7) | class ValidationHttpException extends ResourceException method __construct (line 19) | public function __construct($errors = null, Exception $previous = null... FILE: src/Facade/API.php class API (line 8) | class API extends Facade method getFacadeAccessor (line 15) | protected static function getFacadeAccessor() method error (line 27) | public static function error(callable $callback) method transform (line 40) | public static function transform($class, $transformer) method auth (line 50) | public static function auth() method user (line 60) | public static function user() method internal (line 70) | public static function internal() method response (line 80) | public static function response() method router (line 90) | public static function router() method route (line 103) | public static function route($routeName, $apiVersion = 'v1') FILE: src/Facade/Route.php class Route (line 7) | class Route extends Facade method getFacadeAccessor (line 14) | protected static function getFacadeAccessor() FILE: src/Http/FormRequest.php class FormRequest (line 16) | class FormRequest extends Request implements ValidatesWhenResolved method validate (line 75) | public function validate() method getValidatorInstance (line 95) | protected function getValidatorInstance() method createDefaultValidator (line 119) | protected function createDefaultValidator(ValidationFactory $factory) method validationData (line 134) | protected function validationData() method failedValidation (line 146) | protected function failedValidation(Validator $validator) method response (line 162) | public function response(array $errors) method formatErrors (line 180) | protected function formatErrors(Validator $validator) method getRedirectUrl (line 190) | protected function getRedirectUrl() method passesAuthorization (line 210) | protected function passesAuthorization() method failedAuthorization (line 224) | protected function failedAuthorization() method messages (line 238) | public function messages() method attributes (line 248) | public function attributes() method setRedirector (line 260) | public function setRedirector($redirector) method setContainer (line 274) | public function setContainer(Container $container) FILE: src/Http/InternalRequest.php class InternalRequest (line 5) | class InternalRequest extends Request method __construct (line 7) | public function __construct(array $query = [], array $request = [], ar... FILE: src/Http/Middleware/Auth.php class Auth (line 9) | class Auth method __construct (line 33) | public function __construct(Router $router, Authentication $auth) method handle (line 47) | public function handle($request, Closure $next) FILE: src/Http/Middleware/PrepareController.php class PrepareController (line 8) | class PrepareController method __construct (line 24) | public function __construct(Router $router) method handle (line 37) | public function handle($request, Closure $next) FILE: src/Http/Middleware/RateLimit.php class RateLimit (line 12) | class RateLimit method __construct (line 36) | public function __construct(Router $router, Handler $handler) method handle (line 52) | public function handle($request, Closure $next) method responseWithHeaders (line 86) | protected function responseWithHeaders($response) method getHeaders (line 100) | protected function getHeaders() FILE: src/Http/Middleware/Request.php class Request (line 19) | class Request method __construct (line 74) | public function __construct(Container $app, ExceptionHandler $exceptio... method handle (line 91) | public function handle($request, Closure $next) method sendRequestThroughRouter (line 121) | protected function sendRequestThroughRouter(HttpRequest $request) method terminate (line 135) | public function terminate($request, $response) method parseMiddleware (line 179) | protected function parseMiddleware($middleware) method gatherRouteMiddlewares (line 197) | protected function gatherRouteMiddlewares($request) method setMiddlewares (line 213) | public function setMiddlewares(array $middleware) method mergeMiddlewares (line 225) | public function mergeMiddlewares(array $middleware) FILE: src/Http/Parser/Accept.php class Accept (line 9) | class Accept implements Parser method __construct (line 49) | public function __construct($standardsTree, $subtype, $version, $format) method parse (line 68) | public function parse(Request $request, $strict = false) FILE: src/Http/RateLimit/Handler.php class Handler (line 14) | class Handler method __construct (line 74) | public function __construct(Container $container, CacheManager $cache,... method rateLimitRequest (line 90) | public function rateLimitRequest(Request $request, $limit = 0, $expire... method prepareCacheStore (line 135) | protected function prepareCacheStore() method exceededRateLimit (line 149) | public function exceededRateLimit() method getMatchingThrottles (line 159) | protected function getMatchingThrottles() method key (line 173) | protected function key($key) method cache (line 187) | protected function cache($key, $value, $minutes) method retrieve (line 199) | protected function retrieve($key) method increment (line 211) | protected function increment($key) method forget (line 223) | protected function forget($key) method requestWasRateLimited (line 233) | public function requestWasRateLimited() method getRateLimiter (line 243) | public function getRateLimiter() method setRateLimiter (line 257) | public function setRateLimiter(callable $limiter) method setThrottle (line 269) | public function setThrottle($throttle) method getThrottle (line 283) | public function getThrottle() method getThrottleLimit (line 293) | public function getThrottleLimit() method getRemainingLimit (line 303) | public function getRemainingLimit() method getRateLimitReset (line 315) | public function getRateLimitReset() method extend (line 327) | public function extend($throttle) FILE: src/Http/RateLimit/Throttle/Authenticated.php class Authenticated (line 7) | class Authenticated extends Throttle method match (line 16) | public function match(Container $container) FILE: src/Http/RateLimit/Throttle/Route.php class Route (line 7) | class Route extends Throttle method match (line 16) | public function match(Container $container) FILE: src/Http/RateLimit/Throttle/Throttle.php class Throttle (line 7) | abstract class Throttle implements RateLimitThrottle method __construct (line 23) | public function __construct(array $options = []) method getLimit (line 33) | public function getLimit() method getExpires (line 43) | public function getExpires() FILE: src/Http/RateLimit/Throttle/Unauthenticated.php class Unauthenticated (line 7) | class Unauthenticated extends Throttle method match (line 16) | public function match(Container $container) FILE: src/Http/Request.php class Request (line 9) | class Request extends IlluminateRequest implements RequestInterface method createFromIlluminate (line 32) | public function createFromIlluminate(IlluminateRequest $old) method version (line 54) | public function version() method subtype (line 66) | public function subtype() method format (line 78) | public function format($default = 'html') method parseAcceptHeader (line 90) | protected function parseAcceptHeader() method setAcceptParser (line 106) | public static function setAcceptParser(Accept $acceptParser) method getAcceptParser (line 116) | public static function getAcceptParser() FILE: src/Http/RequestValidator.php class RequestValidator (line 12) | class RequestValidator method __construct (line 38) | public function __construct(Container $container) method replace (line 50) | public function replace(array $validators) method merge (line 62) | public function merge(array $validators) method extend (line 74) | public function extend($validator) method validateRequest (line 86) | public function validateRequest(IlluminateRequest $request) FILE: src/Http/Response.php class Response (line 20) | class Response extends IlluminateResponse method __construct (line 74) | public function __construct($content, $status = 200, $headers = [], Bi... method makeFromExisting (line 88) | public static function makeFromExisting(IlluminateResponse $old) method makeFromJson (line 104) | public static function makeFromJson(JsonResponse $json) method morph (line 129) | public function morph($format = 'json') method fireMorphedEvent (line 173) | protected function fireMorphedEvent() method fireMorphingEvent (line 187) | protected function fireMorphingEvent() method setContent (line 199) | public function setContent($content) method setEventDispatcher (line 227) | public static function setEventDispatcher(EventDispatcher $events) method getFormatter (line 241) | public static function getFormatter($format) method hasFormatter (line 257) | public static function hasFormatter($format) method setFormatters (line 269) | public static function setFormatters(array $formatters) method setFormatsOptions (line 281) | public static function setFormatsOptions(array $formatsOptions) method getFormatsOptions (line 293) | public static function getFormatsOptions($format) method hasOptionsForFormat (line 309) | public static function hasOptionsForFormat($format) method addFormatter (line 322) | public static function addFormatter($key, $formatter) method setTransformer (line 334) | public static function setTransformer(TransformerFactory $transformer) method getTransformer (line 344) | public static function getTransformer() method addMeta (line 357) | public function addMeta($key, $value) method meta (line 372) | public function meta($key, $value) method setMeta (line 384) | public function setMeta(array $meta) method getMeta (line 396) | public function getMeta() method cookie (line 408) | public function cookie($cookie) method withHeader (line 422) | public function withHeader($key, $value, $replace = true) method statusCode (line 434) | public function statusCode($statusCode) FILE: src/Http/Response/Factory.php class Factory (line 14) | class Factory method __construct (line 30) | public function __construct(TransformerFactory $transformer) method created (line 42) | public function created($location = null, $content = null) method accepted (line 62) | public function accepted($location = null, $content = null) method noContent (line 79) | public function noContent() method collection (line 96) | public function collection(Collection $collection, $transformer = null... method item (line 128) | public function item($item, $transformer = null, $parameters = [], Clo... method array (line 161) | public function array(array $array, $transformer = null, $parameters =... method paginator (line 193) | public function paginator(Paginator $paginator, $transformer = null, a... method error (line 220) | public function error($message, $statusCode) method errorNotFound (line 234) | public function errorNotFound($message = 'Not Found') method errorBadRequest (line 248) | public function errorBadRequest($message = 'Bad Request') method errorForbidden (line 262) | public function errorForbidden($message = 'Forbidden') method errorInternal (line 276) | public function errorInternal($message = 'Internal Error') method errorUnauthorized (line 290) | public function errorUnauthorized($message = 'Unauthorized') method errorMethodNotAllowed (line 304) | public function errorMethodNotAllowed($message = 'Method Not Allowed') method __call (line 319) | public function __call($method, $parameters) FILE: src/Http/Response/Format/Format.php class Format (line 5) | abstract class Format method setRequest (line 35) | public function setRequest($request) method setResponse (line 49) | public function setResponse($response) method setOptions (line 63) | public function setOptions(array $options) method formatEloquentModel (line 77) | abstract public function formatEloquentModel($model); method formatEloquentCollection (line 86) | abstract public function formatEloquentCollection($collection); method formatArray (line 95) | abstract public function formatArray($content); method getContentType (line 102) | abstract public function getContentType(); FILE: src/Http/Response/Format/Json.php class Json (line 8) | class Json extends Format method formatEloquentModel (line 24) | public function formatEloquentModel($model) method formatEloquentCollection (line 42) | public function formatEloquentCollection($collection) method formatArray (line 65) | public function formatArray($content) method getContentType (line 81) | public function getContentType() method morphToArray (line 93) | protected function morphToArray($value) method encode (line 105) | protected function encode($content) FILE: src/Http/Response/Format/JsonOptionalFormatting.php type JsonOptionalFormatting (line 5) | trait JsonOptionalFormatting method isJsonPrettyPrintEnabled (line 54) | protected function isJsonPrettyPrintEnabled() method isCustomIndentStyleRequired (line 64) | protected function isCustomIndentStyleRequired() method performJsonEncoding (line 79) | protected function performJsonEncoding($content, array $jsonEncodeOpti... method filterJsonEncodeOptions (line 99) | protected function filterJsonEncodeOptions(array $jsonEncodeOptions) method calucateJsonEncodeOptionsBitmask (line 111) | protected function calucateJsonEncodeOptionsBitmask(array $jsonEncodeO... method indentPrettyPrintedJson (line 125) | protected function indentPrettyPrintedJson($jsonString, $indentStyle, ... method getIndentCharForIndentStyle (line 150) | protected function getIndentCharForIndentStyle($indentStyle) method getPrettyPrintIndentSize (line 160) | protected function getPrettyPrintIndentSize() method hasVariousIndentSize (line 174) | protected function hasVariousIndentSize($indentStyle) method peformIndentation (line 190) | protected function peformIndentation($jsonString, $indentChar = "\t", ... FILE: src/Http/Response/Format/Jsonp.php class Jsonp (line 5) | class Jsonp extends Json method __construct (line 21) | public function __construct($callbackName = 'callback') method hasValidCallback (line 31) | protected function hasValidCallback() method getCallback (line 41) | protected function getCallback() method getContentType (line 51) | public function getContentType() method encode (line 67) | protected function encode($content) FILE: src/Http/Validation/Accept.php class Accept (line 10) | class Accept implements Validator method __construct (line 34) | public function __construct(AcceptParser $accept, $strict = false) method validate (line 52) | public function validate(Request $request) FILE: src/Http/Validation/Domain.php class Domain (line 9) | class Domain implements Validator method __construct (line 27) | public function __construct($domain) method validate (line 39) | public function validate(Request $request) method stripProtocol (line 51) | protected function stripProtocol($domain) method stripPort (line 67) | protected function stripPort($domain) method getStrippedDomain (line 81) | protected function getStrippedDomain() FILE: src/Http/Validation/Prefix.php class Prefix (line 8) | class Prefix implements Validator method __construct (line 24) | public function __construct($prefix) method validate (line 37) | public function validate(Request $request) method filterAndExplode (line 53) | protected function filterAndExplode($array) FILE: src/Provider/DingoServiceProvider.php class DingoServiceProvider (line 14) | class DingoServiceProvider extends ServiceProvider method boot (line 21) | public function boot() method setResponseStaticInstances (line 32) | protected function setResponseStaticInstances() method register (line 45) | public function register() method registerConfig (line 78) | protected function registerConfig() method registerClassAliases (line 92) | protected function registerClassAliases() method registerExceptionHandler (line 120) | protected function registerExceptionHandler() method registerDispatcher (line 132) | public function registerDispatcher() method registerAuth (line 153) | protected function registerAuth() method registerTransformer (line 165) | protected function registerTransformer() method registerDocsCommand (line 177) | protected function registerDocsCommand() FILE: src/Provider/HttpServiceProvider.php class HttpServiceProvider (line 24) | class HttpServiceProvider extends ServiceProvider method register (line 31) | public function register() method registerRateLimiting (line 49) | protected function registerRateLimiting() method registerHttpValidation (line 61) | protected function registerHttpValidation() method registerHttpParsers (line 88) | protected function registerHttpParsers() method registerResponseFactory (line 105) | protected function registerResponseFactory() method registerMiddleware (line 117) | protected function registerMiddleware() FILE: src/Provider/LaravelServiceProvider.php class LaravelServiceProvider (line 20) | class LaravelServiceProvider extends DingoServiceProvider method boot (line 27) | public function boot() method replaceRouteDispatcher (line 72) | protected function replaceRouteDispatcher() method updateRouterBindings (line 85) | protected function updateRouterBindings() method getRouterBindings (line 97) | protected function getRouterBindings() method register (line 110) | public function register() method registerRouterAdapter (line 122) | protected function registerRouterAdapter() method addRequestMiddlewareToBeginning (line 136) | protected function addRequestMiddlewareToBeginning(Kernel $kernel) method addMiddlewareAlias (line 151) | protected function addMiddlewareAlias($name, $class) method gatherAppMiddleware (line 170) | protected function gatherAppMiddleware(Kernel $kernel) method initializeRequest (line 186) | protected function initializeRequest(FormRequest $form, IlluminateRequ... FILE: src/Provider/LumenServiceProvider.php class LumenServiceProvider (line 20) | class LumenServiceProvider extends DingoServiceProvider method boot (line 29) | public function boot() method setupConfig (line 80) | protected function setupConfig() method register (line 92) | public function register() method getDispatcherResolver (line 106) | protected function getDispatcherResolver() method addRequestMiddlewareToBeginning (line 121) | protected function addRequestMiddlewareToBeginning(ReflectionClass $re... method gatherAppMiddleware (line 142) | protected function gatherAppMiddleware(ReflectionClass $reflection) method initializeRequest (line 160) | protected function initializeRequest(FormRequest $form, IlluminateRequ... FILE: src/Provider/RoutingServiceProvider.php class RoutingServiceProvider (line 11) | class RoutingServiceProvider extends ServiceProvider method register (line 16) | public function register() method registerRouter (line 26) | protected function registerRouter() method registerUrlGenerator (line 50) | protected function registerUrlGenerator() method requestRebinder (line 70) | private function requestRebinder() FILE: src/Provider/ServiceProvider.php class ServiceProvider (line 7) | abstract class ServiceProvider extends IlluminateServiceProvider method config (line 26) | protected function config($item, $instantiate = true) method instantiateConfigValues (line 45) | protected function instantiateConfigValues($item, array $values) method instantiateConfigValue (line 62) | protected function instantiateConfigValue($item, $value) FILE: src/Routing/Adapter/Laravel.php class Laravel (line 12) | class Laravel implements Adapter method __construct (line 63) | public function __construct(Router $router) method dispatch (line 76) | public function dispatch(Request $request, $version) method mergeOldRoutes (line 102) | protected function mergeOldRoutes($version) method getRouteProperties (line 130) | public function getRouteProperties($route, Request $request) method addRoute (line 149) | public function addRoute(array $methods, array $versions, $uri, $action) method createRouteCollections (line 173) | protected function createRouteCollections(array $versions) method getRoutes (line 189) | public function getRoutes($version = null) method getIterableRoutes (line 205) | public function getIterableRoutes($version = null) method setRoutes (line 217) | public function setRoutes(array $routes) method prepareRouteForSerialization (line 229) | public function prepareRouteForSerialization($route) method gatherRouteMiddlewares (line 243) | public function gatherRouteMiddlewares($route) method getRouter (line 257) | public function getRouter() method getPatterns (line 267) | public function getPatterns() FILE: src/Routing/Adapter/Lumen.php class Lumen (line 17) | class Lumen implements Adapter method __construct (line 85) | public function __construct(Application $app, RouteParser $parser, Dat... method dispatch (line 101) | public function dispatch(Request $request, $version) method mergeOldRoutes (line 126) | protected function mergeOldRoutes($version) method normalizeRequestUri (line 148) | protected function normalizeRequestUri(Request $request) method getRouteProperties (line 165) | public function getRouteProperties($route, Request $request) method addRoute (line 188) | public function addRoute(array $methods, array $versions, $uri, $action) method breakUriSegments (line 206) | protected function breakUriSegments($uri) method createRouteCollections (line 237) | protected function createRouteCollections(array $versions) method removeMiddlewareFromApp (line 253) | protected function removeMiddlewareFromApp() method getRoutes (line 282) | public function getRoutes($version = null) method getIterableRoutes (line 298) | public function getIterableRoutes($version = null) method normalizeStaticRoutes (line 344) | protected function normalizeStaticRoutes(array $routes) method stringIsHttpMethod (line 375) | protected function stringIsHttpMethod($string) method setRoutes (line 389) | public function setRoutes(array $routes) method prepareRouteForSerialization (line 401) | public function prepareRouteForSerialization($route) method gatherRouteMiddlewares (line 413) | public function gatherRouteMiddlewares($route) method setRouteMethods (line 427) | private function setRouteMethods($route, $method) FILE: src/Routing/Helpers.php type Helpers (line 16) | trait Helpers method throttle (line 54) | protected function throttle($class, array $options = []) method rateLimit (line 68) | protected function rateLimit($limit, $expires, array $options = []) method scopes (line 81) | protected function scopes($scopes, array $options = []) method authenticateWith (line 96) | protected function authenticateWith($providers, array $options = []) method getPropertyValue (line 110) | protected function getPropertyValue($value) method getThrottles (line 120) | public function getThrottles() method getRateLimit (line 130) | public function getRateLimit() method getScopes (line 140) | public function getScopes() method getAuthenticationProviders (line 150) | public function getAuthenticationProviders() method api (line 160) | public function api() method user (line 170) | protected function user() method auth (line 180) | protected function auth() method response (line 190) | protected function response() method __get (line 204) | public function __get($key) method __call (line 227) | public function __call($method, $parameters) FILE: src/Routing/ResourceRegistrar.php class ResourceRegistrar (line 8) | class ResourceRegistrar extends IlluminateResourceRegistrar method __construct (line 24) | public function __construct(Router $router) method register (line 38) | public function register($name, $controller, array $options = []) FILE: src/Routing/Route.php class Route (line 11) | class Route extends \Illuminate\Routing\Route method __construct (line 92) | public function __construct(Adapter $adapter, Container $container, Re... method setupRouteProperties (line 111) | protected function setupRouteProperties(Request $request, $route) method mergeControllerProperties (line 138) | protected function mergeControllerProperties() method findControllerPropertyOptions (line 188) | protected function findControllerPropertyOptions($name) method optionsApplyToControllerMethod (line 212) | protected function optionsApplyToControllerMethod(array $options) method explodeOnPipes (line 235) | protected function explodeOnPipes($value) method controllerUsesHelpersTrait (line 245) | protected function controllerUsesHelpersTrait() method getControllerInstance (line 269) | public function getControllerInstance() method makeControllerInstance (line 279) | protected function makeControllerInstance() method isProtected (line 294) | public function isProtected() method hasThrottle (line 312) | public function hasThrottle() method throttle (line 322) | public function throttle() method getThrottle (line 332) | public function getThrottle() method scopes (line 342) | public function scopes() method getScopes (line 352) | public function getScopes() method scopeStrict (line 362) | public function scopeStrict() method authenticationProviders (line 372) | public function authenticationProviders() method getAuthenticationProviders (line 382) | public function getAuthenticationProviders() method rateLimit (line 392) | public function rateLimit() method getRateLimit (line 402) | public function getRateLimit() method rateLimitExpiration (line 412) | public function rateLimitExpiration() method getRateLimitExpiration (line 422) | public function getRateLimitExpiration() method getName (line 432) | public function getName() method requestIsConditional (line 442) | public function requestIsConditional() method getVersions (line 452) | public function getVersions() method versions (line 462) | public function versions() method getPath (line 472) | public function getPath() method uri (line 482) | public function uri() method getMethods (line 492) | public function getMethods() method methods (line 502) | public function methods() method httpOnly (line 512) | public function httpOnly() method httpsOnly (line 523) | public function httpsOnly() method secure (line 533) | public function secure() method getMiddleware (line 544) | public function getMiddleware() FILE: src/Routing/RouteCollection.php class RouteCollection (line 9) | class RouteCollection implements Countable, IteratorAggregate method add (line 39) | public function add(Route $route) method addLookups (line 55) | protected function addLookups(Route $route) method getByName (line 75) | public function getByName($name) method getByAction (line 87) | public function getByAction($action) method getRoutes (line 97) | public function getRoutes() method getIterator (line 107) | public function getIterator() method count (line 117) | public function count() FILE: src/Routing/Router.php class Router (line 20) | class Router method __construct (line 103) | public function __construct(Adapter $adapter, ExceptionHandler $except... method version (line 126) | public function version($version, $second, $third = null) method group (line 147) | public function group(array $attributes, $callback) method get (line 184) | public function get($uri, $action) method post (line 197) | public function post($uri, $action) method put (line 210) | public function put($uri, $action) method patch (line 223) | public function patch($uri, $action) method delete (line 236) | public function delete($uri, $action) method options (line 249) | public function options($uri, $action) method any (line 262) | public function any($uri, $action) method match (line 278) | public function match($methods, $uri, $action) method resources (line 290) | public function resources(array $resources) method resource (line 312) | public function resource($name, $controller, array $options = []) method addRoute (line 332) | public function addRoute($methods, $uri, $action) method addControllerMiddlewareToRouteAction (line 370) | protected function addControllerMiddlewareToRouteAction(array $action) method mergeLastGroupAttributes (line 384) | protected function mergeLastGroupAttributes(array $attributes) method mergeGroup (line 401) | protected function mergeGroup(array $new, array $old) method formatArrayBasedOption (line 440) | protected function formatArrayBasedOption($option, array $new) method formatUses (line 455) | protected function formatUses(array $new, array $old) method formatNamespace (line 472) | protected function formatNamespace(array $new, array $old) method formatPrefix (line 491) | protected function formatPrefix($new, $old) method dispatch (line 509) | public function dispatch(Request $request) method prepareResponse (line 541) | protected function prepareResponse($response, Request $request, $format) method gatherRouteMiddlewares (line 581) | public function gatherRouteMiddlewares($route) method requestIsConditional (line 591) | protected function requestIsConditional() method setConditionalRequest (line 603) | public function setConditionalRequest($conditionalRequest) method getCurrentRequest (line 613) | public function getCurrentRequest() method getCurrentRoute (line 623) | public function getCurrentRoute() method current (line 639) | public function current() method createRoute (line 651) | public function createRoute($route) method setCurrentRoute (line 663) | public function setCurrentRoute(Route $route) method hasGroupStack (line 673) | public function hasGroupStack() method getLastGroupPrefix (line 683) | public function getLastGroupPrefix() method getRoutes (line 701) | public function getRoutes($version = null) method getAdapterRoutes (line 729) | public function getAdapterRoutes() method setAdapterRoutes (line 741) | public function setAdapterRoutes(array $routes) method getRoutesDispatched (line 753) | public function getRoutesDispatched() method hasDispatchedRoutes (line 763) | public function hasDispatchedRoutes() method currentRouteName (line 773) | public function currentRouteName() method is (line 785) | public function is() method currentRouteNamed (line 803) | public function currentRouteNamed($name) method currentRouteAction (line 813) | public function currentRouteAction() method uses (line 831) | public function uses() method currentRouteUses (line 849) | public function currentRouteUses($action) method flushMiddlewareGroups (line 859) | public function flushMiddlewareGroups() FILE: src/Routing/UrlGenerator.php class UrlGenerator (line 8) | class UrlGenerator extends IlluminateUrlGenerator method __construct (line 24) | public function __construct(Request $request) method version (line 36) | public function version($version) method setRouteCollections (line 48) | public function setRouteCollections(array $collections) FILE: src/Transformer/Adapter/Fractal.php class Fractal (line 17) | class Fractal implements Adapter method __construct (line 57) | public function __construct(FractalManager $fractal, $includeKey = 'in... method transform (line 75) | public function transform($response, $transformer, Binding $binding, R... method shouldEagerLoad (line 120) | protected function shouldEagerLoad($response) method createPaginatorAdapter (line 136) | protected function createPaginatorAdapter(IlluminatePaginator $paginator) method createResource (line 150) | protected function createResource($response, $transformer, array $para... method parseFractalIncludes (line 168) | public function parseFractalIncludes(Request $request) method getFractal (line 184) | public function getFractal() method mergeEagerLoads (line 197) | protected function mergeEagerLoads($transformer, $requestedIncludes) method disableEagerLoading (line 219) | public function disableEagerLoading() method enableEagerLoading (line 231) | public function enableEagerLoading() FILE: src/Transformer/Binding.php class Binding (line 9) | class Binding method __construct (line 56) | public function __construct(Container $container, $resolver, array $pa... method resolveTransformer (line 71) | public function resolveTransformer() method fireCallback (line 91) | public function fireCallback($parameters = null) method getParameters (line 103) | public function getParameters() method setMeta (line 115) | public function setMeta(array $meta) method addMeta (line 128) | public function addMeta($key, $value) method getMeta (line 138) | public function getMeta() FILE: src/Transformer/Factory.php class Factory (line 14) | class Factory method __construct (line 45) | public function __construct(Container $container, Adapter $adapter) method register (line 61) | public function register($class, $resolver, array $parameters = [], Cl... method transform (line 73) | public function transform($response) method transformableResponse (line 87) | public function transformableResponse($response) method transformableType (line 99) | public function transformableType($value) method getBinding (line 113) | public function getBinding($class) method createBinding (line 137) | protected function createBinding($resolver, array $parameters = [], Cl... method getBindingFromCollection (line 149) | protected function getBindingFromCollection($collection) method hasBinding (line 161) | protected function hasBinding($class) method isCollection (line 179) | protected function isCollection($instance) method getTransformerBindings (line 189) | public function getTransformerBindings() method setAdapter (line 201) | public function setAdapter($adapter) method getAdapter (line 215) | public function getAdapter() method getRequest (line 225) | public function getRequest() method __call (line 244) | public function __call($method, $parameters) FILE: src/helpers.php function version (line 11) | function version($version) FILE: tests/Auth/AuthTest.php class AuthTest (line 16) | class AuthTest extends BaseTestCase method setUp (line 31) | public function setUp(): void method testExceptionThrownWhenAuthorizationHeaderNotSet (line 40) | public function testExceptionThrownWhenAuthorizationHeaderNotSet() method testExceptionThrownWhenProviderFailsToAuthenticate (line 55) | public function testExceptionThrownWhenProviderFailsToAuthenticate() method testAuthenticationIsSuccessfulAndUserIsSet (line 70) | public function testAuthenticationIsSuccessfulAndUserIsSet() method testProvidersAreFilteredWhenSpecificProviderIsRequested (line 85) | public function testProvidersAreFilteredWhenSpecificProviderIsRequested() method testGettingUserWhenNotAuthenticatedAttemptsToAuthenticateAndReturnsNull (line 100) | public function testGettingUserWhenNotAuthenticatedAttemptsToAuthentic... method testGettingUserWhenAlreadyAuthenticatedReturnsUser (line 110) | public function testGettingUserWhenAlreadyAuthenticatedReturnsUser() FILE: tests/Auth/Provider/AuthorizationTest.php class AuthorizationTest (line 12) | class AuthorizationTest extends BaseTestCase method testExceptionThrownWhenAuthorizationHeaderIsInvalid (line 14) | public function testExceptionThrownWhenAuthorizationHeaderIsInvalid() FILE: tests/Auth/Provider/BasicTest.php class BasicTest (line 13) | class BasicTest extends BaseTestCase method setUp (line 18) | public function setUp(): void method testInvalidBasicCredentialsThrowsException (line 26) | public function testInvalidBasicCredentialsThrowsException() method testValidCredentialsReturnsUser (line 37) | public function testValidCredentialsReturnsUser() FILE: tests/Auth/Provider/JWTTest.php class JWTTest (line 14) | class JWTTest extends BaseTestCase method setUp (line 19) | public function setUp(): void method testValidatingAuthorizationHeaderFailsAndThrowsException (line 27) | public function testValidatingAuthorizationHeaderFailsAndThrowsExcepti... method testAuthenticatingFailsAndThrowsException (line 35) | public function testAuthenticatingFailsAndThrowsException() method testAuthenticatingSucceedsAndReturnsUserObject (line 48) | public function testAuthenticatingSucceedsAndReturnsUserObject() method testAuthenticatingWithQueryStringSucceedsAndReturnsUserObject (line 59) | public function testAuthenticatingWithQueryStringSucceedsAndReturnsUse... FILE: tests/BaseTestCase.php class BaseTestCase (line 9) | class BaseTestCase extends TestCase method tearDown (line 11) | public function tearDown(): void method setUp (line 21) | public function setUp(): void FILE: tests/ChecksLaravelVersionTrait.php type ChecksLaravelVersionTrait (line 11) | trait ChecksLaravelVersionTrait method getFrameworkVersion (line 16) | private function getFrameworkVersion() method getApplicationStub (line 46) | private function getApplicationStub() FILE: tests/DispatcherTest.php class DispatcherTest (line 28) | class DispatcherTest extends BaseTestCase method setUp (line 59) | public function setUp(): void method testInternalRequests (line 88) | public function testInternalRequests() method testInternalRequestWithVersionAndParameters (line 119) | public function testInternalRequestWithVersionAndParameters() method testInternalRequestWithPrefix (line 130) | public function testInternalRequestWithPrefix() method testInternalRequestWithDomain (line 145) | public function testInternalRequestWithDomain() method testInternalRequestThrowsExceptionWhenResponseIsNotOkay (line 160) | public function testInternalRequestThrowsExceptionWhenResponseIsNotOkay() method testInternalExceptionContainsResponseObject (line 173) | public function testInternalExceptionContainsResponseObject() method testThrowingHttpExceptionFallsThroughRouter (line 189) | public function testThrowingHttpExceptionFallsThroughRouter() method testPretendingToBeUserForSingleRequest (line 208) | public function testPretendingToBeUserForSingleRequest() method testInternalRequestWithMultipleVersionsCallsCorrectVersion (line 221) | public function testInternalRequestWithMultipleVersionsCallsCorrectVer... method testInternalRequestWithNestedInternalRequest (line 240) | public function testInternalRequestWithNestedInternalRequest() method testRequestStackIsMaintained (line 263) | public function testRequestStackIsMaintained() method testRouteStackIsMaintained (line 286) | public function testRouteStackIsMaintained() method testSendingJsonPayload (line 309) | public function testSendingJsonPayload() method testInternalRequestsToDifferentDomains (line 325) | public function testInternalRequestsToDifferentDomains() method testRequestingRawResponse (line 350) | public function testRequestingRawResponse() method testRequestingRawResponseWithTransformers (line 365) | public function testRequestingRawResponseWithTransformers() method testUsingRequestFacadeDoesNotCacheRequestInstance (line 384) | public function testUsingRequestFacadeDoesNotCacheRequestInstance() method testRedirectResponseThrowsException (line 402) | public function testRedirectResponseThrowsException() method testNotOkJsonResponseThrowsException (line 415) | public function testNotOkJsonResponseThrowsException() method testFormRequestValidationFailureThrowsValidationException (line 428) | public function testFormRequestValidationFailureThrowsValidationExcept... FILE: tests/Exception/HandlerTest.php class HandlerTest (line 16) | class HandlerTest extends BaseTestCase method setUp (line 21) | public function setUp(): void method testRegisterExceptionHandler (line 33) | public function testRegisterExceptionHandler() method testExceptionHandlerHandlesException (line 41) | public function testExceptionHandlerHandlesException() method testExceptionHandlerHandlesExceptionAndCreatesNewResponse (line 56) | public function testExceptionHandlerHandlesExceptionAndCreatesNewRespo... method testExceptionHandlerHandlesExceptionWithRedirectResponse (line 71) | public function testExceptionHandlerHandlesExceptionWithRedirectRespon... method testExceptionHandlerHandlesExceptionWithJsonResponse (line 86) | public function testExceptionHandlerHandlesExceptionWithJsonResponse() method testExceptionHandlerReturnsGenericWhenNoMatchingHandler (line 101) | public function testExceptionHandlerReturnsGenericWhenNoMatchingHandler() method testUsingMultidimensionalArrayForGenericResponse (line 112) | public function testUsingMultidimensionalArrayForGenericResponse() method testRegularExceptionsAreHandledByGenericHandler (line 133) | public function testRegularExceptionsAreHandledByGenericHandler() method testResourceExceptionErrorsAreIncludedInResponse (line 144) | public function testResourceExceptionErrorsAreIncludedInResponse() method testExceptionTraceIncludedInResponse (line 155) | public function testExceptionTraceIncludedInResponse() method testHttpExceptionsWithNoMessageUseStatusCodeMessage (line 168) | public function testHttpExceptionsWithNoMessageUseStatusCodeMessage() method testExceptionsHandledByRenderAreReroutedThroughHandler (line 179) | public function testExceptionsHandledByRenderAreReroutedThroughHandler() method testSettingUserDefinedReplacements (line 190) | public function testSettingUserDefinedReplacements() FILE: tests/Http/Middleware/AuthTest.php class AuthTest (line 17) | class AuthTest extends BaseTestCase method setUp (line 40) | public function setUp(): void method testProtectedRouteFiresAuthenticationAndPasses (line 49) | public function testProtectedRouteFiresAuthenticationAndPasses() method testProtectedRouteAlreadyLoggedIn (line 67) | public function testProtectedRouteAlreadyLoggedIn() method testAuthenticationFailsAndExceptionIsThrown (line 84) | public function testAuthenticationFailsAndExceptionIsThrown() FILE: tests/Http/Middleware/RateLimitTest.php class RateLimitTest (line 20) | class RateLimitTest extends BaseTestCase method setUp (line 43) | public function setUp(): void method testMiddlewareBypassesRequestsWithNoRateLimiting (line 58) | public function testMiddlewareBypassesRequestsWithNoRateLimiting() method testMiddlewareBypassesInternalRequest (line 81) | public function testMiddlewareBypassesInternalRequest() method testRateLimitingPassesAndResponseHeadersAreSet (line 104) | public function testRateLimitingPassesAndResponseHeadersAreSet() method testRateLimitingFailsAndHeadersAreSetOnException (line 127) | public function testRateLimitingFailsAndHeadersAreSetOnException() method testRateLimitingWithLimitsSetOnRoute (line 157) | public function testRateLimitingWithLimitsSetOnRoute() method testRateLimitingWithRouteThrottle (line 179) | public function testRateLimitingWithRouteThrottle() FILE: tests/Http/Middleware/RequestTest.php class RequestTest (line 22) | class RequestTest extends BaseTestCase method setUp (line 51) | public function setUp(): void method testNoPrefixOrDomainDoesNotMatch (line 66) | public function testNoPrefixOrDomainDoesNotMatch() method testPrefixMatchesAndSendsRequestThroughRouter (line 79) | public function testPrefixMatchesAndSendsRequestThroughRouter() method testDomainMatchesAndSendsRequestThroughRouter (line 112) | public function testDomainMatchesAndSendsRequestThroughRouter() FILE: tests/Http/Parser/AcceptTest.php class AcceptTest (line 10) | class AcceptTest extends BaseTestCase method testParsingInvalidAcceptReturnsDefaults (line 12) | public function testParsingInvalidAcceptReturnsDefaults() method testStrictlyParsingInvalidAcceptHeaderThrowsException (line 23) | public function testStrictlyParsingInvalidAcceptHeaderThrowsException() method testParsingValidAcceptReturnsHeaderValues (line 33) | public function testParsingValidAcceptReturnsHeaderValues() method testApiVersionWithoutVSuffix (line 44) | public function testApiVersionWithoutVSuffix() method testApiVersionWithHyphen (line 55) | public function testApiVersionWithHyphen() method createRequest (line 66) | protected function createRequest($uri, $method, array $headers = []) FILE: tests/Http/RateLimit/HandlerTest.php class HandlerTest (line 13) | class HandlerTest extends BaseTestCase method setUp (line 28) | public function setUp(): void method testSettingSpecificLimitsOnRouteUsesRouteSpecificThrottle (line 41) | public function testSettingSpecificLimitsOnRouteUsesRouteSpecificThrot... method testThrottleWithHighestAmountOfRequestsIsUsedWhenMoreThanOneMatchingThrottle (line 52) | public function testThrottleWithHighestAmountOfRequestsIsUsedWhenMoreT... method testExceedingOfRateLimit (line 62) | public function testExceedingOfRateLimit() method testGettingTheRemainingLimit (line 77) | public function testGettingTheRemainingLimit() FILE: tests/Http/RateLimit/Throttle/AuthenticatedTest.php class AuthenticatedTest (line 11) | class AuthenticatedTest extends BaseTestCase method testThrottleMatchesCorrectly (line 13) | public function testThrottleMatchesCorrectly() FILE: tests/Http/RateLimit/Throttle/UnauthenticatedTest.php class UnauthenticatedTest (line 11) | class UnauthenticatedTest extends BaseTestCase method testThrottleMatchesCorrectly (line 13) | public function testThrottleMatchesCorrectly() FILE: tests/Http/RequestValidatorTest.php class RequestValidatorTest (line 12) | class RequestValidatorTest extends BaseTestCase method setUp (line 23) | public function setUp(): void method testValidationFailsWithNoValidators (line 30) | public function testValidationFailsWithNoValidators() method testValidationFails (line 37) | public function testValidationFails() method testValidationPasses (line 44) | public function testValidationPasses() FILE: tests/Http/Response/FactoryTest.php class FactoryTest (line 17) | class FactoryTest extends BaseTestCase method setUp (line 28) | public function setUp(): void method testMakingACreatedResponse (line 34) | public function testMakingACreatedResponse() method testMakingAnAcceptedResponse (line 47) | public function testMakingAnAcceptedResponse() method testMakingANoContentResponse (line 73) | public function testMakingANoContentResponse() method testMakingCollectionRegistersUnderlyingClassWithTransformer (line 81) | public function testMakingCollectionRegistersUnderlyingClassWithTransf... method testMakingCollectionResponseWithThreeParameters (line 89) | public function testMakingCollectionResponseWithThreeParameters() method testMakingItemsRegistersClassWithTransformer (line 105) | public function testMakingItemsRegistersClassWithTransformer() method testMakingItemResponseWithThreeParameters (line 113) | public function testMakingItemResponseWithThreeParameters() method testMakingPaginatorRegistersUnderlyingClassWithTransformer (line 129) | public function testMakingPaginatorRegistersUnderlyingClassWithTransfo... method testNotFoundThrowsHttpException (line 137) | public function testNotFoundThrowsHttpException() method testBadRequestThrowsHttpException (line 144) | public function testBadRequestThrowsHttpException() method testForbiddenThrowsHttpException (line 151) | public function testForbiddenThrowsHttpException() method testInternalThrowsHttpException (line 158) | public function testInternalThrowsHttpException() method testUnauthorizedThrowsHttpException (line 165) | public function testUnauthorizedThrowsHttpException() method testMethodNotAllowedThrowsHttpException (line 172) | public function testMethodNotAllowedThrowsHttpException() method testMakingArrayResponse (line 179) | public function testMakingArrayResponse() method testPrefixingWithCallsMethodsCorrectly (line 185) | public function testPrefixingWithCallsMethodsCorrectly() FILE: tests/Http/Response/Format/JsonTest.php class JsonTest (line 12) | class JsonTest extends BaseTestCase method setUp (line 14) | public function setUp(): void method tearDown (line 19) | public function tearDown(): void method getExpectedPrettyPrintedJson (line 35) | private function getExpectedPrettyPrintedJson($testMethodName) method testMorphingEloquentModel (line 42) | public function testMorphingEloquentModel() method testMorphingEloquentCollection (line 49) | public function testMorphingEloquentCollection() method testMorphingEmptyEloquentCollection (line 56) | public function testMorphingEmptyEloquentCollection() method testMorphingString (line 63) | public function testMorphingString() method testMorphingArray (line 70) | public function testMorphingArray() method testMorphingUnknownType (line 79) | public function testMorphingUnknownType() method testMorphingEloquentModelWithCamelCasing (line 84) | public function testMorphingEloquentModelWithCamelCasing() method testMorphingEloquentCollectionWithCamelCasing (line 93) | public function testMorphingEloquentCollectionWithCamelCasing() method testMorphingArrayWithTwoSpacesPrettyPrintIndent (line 102) | public function testMorphingArrayWithTwoSpacesPrettyPrintIndent() method testMorphingArrayWithFourSpacesPrettyPrintIndent (line 121) | public function testMorphingArrayWithFourSpacesPrettyPrintIndent() method testMorphingArrayWithEightSpacesPrettyPrintIndent (line 140) | public function testMorphingArrayWithEightSpacesPrettyPrintIndent() method testMorphingArrayWithOneTabPrettyPrintIndent (line 159) | public function testMorphingArrayWithOneTabPrettyPrintIndent() FILE: tests/Http/Response/Format/JsonpTest.php class JsonpTest (line 13) | class JsonpTest extends BaseTestCase method setUp (line 15) | public function setUp(): void method getExpectedPrettyPrintedJsonp (line 32) | private function getExpectedPrettyPrintedJsonp($testMethodName) method testMorphingEloquentModel (line 39) | public function testMorphingEloquentModel() method testMorphingEloquentCollection (line 46) | public function testMorphingEloquentCollection() method testMorphingEmptyEloquentCollection (line 53) | public function testMorphingEmptyEloquentCollection() method testMorphingString (line 60) | public function testMorphingString() method testMorphingArray (line 67) | public function testMorphingArray() method testMorphingUnknownType (line 76) | public function testMorphingUnknownType() method testMorphingArrayWithOneTabPrettyPrintIndent (line 81) | public function testMorphingArrayWithOneTabPrettyPrintIndent() method testMorphingArrayWithTwoSpacesPrettyPrintIndent (line 98) | public function testMorphingArrayWithTwoSpacesPrettyPrintIndent() method testMorphingArrayWithFourSpacesPrettyPrintIndent (line 116) | public function testMorphingArrayWithFourSpacesPrettyPrintIndent() method testMorphingArrayWithEightSpacesPrettyPrintIndent (line 134) | public function testMorphingArrayWithEightSpacesPrettyPrintIndent() FILE: tests/Http/ResponseTest.php class ResponseTest (line 17) | class ResponseTest extends BaseTestCase method setUp (line 24) | public function setUp(): void method testGettingInvalidFormatterThrowsException (line 29) | public function testGettingInvalidFormatterThrowsException() method testNonCastableObjectsSetAsOriginalContent (line 37) | public function testNonCastableObjectsSetAsOriginalContent() method testAddingAndSettingMetaCallsUnderlyingTransformerBinding (line 48) | public function testAddingAndSettingMetaCallsUnderlyingTransformerBind... method testBuildingWithCustomStatusCodeAndHeaders (line 59) | public function testBuildingWithCustomStatusCodeAndHeaders() method testChangingContentWithEvents (line 69) | public function testChangingContentWithEvents() method testChangingResponseHeadersWithEvents (line 84) | public function testChangingResponseHeadersWithEvents() FILE: tests/Http/Validation/AcceptTest.php class AcceptTest (line 10) | class AcceptTest extends BaseTestCase method testValidationPassesForStrictModeAndOptionsRequests (line 12) | public function testValidationPassesForStrictModeAndOptionsRequests() FILE: tests/Http/Validation/DomainTest.php class DomainTest (line 9) | class DomainTest extends BaseTestCase method testValidationFailsWithInvalidOrNullDomain (line 11) | public function testValidationFailsWithInvalidOrNullDomain() method testValidationPasses (line 20) | public function testValidationPasses() method testValidationPassesWithDifferentProtocols (line 26) | public function testValidationPassesWithDifferentProtocols() method testValidationPassesWithPortOnDomain (line 35) | public function testValidationPassesWithPortOnDomain() method testValidationPassesWithPortOnRequest (line 41) | public function testValidationPassesWithPortOnRequest() method testValidationPassesWithPortOnDomainAndRequest (line 47) | public function testValidationPassesWithPortOnDomainAndRequest() FILE: tests/Http/Validation/PrefixTest.php class PrefixTest (line 9) | class PrefixTest extends BaseTestCase method testValidationFailsWithInvalidOrNullPrefix (line 11) | public function testValidationFailsWithInvalidOrNullPrefix() method testValidationPasses (line 20) | public function testValidationPasses() method testValidationPassesWithHyphenatedPrefix (line 27) | public function testValidationPassesWithHyphenatedPrefix() FILE: tests/Routing/Adapter/BaseAdapterTest.php class BaseAdapterTest (line 16) | abstract class BaseAdapterTest extends BaseTestCase method setUp (line 35) | public function setUp(): void method getContainerInstance (line 57) | abstract public function getContainerInstance(); method getAdapterInstance (line 62) | abstract public function getAdapterInstance(); method createRequest (line 64) | protected function createRequest($uri, $method, array $headers = []) method testBasicRouteVersions (line 75) | public function testBasicRouteVersions() method testAdapterDispatchesRequestsThroughRouter (line 138) | public function testAdapterDispatchesRequestsThroughRouter() method testRoutesWithPrefix (line 153) | public function testRoutesWithPrefix() method testRoutesWithDomains (line 171) | public function testRoutesWithDomains() method testPointReleaseVersions (line 189) | public function testPointReleaseVersions() method testRoutingResources (line 210) | public function testRoutingResources() method testIterableRoutes (line 223) | public function testIterableRoutes() FILE: tests/Routing/Adapter/LaravelTest.php class LaravelTest (line 10) | class LaravelTest extends BaseAdapterTest method getAdapterInstance (line 12) | public function getAdapterInstance() method getContainerInstance (line 17) | public function getContainerInstance() FILE: tests/Routing/Adapter/LumenTest.php class LumenTest (line 12) | class LumenTest extends BaseAdapterTest method getAdapterInstance (line 14) | public function getAdapterInstance() method getContainerInstance (line 33) | public function getContainerInstance() method testRoutesWithDomains (line 38) | public function testRoutesWithDomains() FILE: tests/Routing/RouteTest.php class RouteTest (line 15) | class RouteTest extends BaseTestCase method setUp (line 26) | public function setUp(): void method testCreatingNewRoute (line 32) | public function testCreatingNewRoute() method testControllerOptionsMergeAndOverrideRouteOptions (line 56) | public function testControllerOptionsMergeAndOverrideRouteOptions() FILE: tests/Routing/RouterTest.php class RouterTest (line 16) | class RouterTest extends Adapter\BaseAdapterTest method getAdapterInstance (line 18) | public function getAdapterInstance() method getContainerInstance (line 23) | public function getContainerInstance() method testRouteOptionsMergeCorrectly (line 28) | public function testRouteOptionsMergeCorrectly() method testGroupAsPrefixesRouteAs (line 70) | public function testGroupAsPrefixesRouteAs() method testNoGroupVersionThrowsException (line 83) | public function testNoGroupVersionThrowsException() method testMatchRoutes (line 93) | public function testMatchRoutes() method testAnyRoutes (line 118) | public function testAnyRoutes() method testRouterPreparesNotModifiedResponse (line 157) | public function testRouterPreparesNotModifiedResponse() method testRouterHandlesExistingEtag (line 205) | public function testRouterHandlesExistingEtag() method testRouterHandlesCustomEtag (line 225) | public function testRouterHandlesCustomEtag() method testExceptionsAreHandledByExceptionHandler (line 248) | public function testExceptionsAreHandledByExceptionHandler() method testNoAcceptHeaderUsesDefaultVersion (line 266) | public function testNoAcceptHeaderUsesDefaultVersion() method testRoutesAddedToCorrectVersions (line 277) | public function testRoutesAddedToCorrectVersions() method testUnsuccessfulResponseThrowsHttpException (line 296) | public function testUnsuccessfulResponseThrowsHttpException() method testGroupNamespacesAreConcatenated (line 311) | public function testGroupNamespacesAreConcatenated() method testCurrentRouteName (line 324) | public function testCurrentRouteName() method testCurrentRouteAction (line 343) | public function testCurrentRouteAction() method testRoutePatternsAreAppliedCorrectly (line 360) | public function testRoutePatternsAreAppliedCorrectly() FILE: tests/Stubs/Application58Stub.php class Application58Stub (line 9) | class Application58Stub extends Container implements Application method version (line 11) | public function version() method basePath (line 16) | public function basePath() method bootstrapPath (line 21) | public function bootstrapPath($path = '') method configPath (line 26) | public function configPath($path = '') method databasePath (line 31) | public function databasePath($path = '') method environmentPath (line 36) | public function environmentPath() method resourcePath (line 41) | public function resourcePath($path = '') method storagePath (line 46) | public function storagePath() method environment (line 51) | public function environment(...$environments) method runningInConsole (line 56) | public function runningInConsole() method runningUnitTests (line 61) | public function runningUnitTests() method isDownForMaintenance (line 66) | public function isDownForMaintenance() method registerConfiguredProviders (line 71) | public function registerConfiguredProviders() method register (line 76) | public function register($provider, $options = [], $force = false) method registerDeferredProvider (line 81) | public function registerDeferredProvider($provider, $service = null) method resolveProvider (line 86) | public function resolveProvider($provider) method boot (line 91) | public function boot() method booting (line 96) | public function booting($callback) method booted (line 101) | public function booted($callback) method bootstrapWith (line 106) | public function bootstrapWith(array $bootstrappers) method configurationIsCached (line 111) | public function configurationIsCached() method detectEnvironment (line 116) | public function detectEnvironment(Closure $callback) method environmentFile (line 121) | public function environmentFile() method environmentFilePath (line 126) | public function environmentFilePath() method getCachedConfigPath (line 131) | public function getCachedConfigPath() method getCachedServicesPath (line 136) | public function getCachedServicesPath() method getCachedPackagesPath (line 141) | public function getCachedPackagesPath() method getCachedRoutesPath (line 146) | public function getCachedRoutesPath() method getLocale (line 151) | public function getLocale() method getNamespace (line 156) | public function getNamespace() method getProviders (line 161) | public function getProviders($provider) method hasBeenBootstrapped (line 166) | public function hasBeenBootstrapped() method loadDeferredProviders (line 171) | public function loadDeferredProviders() method loadEnvironmentFrom (line 176) | public function loadEnvironmentFrom($file) method routesAreCached (line 181) | public function routesAreCached() method setLocale (line 186) | public function setLocale($locale) method shouldSkipMiddleware (line 191) | public function shouldSkipMiddleware() method terminate (line 196) | public function terminate() FILE: tests/Stubs/Application6Stub.php class Application6Stub (line 9) | class Application6Stub extends Container implements Application method version (line 11) | public function version() method basePath (line 16) | public function basePath($path = '') method bootstrapPath (line 21) | public function bootstrapPath($path = '') method configPath (line 26) | public function configPath($path = '') method databasePath (line 31) | public function databasePath($path = '') method environmentPath (line 36) | public function environmentPath() method resourcePath (line 41) | public function resourcePath($path = '') method storagePath (line 46) | public function storagePath() method environment (line 51) | public function environment(...$environments) method runningInConsole (line 56) | public function runningInConsole() method runningUnitTests (line 61) | public function runningUnitTests() method isDownForMaintenance (line 66) | public function isDownForMaintenance() method registerConfiguredProviders (line 71) | public function registerConfiguredProviders() method register (line 76) | public function register($provider, $options = [], $force = false) method registerDeferredProvider (line 81) | public function registerDeferredProvider($provider, $service = null) method resolveProvider (line 86) | public function resolveProvider($provider) method boot (line 91) | public function boot() method booting (line 96) | public function booting($callback) method booted (line 101) | public function booted($callback) method bootstrapWith (line 106) | public function bootstrapWith(array $bootstrappers) method configurationIsCached (line 111) | public function configurationIsCached() method detectEnvironment (line 116) | public function detectEnvironment(Closure $callback) method environmentFile (line 121) | public function environmentFile() method environmentFilePath (line 126) | public function environmentFilePath() method getCachedConfigPath (line 131) | public function getCachedConfigPath() method getCachedServicesPath (line 136) | public function getCachedServicesPath() method getCachedPackagesPath (line 141) | public function getCachedPackagesPath() method getCachedRoutesPath (line 146) | public function getCachedRoutesPath() method getLocale (line 151) | public function getLocale() method getNamespace (line 156) | public function getNamespace() method getProviders (line 161) | public function getProviders($provider) method hasBeenBootstrapped (line 166) | public function hasBeenBootstrapped() method loadDeferredProviders (line 171) | public function loadDeferredProviders() method loadEnvironmentFrom (line 176) | public function loadEnvironmentFrom($file) method routesAreCached (line 181) | public function routesAreCached() method setLocale (line 186) | public function setLocale($locale) method shouldSkipMiddleware (line 191) | public function shouldSkipMiddleware() method terminate (line 196) | public function terminate() FILE: tests/Stubs/Application7Stub.php class Application7Stub (line 8) | class Application7Stub extends Container implements Application method version (line 10) | public function version() method basePath (line 15) | public function basePath($path = '') method bootstrapPath (line 20) | public function bootstrapPath($path = '') method configPath (line 25) | public function configPath($path = '') method databasePath (line 30) | public function databasePath($path = '') method environmentPath (line 35) | public function environmentPath() method resourcePath (line 40) | public function resourcePath($path = '') method storagePath (line 45) | public function storagePath() method environment (line 50) | public function environment(...$environments) method runningInConsole (line 55) | public function runningInConsole() method runningUnitTests (line 60) | public function runningUnitTests() method isDownForMaintenance (line 65) | public function isDownForMaintenance() method registerConfiguredProviders (line 70) | public function registerConfiguredProviders() method register (line 75) | public function register($provider, $options = [], $force = false) method registerDeferredProvider (line 80) | public function registerDeferredProvider($provider, $service = null) method resolveProvider (line 85) | public function resolveProvider($provider) method boot (line 90) | public function boot() method booting (line 95) | public function booting($callback) method booted (line 100) | public function booted($callback) method bootstrapWith (line 105) | public function bootstrapWith(array $bootstrappers) method configurationIsCached (line 110) | public function configurationIsCached() method detectEnvironment (line 115) | public function detectEnvironment(\Closure $callback) method environmentFile (line 120) | public function environmentFile() method environmentFilePath (line 125) | public function environmentFilePath() method getCachedConfigPath (line 130) | public function getCachedConfigPath() method getCachedServicesPath (line 135) | public function getCachedServicesPath() method getCachedPackagesPath (line 140) | public function getCachedPackagesPath() method getCachedRoutesPath (line 145) | public function getCachedRoutesPath() method getLocale (line 150) | public function getLocale() method getNamespace (line 155) | public function getNamespace() method getProviders (line 160) | public function getProviders($provider) method hasBeenBootstrapped (line 165) | public function hasBeenBootstrapped() method loadDeferredProviders (line 170) | public function loadDeferredProviders() method loadEnvironmentFrom (line 175) | public function loadEnvironmentFrom($file) method routesAreCached (line 180) | public function routesAreCached() method setLocale (line 185) | public function setLocale($locale) method shouldSkipMiddleware (line 190) | public function shouldSkipMiddleware() method terminate (line 195) | public function terminate() FILE: tests/Stubs/Application8Stub.php class Application8Stub (line 8) | class Application8Stub extends Container implements Application method version (line 10) | public function version() method basePath (line 15) | public function basePath($path = '') method bootstrapPath (line 20) | public function bootstrapPath($path = '') method configPath (line 25) | public function configPath($path = '') method databasePath (line 30) | public function databasePath($path = '') method environmentPath (line 35) | public function environmentPath() method resourcePath (line 40) | public function resourcePath($path = '') method storagePath (line 45) | public function storagePath() method environment (line 50) | public function environment(...$environments) method runningInConsole (line 55) | public function runningInConsole() method runningUnitTests (line 60) | public function runningUnitTests() method isDownForMaintenance (line 65) | public function isDownForMaintenance() method registerConfiguredProviders (line 70) | public function registerConfiguredProviders() method register (line 75) | public function register($provider, $options = [], $force = false) method registerDeferredProvider (line 80) | public function registerDeferredProvider($provider, $service = null) method resolveProvider (line 85) | public function resolveProvider($provider) method boot (line 90) | public function boot() method booting (line 95) | public function booting($callback) method booted (line 100) | public function booted($callback) method bootstrapWith (line 105) | public function bootstrapWith(array $bootstrappers) method configurationIsCached (line 110) | public function configurationIsCached() method detectEnvironment (line 115) | public function detectEnvironment(\Closure $callback) method environmentFile (line 120) | public function environmentFile() method environmentFilePath (line 125) | public function environmentFilePath() method getCachedConfigPath (line 130) | public function getCachedConfigPath() method getCachedServicesPath (line 135) | public function getCachedServicesPath() method getCachedPackagesPath (line 140) | public function getCachedPackagesPath() method getCachedRoutesPath (line 145) | public function getCachedRoutesPath() method getLocale (line 150) | public function getLocale() method getNamespace (line 155) | public function getNamespace() method getProviders (line 160) | public function getProviders($provider) method hasBeenBootstrapped (line 165) | public function hasBeenBootstrapped() method loadDeferredProviders (line 170) | public function loadDeferredProviders() method loadEnvironmentFrom (line 175) | public function loadEnvironmentFrom($file) method routesAreCached (line 180) | public function routesAreCached() method setLocale (line 185) | public function setLocale($locale) method shouldSkipMiddleware (line 190) | public function shouldSkipMiddleware() method terminate (line 195) | public function terminate() FILE: tests/Stubs/ApplicationStub.php class ApplicationStub (line 8) | class ApplicationStub extends Container implements Application method version (line 10) | public function version() method basePath (line 15) | public function basePath() method environment (line 20) | public function environment() method isDownForMaintenance (line 25) | public function isDownForMaintenance() method registerConfiguredProviders (line 30) | public function registerConfiguredProviders() method register (line 35) | public function register($provider, $options = [], $force = false) method runningUnitTests (line 40) | public function runningUnitTests() method registerDeferredProvider (line 45) | public function registerDeferredProvider($provider, $service = null) method getCachedCompilePath (line 50) | public function getCachedCompilePath() method getCachedServicesPath (line 55) | public function getCachedServicesPath() method boot (line 60) | public function boot() method booting (line 65) | public function booting($callback) method booted (line 70) | public function booted($callback) method getCachedPackagesPath (line 75) | public function getCachedPackagesPath() method runningInConsole (line 80) | public function runningInConsole() FILE: tests/Stubs/AuthorizationProviderStub.php class AuthorizationProviderStub (line 9) | class AuthorizationProviderStub extends Authorization method authenticate (line 11) | public function authenticate(Request $request, Route $route) method getAuthorizationMethod (line 16) | public function getAuthorizationMethod() FILE: tests/Stubs/BasicThrottleStub.php class BasicThrottleStub (line 8) | class BasicThrottleStub implements Throttle method match (line 10) | public function match(Container $app) method getLimit (line 15) | public function getLimit() method getExpires (line 20) | public function getExpires() FILE: tests/Stubs/EloquentModelStub.php class EloquentModelStub (line 7) | class EloquentModelStub extends Model method toArray (line 11) | public function toArray() FILE: tests/Stubs/HttpValidatorStub.php class HttpValidatorStub (line 8) | class HttpValidatorStub implements Validator method validate (line 10) | public function validate(Request $request) FILE: tests/Stubs/MiddlewareStub.php class MiddlewareStub (line 7) | class MiddlewareStub method handle (line 9) | public function handle($request, Closure $next) FILE: tests/Stubs/RoutingAdapterStub.php class RoutingAdapterStub (line 16) | class RoutingAdapterStub implements Adapter method dispatch (line 22) | public function dispatch(Request $request, $version) method findRouteClosure (line 40) | protected function findRouteClosure(array $action) method prepareResponse (line 49) | protected function prepareResponse($request, $response) method findRoute (line 62) | protected function findRoute(Request $request, $routeCollection) method getRouteProperties (line 67) | public function getRouteProperties($route, Request $request) method addRoute (line 72) | public function addRoute(array $methods, array $versions, $uri, $action) method getRoutes (line 86) | public function getRoutes($version = null) method getIterableRoutes (line 95) | public function getIterableRoutes($version = null) method setRoutes (line 100) | public function setRoutes(array $routes) method prepareRouteForSerialization (line 105) | public function prepareRouteForSerialization($route) method pattern (line 110) | public function pattern($key, $pattern) method getPatterns (line 115) | public function getPatterns() method createRouteCollections (line 120) | protected function createRouteCollections(array $versions) method addWhereClausesToRoute (line 129) | protected function addWhereClausesToRoute($route) FILE: tests/Stubs/RoutingControllerOtherStub.php class RoutingControllerOtherStub (line 7) | class RoutingControllerOtherStub extends Controller method find (line 9) | public function find() FILE: tests/Stubs/RoutingControllerStub.php class RoutingControllerStub (line 8) | class RoutingControllerStub extends Controller method __construct (line 12) | public function __construct() method index (line 24) | public function index() method show (line 29) | public function show() method getIndex (line 34) | public function getIndex() FILE: tests/Stubs/ThrottleStub.php class ThrottleStub (line 8) | class ThrottleStub extends Throttle method __construct (line 12) | public function __construct(array $options = ['limit' => 60, 'expires'... method match (line 19) | public function match(Container $app) FILE: tests/Stubs/TransformerStub.php class TransformerStub (line 10) | class TransformerStub implements Adapter method transform (line 12) | public function transform($response, $transformer, Binding $binding, R... FILE: tests/Stubs/UserStub.php class UserStub (line 5) | class UserStub method __construct (line 9) | public function __construct($name) FILE: tests/Stubs/UserTransformerStub.php class UserTransformerStub (line 5) | class UserTransformerStub method transform (line 7) | public function transform(UserStub $user) FILE: tests/Transformer/Adapter/FractalTest.php class FractalTest (line 10) | class FractalTest extends BaseTestCase method setUp (line 14) | public function setUp(): void method testParseFractalIncludes (line 19) | public function testParseFractalIncludes() method testParseFractalIncludesWithSpaces (line 28) | public function testParseFractalIncludesWithSpaces() FILE: tests/Transformer/FactoryTest.php class FactoryTest (line 15) | class FactoryTest extends BaseTestCase method setUp (line 22) | public function setUp(): void method testResponseIsTransformable (line 30) | public function testResponseIsTransformable() method testRegisterParameterOrder (line 39) | public function testRegisterParameterOrder() method testResponseIsTransformableType (line 65) | public function testResponseIsTransformableType() method testTransformingResponse (line 72) | public function testTransformingResponse() method testTransformingCollectionResponse (line 81) | public function testTransformingCollectionResponse() method testTransforingWithIlluminateRequest (line 90) | public function testTransforingWithIlluminateRequest() method testTransformingWithNoTransformerThrowsException (line 104) | public function testTransformingWithNoTransformerThrowsException()