SYMBOL INDEX (518 symbols across 96 files) FILE: src/Arr.php class Arr (line 33) | class Arr method setMultipartArrayValue (line 43) | public static function setMultipartArrayValue(array $array, string $na... method malformedMultipartSegment (line 93) | protected static function malformedMultipartSegment($segment) FILE: src/ConfiguresAssets.php type ConfiguresAssets (line 7) | trait ConfiguresAssets method ensureAssetPathsAreConfigured (line 14) | protected function ensureAssetPathsAreConfigured() FILE: src/ConfiguresDynamoDb.php type ConfiguresDynamoDb (line 7) | trait ConfiguresDynamoDb method ensureDynamoDbIsConfigured (line 14) | protected function ensureDynamoDbIsConfigured() FILE: src/ConfiguresQueue.php type ConfiguresQueue (line 11) | trait ConfiguresQueue method ensureQueueIsConfigured (line 18) | protected function ensureQueueIsConfigured() FILE: src/ConfiguresRedis.php type ConfiguresRedis (line 8) | trait ConfiguresRedis method ensureRedisIsConfigured (line 15) | protected function ensureRedisIsConfigured() FILE: src/ConfiguresSqs.php type ConfiguresSqs (line 7) | trait ConfiguresSqs method ensureSqsIsConfigured (line 14) | protected function ensureSqsIsConfigured() FILE: src/Console/Commands/OctaneStatusCommand.php class OctaneStatusCommand (line 7) | class OctaneStatusCommand extends Command method handle (line 28) | public function handle() method isEnvironmentRunningOnOctane (line 40) | protected function isEnvironmentRunningOnOctane() FILE: src/Console/Commands/VaporHealthCheckCommand.php class VaporHealthCheckCommand (line 10) | class VaporHealthCheckCommand extends Command method handle (line 38) | public function handle() method ensureBaseConfigurationFilesWereHarmonized (line 52) | protected function ensureBaseConfigurationFilesWereHarmonized() method ensureCacheIsWorking (line 72) | protected function ensureCacheIsWorking() FILE: src/Console/Commands/VaporQueueListFailedCommand.php class VaporQueueListFailedCommand (line 10) | class VaporQueueListFailedCommand extends Command method handle (line 44) | public function handle() method extractJobName (line 112) | private function extractJobName($payload) method extractMessage (line 129) | private function extractMessage($exception) method matchJobName (line 152) | protected function matchJobName($payload) method filter (line 167) | protected function filter($job, $option, $value) FILE: src/Console/Commands/VaporScheduleCommand.php class VaporScheduleCommand (line 9) | class VaporScheduleCommand extends Command method handle (line 35) | public function handle(): int method ensureValidCacheDriver (line 70) | protected function ensureValidCacheDriver(): ?Repository method obtainLock (line 84) | protected function obtainLock(Repository $cache, string $key): bool method releaseLock (line 94) | protected function releaseLock(Repository $cache): void FILE: src/Console/Commands/VaporWorkCommand.php class VaporWorkCommand (line 12) | class VaporWorkCommand extends Command method __construct (line 61) | public function __construct(VaporWorker $worker) method handle (line 74) | public function handle(LambdaEvent $event) method marshalJob (line 101) | protected function marshalJob(array $message) method normalizeMessage (line 119) | protected function normalizeMessage(array $message) method message (line 136) | protected function message($event) method queueUrl (line 147) | protected function queueUrl(array $message) method gatherWorkerOptions (line 164) | protected function gatherWorkerOptions() method logFailedJob (line 189) | protected function logFailedJob(JobFailed $event) method downForMaintenance (line 202) | protected function downForMaintenance() method flushState (line 216) | public static function flushState() FILE: src/Console/Commands/WritesQueueEventMessages.php type WritesQueueEventMessages (line 10) | trait WritesQueueEventMessages method listenForEvents (line 17) | protected function listenForEvents() method writeOutput (line 41) | protected function writeOutput(Job $job, $status) method writeStatus (line 61) | protected function writeStatus(Job $job, $status, $type) FILE: src/Contracts/LambdaEventHandler.php type LambdaEventHandler (line 5) | interface LambdaEventHandler method handle (line 13) | public function handle(array $event); FILE: src/Contracts/LambdaResponse.php type LambdaResponse (line 5) | interface LambdaResponse method toApiGatewayFormat (line 12) | public function toApiGatewayFormat(); FILE: src/Contracts/SignedStorageUrlController.php type SignedStorageUrlController (line 7) | interface SignedStorageUrlController method store (line 15) | public function store(Request $request); FILE: src/DefinesRoutes.php type DefinesRoutes (line 7) | trait DefinesRoutes method ensureRoutesAreDefined (line 14) | public function ensureRoutesAreDefined() FILE: src/Events/LambdaEvent.php class LambdaEvent (line 9) | class LambdaEvent implements ArrayAccess, Arrayable method __construct (line 24) | public function __construct($event) method offsetExists (line 35) | #[\ReturnTypeWillChange] method offsetGet (line 47) | #[\ReturnTypeWillChange] method offsetSet (line 60) | #[\ReturnTypeWillChange] method offsetUnset (line 72) | #[\ReturnTypeWillChange] method toArray (line 83) | public function toArray() FILE: src/HasAwsContext.php type HasAwsContext (line 5) | trait HasAwsContext method requestId (line 12) | public static function requestId(): ?string method functionName (line 22) | public static function functionName(): ?string method functionVersion (line 32) | public static function functionVersion(): ?string method logGroupName (line 42) | public static function logGroupName(): ?string method logStreamName (line 52) | public static function logStreamName(): ?string method awsContext (line 68) | protected function awsContext(): array FILE: src/Http/Controllers/SignedStorageUrlController.php class SignedStorageUrlController (line 13) | class SignedStorageUrlController extends Controller implements SignedSto... method store (line 21) | public function store(Request $request) method createCommand (line 61) | protected function createCommand(Request $request, S3Client $client, $... method headers (line 80) | protected function headers(Request $request, $signedRequest) method ensureEnvironmentVariablesAreAvailable (line 96) | protected function ensureEnvironmentVariablesAreAvailable(Request $req... method storageClient (line 119) | protected function storageClient() method getKey (line 154) | protected function getKey(string $uuid) method defaultVisibility (line 164) | protected function defaultVisibility() FILE: src/Http/Middleware/ServeStaticAssets.php class ServeStaticAssets (line 9) | class ServeStaticAssets method handle (line 19) | public function handle($request, Closure $next, ...$guards) FILE: src/Logging/JsonFormatter.php class JsonFormatter (line 8) | class JsonFormatter extends BaseJsonFormatter method format (line 13) | public function format($record): string FILE: src/Queue/JobAttempts.php class JobAttempts (line 8) | class JobAttempts method __construct (line 28) | public function __construct(Cache $cache) method has (line 39) | protected function has($job) method get (line 50) | public function get($job) method increment (line 61) | public function increment($job) method transfer (line 79) | public function transfer($from, $to) method forget (line 92) | public function forget($job) method key (line 103) | protected function key($job) FILE: src/Queue/VaporConnector.php class VaporConnector (line 9) | class VaporConnector implements ConnectorInterface method connect (line 17) | public function connect(array $config) method getDefaultConfiguration (line 40) | protected function getDefaultConfiguration(array $config) FILE: src/Queue/VaporJob.php class VaporJob (line 7) | class VaporJob extends SqsJob method attempts (line 14) | public function attempts() method delete (line 27) | public function delete() method release (line 42) | public function release($delay = 0) FILE: src/Queue/VaporQueue.php class VaporQueue (line 7) | class VaporQueue extends SqsQueue method pop (line 15) | public function pop($queue = null) method createPayloadArray (line 42) | protected function createPayloadArray($job, $queue, $data = '') FILE: src/Queue/VaporWorker.php class VaporWorker (line 9) | class VaporWorker extends Worker method runVaporJob (line 19) | public function runVaporJob($job, $connectionName, WorkerOptions $opti... FILE: src/Runtime/ArrayLambdaResponse.php class ArrayLambdaResponse (line 7) | class ArrayLambdaResponse implements LambdaResponse method __construct (line 22) | public function __construct(array $response) method toApiGatewayFormat (line 32) | public function toApiGatewayFormat() FILE: src/Runtime/CliHandlerFactory.php class CliHandlerFactory (line 8) | class CliHandlerFactory method make (line 23) | public static function make(array $event) method createHandlerUsing (line 44) | public static function createHandlerUsing(callable $callback) method createHandlersNormally (line 54) | public static function createHandlersNormally() FILE: src/Runtime/Environment.php class Environment (line 10) | class Environment method __construct (line 59) | public function __construct(Application $app) method decrypt (line 73) | public static function decrypt($app) method decryptEnvironment (line 83) | public function decryptEnvironment() method canBeDecrypted (line 105) | public function canBeDecrypted() method copyEncryptedFile (line 131) | public function copyEncryptedFile() method decryptFile (line 144) | public function decryptFile() method loadEnvironment (line 156) | public function loadEnvironment() method console (line 168) | public function console() FILE: src/Runtime/Fpm/ActsAsFastCgiDataProvider.php type ActsAsFastCgiDataProvider (line 5) | trait ActsAsFastCgiDataProvider method getGatewayInterface (line 10) | public function getGatewayInterface(): string method getRequestMethod (line 18) | public function getRequestMethod(): string method getScriptFilename (line 26) | public function getScriptFilename(): string method getServerSoftware (line 34) | public function getServerSoftware(): string method getRemoteAddress (line 42) | public function getRemoteAddress(): string method getRemotePort (line 50) | public function getRemotePort(): int method getServerAddress (line 58) | public function getServerAddress(): string method getServerPort (line 66) | public function getServerPort(): int method getServerName (line 74) | public function getServerName(): string method getServerProtocol (line 82) | public function getServerProtocol(): string method getContentType (line 90) | public function getContentType(): string method getContentLength (line 98) | public function getContentLength(): int method getContent (line 108) | public function getContent(): string method getCustomVars (line 116) | public function getCustomVars(): array method getParams (line 124) | public function getParams(): array method getRequestUri (line 132) | public function getRequestUri(): string method getResponseCallbacks (line 140) | public function getResponseCallbacks(): array method getFailureCallbacks (line 148) | public function getFailureCallbacks(): array method getPassThroughCallbacks (line 156) | public function getPassThroughCallbacks(): array FILE: src/Runtime/Fpm/Fpm.php class Fpm (line 11) | class Fpm method __construct (line 68) | public function __construct(Client $client, UnixDomainSocket $socketCo... method boot (line 82) | public static function boot($handler, array $serverVariables = []) method resolve (line 100) | public static function resolve() method start (line 108) | public function start() method ensureReadyToStart (line 142) | protected function ensureReadyToStart() method handle (line 162) | public function handle($request) method ensureFpmHasStarted (line 173) | protected function ensureFpmHasStarted() method isReady (line 197) | protected function isReady() method ensureRunning (line 211) | public function ensureRunning() method stop (line 229) | public function stop() method killExistingFpm (line 241) | protected function killExistingFpm() method removeFpmProcessFiles (line 271) | protected function removeFpmProcessFiles() method waitUntilStopped (line 283) | protected function waitUntilStopped($pid) method process (line 303) | public function process() method handler (line 313) | public function handler() method serverVariables (line 323) | public function serverVariables() method __destruct (line 333) | public function __destruct() FILE: src/Runtime/Fpm/FpmApplication.php class FpmApplication (line 8) | class FpmApplication method __construct (line 31) | public function __construct(Client $client, UnixDomainSocket $socketCo... method handle (line 43) | public function handle(FpmRequest $request) FILE: src/Runtime/Fpm/FpmHttpHandlerFactory.php class FpmHttpHandlerFactory (line 12) | class FpmHttpHandlerFactory method make (line 20) | public static function make(array $event) FILE: src/Runtime/Fpm/FpmRequest.php class FpmRequest (line 8) | class FpmRequest extends Request implements ProvidesRequestData FILE: src/Runtime/Fpm/FpmResponse.php class FpmResponse (line 8) | class FpmResponse extends Response method __construct (line 16) | public function __construct(ProvidesResponseData $response) method prepareStatus (line 32) | protected function prepareStatus(array $headers) FILE: src/Runtime/Fpm/FpmResponseHeaders.php class FpmResponseHeaders (line 5) | class FpmResponseHeaders method fromBody (line 13) | public static function fromBody($body) FILE: src/Runtime/Handlers/CliHandler.php class CliHandler (line 12) | class CliHandler implements LambdaEventHandler method handle (line 19) | public function handle(array $event) method ping (line 64) | protected function ping($callback, $response) FILE: src/Runtime/Handlers/FpmHandler.php class FpmHandler (line 10) | class FpmHandler implements LambdaEventHandler method handle (line 17) | public function handle(array $event) method request (line 30) | public function request($event) method response (line 43) | public function response($response) method serverVariables (line 57) | public function serverVariables() FILE: src/Runtime/Handlers/LoadBalancedFpmHandler.php class LoadBalancedFpmHandler (line 7) | class LoadBalancedFpmHandler extends FpmHandler method response (line 15) | public function response($response) FILE: src/Runtime/Handlers/LoadBalancedOctaneHandler.php class LoadBalancedOctaneHandler (line 7) | class LoadBalancedOctaneHandler extends OctaneHandler method response (line 15) | public function response($response) FILE: src/Runtime/Handlers/OctaneHandler.php class OctaneHandler (line 11) | class OctaneHandler implements LambdaEventHandler method handle (line 21) | public function handle(array $event) method request (line 36) | protected function request($event) method response (line 47) | protected function response($response) method serverVariables (line 61) | public function serverVariables() FILE: src/Runtime/Handlers/PayloadFormatVersion2FpmHandler.php class PayloadFormatVersion2FpmHandler (line 8) | class PayloadFormatVersion2FpmHandler extends FpmHandler implements Lamb... method response (line 16) | public function response($response) FILE: src/Runtime/Handlers/PayloadFormatVersion2OctaneHandler.php class PayloadFormatVersion2OctaneHandler (line 8) | class PayloadFormatVersion2OctaneHandler extends OctaneHandler implement... method response (line 16) | protected function response($response) FILE: src/Runtime/Handlers/QueueHandler.php class QueueHandler (line 13) | class QueueHandler implements LambdaEventHandler method __construct (line 27) | public function __construct() method handle (line 40) | public function handle(array $event) method terminate (line 88) | protected function terminate() FILE: src/Runtime/Handlers/UnknownEventHandler.php class UnknownEventHandler (line 9) | class UnknownEventHandler implements LambdaEventHandler method handle (line 17) | public function handle(array $event) FILE: src/Runtime/Handlers/WarmerHandler.php class WarmerHandler (line 12) | class WarmerHandler implements LambdaEventHandler method handle (line 19) | public function handle(array $event) method buildPromises (line 41) | protected function buildPromises(LambdaClient $lambda, array $event) method lambdaClient (line 59) | protected function lambdaClient() FILE: src/Runtime/Handlers/WarmerPingHandler.php class WarmerPingHandler (line 8) | class WarmerPingHandler implements LambdaEventHandler method handle (line 16) | public function handle(array $event) FILE: src/Runtime/Http/Middleware/EnsureBinaryEncoding.php class EnsureBinaryEncoding (line 8) | class EnsureBinaryEncoding method handle (line 17) | public function handle($request, $next) method isBase64EncodingRequired (line 34) | public static function isBase64EncodingRequired(Response $response): bool FILE: src/Runtime/Http/Middleware/EnsureOnNakedDomain.php class EnsureOnNakedDomain (line 8) | class EnsureOnNakedDomain method handle (line 17) | public function handle($request, $next) FILE: src/Runtime/Http/Middleware/EnsureVanityUrlIsNotIndexed.php class EnsureVanityUrlIsNotIndexed (line 5) | class EnsureVanityUrlIsNotIndexed method handle (line 14) | public function handle($request, $next) FILE: src/Runtime/Http/Middleware/RedirectStaticAssets.php class RedirectStaticAssets (line 7) | class RedirectStaticAssets method handle (line 16) | public function handle($request, $next) FILE: src/Runtime/HttpKernel.php class HttpKernel (line 21) | class HttpKernel method __construct (line 36) | public function __construct(Application $app) method handle (line 47) | public function handle(Request $request) method shouldSendMaintenanceModeResponse (line 92) | public static function shouldSendMaintenanceModeResponse(Request $requ... method hasValidBypassCookie (line 106) | public static function hasValidBypassCookie($request, $secret) method bypassResponse (line 121) | public static function bypassResponse(string $secret) method resolveKernel (line 145) | protected function resolveKernel(Request $request) method sendRequest (line 162) | protected function sendRequest(Request $request) FILE: src/Runtime/LambdaContainer.php class LambdaContainer (line 7) | class LambdaContainer method terminateIfInvocationLimitHasBeenReached (line 16) | public static function terminateIfInvocationLimitHasBeenReached($invoc... FILE: src/Runtime/LambdaInvocation.php class LambdaInvocation (line 7) | class LambdaInvocation method next (line 22) | public static function next($apiUrl) method ensureNoErrorsOccurred (line 73) | protected static function ensureNoErrorsOccurred($invocationId, $body) FILE: src/Runtime/LambdaResponse.php class LambdaResponse (line 8) | class LambdaResponse implements LambdaResponseContract method __construct (line 39) | public function __construct(int $status, array $headers, $body) method toApiGatewayFormat (line 51) | public function toApiGatewayFormat() method prepareHeaders (line 69) | protected function prepareHeaders(array $responseHeaders) method buildCookieHeaders (line 100) | protected function buildCookieHeaders(array $values) method cookiePermutation (line 117) | protected function cookiePermutation($index) method normalizeHeaderName (line 168) | protected function normalizeHeaderName($name) FILE: src/Runtime/LambdaRuntime.php class LambdaRuntime (line 8) | class LambdaRuntime method __construct (line 25) | public function __construct($apiUrl) method fromEnvironmentVariable (line 35) | public static function fromEnvironmentVariable() method nextInvocation (line 45) | public function nextInvocation(callable $callback) method handleException (line 65) | public function handleException(string $invocationId, Throwable $error) FILE: src/Runtime/LoadBalancedLambdaResponse.php class LoadBalancedLambdaResponse (line 7) | class LoadBalancedLambdaResponse extends LambdaResponse method toApiGatewayFormat (line 14) | public function toApiGatewayFormat() method statusText (line 33) | public function statusText($status) method prepareHeaders (line 48) | protected function prepareHeaders(array $responseHeaders) method normalizeHeaderValues (line 69) | protected function normalizeHeaderValues($values) FILE: src/Runtime/Logger.php class Logger (line 9) | class Logger method info (line 25) | public static function info($message, array $context = []) method error (line 39) | public static function error($message, array $context = []) method ensureLoggerIsAvailable (line 51) | protected static function ensureLoggerIsAvailable() FILE: src/Runtime/NotifiesLambda.php type NotifiesLambda (line 7) | trait NotifiesLambda method notifyLambdaOfResponse (line 16) | protected function notifyLambdaOfResponse($invocationId, $data) method notifyLambdaOfError (line 30) | protected function notifyLambdaOfError($invocationId, $data) method lambdaRequest (line 44) | protected function lambdaRequest($url, $data) FILE: src/Runtime/Octane/Octane.php class Octane (line 29) | class Octane implements Client method boot (line 69) | public static function boot($basePath, $databaseSessionPersist = false... method manageDatabaseSessions (line 99) | protected static function manageDatabaseSessions($databaseSessionPersi... method handle (line 144) | public static function handle($request) method sendRequest (line 196) | protected static function sendRequest($request, $context) method hasValidBypassCookie (line 218) | public static function hasValidBypassCookie($request, $secret) method terminate (line 228) | public static function terminate() method marshalRequest (line 242) | public function marshalRequest(RequestContext $context): array method respond (line 253) | public function respond(RequestContext $context, OctaneResponse $respo... method error (line 261) | public function error(Throwable $e, Application $app, Request $request... method ensureServerSoftware (line 283) | protected static function ensureServerSoftware($software) method worker (line 294) | public static function worker() method captureContent (line 302) | protected static function captureContent(StreamedResponse $response): ... FILE: src/Runtime/Octane/OctaneHttpHandlerFactory.php class OctaneHttpHandlerFactory (line 12) | class OctaneHttpHandlerFactory method make (line 20) | public static function make(array $event) FILE: src/Runtime/Octane/OctaneRequestContextFactory.php class OctaneRequestContextFactory (line 15) | class OctaneRequestContextFactory method fromEvent (line 24) | public static function fromEvent($event, $serverVariables) method cookies (line 67) | protected static function cookies($event, $headers) method createFile (line 100) | protected static function createFile($part) method parseFiles (line 123) | protected static function parseFiles($contentType, $body) method uploadedFiles (line 149) | protected static function uploadedFiles($method, $contentType, $body) method parsedBody (line 168) | protected static function parsedBody($method, $contentType, $body) method parseBody (line 190) | protected static function parseBody($contentType, $body) method parseUri (line 214) | protected static function parseUri($uri) method isUrlEncodedForm (line 229) | protected static function isUrlEncodedForm($contentType) FILE: src/Runtime/PayloadFormatVersion2LambdaResponse.php class PayloadFormatVersion2LambdaResponse (line 8) | class PayloadFormatVersion2LambdaResponse extends LambdaResponse impleme... method toApiGatewayFormat (line 15) | public function toApiGatewayFormat() method prepareHeaders (line 34) | protected function prepareHeaders(array $responseHeaders) FILE: src/Runtime/Request.php class Request (line 7) | class Request method __construct (line 38) | public function __construct(array $serverVariables, $body, $headers) method fromLambdaEvent (line 53) | public static function fromLambdaEvent(array $event, array $serverVari... method getUriAndQueryString (line 111) | protected static function getUriAndQueryString(array $event) method getQueryString (line 131) | protected static function getQueryString(array $event) method getHeaders (line 178) | protected static function getHeaders(array $event) method getRequestBody (line 200) | protected static function getRequestBody(array $event) method ensureContentTypeIsSet (line 217) | protected static function ensureContentTypeIsSet(array $event, array $... method ensureContentLengthIsSet (line 240) | protected static function ensureContentLengthIsSet(array $event, array... method ensureSourceIpAddressIsSet (line 261) | protected static function ensureSourceIpAddressIsSet(array $event, arr... method extractRequestTimestamp (line 280) | protected static function extractRequestTimestamp(array $event) FILE: src/Runtime/Response.php class Response (line 5) | class Response method __construct (line 36) | public function __construct($body, $headers, $status) method prepareHeaders (line 50) | protected function prepareHeaders(array $headers) FILE: src/Runtime/Secrets.php class Secrets (line 7) | class Secrets method addToEnvironment (line 17) | public static function addToEnvironment($path, $parameters, $file) method all (line 37) | public static function all($path, array $parameters = []) method parseSecrets (line 67) | protected static function parseSecrets(array $secrets) FILE: src/Runtime/StorageDirectories.php class StorageDirectories (line 5) | class StorageDirectories method create (line 19) | public static function create() FILE: src/Vapor.php class Vapor (line 5) | class Vapor method active (line 12) | public static function active(): bool method inactive (line 20) | public static function inactive(): bool method whenActive (line 32) | public static function whenActive($whenActive, $whenInactive = null) method whenInactive (line 48) | public static function whenInactive($whenInactive, $whenActive = null) FILE: src/VaporJobTimedOutException.php class VaporJobTimedOutException (line 8) | class VaporJobTimedOutException extends Exception method __construct (line 16) | public function __construct($name, ?Throwable $previous = null) FILE: src/VaporServiceProvider.php class VaporServiceProvider (line 21) | class VaporServiceProvider extends ServiceProvider method boot (line 30) | public function boot() method queueExtender (line 53) | protected function queueExtender() method register (line 67) | public function register() method configure (line 93) | protected function configure() method offerPublishing (line 105) | protected function offerPublishing() method ensureMixIsConfigured (line 119) | protected function ensureMixIsConfigured() method configureTrustedProxy (line 131) | private function configureTrustedProxy() method registerMiddleware (line 141) | protected function registerMiddleware() method registerCommands (line 153) | protected function registerCommands() method registerOctaneCommands (line 191) | protected function registerOctaneCommands() FILE: src/debug.php function __vapor_debug (line 4) | function __vapor_debug($message) FILE: tests/Feature/ApiGatewayOctaneHandlerTest.php class ApiGatewayOctaneHandlerTest (line 22) | class ApiGatewayOctaneHandlerTest extends TestCase method setUp (line 24) | protected function setUp(): void method tearDown (line 40) | protected function tearDown(): void method test_response_body (line 53) | public function test_response_body() method test_invalid_uri (line 68) | public function test_invalid_uri() method test_response_file (line 84) | public function test_response_file() method test_response_download (line 103) | public function test_response_download() method test_response_fires_events (line 120) | public function test_response_fires_events() method test_response_headers (line 140) | public function test_response_headers() method test_response_status (line 158) | public function test_response_status() method test_each_request_have_its_own_app (line 173) | public function test_each_request_have_its_own_app() method test_response_cookies (line 203) | public function test_response_cookies() method test_robots_header_is_set (line 221) | public function test_robots_header_is_set() method test_maintenance_mode (line 241) | public function test_maintenance_mode() method test_request_body (line 264) | public function test_request_body() method test_request_form_url_encoded_without_inline_input_method (line 290) | public function test_request_form_url_encoded_without_inline_input_met... method test_request_cookies (line 315) | public function test_request_cookies() method test_request_ignores_invalid_cookies (line 337) | public function test_request_ignores_invalid_cookies() method test_request_file_uploads (line 359) | public function test_request_file_uploads() method test_request_file_uploads_without_inline_input_method (line 407) | public function test_request_file_uploads_without_inline_input_method() method test_request_query_string (line 450) | public function test_request_query_string() method test_request_query_params (line 473) | public function test_request_query_params() method test_request_headers (line 499) | public function test_request_headers() method test_request_multi_headers (line 520) | public function test_request_multi_headers() method test_maintenance_mode_with_valid_bypass_cookie (line 543) | public function test_maintenance_mode_with_valid_bypass_cookie() method test_maintenance_mode_with_invalid_bypass_cookie (line 582) | public function test_maintenance_mode_with_invalid_bypass_cookie() method test_streamed_responses (line 606) | public function test_streamed_responses() FILE: tests/Feature/Commands/OctaneStatusCommandTest.php class OctaneStatusCommandTest (line 11) | class OctaneStatusCommandTest extends TestCase method setUp (line 13) | protected function setUp(): void method test_when_octane_is_not_running (line 20) | public function test_when_octane_is_not_running() method test_when_octane_is_running (line 27) | public function test_when_octane_is_running() method tearDown (line 36) | protected function tearDown(): void FILE: tests/Feature/EnsureOnNakedDomainTest.php class EnsureOnNakedDomainTest (line 11) | class EnsureOnNakedDomainTest extends TestCase method setUp (line 13) | protected function setUp(): void method getPackageProviders (line 24) | protected function getPackageProviders($app): array method test_redirects (line 31) | #[DataProvider('useCases')] method useCases (line 46) | public static function useCases() FILE: tests/Feature/LambdaProxyOctaneHandlerTest.php class LambdaProxyOctaneHandlerTest (line 21) | class LambdaProxyOctaneHandlerTest extends TestCase method setUp (line 23) | protected function setUp(): void method tearDown (line 39) | protected function tearDown(): void method test_response_body (line 52) | public function test_response_body() method test_invalid_uri (line 72) | public function test_invalid_uri() method test_response_file (line 93) | public function test_response_file() method test_response_download (line 117) | public function test_response_download() method test_response_fires_events (line 138) | public function test_response_fires_events() method test_response_headers (line 163) | public function test_response_headers() method test_response_status (line 186) | public function test_response_status() method test_each_request_have_its_own_app (line 206) | public function test_each_request_have_its_own_app() method test_response_cookies (line 246) | public function test_response_cookies() method test_robots_header_is_set (line 269) | public function test_robots_header_is_set() method test_maintenance_mode (line 294) | public function test_maintenance_mode() method test_request_body (line 322) | public function test_request_body() method test_request_form_url_encoded_without_inline_input_method (line 353) | public function test_request_form_url_encoded_without_inline_input_met... method test_request_cookies (line 383) | public function test_request_cookies() method test_request_ignores_invalid_cookies (line 410) | public function test_request_ignores_invalid_cookies() method test_request_file_uploads (line 438) | public function test_request_file_uploads() method test_request_file_uploads_without_inline_input_method (line 491) | public function test_request_file_uploads_without_inline_input_method() method test_request_query_string (line 539) | public function test_request_query_string() method test_request_query_params (line 567) | public function test_request_query_params() method test_request_headers (line 598) | public function test_request_headers() method test_request_multi_headers (line 625) | public function test_request_multi_headers() method test_maintenance_mode_with_valid_bypass_cookie (line 653) | public function test_maintenance_mode_with_valid_bypass_cookie() method test_maintenance_mode_with_invalid_bypass_cookie (line 697) | public function test_maintenance_mode_with_invalid_bypass_cookie() FILE: tests/Feature/LoadBalancedOctaneHandlerTest.php class LoadBalancedOctaneHandlerTest (line 22) | class LoadBalancedOctaneHandlerTest extends TestCase method setUp (line 24) | protected function setUp(): void method tearDown (line 40) | protected function tearDown(): void method test_response_body (line 53) | public function test_response_body() method test_invalid_uri (line 68) | public function test_invalid_uri() method test_response_fires_events (line 84) | public function test_response_fires_events() method test_response_file (line 104) | public function test_response_file() method test_response_download (line 123) | public function test_response_download() method test_response_headers (line 140) | public function test_response_headers() method test_response_status (line 158) | public function test_response_status() method test_each_response_have_its_own_app (line 173) | public function test_each_response_have_its_own_app() method test_response_cookies (line 203) | public function test_response_cookies() method test_robots_header_is_set (line 221) | public function test_robots_header_is_set() method test_maintenance_mode (line 239) | public function test_maintenance_mode() method test_request_body (line 262) | public function test_request_body() method test_request_form_url_encoded_without_inline_input_method (line 288) | public function test_request_form_url_encoded_without_inline_input_met... method test_request_file_uploads (line 313) | public function test_request_file_uploads() method test_request_file_uploads_without_inline_input_method (line 361) | public function test_request_file_uploads_without_inline_input_method() method test_request_cookies (line 404) | public function test_request_cookies() method test_request_ignores_invalid_cookies (line 426) | public function test_request_ignores_invalid_cookies() method test_request_query_string (line 448) | public function test_request_query_string() method test_request_query_params (line 471) | public function test_request_query_params() method test_request_headers (line 497) | public function test_request_headers() method test_request_multi_headers (line 518) | public function test_request_multi_headers() method test_maintenance_mode_with_valid_bypass_cookie (line 541) | public function test_maintenance_mode_with_valid_bypass_cookie() method test_maintenance_mode_with_invalid_bypass_cookie (line 580) | public function test_maintenance_mode_with_invalid_bypass_cookie() method test_streamed_responses (line 604) | public function test_streamed_responses() FILE: tests/Feature/OctaneManageDatabaseSessionsTest.php class OctaneManageDatabaseSessionsTest (line 10) | class OctaneManageDatabaseSessionsTest extends TestCase method test_it_does_not_throw_when_pdo_connection_has_gone_away (line 12) | public function test_it_does_not_throw_when_pdo_connection_has_gone_aw... method test_it_proves_bug_exists_without_fix (line 37) | public function test_it_proves_bug_exists_without_fix() method test_it_still_sets_wait_timeout_on_live_connections (line 53) | public function test_it_still_sets_wait_timeout_on_live_connections() method test_it_handles_mixed_live_and_stale_connections (line 76) | public function test_it_handles_mixed_live_and_stale_connections() FILE: tests/Feature/OctaneTest.php class OctaneTest (line 20) | class OctaneTest extends TestCase method setUp (line 22) | protected function setUp(): void method tearDown (line 35) | protected function tearDown(): void method test_on_error (line 44) | public function test_on_error() method test_server_software (line 73) | public function test_server_software() FILE: tests/Feature/RedirectStaticAssetsTest.php class RedirectStaticAssetsTest (line 10) | class RedirectStaticAssetsTest extends TestCase method setUp (line 12) | protected function setUp(): void method getPackageProviders (line 23) | protected function getPackageProviders($app): array method test_redirects_to_favicon_ico (line 30) | public function test_redirects_to_favicon_ico() FILE: tests/Feature/SignedStorageUrlEndpointTest.php class SignedStorageUrlEndpointTest (line 10) | class SignedStorageUrlEndpointTest extends TestCase method getPackageProviders (line 12) | protected function getPackageProviders($app): array method test_signed_url_preserves_its_components (line 19) | public function test_signed_url_preserves_its_components(): void method test_signed_url_expires_after (line 48) | public function test_signed_url_expires_after(): void FILE: tests/Feature/VaporJobTest.php class VaporJobTest (line 15) | class VaporJobTest extends TestCase method setUp (line 17) | protected function setUp(): void method getPackageProviders (line 24) | protected function getPackageProviders($app): array method test_job_release_attempts_without_cache (line 31) | public function test_job_release_attempts_without_cache() method test_job_release_attempts_with_cache (line 62) | public function test_job_release_attempts_with_cache() method test_job_attempts_without_cache (line 97) | public function test_job_attempts_without_cache() method test_job_attempts_with_cache (line 117) | public function test_job_attempts_with_cache() method test_job_attempts_priority (line 137) | public function test_job_attempts_priority() method test_job_attempts_when_its_missing_from_payload (line 164) | public function test_job_attempts_when_its_missing_from_payload() method test_job_attempts_on_delete (line 178) | public function test_job_attempts_on_delete() method test_job_fire_without_cache (line 206) | public function test_job_fire_without_cache() method test_job_fire_with_cache (line 246) | public function test_job_fire_with_cache() FILE: tests/Feature/VaporQueueTest.php class VaporQueueTest (line 13) | class VaporQueueTest extends TestCase method setUp (line 15) | protected function setUp(): void method getPackageProviders (line 22) | protected function getPackageProviders($app): array method test_proper_payload_array_is_created (line 29) | public function test_proper_payload_array_is_created() method test_queue_pop (line 67) | public function test_queue_pop() FILE: tests/TestCase.php class TestCase (line 10) | abstract class TestCase extends BaseTestCase method tearDown (line 12) | protected function tearDown(): void method getPackageProviders (line 19) | protected function getPackageProviders($app) FILE: tests/Unit/FakeJob.php class FakeJob (line 5) | class FakeJob method handle (line 9) | public function handle() FILE: tests/Unit/FpmRequestTest.php class FpmRequestTest (line 10) | class FpmRequestTest extends TestCase method setUp (line 12) | public function setUp(): void method tearDown (line 19) | protected function tearDown(): void method test_query_string_is_decoded_for_elb_requests (line 24) | public function test_query_string_is_decoded_for_elb_requests() method test_api_gateway_headers_are_handled (line 39) | public function test_api_gateway_headers_are_handled() method test_api_gateway_v2_headers_are_handled (line 64) | public function test_api_gateway_v2_headers_are_handled() method test_api_gateway_v2_query_parameters_are_handled (line 94) | public function test_api_gateway_v2_query_parameters_are_handled() method test_load_balancer_headers_are_over_spoofed_headers (line 119) | public function test_load_balancer_headers_are_over_spoofed_headers() method test_request_content_length_is_numeric (line 155) | public function test_request_content_length_is_numeric() method test_api_gateway_v1_request_time_is_set (line 194) | public function test_api_gateway_v1_request_time_is_set() method test_api_gateway_v2_request_time_is_set (line 208) | public function test_api_gateway_v2_request_time_is_set() method test_elb_request_time_is_not_set (line 222) | public function test_elb_request_time_is_not_set() FILE: tests/Unit/HttpKernelTest.php class HttpKernelTest (line 12) | class HttpKernelTest extends TestCase method tearDown (line 14) | protected function tearDown(): void method test_should_send_maintenance_mode_response_when_enabled_and_on_non_vanity_domain (line 19) | public function test_should_send_maintenance_mode_response_when_enable... method test_should_send_isbase64encode_on_binary_response (line 34) | public function test_should_send_isbase64encode_on_binary_response() FILE: tests/Unit/LambdaEventTest.php class LambdaEventTest (line 8) | class LambdaEventTest extends TestCase method test_to_array (line 10) | public function test_to_array() method test_array_access (line 17) | public function test_array_access() method getEvent (line 34) | public function getEvent() FILE: tests/Unit/LoadBalancedLambdaResponseTest.php class LoadBalancedLambdaResponseTest (line 8) | class LoadBalancedLambdaResponseTest extends TestCase method test_header_values_are_always_strings (line 10) | public function test_header_values_are_always_strings() FILE: tests/Unit/Logging/JsonFormatterTest.php class JsonFormatterTest (line 11) | class JsonFormatterTest extends TestCase method tearDown (line 13) | protected function tearDown(): void method test_format (line 20) | public function test_format() method test_includes_aws_request_id (line 85) | public function test_includes_aws_request_id() method test_aws_request_id_may_be_null (line 118) | public function test_aws_request_id_may_be_null() FILE: tests/Unit/OctaneHttpHandlerFactoryTest.php class OctaneHttpHandlerFactoryTest (line 17) | class OctaneHttpHandlerFactoryTest extends TestCase method setUp (line 19) | protected function setUp(): void method tearDown (line 28) | protected function tearDown(): void method test_resolves_warmer (line 35) | public function test_resolves_warmer() method test_resolves_warmer_ping (line 44) | public function test_resolves_warmer_ping() method test_resolves_octane (line 53) | public function test_resolves_octane() method test_resolves_unknown (line 62) | public function test_resolves_unknown() FILE: tests/Unit/QueueHandlerTest.php class QueueHandlerTest (line 10) | class QueueHandlerTest extends TestCase method setUp (line 12) | protected function setUp(): void method tearDown (line 19) | protected function tearDown(): void method test_job_can_be_called (line 25) | public function test_job_can_be_called() method getPackageProviders (line 56) | protected function getPackageProviders($app) method getEnvironmentSetUp (line 63) | protected function getEnvironmentSetUp($app) method getEvent (line 78) | protected function getEvent() FILE: tests/Unit/Runtime/CliHandlerFactoryTest.php class CliHandlerFactoryTest (line 10) | class CliHandlerFactoryTest extends TestCase method setUp (line 12) | protected function setUp(): void method tearDown (line 19) | protected function tearDown(): void method test_custom_sqs_events_use_cli_handler (line 26) | public function test_custom_sqs_events_use_cli_handler() method test_custom_non_sqs_lambda_events_use_cli_handler (line 31) | public function test_custom_non_sqs_lambda_events_use_cli_handler() method test_laravel_jobs_use_queue_handler (line 36) | public function test_laravel_jobs_use_queue_handler() method test_custom_handler_factory_is_used_when_set (line 41) | public function test_custom_handler_factory_is_used_when_set() method test_custom_handler_factory_receives_event (line 50) | public function test_custom_handler_factory_receives_event() method test_default_behavior_is_restored_after_reset (line 66) | public function test_default_behavior_is_restored_after_reset() method getCustomNonSQSLambdaEvent (line 77) | protected function getCustomNonSQSLambdaEvent() method getSQSJobEvent (line 85) | protected function getSQSJobEvent() method getSQSCustomEvent (line 93) | protected function getSQSCustomEvent() FILE: tests/Unit/VaporConnectorTest.php class VaporConnectorTest (line 9) | class VaporConnectorTest extends TestCase method test_can_create_vapor_queue (line 11) | public function test_can_create_vapor_queue() FILE: tests/Unit/VaporScheduleCommandTest.php class VaporScheduleCommandTest (line 13) | class VaporScheduleCommandTest extends TestCase method setUp (line 15) | protected function setUp(): void method getPackageProviders (line 26) | protected function getPackageProviders($app): array method test_scheduler_is_invoked_when_invalid_cache_is_configured (line 33) | public function test_scheduler_is_invoked_when_invalid_cache_is_config... method test_scheduler_is_called_at_the_top_of_the_minute (line 55) | public function test_scheduler_is_called_at_the_top_of_the_minute() method test_scheduler_is_not_invoked_if_lock_cannot_be_obtained (line 72) | public function test_scheduler_is_not_invoked_if_lock_cannot_be_obtain... FILE: tests/Unit/VaporTest.php class VaporTest (line 8) | class VaporTest extends TestCase method setUp (line 10) | protected function setUp(): void method test_vapor_active (line 17) | public function test_vapor_active() method test_vapor_inactive (line 24) | public function test_vapor_inactive() method test_vapor_when_active (line 29) | public function test_vapor_when_active() method test_vapor_when_active_with_callback (line 36) | public function test_vapor_when_active_with_callback() method test_vapor_when_inactive (line 45) | public function test_vapor_when_inactive() method test_vapor_when_inactive_with_callback (line 50) | public function test_vapor_when_inactive_with_callback() FILE: tests/Unit/VaporWorkCommandTest.php class VaporWorkCommandTest (line 9) | class VaporWorkCommandTest extends TestCase method setUp (line 11) | protected function setUp(): void method tearDown (line 18) | protected function tearDown(): void method test_command_can_be_called (line 24) | public function test_command_can_be_called() method getPackageProviders (line 52) | protected function getPackageProviders($app) method getEnvironmentSetUp (line 59) | protected function getEnvironmentSetUp($app) method getEvent (line 74) | protected function getEvent()