SYMBOL INDEX (31097 symbols across 2471 files) FILE: src/Illuminate/Auth/Access/AuthorizationException.php class AuthorizationException (line 8) | class AuthorizationException extends Exception method __construct (line 31) | public function __construct($message = null, $code = null, ?Throwable ... method response (line 43) | public function response() method setResponse (line 54) | public function setResponse($response) method withStatus (line 67) | public function withStatus($status) method asNotFound (line 79) | public function asNotFound() method hasStatus (line 89) | public function hasStatus() method status (line 99) | public function status() method toResponse (line 109) | public function toResponse() FILE: src/Illuminate/Auth/Access/Events/GateEvaluated.php class GateEvaluated (line 5) | class GateEvaluated method __construct (line 43) | public function __construct($user, $ability, $result, $arguments) FILE: src/Illuminate/Auth/Access/Gate.php class Gate (line 21) | class Gate implements GateContract method __construct (line 99) | public function __construct( method has (line 123) | public function has($ability) method allowIf (line 146) | public function allowIf($condition, $message = null, $code = null) method denyIf (line 161) | public function denyIf($condition, $message = null, $code = null) method authorizeOnDemand (line 177) | protected function authorizeOnDemand($condition, $message, $code, $all... method define (line 203) | public function define($ability, $callback) method resource (line 232) | public function resource($name, $class, ?array $abilities = null) method buildAbilityCallback (line 256) | protected function buildAbilityCallback($ability, $callback) method policy (line 292) | public function policy($class, $policy) method before (line 305) | public function before(callable $callback) method after (line 318) | public function after(callable $callback) method allows (line 332) | public function allows($ability, $arguments = []) method denies (line 344) | public function denies($ability, $arguments = []) method check (line 356) | public function check($abilities, $arguments = []) method any (line 370) | public function any($abilities, $arguments = []) method none (line 382) | public function none($abilities, $arguments = []) method authorize (line 396) | public function authorize($ability, $arguments = []) method inspect (line 408) | public function inspect($ability, $arguments = []) method raw (line 434) | public function raw($ability, $arguments = []) method canBeCalledWithUser (line 469) | protected function canBeCalledWithUser($user, $class, $method = null) method methodAllowsGuests (line 495) | protected function methodAllowsGuests($class, $method) method callbackAllowsGuests (line 522) | protected function callbackAllowsGuests($callback) method parameterAllowsGuests (line 535) | protected function parameterAllowsGuests($parameter) method callAuthCallback (line 549) | protected function callAuthCallback($user, $ability, array $arguments) method callBeforeCallbacks (line 564) | protected function callBeforeCallbacks($user, $ability, array $arguments) method callAfterCallbacks (line 586) | protected function callAfterCallbacks($user, $ability, array $argument... method dispatchGateEvaluatedEvent (line 610) | protected function dispatchGateEvaluatedEvent($user, $ability, array $... method resolveAuthCallback (line 627) | protected function resolveAuthCallback($user, $ability, array $arguments) method getPolicyFor (line 659) | public function getPolicyFor($class) method getPolicyFromAttribute (line 698) | protected function getPolicyFromAttribute(string $class): ?string method guessPolicyName (line 717) | protected function guessPolicyName($class) method guessPolicyNamesUsing (line 745) | public function guessPolicyNamesUsing(callable $callback) method resolvePolicy (line 760) | public function resolvePolicy($class) method resolvePolicyCallback (line 774) | protected function resolvePolicyCallback($user, $ability, array $argum... method callPolicyBefore (line 810) | protected function callPolicyBefore($policy, $user, $ability, $arguments) method callPolicyMethod (line 830) | protected function callPolicyMethod($policy, $method, $user, array $ar... method formatAbilityToMethod (line 854) | protected function formatAbilityToMethod($ability) method forUser (line 865) | public function forUser($user) method resolveUser (line 883) | protected function resolveUser() method abilities (line 893) | public function abilities() method policies (line 903) | public function policies() method defaultDenialResponse (line 914) | public function defaultDenialResponse(Response $response) method setContainer (line 927) | public function setContainer(Container $container) FILE: src/Illuminate/Auth/Access/HandlesAuthorization.php type HandlesAuthorization (line 5) | trait HandlesAuthorization method allow (line 14) | protected function allow($message = null, $code = null) method deny (line 26) | protected function deny($message = null, $code = null) method denyWithStatus (line 39) | public function denyWithStatus($status, $message = null, $code = null) method denyAsNotFound (line 51) | public function denyAsNotFound($message = null, $code = null) FILE: src/Illuminate/Auth/Access/Response.php class Response (line 8) | class Response implements Arrayable, Stringable method __construct (line 45) | public function __construct($allowed, $message = '', $code = null) method allow (line 59) | public static function allow($message = null, $code = null) method deny (line 71) | public static function deny($message = null, $code = null) method denyWithStatus (line 84) | public static function denyWithStatus($status, $message = null, $code ... method denyAsNotFound (line 96) | public static function denyAsNotFound($message = null, $code = null) method allowed (line 106) | public function allowed() method denied (line 116) | public function denied() method message (line 126) | public function message() method code (line 136) | public function code() method authorize (line 148) | public function authorize() method withStatus (line 165) | public function withStatus($status) method asNotFound (line 177) | public function asNotFound() method status (line 187) | public function status() method toArray (line 197) | public function toArray() method __toString (line 211) | public function __toString() FILE: src/Illuminate/Auth/AuthManager.php class AuthManager (line 13) | class AuthManager implements FactoryContract method __construct (line 52) | public function __construct($app) method guard (line 65) | public function guard($name = null) method resolve (line 80) | protected function resolve($name) method callCustomCreator (line 110) | protected function callCustomCreator($name, array $config) method createSessionDriver (line 122) | public function createSessionDriver($name, $config) method createTokenDriver (line 156) | public function createTokenDriver($name, $config) method getConfig (line 180) | protected function getConfig($name) method getDefaultDriver (line 190) | public function getDefaultDriver() method shouldUse (line 201) | public function shouldUse($name) method setDefaultDriver (line 216) | public function setDefaultDriver($name) method viaRequest (line 228) | public function viaRequest($driver, callable $callback) method userResolver (line 244) | public function userResolver() method resolveUsersUsing (line 255) | public function resolveUsersUsing(Closure $userResolver) method extend (line 272) | public function extend($driver, Closure $callback) method provider (line 286) | public function provider($name, Closure $callback) method hasResolvedGuards (line 298) | public function hasResolvedGuards() method forgetGuards (line 308) | public function forgetGuards() method setApplication (line 321) | public function setApplication($app) method __call (line 335) | public function __call($method, $parameters) FILE: src/Illuminate/Auth/AuthServiceProvider.php class AuthServiceProvider (line 13) | class AuthServiceProvider extends ServiceProvider method register (line 20) | public function register() method registerAuthenticator (line 35) | protected function registerAuthenticator() method registerUserResolver (line 47) | protected function registerUserResolver() method registerAccessGate (line 57) | protected function registerAccessGate() method registerRequirePassword (line 69) | protected function registerRequirePassword() method registerRequestRebindHandler (line 85) | protected function registerRequestRebindHandler() method registerEventRebindHandler (line 99) | protected function registerEventRebindHandler() FILE: src/Illuminate/Auth/Authenticatable.php type Authenticatable (line 5) | trait Authenticatable method getAuthIdentifierName (line 26) | public function getAuthIdentifierName() method getAuthIdentifier (line 36) | public function getAuthIdentifier() method getAuthIdentifierForBroadcasting (line 46) | public function getAuthIdentifierForBroadcasting() method getAuthPasswordName (line 56) | public function getAuthPasswordName() method getAuthPassword (line 66) | public function getAuthPassword() method getRememberToken (line 76) | public function getRememberToken() method setRememberToken (line 89) | public function setRememberToken($value) method getRememberTokenName (line 101) | public function getRememberTokenName() FILE: src/Illuminate/Auth/AuthenticationException.php class AuthenticationException (line 8) | class AuthenticationException extends Exception method __construct (line 38) | public function __construct($message = 'Unauthenticated.', array $guar... method guards (line 51) | public function guards() method redirectTo (line 62) | public function redirectTo(Request $request) method redirectUsing (line 79) | public static function redirectUsing(callable $redirectToCallback) FILE: src/Illuminate/Auth/Console/ClearResetsCommand.php class ClearResetsCommand (line 8) | #[AsCommand(name: 'auth:clear-resets')] method handle (line 30) | public function handle() FILE: src/Illuminate/Auth/CreatesUserProviders.php type CreatesUserProviders (line 7) | trait CreatesUserProviders method createUserProvider (line 24) | public function createUserProvider($provider = null) method getProviderConfiguration (line 51) | protected function getProviderConfiguration($provider) method createDatabaseProvider (line 64) | protected function createDatabaseProvider($config) method createEloquentProvider (line 79) | protected function createEloquentProvider($config) method getDefaultUserProvider (line 89) | public function getDefaultUserProvider() FILE: src/Illuminate/Auth/DatabaseUserProvider.php class DatabaseUserProvider (line 12) | class DatabaseUserProvider implements UserProvider method __construct (line 42) | public function __construct(ConnectionInterface $connection, HasherCon... method retrieveById (line 55) | public function retrieveById($identifier) method retrieveByToken (line 69) | public function retrieveByToken($identifier, #[\SensitiveParameter] $t... method updateRememberToken (line 87) | public function updateRememberToken(UserContract $user, #[\SensitivePa... method retrieveByCredentials (line 100) | public function retrieveByCredentials(#[\SensitiveParameter] array $cr... method getGenericUser (line 141) | protected function getGenericUser($user) method validateCredentials (line 155) | public function validateCredentials(UserContract $user, #[\SensitivePa... method rehashPasswordIfRequired (line 176) | public function rehashPasswordIfRequired(UserContract $user, #[\Sensit... FILE: src/Illuminate/Auth/EloquentUserProvider.php class EloquentUserProvider (line 11) | class EloquentUserProvider implements UserProvider method __construct (line 40) | public function __construct(HasherContract $hasher, $model) method retrieveById (line 52) | public function retrieveById($identifier) method retrieveByToken (line 68) | public function retrieveByToken($identifier, #[\SensitiveParameter] $t... method updateRememberToken (line 92) | public function updateRememberToken(UserContract $user, #[\SensitivePa... method retrieveByCredentials (line 111) | public function retrieveByCredentials(#[\SensitiveParameter] array $cr... method validateCredentials (line 148) | public function validateCredentials(UserContract $user, #[\SensitivePa... method rehashPasswordIfRequired (line 169) | public function rehashPasswordIfRequired(UserContract $user, #[\Sensit... method newModelQuery (line 188) | protected function newModelQuery($model = null) method createModel (line 204) | public function createModel() method getHasher (line 216) | public function getHasher() method setHasher (line 227) | public function setHasher(HasherContract $hasher) method getModel (line 239) | public function getModel() method setModel (line 250) | public function setModel($model) method getQueryCallback (line 262) | public function getQueryCallback() method withQuery (line 273) | public function withQuery($queryCallback = null) FILE: src/Illuminate/Auth/Events/Attempting.php class Attempting (line 5) | class Attempting method __construct (line 14) | public function __construct( FILE: src/Illuminate/Auth/Events/Authenticated.php class Authenticated (line 7) | class Authenticated method __construct (line 17) | public function __construct( FILE: src/Illuminate/Auth/Events/CurrentDeviceLogout.php class CurrentDeviceLogout (line 7) | class CurrentDeviceLogout method __construct (line 17) | public function __construct( FILE: src/Illuminate/Auth/Events/Failed.php class Failed (line 5) | class Failed method __construct (line 14) | public function __construct( FILE: src/Illuminate/Auth/Events/Lockout.php class Lockout (line 7) | class Lockout method __construct (line 21) | public function __construct(Request $request) FILE: src/Illuminate/Auth/Events/Login.php class Login (line 7) | class Login method __construct (line 18) | public function __construct( FILE: src/Illuminate/Auth/Events/Logout.php class Logout (line 7) | class Logout method __construct (line 17) | public function __construct( FILE: src/Illuminate/Auth/Events/OtherDeviceLogout.php class OtherDeviceLogout (line 7) | class OtherDeviceLogout method __construct (line 17) | public function __construct( FILE: src/Illuminate/Auth/Events/PasswordReset.php class PasswordReset (line 7) | class PasswordReset method __construct (line 16) | public function __construct( FILE: src/Illuminate/Auth/Events/PasswordResetLinkSent.php class PasswordResetLinkSent (line 7) | class PasswordResetLinkSent method __construct (line 16) | public function __construct( FILE: src/Illuminate/Auth/Events/Registered.php class Registered (line 7) | class Registered method __construct (line 16) | public function __construct( FILE: src/Illuminate/Auth/Events/Validated.php class Validated (line 7) | class Validated method __construct (line 17) | public function __construct( FILE: src/Illuminate/Auth/Events/Verified.php class Verified (line 7) | class Verified method __construct (line 16) | public function __construct( FILE: src/Illuminate/Auth/GenericUser.php class GenericUser (line 7) | class GenericUser implements UserContract method __construct (line 21) | public function __construct(array $attributes) method getAuthIdentifierName (line 31) | public function getAuthIdentifierName() method getAuthIdentifier (line 41) | public function getAuthIdentifier() method getAuthPasswordName (line 51) | public function getAuthPasswordName() method getAuthPassword (line 61) | public function getAuthPassword() method getRememberToken (line 71) | public function getRememberToken() method setRememberToken (line 82) | public function setRememberToken($value) method getRememberTokenName (line 92) | public function getRememberTokenName() method __get (line 103) | public function __get($key) method __set (line 115) | public function __set($key, $value) method __isset (line 126) | public function __isset($key) method __unset (line 137) | public function __unset($key) FILE: src/Illuminate/Auth/GuardHelpers.php type GuardHelpers (line 11) | trait GuardHelpers method authenticate (line 34) | public function authenticate() method hasUser (line 44) | public function hasUser() method check (line 54) | public function check() method guest (line 64) | public function guest() method id (line 74) | public function id() method setUser (line 85) | public function setUser(AuthenticatableContract $user) method forgetUser (line 97) | public function forgetUser() method getProvider (line 109) | public function getProvider() method setProvider (line 120) | public function setProvider(UserProvider $provider) FILE: src/Illuminate/Auth/Listeners/SendEmailVerificationNotification.php class SendEmailVerificationNotification (line 8) | class SendEmailVerificationNotification method handle (line 16) | public function handle(Registered $event) FILE: src/Illuminate/Auth/Middleware/Authenticate.php class Authenticate (line 11) | class Authenticate implements AuthenticatesRequests method __construct (line 32) | public function __construct(Auth $auth) method using (line 44) | public static function using($guard, ...$others) method handle (line 59) | public function handle($request, Closure $next, ...$guards) method authenticate (line 75) | protected function authenticate($request, array $guards) method unauthenticated (line 99) | protected function unauthenticated($request, array $guards) method redirectTo (line 114) | protected function redirectTo(Request $request) method redirectUsing (line 127) | public static function redirectUsing(callable $redirectToCallback) FILE: src/Illuminate/Auth/Middleware/AuthenticateWithBasicAuth.php class AuthenticateWithBasicAuth (line 8) | class AuthenticateWithBasicAuth method __construct (line 22) | public function __construct(AuthFactory $auth) method using (line 36) | public static function using($guard = null, $field = null) method handle (line 52) | public function handle($request, Closure $next, $guard = null, $field ... FILE: src/Illuminate/Auth/Middleware/Authorize.php class Authorize (line 12) | class Authorize method __construct (line 26) | public function __construct(Gate $gate) method using (line 38) | public static function using($ability, ...$models) method handle (line 55) | public function handle($request, Closure $next, $ability, ...$models) method getGateArguments (line 69) | protected function getGateArguments($request, $models) method getModel (line 87) | protected function getModel($request, $model) method isClassName (line 103) | protected function isClassName($value) FILE: src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php class EnsureEmailIsVerified (line 10) | class EnsureEmailIsVerified method redirectTo (line 18) | public static function redirectTo($route) method handle (line 31) | public function handle($request, Closure $next, $redirectToRoute = null) FILE: src/Illuminate/Auth/Middleware/RedirectIfAuthenticated.php class RedirectIfAuthenticated (line 11) | class RedirectIfAuthenticated method using (line 27) | public static function using($guard, ...$others) method handle (line 37) | public function handle(Request $request, Closure $next, string ...$gua... method redirectTo (line 53) | protected function redirectTo(Request $request): ?string method defaultRedirectUri (line 63) | protected function defaultRedirectUri(): string method redirectUsing (line 88) | public static function redirectUsing(callable $redirectToCallback) FILE: src/Illuminate/Auth/Middleware/RequirePassword.php class RequirePassword (line 10) | class RequirePassword method __construct (line 40) | public function __construct(ResponseFactory $responseFactory, UrlGener... method using (line 56) | public static function using($redirectToRoute = null, $passwordTimeout... method handle (line 70) | public function handle($request, Closure $next, $redirectToRoute = nul... method shouldConfirmPassword (line 94) | protected function shouldConfirmPassword($request, $passwordTimeoutSec... FILE: src/Illuminate/Auth/MustVerifyEmail.php type MustVerifyEmail (line 7) | trait MustVerifyEmail method hasVerifiedEmail (line 14) | public function hasVerifiedEmail() method markEmailAsVerified (line 24) | public function markEmailAsVerified() method markEmailAsUnverified (line 36) | public function markEmailAsUnverified() method sendEmailVerificationNotification (line 48) | public function sendEmailVerificationNotification() method getEmailForVerification (line 58) | public function getEmailForVerification() FILE: src/Illuminate/Auth/Notifications/ResetPassword.php class ResetPassword (line 9) | class ResetPassword extends Notification method __construct (line 37) | public function __construct(#[\SensitiveParameter] $token) method via (line 48) | public function via($notifiable) method toMail (line 59) | public function toMail($notifiable) method buildMailMessage (line 74) | protected function buildMailMessage($url) method resetUrl (line 90) | protected function resetUrl($notifiable) method createUrlUsing (line 108) | public static function createUrlUsing($callback) method toMailUsing (line 119) | public static function toMailUsing($callback) FILE: src/Illuminate/Auth/Notifications/VerifyEmail.php class VerifyEmail (line 12) | class VerifyEmail extends Notification method via (line 34) | public function via($notifiable) method toMail (line 45) | public function toMail($notifiable) method buildMailMessage (line 62) | protected function buildMailMessage($url) method verificationUrl (line 77) | protected function verificationUrl($notifiable) method createUrlUsing (line 99) | public static function createUrlUsing($callback) method toMailUsing (line 110) | public static function toMailUsing($callback) FILE: src/Illuminate/Auth/Passwords/CacheTokenRepository.php class CacheTokenRepository (line 11) | class CacheTokenRepository implements TokenRepositoryInterface method __construct (line 21) | public function __construct( method create (line 36) | public function create(CanResetPasswordContract $user) method exists (line 58) | public function exists(CanResetPasswordContract $user, #[\SensitivePar... method tokenExpired (line 73) | protected function tokenExpired($createdAt) method recentlyCreatedToken (line 84) | public function recentlyCreatedToken(CanResetPasswordContract $user) method tokenRecentlyCreated (line 97) | protected function tokenRecentlyCreated($createdAt) method delete (line 114) | public function delete(CanResetPasswordContract $user) method deleteExpired (line 124) | public function deleteExpired() method cacheKey (line 134) | public function cacheKey(CanResetPasswordContract $user): string FILE: src/Illuminate/Auth/Passwords/CanResetPassword.php type CanResetPassword (line 7) | trait CanResetPassword method getEmailForPasswordReset (line 14) | public function getEmailForPasswordReset() method sendPasswordResetNotification (line 25) | public function sendPasswordResetNotification(#[\SensitiveParameter] $... FILE: src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php class DatabaseTokenRepository (line 11) | class DatabaseTokenRepository implements TokenRepositoryInterface method __construct (line 19) | public function __construct( method create (line 35) | public function create(CanResetPasswordContract $user) method deleteExisting (line 57) | protected function deleteExisting(CanResetPasswordContract $user) method getPayload (line 69) | protected function getPayload($email, #[\SensitiveParameter] $token) method exists (line 81) | public function exists(CanResetPasswordContract $user, #[\SensitivePar... method tokenExpired (line 98) | protected function tokenExpired($createdAt) method recentlyCreatedToken (line 109) | public function recentlyCreatedToken(CanResetPasswordContract $user) method tokenRecentlyCreated (line 124) | protected function tokenRecentlyCreated($createdAt) method delete (line 141) | public function delete(CanResetPasswordContract $user) method deleteExpired (line 151) | public function deleteExpired() method createNewToken (line 163) | public function createNewToken() method getConnection (line 173) | public function getConnection() method getTable (line 183) | protected function getTable() method getHasher (line 193) | public function getHasher() FILE: src/Illuminate/Auth/Passwords/PasswordBroker.php class PasswordBroker (line 15) | class PasswordBroker implements PasswordBrokerContract method __construct (line 61) | public function __construct( method sendResetLink (line 82) | public function sendResetLink(#[\SensitiveParameter] array $credential... method reset (line 122) | public function reset(#[\SensitiveParameter] array $credentials, Closu... method validateReset (line 155) | protected function validateReset(#[\SensitiveParameter] array $credent... method getUser (line 176) | public function getUser(#[\SensitiveParameter] array $credentials) method createToken (line 195) | public function createToken(CanResetPasswordContract $user) method deleteToken (line 206) | public function deleteToken(CanResetPasswordContract $user) method tokenExists (line 218) | public function tokenExists(CanResetPasswordContract $user, #[\Sensiti... method getRepository (line 228) | public function getRepository() method getTimebox (line 238) | public function getTimebox() FILE: src/Illuminate/Auth/Passwords/PasswordBrokerManager.php class PasswordBrokerManager (line 11) | class PasswordBrokerManager implements FactoryContract method __construct (line 32) | public function __construct($app) method broker (line 43) | public function broker($name = null) method resolve (line 58) | protected function resolve($name) method createTokenRepository (line 83) | protected function createTokenRepository(array $config) method getConfig (line 117) | protected function getConfig($name) method getDefaultDriver (line 127) | public function getDefaultDriver() method setDefaultDriver (line 138) | public function setDefaultDriver($name) method __call (line 150) | public function __call($method, $parameters) FILE: src/Illuminate/Auth/Passwords/PasswordResetServiceProvider.php class PasswordResetServiceProvider (line 8) | class PasswordResetServiceProvider extends ServiceProvider implements De... method register (line 15) | public function register() method registerPasswordBroker (line 25) | protected function registerPasswordBroker() method provides (line 41) | public function provides() FILE: src/Illuminate/Auth/Passwords/TokenRepositoryInterface.php type TokenRepositoryInterface (line 7) | interface TokenRepositoryInterface method create (line 15) | public function create(CanResetPasswordContract $user); method exists (line 24) | public function exists(CanResetPasswordContract $user, #[\SensitivePar... method recentlyCreatedToken (line 32) | public function recentlyCreatedToken(CanResetPasswordContract $user); method delete (line 40) | public function delete(CanResetPasswordContract $user); method deleteExpired (line 47) | public function deleteExpired(); FILE: src/Illuminate/Auth/Recaller.php class Recaller (line 5) | class Recaller method __construct (line 19) | public function __construct($recaller) method id (line 29) | public function id() method token (line 39) | public function token() method hash (line 49) | public function hash() method valid (line 59) | public function valid() method properString (line 69) | protected function properString() method hasAllSegments (line 79) | protected function hasAllSegments() method segments (line 91) | public function segments() FILE: src/Illuminate/Auth/RequestGuard.php class RequestGuard (line 10) | class RequestGuard implements Guard method __construct (line 35) | public function __construct(callable $callback, Request $request, ?Use... method user (line 47) | public function user() method validate (line 67) | public function validate(#[\SensitiveParameter] array $credentials = []) method setRequest (line 80) | public function setRequest(Request $request) FILE: src/Illuminate/Auth/SessionGuard.php class SessionGuard (line 30) | class SessionGuard implements StatefulGuard, SupportsBasicAuth method __construct (line 146) | public function __construct( method user (line 171) | public function user() method userFromRecaller (line 215) | protected function userFromRecaller($recaller) method recaller (line 238) | protected function recaller() method id (line 254) | public function id() method once (line 271) | public function once(array $credentials = []) method onceUsingId (line 294) | public function onceUsingId($id) method validate (line 311) | public function validate(array $credentials = []) method basic (line 335) | public function basic($field = 'email', $extraConditions = []) method onceBasic (line 360) | public function onceBasic($field = 'email', $extraConditions = []) method attemptBasic (line 377) | protected function attemptBasic(Request $request, $field, $extraCondit... method basicCredentials (line 395) | protected function basicCredentials(Request $request, $field) method failedBasicResponse (line 407) | protected function failedBasicResponse() method attempt (line 419) | public function attempt(array $credentials = [], $remember = false) method attemptWhen (line 456) | public function attemptWhen(array $credentials = [], $callbacks = null... method hasValidCredentials (line 489) | protected function hasValidCredentials($user, $credentials) method shouldLogin (line 507) | protected function shouldLogin($callbacks, AuthenticatableContract $user) method rehashPasswordIfRequired (line 525) | protected function rehashPasswordIfRequired(AuthenticatableContract $u... method loginUsingId (line 539) | public function loginUsingId($id, $remember = false) method login (line 557) | public function login(AuthenticatableContract $user, $remember = false) method updateSession (line 584) | protected function updateSession($id) method ensureRememberTokenIsSet (line 597) | protected function ensureRememberTokenIsSet(AuthenticatableContract $u... method queueRecallerCookie (line 610) | protected function queueRecallerCookie(AuthenticatableContract $user) method createRecaller (line 625) | protected function createRecaller($value) method hashPasswordForCookie (line 636) | public function hashPasswordForCookie($passwordHash) method logout (line 650) | public function logout() method logoutCurrentDevice (line 680) | public function logoutCurrentDevice() method clearUserDataFromStorage (line 704) | protected function clearUserDataFromStorage() method cycleRememberToken (line 723) | protected function cycleRememberToken(AuthenticatableContract $user) method logoutOtherDevices (line 740) | public function logoutOtherDevices($password) method rehashUserPasswordForDeviceLogout (line 766) | protected function rehashUserPasswordForDeviceLogout($password) method attempting (line 785) | public function attempting($callback) method fireAttemptEvent (line 797) | protected function fireAttemptEvent(array $credentials, $remember = fa... method fireValidatedEvent (line 808) | protected function fireValidatedEvent($user) method fireLoginEvent (line 820) | protected function fireLoginEvent($user, $remember = false) method fireAuthenticatedEvent (line 831) | protected function fireAuthenticatedEvent($user) method fireOtherDeviceLogoutEvent (line 842) | protected function fireOtherDeviceLogoutEvent($user) method fireFailedEvent (line 854) | protected function fireFailedEvent($user, array $credentials) method getLastAttempted (line 864) | public function getLastAttempted() method getName (line 874) | public function getName() method getRecallerName (line 884) | public function getRecallerName() method viaRemember (line 894) | public function viaRemember() method getRememberDuration (line 904) | protected function getRememberDuration() method setRememberDuration (line 915) | public function setRememberDuration($minutes) method getCookieJar (line 929) | public function getCookieJar() method setCookieJar (line 944) | public function setCookieJar(CookieJar $cookie) method getDispatcher (line 954) | public function getDispatcher() method setDispatcher (line 965) | public function setDispatcher(Dispatcher $events) method getSession (line 975) | public function getSession() method getUser (line 985) | public function getUser() method setUser (line 996) | public function setUser(AuthenticatableContract $user) method getRequest (line 1012) | public function getRequest() method setRequest (line 1023) | public function setRequest(Request $request) method getTimebox (line 1035) | public function getTimebox() FILE: src/Illuminate/Auth/TokenGuard.php class TokenGuard (line 10) | class TokenGuard implements Guard method __construct (line 51) | public function __construct( method user (line 70) | public function user() method getTokenForRequest (line 97) | public function getTokenForRequest() method validate (line 111) | public function validate(array $credentials = []) method setRequest (line 128) | public function setRequest(Request $request) FILE: src/Illuminate/Broadcasting/AnonymousEvent.php class AnonymousEvent (line 11) | class AnonymousEvent implements ShouldBroadcast method __construct (line 43) | public function __construct(protected Channel|array|string $channels) method via (line 51) | public function via(string $connection): static method as (line 61) | public function as(string $name): static method with (line 71) | public function with(Arrayable|array $payload): static method toOthers (line 85) | public function toOthers(): static method sendNow (line 95) | public function sendNow(): void method send (line 105) | public function send(): void method broadcastAs (line 117) | public function broadcastAs(): string method broadcastWith (line 127) | public function broadcastWith(): array method broadcastOn (line 137) | public function broadcastOn(): Channel|array method shouldBroadcastNow (line 145) | public function shouldBroadcastNow(): bool FILE: src/Illuminate/Broadcasting/BroadcastController.php class BroadcastController (line 10) | class BroadcastController extends Controller method authenticate (line 18) | public function authenticate(Request $request) method authenticateUser (line 37) | public function authenticateUser(Request $request) FILE: src/Illuminate/Broadcasting/BroadcastEvent.php class BroadcastEvent (line 20) | class BroadcastEvent implements ShouldQueue method __construct (line 71) | public function __construct($event) method handle (line 88) | public function handle(BroadcastingFactory $manager) method getPayloadFromEvent (line 121) | protected function getPayloadFromEvent($event) method formatProperty (line 145) | protected function formatProperty($value) method getConnectionChannels (line 161) | protected function getConnectionChannels($channels, $connection) method getConnectionPayload (line 175) | protected function getConnectionPayload($payload, $connection) method middleware (line 193) | public function middleware(): array method failed (line 208) | public function failed(?Throwable $e = null): void method displayName (line 222) | public function displayName() method __clone (line 232) | public function __clone() FILE: src/Illuminate/Broadcasting/BroadcastException.php class BroadcastException (line 7) | class BroadcastException extends RuntimeException FILE: src/Illuminate/Broadcasting/BroadcastManager.php class BroadcastManager (line 34) | class BroadcastManager implements FactoryContract method __construct (line 64) | public function __construct($app) method routes (line 75) | public function routes(?array $attributes = null) method userRoutes (line 97) | public function userRoutes(?array $attributes = null) method channelRoutes (line 121) | public function channelRoutes(?array $attributes = null) method socket (line 132) | public function socket($request = null) method on (line 146) | public function on(Channel|string|array $channels): AnonymousEvent method private (line 154) | public function private(string $channel): AnonymousEvent method presence (line 162) | public function presence(string $channel): AnonymousEvent method event (line 173) | public function event($event = null) method queue (line 184) | public function queue($event) method mustBeUniqueAndCannotAcquireLock (line 241) | protected function mustBeUniqueAndCannotAcquireLock($event) method connection (line 256) | public function connection($name = null) method driver (line 267) | public function driver($name = null) method get (line 280) | protected function get($name) method resolve (line 294) | protected function resolve($name) method callCustomCreator (line 325) | protected function callCustomCreator(array $config) method createReverbDriver (line 336) | protected function createReverbDriver(array $config) method createPusherDriver (line 347) | protected function createPusherDriver(array $config) method pusher (line 358) | public function pusher(array $config) method createAblyDriver (line 392) | protected function createAblyDriver(array $config) method ably (line 403) | public function ably(array $config) method createRedisDriver (line 414) | protected function createRedisDriver(array $config) method createLogDriver (line 428) | protected function createLogDriver(array $config) method createNullDriver (line 441) | protected function createNullDriver(array $config) method getConfig (line 452) | protected function getConfig($name) method getDefaultDriver (line 466) | public function getDefaultDriver() method setDefaultDriver (line 477) | public function setDefaultDriver($name) method purge (line 488) | public function purge($name = null) method extend (line 505) | public function extend($driver, Closure $callback) method rescue (line 518) | protected function rescue(Closure $callback) method getApplication (line 532) | public function getApplication() method setApplication (line 543) | public function setApplication($app) method forgetDrivers (line 555) | public function forgetDrivers() method __call (line 569) | public function __call($method, $parameters) FILE: src/Illuminate/Broadcasting/BroadcastServiceProvider.php class BroadcastServiceProvider (line 10) | class BroadcastServiceProvider extends ServiceProvider implements Deferr... method register (line 17) | public function register() method provides (line 35) | public function provides() FILE: src/Illuminate/Broadcasting/Broadcasters/AblyBroadcaster.php class AblyBroadcaster (line 16) | class AblyBroadcaster extends Broadcaster method __construct (line 30) | public function __construct(AblyRest $ably) method auth (line 43) | public function auth($request) method validAuthenticationResponse (line 65) | public function validAuthenticationResponse($request, $result) method generateAblySignature (line 106) | public function generateAblySignature($channelName, $socketId, $userDa... method broadcast (line 125) | public function broadcast(array $channels, $event, array $payload = []) method buildAblyMessage (line 147) | protected function buildAblyMessage($event, array $payload = []) method isGuardedChannel (line 162) | public function isGuardedChannel($channel) method normalizeChannelName (line 173) | public function normalizeChannelName($channel) method formatChannels (line 190) | protected function formatChannels(array $channels) method getPublicToken (line 210) | protected function getPublicToken() method getPrivateToken (line 220) | protected function getPrivateToken() method getAbly (line 230) | public function getAbly() method setAbly (line 241) | public function setAbly($ably) FILE: src/Illuminate/Broadcasting/Broadcasters/Broadcaster.php class Broadcaster (line 19) | abstract class Broadcaster implements BroadcasterContract method resolveAuthenticatedUser (line 57) | public function resolveAuthenticatedUser($request) method resolveAuthenticatedUserUsing (line 72) | public function resolveAuthenticatedUserUsing(Closure $callback) method channel (line 85) | public function channel($channel, $callback, $options = []) method verifyUserCanAccessChannel (line 109) | protected function verifyUserCanAccessChannel($request, $channel) method extractAuthParameters (line 140) | protected function extractAuthParameters($pattern, $channel, $callback) method extractParameters (line 159) | protected function extractParameters($callback) method extractParametersFromClass (line 178) | protected function extractParametersFromClass($callback) method extractChannelKeys (line 196) | protected function extractChannelKeys($pattern, $channel) method resolveBinding (line 211) | protected function resolveBinding($key, $value, $callbackParameters) method resolveExplicitBindingIfPossible (line 227) | protected function resolveExplicitBindingIfPossible($key, $value) method resolveImplicitBindingIfPossible (line 248) | protected function resolveImplicitBindingIfPossible($key, $value, $cal... method isImplicitlyBindable (line 274) | protected function isImplicitlyBindable($key, $parameter) method formatChannels (line 286) | protected function formatChannels(array $channels) method binder (line 298) | protected function binder() method normalizeChannelHandlerToCallable (line 315) | protected function normalizeChannelHandlerToCallable($callback) method retrieveUser (line 331) | protected function retrieveUser($request, $channel) method retrieveChannelOptions (line 354) | protected function retrieveChannelOptions($channel) method channelNameMatchesPattern (line 374) | protected function channelNameMatchesPattern($channel, $pattern) method getChannels (line 386) | public function getChannels() FILE: src/Illuminate/Broadcasting/Broadcasters/LogBroadcaster.php class LogBroadcaster (line 7) | class LogBroadcaster extends Broadcaster method __construct (line 21) | public function __construct(LoggerInterface $logger) method auth (line 29) | public function auth($request) method validAuthenticationResponse (line 37) | public function validAuthenticationResponse($request, $result) method broadcast (line 45) | public function broadcast(array $channels, $event, array $payload = []) FILE: src/Illuminate/Broadcasting/Broadcasters/NullBroadcaster.php class NullBroadcaster (line 5) | class NullBroadcaster extends Broadcaster method auth (line 10) | public function auth($request) method validAuthenticationResponse (line 18) | public function validAuthenticationResponse($request, $result) method broadcast (line 26) | public function broadcast(array $channels, $event, array $payload = []) FILE: src/Illuminate/Broadcasting/Broadcasters/PusherBroadcaster.php class PusherBroadcaster (line 12) | class PusherBroadcaster extends Broadcaster method __construct (line 35) | public function __construct(Pusher $pusher, bool $allowJsonp = false) method resolveAuthenticatedUser (line 50) | public function resolveAuthenticatedUser($request) method auth (line 82) | public function auth($request) method validAuthenticationResponse (line 104) | public function validAuthenticationResponse($request, $result) method decodePusherResponse (line 138) | protected function decodePusherResponse($request, $response) method broadcast (line 158) | public function broadcast(array $channels, $event, array $payload = []) method getPusher (line 182) | public function getPusher() method setPusher (line 193) | public function setPusher($pusher) FILE: src/Illuminate/Broadcasting/Broadcasters/RedisBroadcaster.php class RedisBroadcaster (line 16) | class RedisBroadcaster extends Broadcaster method __construct (line 48) | public function __construct(Redis $redis, $connection = null, $prefix ... method auth (line 63) | public function auth($request) method validAuthenticationResponse (line 87) | public function validAuthenticationResponse($request, $result) method broadcast (line 117) | public function broadcast(array $channels, $event, array $payload = []) method broadcastMultipleChannelsScript (line 171) | protected function broadcastMultipleChannelsScript() method formatChannels (line 186) | protected function formatChannels(array $channels) FILE: src/Illuminate/Broadcasting/Broadcasters/UsePusherChannelConventions.php type UsePusherChannelConventions (line 7) | trait UsePusherChannelConventions method isGuardedChannel (line 15) | public function isGuardedChannel($channel) method normalizeChannelName (line 26) | public function normalizeChannelName($channel) FILE: src/Illuminate/Broadcasting/Channel.php class Channel (line 8) | class Channel implements Stringable method __construct (line 22) | public function __construct($name) method __toString (line 32) | public function __toString() FILE: src/Illuminate/Broadcasting/EncryptedPrivateChannel.php class EncryptedPrivateChannel (line 5) | class EncryptedPrivateChannel extends Channel method __construct (line 12) | public function __construct($name) FILE: src/Illuminate/Broadcasting/FakePendingBroadcast.php class FakePendingBroadcast (line 5) | class FakePendingBroadcast extends PendingBroadcast method __construct (line 10) | public function __construct() method via (line 21) | public function via($connection = null) method toOthers (line 31) | public function toOthers() method __destruct (line 41) | public function __destruct() FILE: src/Illuminate/Broadcasting/InteractsWithBroadcasting.php type InteractsWithBroadcasting (line 9) | trait InteractsWithBroadcasting method broadcastVia (line 24) | public function broadcastVia($connection = null) method broadcastConnections (line 40) | public function broadcastConnections() FILE: src/Illuminate/Broadcasting/InteractsWithSockets.php type InteractsWithSockets (line 7) | trait InteractsWithSockets method dontBroadcastToCurrentUser (line 21) | public function dontBroadcastToCurrentUser() method broadcastToEveryone (line 33) | public function broadcastToEveryone() FILE: src/Illuminate/Broadcasting/PendingBroadcast.php class PendingBroadcast (line 9) | class PendingBroadcast method __construct (line 31) | public function __construct(Dispatcher $events, $event) method via (line 43) | public function via($connection = null) method toOthers (line 57) | public function toOthers() method __destruct (line 71) | public function __destruct() FILE: src/Illuminate/Broadcasting/PresenceChannel.php class PresenceChannel (line 5) | class PresenceChannel extends Channel method __construct (line 12) | public function __construct($name) FILE: src/Illuminate/Broadcasting/PrivateChannel.php class PrivateChannel (line 7) | class PrivateChannel extends Channel method __construct (line 14) | public function __construct($name) FILE: src/Illuminate/Broadcasting/UniqueBroadcastEvent.php class UniqueBroadcastEvent (line 9) | class UniqueBroadcastEvent extends BroadcastEvent implements ShouldBeUnique method __construct (line 30) | public function __construct($event) method uniqueVia (line 52) | public function uniqueVia() FILE: src/Illuminate/Bus/Batch.php class Batch (line 19) | class Batch implements Arrayable, JsonSerializable method __construct (line 108) | public function __construct( method fresh (line 141) | public function fresh() method add (line 152) | public function add($jobs) method prepareBatchedChain (line 202) | protected function prepareBatchedChain(array $chain) method processedJobs (line 216) | public function processedJobs() method progress (line 226) | public function progress() method recordSuccessfulJob (line 236) | public function recordSuccessfulJob(string $jobId) method decrementPendingJobs (line 268) | public function decrementPendingJobs(string $jobId) method invokeCallbacks (line 276) | protected function invokeCallbacks(string $type, ?Throwable $e = null)... method finished (line 290) | public function finished() method hasProgressCallbacks (line 300) | public function hasProgressCallbacks() method hasThenCallbacks (line 310) | public function hasThenCallbacks() method allowsFailures (line 320) | public function allowsFailures() method hasFailures (line 330) | public function hasFailures() method recordFailedJob (line 341) | public function recordFailedJob(string $jobId, $e) method incrementFailedJobs (line 373) | public function incrementFailedJobs(string $jobId) method hasCatchCallbacks (line 383) | public function hasCatchCallbacks() method hasFailureCallbacks (line 391) | public function hasFailureCallbacks(): bool method hasFinallyCallbacks (line 401) | public function hasFinallyCallbacks() method cancel (line 412) | public function cancel(?Throwable $exception = null) method canceled (line 428) | public function canceled() method cancelled (line 438) | public function cancelled() method delete (line 448) | public function delete() method invokeHandlerCallback (line 459) | protected function invokeHandlerCallback($handler, Batch $batch, ?Thro... method toArray (line 475) | public function toArray() method jsonSerialize (line 495) | public function jsonSerialize(): array method __get (line 506) | public function __get($key) FILE: src/Illuminate/Bus/BatchFactory.php class BatchFactory (line 8) | class BatchFactory method __construct (line 22) | public function __construct(QueueFactory $queue) method make (line 43) | public function make(BatchRepository $repository, FILE: src/Illuminate/Bus/BatchRepository.php type BatchRepository (line 7) | interface BatchRepository method get (line 16) | public function get($limit, $before); method find (line 24) | public function find(string $batchId); method store (line 32) | public function store(PendingBatch $batch); method incrementTotalJobs (line 41) | public function incrementTotalJobs(string $batchId, int $amount); method decrementPendingJobs (line 50) | public function decrementPendingJobs(string $batchId, string $jobId); method incrementFailedJobs (line 59) | public function incrementFailedJobs(string $batchId, string $jobId); method markAsFinished (line 67) | public function markAsFinished(string $batchId); method cancel (line 75) | public function cancel(string $batchId); method delete (line 83) | public function delete(string $batchId); method transaction (line 91) | public function transaction(Closure $callback); method rollBack (line 98) | public function rollBack(); FILE: src/Illuminate/Bus/Batchable.php type Batchable (line 10) | trait Batchable method batch (line 31) | public function batch() method batching (line 47) | public function batching() method withBatchId (line 60) | public function withBatchId(string $batchId) method withFakeBatch (line 82) | public function withFakeBatch(string $id = '', FILE: src/Illuminate/Bus/BusServiceProvider.php class BusServiceProvider (line 14) | class BusServiceProvider extends ServiceProvider implements DeferrablePr... method register (line 21) | public function register() method registerBatchServices (line 45) | protected function registerBatchServices() method provides (line 96) | public function provides() FILE: src/Illuminate/Bus/ChainedBatch.php class ChainedBatch (line 13) | class ChainedBatch implements ShouldQueue method __construct (line 43) | public function __construct(PendingBatch $batch) method prepareNestedBatches (line 60) | public static function prepareNestedBatches(Collection $jobs): Collection method handle (line 75) | public function handle() method toPendingBatch (line 87) | public function toPendingBatch() method attachRemainderOfChainToEndOfBatch (line 119) | protected function attachRemainderOfChainToEndOfBatch(PendingBatch $ba... FILE: src/Illuminate/Bus/DatabaseBatchRepository.php class DatabaseBatchRepository (line 14) | class DatabaseBatchRepository implements PrunableBatchRepository method __construct (line 44) | public function __construct(BatchFactory $factory, Connection $connect... method get (line 58) | public function get($limit = 50, $before = null) method find (line 77) | public function find(string $batchId) method store (line 95) | public function store(PendingBatch $batch) method incrementTotalJobs (line 122) | public function incrementTotalJobs(string $batchId, int $amount) method decrementPendingJobs (line 138) | public function decrementPendingJobs(string $batchId, string $jobId) method incrementFailedJobs (line 161) | public function incrementFailedJobs(string $batchId, string $jobId) method updateAtomicValues (line 184) | protected function updateAtomicValues(string $batchId, Closure $callback) method markAsFinished (line 203) | public function markAsFinished(string $batchId) method cancel (line 216) | public function cancel(string $batchId) method delete (line 230) | public function delete(string $batchId) method prune (line 241) | public function prune(DateTimeInterface $before) method pruneUnfinished (line 264) | public function pruneUnfinished(DateTimeInterface $before) method pruneCancelled (line 287) | public function pruneCancelled(DateTimeInterface $before) method transaction (line 310) | public function transaction(Closure $callback) method rollBack (line 320) | public function rollBack() method serialize (line 331) | protected function serialize($value) method unserialize (line 346) | protected function unserialize($serialized) method toBatch (line 366) | protected function toBatch($batch) method getConnection (line 388) | public function getConnection() method setConnection (line 399) | public function setConnection(Connection $connection) FILE: src/Illuminate/Bus/Dispatcher.php class Dispatcher (line 21) | class Dispatcher implements QueueingDispatcher method __construct (line 70) | public function __construct(Container $container, ?Closure $queueResol... method dispatch (line 83) | public function dispatch($command) method dispatchSync (line 99) | public function dispatchSync($command, $handler = null) method dispatchNow (line 117) | public function dispatchNow($command, $handler = null) method findBatch (line 147) | public function findBatch(string $batchId) method batch (line 158) | public function batch($jobs) method chain (line 169) | public function chain($jobs = null) method hasCommandHandler (line 183) | public function hasCommandHandler($command) method getCommandHandler (line 194) | public function getCommandHandler($command) method commandShouldBeQueued (line 209) | protected function commandShouldBeQueued($command) method dispatchToQueue (line 222) | public function dispatchToQueue($command) method pushCommandToQueue (line 248) | protected function pushCommandToQueue($queue, $command) method dispatchAfterResponse (line 268) | public function dispatchAfterResponse($command, $handler = null) method pipeThrough (line 286) | public function pipeThrough(array $pipes) method map (line 298) | public function map(array $map) method withDispatchingAfterResponses (line 310) | public function withDispatchingAfterResponses() method withoutDispatchingAfterResponses (line 322) | public function withoutDispatchingAfterResponses() FILE: src/Illuminate/Bus/DynamoBatchRepository.php class DynamoBatchRepository (line 11) | class DynamoBatchRepository implements BatchRepository method __construct (line 65) | public function __construct( method get (line 89) | public function get($limit = 50, $before = null) method find (line 120) | public function find(string $batchId) method store (line 163) | public function store(PendingBatch $batch) method incrementTotalJobs (line 201) | public function incrementTotalJobs(string $batchId, int $amount) method decrementPendingJobs (line 232) | public function decrementPendingJobs(string $batchId, string $jobId) method incrementFailedJobs (line 270) | public function incrementFailedJobs(string $batchId, string $jobId) method markAsFinished (line 308) | public function markAsFinished(string $batchId) method cancel (line 337) | public function cancel(string $batchId) method delete (line 366) | public function delete(string $batchId) method transaction (line 383) | public function transaction(Closure $callback) method rollBack (line 393) | public function rollBack() method toBatch (line 403) | protected function toBatch($batch) method createAwsDynamoTable (line 425) | public function createAwsDynamoTable(): void method deleteAwsDynamoTable (line 468) | public function deleteAwsDynamoTable(): void method getExpiryTime (line 480) | protected function getExpiryTime(): ?string method ttlExpressionAttributeName (line 490) | protected function ttlExpressionAttributeName(): array method serialize (line 501) | protected function serialize($value) method unserialize (line 512) | protected function unserialize($serialized) method getDynamoClient (line 522) | public function getDynamoClient(): DynamoDbClient method getTable (line 532) | public function getTable(): string FILE: src/Illuminate/Bus/Events/BatchCanceled.php class BatchCanceled (line 8) | class BatchCanceled method __construct (line 16) | public function __construct( FILE: src/Illuminate/Bus/Events/BatchDispatched.php class BatchDispatched (line 7) | class BatchDispatched method __construct (line 14) | public function __construct( FILE: src/Illuminate/Bus/Events/BatchFinished.php class BatchFinished (line 7) | class BatchFinished method __construct (line 14) | public function __construct( FILE: src/Illuminate/Bus/PendingBatch.php class PendingBatch (line 19) | class PendingBatch method __construct (line 64) | public function __construct(Container $container, Collection $jobs) method add (line 79) | public function add($jobs) method ensureJobIsBatchable (line 100) | protected function ensureJobIsBatchable(object|array $job): void method before (line 123) | public function before($callback) method beforeCallbacks (line 135) | public function beforeCallbacks() method progress (line 146) | public function progress($callback) method progressCallbacks (line 158) | public function progressCallbacks() method then (line 169) | public function then($callback) method thenCallbacks (line 181) | public function thenCallbacks() method catch (line 192) | public function catch($callback) method catchCallbacks (line 204) | public function catchCallbacks() method finally (line 215) | public function finally($callback) method finallyCallbacks (line 227) | public function finallyCallbacks() method allowFailures (line 242) | public function allowFailures($param = true) method allowsFailures (line 264) | public function allowsFailures() method failureCallbacks (line 274) | public function failureCallbacks(): array method registerCallback (line 282) | private function registerCallback(string $type, Closure|callable $call... method name (line 295) | public function name(string $name) method onConnection (line 308) | public function onConnection(UnitEnum|string $connection) method connection (line 320) | public function connection() method onQueue (line 331) | public function onQueue($queue) method queue (line 343) | public function queue() method withOption (line 355) | public function withOption(string $key, $value) method dispatch (line 369) | public function dispatch() method dispatchAfterResponse (line 397) | public function dispatchAfterResponse() method dispatchExistingBatch (line 420) | protected function dispatchExistingBatch($batch) method dispatchIf (line 441) | public function dispatchIf($boolean) method dispatchUnless (line 452) | public function dispatchUnless($boolean) method store (line 463) | protected function store($repository) FILE: src/Illuminate/Bus/PrunableBatchRepository.php type PrunableBatchRepository (line 7) | interface PrunableBatchRepository extends BatchRepository method prune (line 15) | public function prune(DateTimeInterface $before); FILE: src/Illuminate/Bus/Queueable.php type Queueable (line 15) | trait Queueable method onConnection (line 100) | public function onConnection($connection) method onQueue (line 113) | public function onQueue($queue) method onGroup (line 128) | public function onGroup($group) method withDeduplicator (line 143) | public function withDeduplicator($deduplicator) method allOnConnection (line 158) | public function allOnConnection($connection) method allOnQueue (line 174) | public function allOnQueue($queue) method delay (line 190) | public function delay($delay) method withoutDelay (line 202) | public function withoutDelay() method afterCommit (line 214) | public function afterCommit() method beforeCommit (line 226) | public function beforeCommit() method through (line 239) | public function through($middleware) method chain (line 252) | public function chain($chain) method prependToChain (line 267) | public function prependToChain($job) method appendToChain (line 284) | public function appendToChain($job) method serializeJob (line 303) | protected function serializeJob($job) method dispatchNextJobInChain (line 323) | public function dispatchNextJobInChain() method invokeChainCatchCallbacks (line 345) | public function invokeChainCatchCallbacks($e) method assertHasChain (line 358) | public function assertHasChain($expectedChain) method assertDoesntHaveChain (line 382) | public function assertDoesntHaveChain() FILE: src/Illuminate/Bus/UniqueLock.php class UniqueLock (line 9) | class UniqueLock method __construct (line 25) | public function __construct(Cache $cache) method acquire (line 36) | public function acquire($job) method release (line 55) | public function release($job) method getKey (line 70) | public static function getKey($job) FILE: src/Illuminate/Bus/UpdatedBatchJobCounts.php class UpdatedBatchJobCounts (line 5) | class UpdatedBatchJobCounts method __construct (line 27) | public function __construct(int $pendingJobs = 0, int $failedJobs = 0) method allJobsHaveRanExactlyOnce (line 38) | public function allJobsHaveRanExactlyOnce() FILE: src/Illuminate/Cache/ApcStore.php class ApcStore (line 5) | class ApcStore extends TaggableStore method __construct (line 29) | public function __construct(ApcWrapper $apc, $prefix = '') method get (line 41) | public function get($key) method put (line 54) | public function put($key, $value, $seconds) method increment (line 66) | public function increment($key, $value = 1) method decrement (line 78) | public function decrement($key, $value = 1) method forever (line 90) | public function forever($key, $value) method touch (line 102) | public function touch($key, $seconds) method forget (line 119) | public function forget($key) method flush (line 129) | public function flush() method getPrefix (line 139) | public function getPrefix() method setPrefix (line 150) | public function setPrefix($prefix) FILE: src/Illuminate/Cache/ApcWrapper.php class ApcWrapper (line 5) | class ApcWrapper method get (line 13) | public function get($key) method put (line 28) | public function put($key, $value, $seconds) method increment (line 40) | public function increment($key, $value) method decrement (line 52) | public function decrement($key, $value) method delete (line 63) | public function delete($key) method flush (line 73) | public function flush() FILE: src/Illuminate/Cache/ArrayLock.php class ArrayLock (line 7) | class ArrayLock extends Lock method __construct (line 24) | public function __construct($store, $name, $seconds, $owner = null) method acquire (line 36) | public function acquire() method exists (line 57) | protected function exists() method release (line 67) | public function release() method getCurrentOwner (line 87) | protected function getCurrentOwner() method forceRelease (line 101) | public function forceRelease() FILE: src/Illuminate/Cache/ArrayStore.php class ArrayStore (line 12) | class ArrayStore extends TaggableStore implements CanFlushLocks, LockPro... method __construct (line 50) | public function __construct($serializesValues = false, $serializableCl... method all (line 62) | public function all($unserialize = true) method get (line 86) | public function get($key) method put (line 113) | public function put($key, $value, $seconds) method increment (line 130) | public function increment($key, $value = 1) method decrement (line 152) | public function decrement($key, $value = 1) method forever (line 164) | public function forever($key, $value) method touch (line 176) | public function touch($key, $seconds) method forget (line 197) | public function forget($key) method flush (line 213) | public function flush() method flushLocks (line 227) | public function flushLocks(): bool method getPrefix (line 243) | public function getPrefix() method calculateExpiration (line 254) | protected function calculateExpiration($seconds) method toTimestamp (line 265) | protected function toTimestamp($seconds) method lock (line 278) | public function lock($name, $seconds = 0, $owner = null) method restoreLock (line 290) | public function restoreLock($name, $owner) method hasSeparateLockStore (line 300) | public function hasSeparateLockStore(): bool method unserialize (line 311) | protected function unserialize($value) FILE: src/Illuminate/Cache/CacheLock.php class CacheLock (line 5) | class CacheLock extends Lock method __construct (line 22) | public function __construct($store, $name, $seconds, $owner = null) method acquire (line 34) | public function acquire() method release (line 56) | public function release() method forceRelease (line 70) | public function forceRelease() method getCurrentOwner (line 80) | protected function getCurrentOwner() FILE: src/Illuminate/Cache/CacheManager.php class CacheManager (line 19) | class CacheManager implements FactoryContract method __construct (line 47) | public function __construct($app) method store (line 58) | public function store($name = null) method driver (line 71) | public function driver($driver = null) method memo (line 82) | public function memo($driver = null) method resolve (line 109) | public function resolve($name) method build (line 130) | public function build(array $config) method callCustomCreator (line 153) | protected function callCustomCreator(array $config) method createApcDriver (line 164) | protected function createApcDriver(array $config) method createArrayDriver (line 177) | protected function createArrayDriver(array $config) method createDatabaseDriver (line 191) | protected function createDatabaseDriver(array $config) method createDynamodbDriver (line 219) | protected function createDynamodbDriver(array $config) method newDynamodbClient (line 242) | protected function newDynamodbClient(array $config) method createFailoverDriver (line 269) | protected function createFailoverDriver(array $config) method createFileDriver (line 284) | protected function createFileDriver(array $config) method createMemcachedDriver (line 304) | protected function createMemcachedDriver(array $config) method createNullDriver (line 323) | protected function createNullDriver() method createRedisDriver (line 334) | protected function createRedisDriver(array $config) method createSessionDriver (line 359) | protected function createSessionDriver(array $config) method getSession (line 377) | protected function getSession() method repository (line 395) | public function repository(Store $store, array $config = []) method setEventDispatcher (line 410) | protected function setEventDispatcher(Repository $repository) method refreshEventDispatcher (line 426) | public function refreshEventDispatcher() method getPrefix (line 437) | protected function getPrefix(array $config) method getSerializableClasses (line 448) | protected function getSerializableClasses(array $config) method getConfig (line 459) | protected function getConfig($name) method getDefaultDriver (line 471) | public function getDefaultDriver() method setDefaultDriver (line 482) | public function setDefaultDriver($name) method forgetDriver (line 493) | public function forgetDriver($name = null) method purge (line 512) | public function purge($name = null) method extend (line 529) | public function extend($driver, Closure $callback) method setApplication (line 542) | public function setApplication($app) method __call (line 556) | public function __call($method, $parameters) FILE: src/Illuminate/Cache/CacheServiceProvider.php class CacheServiceProvider (line 9) | class CacheServiceProvider extends ServiceProvider implements Deferrable... method register (line 16) | public function register() method provides (line 46) | public function provides() FILE: src/Illuminate/Cache/Console/CacheTableCommand.php class CacheTableCommand (line 8) | #[AsCommand(name: 'make:cache-table', aliases: ['cache:table'])] method migrationTableName (line 37) | protected function migrationTableName() method migrationStubFile (line 47) | protected function migrationStubFile() FILE: src/Illuminate/Cache/Console/ClearCommand.php class ClearCommand (line 13) | #[AsCommand(name: 'cache:clear')] method __construct (line 50) | public function __construct(CacheManager $cache, Filesystem $files) method handle (line 63) | public function handle() method clearLocks (line 97) | protected function clearLocks() method flushFacades (line 129) | public function flushFacades() method cache (line 147) | protected function cache() method tags (line 159) | protected function tags() method getArguments (line 169) | protected function getArguments() method getOptions (line 181) | protected function getOptions() FILE: src/Illuminate/Cache/Console/ForgetCommand.php class ForgetCommand (line 9) | #[AsCommand(name: 'cache:forget')] method __construct (line 38) | public function __construct(CacheManager $cache) method handle (line 50) | public function handle() FILE: src/Illuminate/Cache/Console/PruneStaleTagsCommand.php class PruneStaleTagsCommand (line 10) | #[AsCommand(name: 'cache:prune-stale-tags')] method handle (line 33) | public function handle(CacheManager $cache) method getArguments (line 49) | protected function getArguments() FILE: src/Illuminate/Cache/DatabaseLock.php class DatabaseLock (line 10) | class DatabaseLock extends Lock method __construct (line 53) | public function __construct(Connection $connection, $table, $name, $se... method acquire (line 70) | public function acquire() method expiresAt (line 105) | protected function expiresAt() method release (line 119) | public function release() method forceRelease (line 146) | public function forceRelease() method pruneExpiredLocks (line 160) | public function pruneExpiredLocks() method getCurrentOwner (line 178) | protected function getCurrentOwner() method getConnectionName (line 188) | public function getConnectionName() FILE: src/Illuminate/Cache/DatabaseStore.php class DatabaseStore (line 20) | class DatabaseStore implements CanFlushLocks, LockProvider, Store method __construct (line 91) | public function __construct( method get (line 115) | public function get($key) method many (line 127) | public function many(array $keys) method put (line 177) | public function put($key, $value, $seconds) method putMany (line 189) | public function putMany(array $values, $seconds) method add (line 214) | public function add($key, $value, $seconds) method increment (line 244) | public function increment($key, $value = 1) method decrement (line 258) | public function decrement($key, $value = 1) method incrementOrDecrement (line 273) | protected function incrementOrDecrement($key, $value, Closure $callback) method getTime (line 317) | protected function getTime() method forever (line 329) | public function forever($key, $value) method lock (line 342) | public function lock($name, $seconds = 0, $owner = null) method restoreLock (line 362) | public function restoreLock($name, $owner) method touch (line 374) | public function touch($key, $seconds) method forget (line 388) | public function forget($key) method forgetIfExpired (line 399) | public function forgetIfExpired($key) method forgetMany (line 410) | protected function forgetMany(array $keys) method forgetManyIfExpired (line 427) | protected function forgetManyIfExpired(array $keys, bool $prefixed = f... method flush (line 448) | public function flush() method flushLocks (line 462) | public function flushLocks(): bool method table (line 478) | protected function table() method lockTable (line 488) | protected function lockTable() method getConnection (line 498) | public function getConnection() method setConnection (line 509) | public function setConnection($connection) method getLockConnection (line 521) | public function getLockConnection() method setLockConnection (line 532) | public function setLockConnection($connection) method getPrefix (line 544) | public function getPrefix() method setPrefix (line 555) | public function setPrefix($prefix) method serialize (line 566) | protected function serialize($value) method unserialize (line 585) | protected function unserialize($value) method hasSeparateLockStore (line 605) | public function hasSeparateLockStore(): bool FILE: src/Illuminate/Cache/DynamoDbLock.php class DynamoDbLock (line 5) | class DynamoDbLock extends Lock method __construct (line 22) | public function __construct(DynamoDbStore $dynamo, $name, $seconds, $o... method acquire (line 34) | public function acquire() method release (line 48) | public function release() method forceRelease (line 62) | public function forceRelease() method getCurrentOwner (line 72) | protected function getCurrentOwner() FILE: src/Illuminate/Cache/DynamoDbStore.php class DynamoDbStore (line 16) | class DynamoDbStore implements LockProvider, Store method __construct (line 45) | public function __construct( method get (line 64) | public function get($key) method many (line 101) | public function many(array $keys) method isExpired (line 150) | protected function isExpired(array $item, $expiration = null) method put (line 166) | public function put($key, $value, $seconds) method putMany (line 193) | public function putMany(array $values, $seconds) method add (line 236) | public function add($key, $value, $seconds) method increment (line 283) | public function increment($key, $value = 1) method decrement (line 330) | public function decrement($key, $value = 1) method forever (line 375) | public function forever($key, $value) method lock (line 388) | public function lock($name, $seconds = 0, $owner = null) method restoreLock (line 400) | public function restoreLock($name, $owner) method touch (line 414) | public function touch($key, $seconds) method forget (line 448) | public function forget($key) method flush (line 469) | public function flush() method toTimestamp (line 480) | protected function toTimestamp($seconds) method serialize (line 493) | protected function serialize($value) method unserialize (line 504) | protected function unserialize($value) method type (line 527) | protected function type($value) method getPrefix (line 537) | public function getPrefix() method setPrefix (line 548) | public function setPrefix($prefix) method getClient (line 558) | public function getClient() FILE: src/Illuminate/Cache/Events/CacheEvent.php class CacheEvent (line 5) | abstract class CacheEvent method __construct (line 35) | public function __construct($storeName, $key, array $tags = []) method setTags (line 48) | public function setTags($tags) FILE: src/Illuminate/Cache/Events/CacheFailedOver.php class CacheFailedOver (line 7) | class CacheFailedOver method __construct (line 15) | public function __construct( FILE: src/Illuminate/Cache/Events/CacheFlushFailed.php class CacheFlushFailed (line 5) | class CacheFlushFailed method __construct (line 27) | public function __construct($storeName, array $tags = []) method setTags (line 39) | public function setTags($tags) FILE: src/Illuminate/Cache/Events/CacheFlushed.php class CacheFlushed (line 5) | class CacheFlushed method __construct (line 27) | public function __construct($storeName, array $tags = []) method setTags (line 39) | public function setTags($tags) FILE: src/Illuminate/Cache/Events/CacheFlushing.php class CacheFlushing (line 5) | class CacheFlushing method __construct (line 27) | public function __construct($storeName, array $tags = []) method setTags (line 39) | public function setTags($tags) FILE: src/Illuminate/Cache/Events/CacheHit.php class CacheHit (line 5) | class CacheHit extends CacheEvent method __construct (line 22) | public function __construct($storeName, $key, $value, array $tags = []) FILE: src/Illuminate/Cache/Events/CacheLocksFlushFailed.php class CacheLocksFlushFailed (line 5) | class CacheLocksFlushFailed method __construct (line 19) | public function __construct(?string $storeName) FILE: src/Illuminate/Cache/Events/CacheLocksFlushed.php class CacheLocksFlushed (line 5) | class CacheLocksFlushed method __construct (line 19) | public function __construct(?string $storeName) FILE: src/Illuminate/Cache/Events/CacheLocksFlushing.php class CacheLocksFlushing (line 5) | class CacheLocksFlushing method __construct (line 19) | public function __construct(?string $storeName) FILE: src/Illuminate/Cache/Events/CacheMissed.php class CacheMissed (line 5) | class CacheMissed extends CacheEvent FILE: src/Illuminate/Cache/Events/ForgettingKey.php class ForgettingKey (line 5) | class ForgettingKey extends CacheEvent FILE: src/Illuminate/Cache/Events/KeyForgetFailed.php class KeyForgetFailed (line 5) | class KeyForgetFailed extends CacheEvent FILE: src/Illuminate/Cache/Events/KeyForgotten.php class KeyForgotten (line 5) | class KeyForgotten extends CacheEvent FILE: src/Illuminate/Cache/Events/KeyWriteFailed.php class KeyWriteFailed (line 5) | class KeyWriteFailed extends CacheEvent method __construct (line 30) | public function __construct($storeName, $key, $value, $seconds = null,... FILE: src/Illuminate/Cache/Events/KeyWritten.php class KeyWritten (line 5) | class KeyWritten extends CacheEvent method __construct (line 30) | public function __construct($storeName, $key, $value, $seconds = null,... FILE: src/Illuminate/Cache/Events/RetrievingKey.php class RetrievingKey (line 5) | class RetrievingKey extends CacheEvent FILE: src/Illuminate/Cache/Events/RetrievingManyKeys.php class RetrievingManyKeys (line 5) | class RetrievingManyKeys extends CacheEvent method __construct (line 21) | public function __construct($storeName, $keys, array $tags = []) FILE: src/Illuminate/Cache/Events/WritingKey.php class WritingKey (line 5) | class WritingKey extends CacheEvent method __construct (line 30) | public function __construct($storeName, $key, $value, $seconds = null,... FILE: src/Illuminate/Cache/Events/WritingManyKeys.php class WritingManyKeys (line 5) | class WritingManyKeys extends CacheEvent method __construct (line 37) | public function __construct($storeName, $keys, $values, $seconds = nul... FILE: src/Illuminate/Cache/FailoverStore.php class FailoverStore (line 11) | class FailoverStore extends TaggableStore implements LockProvider method __construct (line 25) | public function __construct( method get (line 38) | public function get($key) method many (line 50) | public function many(array $keys) method put (line 63) | public function put($key, $value, $seconds) method putMany (line 74) | public function putMany(array $values, $seconds) method add (line 87) | public function add($key, $value, $seconds) method increment (line 99) | public function increment($key, $value = 1) method decrement (line 111) | public function decrement($key, $value = 1) method forever (line 123) | public function forever($key, $value) method lock (line 136) | public function lock($name, $seconds = 0, $owner = null) method restoreLock (line 148) | public function restoreLock($name, $owner) method touch (line 160) | public function touch($key, $seconds) method forget (line 171) | public function forget($key) method flush (line 181) | public function flush() method flushStaleTags (line 191) | public function flushStaleTags() method getPrefix (line 207) | public function getPrefix() method attemptOnAllStores (line 219) | protected function attemptOnAllStores(string $method, array $arguments) method store (line 249) | protected function store(string $store) FILE: src/Illuminate/Cache/FileLock.php class FileLock (line 5) | class FileLock extends CacheLock method acquire (line 12) | public function acquire() FILE: src/Illuminate/Cache/FileStore.php class FileStore (line 15) | class FileStore implements CanFlushLocks, LockProvider, Store method __construct (line 62) | public function __construct(Filesystem $files, $directory, $filePermis... method get (line 76) | public function get($key) method put (line 89) | public function put($key, $value, $seconds) method add (line 114) | public function add($key, $value, $seconds) method ensureCacheDirectoryExists (line 151) | protected function ensureCacheDirectoryExists($path) method ensurePermissionsAreCorrect (line 170) | protected function ensurePermissionsAreCorrect($path) method increment (line 187) | public function increment($key, $value = 1) method decrement (line 203) | public function decrement($key, $value = 1) method forever (line 215) | public function forever($key, $value) method lock (line 228) | public function lock($name, $seconds = 0, $owner = null) method restoreLock (line 247) | public function restoreLock($name, $owner) method touch (line 259) | public function touch($key, $seconds) method forget (line 276) | public function forget($key) method flush (line 294) | public function flush() method flushLocks (line 318) | public function flushLocks(): bool method getPayload (line 345) | protected function getPayload($key) method unserialize (line 393) | protected function unserialize($value) method emptyPayload (line 407) | protected function emptyPayload() method path (line 418) | public function path($key) method expiration (line 431) | protected function expiration($seconds) method getFilesystem (line 443) | public function getFilesystem() method getDirectory (line 453) | public function getDirectory() method setDirectory (line 464) | public function setDirectory($directory) method setLockDirectory (line 477) | public function setLockDirectory($lockDirectory) method getPrefix (line 489) | public function getPrefix() method hasSeparateLockStore (line 499) | public function hasSeparateLockStore(): bool FILE: src/Illuminate/Cache/HasCacheLock.php type HasCacheLock (line 5) | trait HasCacheLock method lock (line 15) | public function lock($name, $seconds = 0, $owner = null) method restoreLock (line 27) | public function restoreLock($name, $owner) FILE: src/Illuminate/Cache/Limiters/ConcurrencyLimiter.php class ConcurrencyLimiter (line 9) | class ConcurrencyLimiter method __construct (line 47) | public function __construct($store, $name, $maxLocks, $releaseAfter) method block (line 66) | public function block($timeout, $callback = null, $sleep = 250) method acquire (line 101) | protected function acquire($id) method release (line 120) | protected function release($lock) FILE: src/Illuminate/Cache/Limiters/ConcurrencyLimiterBuilder.php class ConcurrencyLimiterBuilder (line 7) | class ConcurrencyLimiterBuilder method __construct (line 59) | public function __construct($connection, $name) method limit (line 71) | public function limit($maxLocks) method releaseAfter (line 84) | public function releaseAfter($releaseAfter) method block (line 97) | public function block($timeout) method sleep (line 110) | public function sleep($sleep) method then (line 126) | public function then(callable $callback, ?callable $failure = null) method createLimiter (line 144) | protected function createLimiter() FILE: src/Illuminate/Cache/Limiters/LimiterTimeoutException.php class LimiterTimeoutException (line 7) | class LimiterTimeoutException extends Exception FILE: src/Illuminate/Cache/Lock.php class Lock (line 12) | abstract class Lock implements LockContract method __construct (line 51) | public function __construct($name, $seconds, $owner = null) method acquire (line 67) | abstract public function acquire(); method release (line 74) | abstract public function release(); method getCurrentOwner (line 81) | abstract protected function getCurrentOwner(); method get (line 89) | public function get($callback = null) method block (line 113) | public function block($seconds, $callback = null) method owner (line 145) | public function owner() method isOwnedByCurrentProcess (line 155) | public function isOwnedByCurrentProcess() method isOwnedBy (line 166) | public function isOwnedBy($owner) method betweenBlockedAttemptsSleepFor (line 177) | public function betweenBlockedAttemptsSleepFor($milliseconds) FILE: src/Illuminate/Cache/LuaScripts.php class LuaScripts (line 5) | class LuaScripts method add (line 16) | public static function add() method releaseLock (line 31) | public static function releaseLock() FILE: src/Illuminate/Cache/MemcachedConnector.php class MemcachedConnector (line 7) | class MemcachedConnector method connect (line 18) | public function connect(array $servers, $connectionId = null, array $o... method getMemcached (line 46) | protected function getMemcached($connectionId, array $credentials, arr... method createMemcachedInstance (line 67) | protected function createMemcachedInstance($connectionId) method setCredentials (line 79) | protected function setCredentials($memcached, $credentials) FILE: src/Illuminate/Cache/MemcachedLock.php class MemcachedLock (line 5) | class MemcachedLock extends Lock method __construct (line 22) | public function __construct($memcached, $name, $seconds, $owner = null) method acquire (line 34) | public function acquire() method release (line 46) | public function release() method forceRelease (line 60) | public function forceRelease() method getCurrentOwner (line 70) | protected function getCurrentOwner() FILE: src/Illuminate/Cache/MemcachedStore.php class MemcachedStore (line 10) | class MemcachedStore extends TaggableStore implements LockProvider method __construct (line 41) | public function __construct($memcached, $prefix = '') method get (line 56) | public function get($key) method many (line 73) | public function many(array $keys) method put (line 102) | public function put($key, $value, $seconds) method putMany (line 116) | public function putMany(array $values, $seconds) method add (line 137) | public function add($key, $value, $seconds) method increment (line 151) | public function increment($key, $value = 1) method decrement (line 163) | public function decrement($key, $value = 1) method forever (line 175) | public function forever($key, $value) method lock (line 188) | public function lock($name, $seconds = 0, $owner = null) method restoreLock (line 200) | public function restoreLock($name, $owner) method touch (line 212) | public function touch($key, $seconds) method forget (line 223) | public function forget($key) method flush (line 233) | public function flush() method calculateExpiration (line 244) | protected function calculateExpiration($seconds) method toTimestamp (line 255) | protected function toTimestamp($seconds) method getMemcached (line 265) | public function getMemcached() method getPrefix (line 275) | public function getPrefix() method setPrefix (line 286) | public function setPrefix($prefix) FILE: src/Illuminate/Cache/MemoizedStore.php class MemoizedStore (line 9) | class MemoizedStore implements LockProvider, Store method __construct (line 24) | public function __construct( method get (line 37) | public function get($key) method many (line 55) | public function many(array $keys) method put (line 98) | public function put($key, $value, $seconds) method putMany (line 112) | public function putMany(array $values, $seconds) method increment (line 128) | public function increment($key, $value = 1) method decrement (line 142) | public function decrement($key, $value = 1) method forever (line 156) | public function forever($key, $value) method lock (line 173) | public function lock($name, $seconds = 0, $owner = null) method restoreLock (line 191) | public function restoreLock($name, $owner) method touch (line 207) | public function touch($key, $seconds) method forget (line 220) | public function forget($key) method flush (line 232) | public function flush() method getPrefix (line 244) | public function getPrefix() method prefix (line 255) | protected function prefix($key) FILE: src/Illuminate/Cache/NoLock.php class NoLock (line 5) | class NoLock extends Lock method acquire (line 12) | public function acquire() method release (line 22) | public function release() method forceRelease (line 32) | public function forceRelease() method getCurrentOwner (line 42) | protected function getCurrentOwner() FILE: src/Illuminate/Cache/NullStore.php class NullStore (line 7) | class NullStore extends TaggableStore implements LockProvider method get (line 17) | public function get($key) method put (line 30) | public function put($key, $value, $seconds) method increment (line 42) | public function increment($key, $value = 1) method decrement (line 54) | public function decrement($key, $value = 1) method forever (line 66) | public function forever($key, $value) method lock (line 79) | public function lock($name, $seconds = 0, $owner = null) method restoreLock (line 91) | public function restoreLock($name, $owner) method touch (line 103) | public function touch($key, $seconds) method forget (line 114) | public function forget($key) method flush (line 124) | public function flush() method getPrefix (line 134) | public function getPrefix() FILE: src/Illuminate/Cache/PhpRedisLock.php class PhpRedisLock (line 7) | class PhpRedisLock extends RedisLock method __construct (line 17) | public function __construct(PhpRedisConnection $redis, string $name, i... method release (line 25) | public function release() FILE: src/Illuminate/Cache/RateLimiter.php class RateLimiter (line 13) | class RateLimiter method __construct (line 36) | public function __construct(Cache $cache) method for (line 48) | public function for($name, Closure $callback) method limiter (line 63) | public function limiter($name) method attempt (line 105) | public function attempt($key, $maxAttempts, Closure $callback, $decayS... method tooManyAttempts (line 127) | public function tooManyAttempts($key, $maxAttempts) method hit (line 147) | public function hit($key, $decaySeconds = 60) method increment (line 160) | public function increment($key, $decaySeconds = 60, $amount = 1) method decrement (line 191) | public function decrement($key, $decaySeconds = 60, $amount = 1) method attempts (line 202) | public function attempts($key) method resetAttempts (line 215) | public function resetAttempts($key) method remaining (line 229) | public function remaining($key, $maxAttempts) method retriesLeft (line 245) | public function retriesLeft($key, $maxAttempts) method clear (line 256) | public function clear($key) method availableIn (line 271) | public function availableIn($key) method cleanRateLimiterKey (line 284) | public function cleanRateLimiterKey($key) method withoutSerializationOrCompression (line 295) | protected function withoutSerializationOrCompression(callable $callback) method resolveLimiterName (line 318) | private function resolveLimiterName($name): string FILE: src/Illuminate/Cache/RateLimiting/GlobalLimit.php class GlobalLimit (line 5) | class GlobalLimit extends Limit method __construct (line 13) | public function __construct(int $maxAttempts, int $decaySeconds = 60) FILE: src/Illuminate/Cache/RateLimiting/Limit.php class Limit (line 5) | class Limit method __construct (line 49) | public function __construct($key = '', int $maxAttempts = 60, int $dec... method perSecond (line 63) | public static function perSecond($maxAttempts, $decaySeconds = 1) method perMinute (line 75) | public static function perMinute($maxAttempts, $decayMinutes = 1) method perMinutes (line 87) | public static function perMinutes($decayMinutes, $maxAttempts) method perHour (line 99) | public static function perHour($maxAttempts, $decayHours = 1) method perDay (line 111) | public static function perDay($maxAttempts, $decayDays = 1) method none (line 121) | public static function none() method by (line 132) | public function by($key) method after (line 145) | public function after($callback) method response (line 158) | public function response(callable $callback) method fallbackKey (line 170) | public function fallbackKey() FILE: src/Illuminate/Cache/RateLimiting/Unlimited.php class Unlimited (line 5) | class Unlimited extends GlobalLimit method __construct (line 10) | public function __construct() FILE: src/Illuminate/Cache/RedisLock.php class RedisLock (line 5) | class RedisLock extends Lock method __construct (line 22) | public function __construct($redis, $name, $seconds, $owner = null) method acquire (line 34) | public function acquire() method release (line 48) | public function release() method forceRelease (line 58) | public function forceRelease() method getCurrentOwner (line 68) | protected function getCurrentOwner() method getConnectionName (line 78) | public function getConnectionName() FILE: src/Illuminate/Cache/RedisStore.php class RedisStore (line 16) | class RedisStore extends TaggableStore implements CanFlushLocks, LockPro... method __construct (line 66) | public function __construct(Redis $redis, $prefix = '', $connection = ... method get (line 80) | public function get($key) method many (line 97) | public function many(array $keys) method put (line 131) | public function put($key, $value, $seconds) method putMany (line 147) | public function putMany(array $values, $seconds) method add (line 188) | public function add($key, $value, $seconds) method increment (line 204) | public function increment($key, $value = 1) method decrement (line 216) | public function decrement($key, $value = 1) method forever (line 228) | public function forever($key, $value) method lock (line 243) | public function lock($name, $seconds = 0, $owner = null) method restoreLock (line 263) | public function restoreLock($name, $owner) method touch (line 275) | public function touch($key, $seconds) method forget (line 286) | public function forget($key) method flush (line 296) | public function flush() method flushLocks (line 310) | public function flushLocks(): bool method flushStaleTags (line 326) | public function flushStaleTags() method tags (line 339) | public function tags($names) method currentTags (line 352) | protected function currentTags($chunkSize = 1000) method connection (line 407) | public function connection() method lockConnection (line 417) | public function lockConnection() method setConnection (line 428) | public function setConnection($connection) method setLockConnection (line 439) | public function setLockConnection($connection) method getRedis (line 451) | public function getRedis() method getPrefix (line 461) | public function getPrefix() method setPrefix (line 472) | public function setPrefix($prefix) method pack (line 484) | protected function pack($value, $connection) method serialize (line 505) | protected function serialize($value) method shouldBeStoredWithoutSerialization (line 516) | protected function shouldBeStoredWithoutSerialization($value): bool method unserialize (line 527) | protected function unserialize($value) method connectionAwareSerialize (line 547) | protected function connectionAwareSerialize($value, $connection) method connectionAwareUnserialize (line 563) | protected function connectionAwareUnserialize($value, $connection) method hasSeparateLockStore (line 577) | public function hasSeparateLockStore(): bool FILE: src/Illuminate/Cache/RedisTagSet.php class RedisTagSet (line 9) | class RedisTagSet extends TagSet method addEntry (line 19) | public function addEntry(string $key, ?int $ttl = null, $updateWhen = ... method entries (line 37) | public function entries() method flushStaleEntries (line 86) | public function flushStaleEntries() method flushTag (line 109) | public function flushTag($name) method resetTag (line 120) | public function resetTag($name) method tagId (line 133) | public function tagId($name) method tagKey (line 144) | public function tagKey($name) FILE: src/Illuminate/Cache/RedisTaggedCache.php class RedisTaggedCache (line 14) | class RedisTaggedCache extends TaggedCache method add (line 24) | public function add($key, $value, $ttl = null) method put (line 52) | public function put($key, $value, $ttl = null) method increment (line 79) | public function increment($key, $value = 1) method decrement (line 95) | public function decrement($key, $value = 1) method forever (line 109) | public function forever($key, $value) method flush (line 123) | public function flush() method flushClusteredConnection (line 183) | protected function flushClusteredConnection() method flushValues (line 200) | protected function flushValues() method flushStale (line 226) | public function flushStale() FILE: src/Illuminate/Cache/Repository.php class Repository (line 44) | class Repository implements ArrayAccess, CacheContract method __construct (line 81) | public function __construct(Store $store, array $config = []) method has (line 92) | public function has($key): bool method missing (line 103) | public function missing($key) method get (line 114) | public function get($key, $default = null): mixed method many (line 147) | public function many(array $keys) method getMultiple (line 165) | public function getMultiple($keys, $default = null): iterable method handleManyResult (line 184) | protected function handleManyResult($keys, $key, $value) method pull (line 210) | public function pull($key, $default = null) method string (line 225) | public function string($key, $default = null): string method integer (line 246) | public function integer($key, $default = null): int method float (line 271) | public function float($key, $default = null): float method boolean (line 296) | public function boolean($key, $default = null): bool method array (line 318) | public function array($key, $default = null): array method put (line 339) | public function put($key, $value, $ttl = null) method set (line 377) | public function set($key, $value, $ttl = null): bool method putMany (line 388) | public function putMany(array $values, $ttl = null) method putManyForever (line 420) | protected function putManyForever(array $values) method setMultiple (line 436) | public function setMultiple($values, $ttl = null): bool method add (line 449) | public function add($key, $value, $ttl = null) method increment (line 489) | public function increment($key, $value = 1) method decrement (line 501) | public function decrement($key, $value = 1) method forever (line 513) | public function forever($key, $value) method remember (line 540) | public function remember($key, $ttl, Closure $callback) method sear (line 567) | public function sear($key, Closure $callback) method rememberForever (line 581) | public function rememberForever($key, Closure $callback) method flexible (line 609) | public function flexible($key, $ttl, $callback, $lock = null, $alwaysD... method touch (line 658) | public function touch($key, $ttl) method withoutOverlapping (line 677) | public function withoutOverlapping($key, callable $callback, $lockFor ... method funnel (line 688) | public function funnel($name) method forget (line 703) | public function forget($key) method delete (line 723) | public function delete($key): bool method deleteMultiple (line 731) | public function deleteMultiple($keys): bool method clear (line 747) | public function clear(): bool method flushLocks (line 768) | public function flushLocks(): bool method tags (line 797) | public function tags($names) method itemKey (line 820) | protected function itemKey($key) method getSeconds (line 831) | protected function getSeconds($ttl) method getName (line 849) | public function getName() method supportsTags (line 859) | public function supportsTags() method supportsFlushingLocks (line 867) | public function supportsFlushingLocks(): bool method getDefaultCacheTime (line 877) | public function getDefaultCacheTime() method setDefaultCacheTime (line 888) | public function setDefaultCacheTime($seconds) method getStore (line 900) | public function getStore() method setStore (line 911) | public function setStore($store) method event (line 924) | protected function event($event) method getEventDispatcher (line 934) | public function getEventDispatcher() method setEventDispatcher (line 944) | public function setEventDispatcher(Dispatcher $events) method offsetExists (line 954) | public function offsetExists($offset): bool method offsetGet (line 964) | public function offsetGet($offset): mixed method offsetSet (line 975) | public function offsetSet($offset, $value): void method offsetUnset (line 985) | public function offsetUnset($offset): void method __call (line 997) | public function __call($method, $parameters) method __clone (line 1011) | public function __clone() FILE: src/Illuminate/Cache/RetrievesMultipleKeys.php type RetrievesMultipleKeys (line 7) | trait RetrievesMultipleKeys method many (line 17) | public function many(array $keys) method putMany (line 40) | public function putMany(array $values, $seconds) FILE: src/Illuminate/Cache/SessionStore.php class SessionStore (line 9) | class SessionStore implements Store method __construct (line 33) | public function __construct($session, $key = '_cache') method all (line 44) | public function all() method get (line 55) | public function get($key) method isExpired (line 80) | protected function isExpired($expiresAt) method put (line 93) | public function put($key, $value, $seconds) method toTimestamp (line 109) | protected function toTimestamp($seconds) method increment (line 121) | public function increment($key, $value = 1) method decrement (line 141) | public function decrement($key, $value = 1) method forever (line 153) | public function forever($key, $value) method touch (line 165) | public function touch($key, $seconds) method forget (line 184) | public function forget($key) method flush (line 200) | public function flush() method itemKey (line 212) | public function itemKey($key) method getPrefix (line 222) | public function getPrefix() FILE: src/Illuminate/Cache/TagSet.php class TagSet (line 7) | class TagSet method __construct (line 29) | public function __construct(Store $store, array $names = []) method reset (line 40) | public function reset() method resetTag (line 51) | public function resetTag($name) method flush (line 63) | public function flush() method flushTag (line 73) | public function flushTag($name) method getNamespace (line 83) | public function getNamespace() method tagIds (line 93) | protected function tagIds() method tagId (line 104) | public function tagId($name) method tagKey (line 115) | public function tagKey($name) method getNames (line 125) | public function getNames() FILE: src/Illuminate/Cache/TaggableStore.php class TaggableStore (line 7) | abstract class TaggableStore implements Store method tags (line 15) | public function tags($names) FILE: src/Illuminate/Cache/TaggedCache.php class TaggedCache (line 11) | class TaggedCache extends Repository method __construct (line 30) | public function __construct(Store $store, TagSet $tags) method putMany (line 44) | public function putMany(array $values, $ttl = null) method increment (line 60) | public function increment($key, $value = 1) method decrement (line 72) | public function decrement($key, $value = 1) method flush (line 82) | public function flush() method itemKey (line 96) | protected function itemKey($key) method taggedItemKey (line 107) | public function taggedItemKey($key) method event (line 118) | protected function event($event) method getTags (line 132) | public function getTags() FILE: src/Illuminate/Collections/Arr.php class Arr (line 17) | class Arr method accessible (line 27) | public static function accessible($value) method arrayable (line 50) | public static function arrayable($value) method add (line 67) | public static function add($array, $key, $value) method array (line 81) | public static function array(ArrayAccess|array $array, string|int|null... method boolean (line 99) | public static function boolean(ArrayAccess|array $array, string|int|nu... method collapse (line 118) | public static function collapse($array) method crossJoin (line 141) | public static function crossJoin(...$arrays) method divide (line 171) | public static function divide($array) method dot (line 184) | public static function dot($array, $prepend = '', $depth = INF) method undot (line 214) | public static function undot($array) method except (line 232) | public static function except($array, $keys) method exceptValues (line 247) | public static function exceptValues($array, $values, $strict = false) method exists (line 263) | public static function exists($array, $key) method first (line 292) | public static function first($array, ?callable $callback = null, $defa... method last (line 329) | public static function last($array, ?callable $callback = null, $defau... method take (line 345) | public static function take($array, $limit) method flatten (line 361) | public static function flatten($array, $depth = INF) method float (line 389) | public static function float(ArrayAccess|array $array, string|int|null... method forget (line 409) | public static function forget(&$array, $keys) method from (line 457) | public static function from($items) method get (line 480) | public static function get($array, $key, $default = null) method has (line 516) | public static function has($array, $keys) method hasAll (line 550) | public static function hasAll($array, $keys) method hasAny (line 574) | public static function hasAny($array, $keys) method every (line 606) | public static function every($array, callable $callback) method some (line 618) | public static function some($array, callable $callback) method integer (line 628) | public static function integer(ArrayAccess|array $array, string|int|nu... method isAssoc (line 649) | public static function isAssoc(array $array) method isList (line 662) | public static function isList($array) method join (line 675) | public static function join($array, $glue, $finalGlue = '') method keyBy (line 701) | public static function keyBy($array, $keyBy) method prependKeysWith (line 713) | public static function prependKeysWith($array, $prependWith) method only (line 725) | public static function only($array, $keys) method onlyValues (line 738) | public static function onlyValues($array, $values, $strict = false) method select (line 754) | public static function select($array, $keys) method pluck (line 781) | public static function pluck($array, $value, $key = null) method explodePluckParameters (line 820) | protected static function explodePluckParameters($value, $key) method map (line 836) | public static function map(array $array, callable $callback) method mapWithKeys (line 863) | public static function mapWithKeys(array $array, callable $callback) method mapSpread (line 888) | public static function mapSpread(array $array, callable $callback) method prepend (line 905) | public static function prepend($array, $value, $key = null) method pull (line 924) | public static function pull(&$array, $key, $default = null) method query (line 939) | public static function query($array) method random (line 954) | public static function random($array, $number = null, $preserveKeys = ... method set (line 1001) | public static function set(&$array, $key, $value) method push (line 1039) | public static function push(ArrayAccess|array &$array, string|int|null... method shuffle (line 1054) | public static function shuffle($array) method sole (line 1068) | public static function sole($array, ?callable $callback = null) method sort (line 1097) | public static function sort($array, $callback = null) method sortDesc (line 1112) | public static function sortDesc($array, $callback = null) method sortRecursive (line 1128) | public static function sortRecursive($array, $options = SORT_REGULAR, ... method sortRecursiveDesc (line 1159) | public static function sortRecursiveDesc($array, $options = SORT_REGULAR) method string (line 1169) | public static function string(ArrayAccess|array $array, string|int|nul... method toCssClasses (line 1188) | public static function toCssClasses($array) method toCssStyles (line 1211) | public static function toCssStyles($array) method where (line 1238) | public static function where($array, callable $callback) method reject (line 1253) | public static function reject($array, callable $callback) method partition (line 1268) | public static function partition($array, callable $callback) method whereNotNull (line 1290) | public static function whereNotNull($array) method wrap (line 1304) | public static function wrap($value) FILE: src/Illuminate/Collections/Collection.php class Collection (line 23) | class Collection implements ArrayAccess, CanBeEscapedWhenCastToString, E... method __construct (line 42) | public function __construct($items = []) method range (line 55) | public static function range($from, $to, $step = 1) method all (line 65) | public function all() method lazy (line 75) | public function lazy() method median (line 86) | public function median($key = null) method mode (line 115) | public function mode($key = null) method collapse (line 140) | public function collapse() method collapseWithKeys (line 150) | public function collapseWithKeys() method contains (line 183) | public function contains($key, $operator = null, $value = null) method containsStrict (line 203) | public function containsStrict($key, $value = null) method doesntContain (line 224) | public function doesntContain($key, $operator = null, $value = null) method doesntContainStrict (line 237) | public function doesntContainStrict($key, $operator = null, $value = n... method crossJoin (line 251) | public function crossJoin(...$lists) method diff (line 264) | public function diff($items) method diffUsing (line 276) | public function diffUsing($items, callable $callback) method diffAssoc (line 287) | public function diffAssoc($items) method diffAssocUsing (line 299) | public function diffAssocUsing($items, callable $callback) method diffKeys (line 310) | public function diffKeys($items) method diffKeysUsing (line 322) | public function diffKeysUsing($items, callable $callback) method duplicates (line 336) | public function duplicates($callback = null, $strict = false) method duplicatesStrict (line 365) | public function duplicatesStrict($callback = null) method duplicateComparator (line 376) | protected function duplicateComparator($strict) method except (line 391) | public function except($keys) method filter (line 412) | public function filter(?callable $callback = null) method first (line 430) | public function first(?callable $callback = null, $default = null) method flatten (line 441) | public function flatten($depth = INF) method flip (line 451) | public function flip() method forget (line 462) | public function forget($keys) method get (line 480) | public function get($key, $default = null) method getOrPut (line 500) | public function getOrPut($key, $value) method groupBy (line 514) | #[\Override] method keyBy (line 562) | #[\Override] method has (line 592) | public function has($key) method hasAny (line 605) | public function hasAny($key) method implode (line 623) | public function implode($value, $glue = null) method intersect (line 644) | public function intersect($items) method intersectUsing (line 656) | public function intersectUsing($items, callable $callback) method intersectAssoc (line 667) | public function intersectAssoc($items) method intersectAssocUsing (line 679) | public function intersectAssocUsing($items, callable $callback) method intersectByKeys (line 690) | public function intersectByKeys($items) method isEmpty (line 708) | public function isEmpty() method containsOneItem (line 721) | public function containsOneItem(?callable $callback = null): bool method containsManyItems (line 734) | public function containsManyItems(?callable $callback = null): bool method join (line 746) | public function join($glue, $finalGlue = '') method keys (line 774) | public function keys() method last (line 788) | public function last(?callable $callback = null, $default = null) method pluck (line 800) | public function pluck($value, $key = null) method map (line 813) | public function map(callable $callback) method mapToDictionary (line 829) | public function mapToDictionary(callable $callback) method mapWithKeys (line 861) | public function mapWithKeys(callable $callback) method merge (line 874) | public function merge($items) method mergeRecursive (line 887) | public function mergeRecursive($items) method multiply (line 898) | public function multiply(int $multiplier) method combine (line 917) | public function combine($values) method union (line 928) | public function union($items) method nth (line 942) | public function nth($step, $offset = 0) method only (line 969) | public function only($keys) method select (line 990) | public function select($keys) method pop (line 1011) | public function pop($count = 1) method prepend (line 1043) | public function prepend($value, $key = null) method push (line 1056) | public function push(...$values) method unshift (line 1071) | public function unshift(...$values) method concat (line 1087) | public function concat($source) method pull (line 1107) | public function pull($key, $default = null) method put (line 1119) | public function put($key, $value) method random (line 1135) | public function random($number = null, $preserveKeys = false) method replace (line 1154) | public function replace($items) method replaceRecursive (line 1165) | public function replaceRecursive($items) method reverse (line 1175) | public function reverse() method search (line 1187) | public function search($value, $strict = false) method before (line 1203) | public function before($value, $strict = false) method after (line 1227) | public function after($value, $strict = false) method shift (line 1252) | public function shift($count = 1) method shuffle (line 1286) | public function shuffle() method sliding (line 1300) | public function sliding($size = 2, $step = 1) method skip (line 1319) | public function skip($count) method skipUntil (line 1330) | public function skipUntil($value) method skipWhile (line 1341) | public function skipWhile($value) method slice (line 1353) | public function slice($offset, $length = null) method split (line 1366) | public function split($numberOfGroups) method splitIn (line 1409) | public function splitIn($numberOfGroups) method sole (line 1429) | public function sole($key = null, $operator = null, $value = null) method hasSole (line 1458) | public function hasSole($key = null, $operator = null, $value = null):... method firstOrFail (line 1480) | public function firstOrFail($key = null, $operator = null, $value = null) method chunk (line 1504) | public function chunk($size, $preserveKeys = true) method chunkWhile (line 1525) | public function chunkWhile(callable $callback) method sort (line 1538) | public function sort($callback = null) method sortDesc (line 1555) | public function sortDesc($options = SORT_REGULAR) method sortBy (line 1572) | public function sortBy($callback, $options = SORT_REGULAR, $descending... method sortByMany (line 1609) | protected function sortByMany(array $comparisons = [], int $options = ... method sortByDesc (line 1666) | public function sortByDesc($callback, $options = SORT_REGULAR) method sortKeys (line 1688) | public function sortKeys($options = SORT_REGULAR, $descending = false) method sortKeysDesc (line 1703) | public function sortKeysDesc($options = SORT_REGULAR) method sortKeysUsing (line 1714) | public function sortKeysUsing(callable $callback) method splice (line 1731) | public function splice($offset, $length = null, $replacement = []) method take (line 1746) | public function take($limit) method takeUntil (line 1761) | public function takeUntil($value) method takeWhile (line 1772) | public function takeWhile($value) method transform (line 1787) | public function transform(callable $callback) method dot (line 1800) | public function dot($depth = INF) method undot (line 1810) | public function undot() method unique (line 1822) | public function unique($key = null, $strict = false) method values (line 1846) | public function values() method zip (line 1862) | public function zip($items) method pad (line 1880) | public function pad($size, $value) method getIterator (line 1890) | public function getIterator(): Traversable method count (line 1900) | public function count(): int method countBy (line 1908) | #[\Override] method add (line 1920) | public function add($item) method toBase (line 1932) | public function toBase() method offsetExists (line 1943) | public function offsetExists($offset): bool method offsetGet (line 1954) | public function offsetGet($offset): mixed method offsetSet (line 1966) | public function offsetSet($offset, $value): void method offsetUnset (line 1981) | public function offsetUnset($offset): void FILE: src/Illuminate/Collections/Enumerable.php type Enumerable (line 21) | interface Enumerable extends Arrayable, Countable, IteratorAggregate, Js... method make (line 32) | public static function make($items = []); method times (line 41) | public static function times($number, ?callable $callback = null); method range (line 51) | public static function range($from, $to, $step = 1); method wrap (line 61) | public static function wrap($value); method unwrap (line 72) | public static function unwrap($value); method empty (line 79) | public static function empty(); method all (line 86) | public function all(); method average (line 94) | public function average($callback = null); method median (line 102) | public function median($key = null); method mode (line 110) | public function mode($key = null); method collapse (line 117) | public function collapse(); method some (line 127) | public function some($key, $operator = null, $value = null); method containsStrict (line 136) | public function containsStrict($key, $value = null); method avg (line 144) | public function avg($callback = null); method contains (line 154) | public function contains($key, $operator = null, $value = null); method doesntContain (line 164) | public function doesntContain($key, $operator = null, $value = null); method crossJoin (line 175) | public function crossJoin(...$lists); method dd (line 183) | public function dd(...$args); method dump (line 191) | public function dump(...$args); method diff (line 199) | public function diff($items); method diffUsing (line 208) | public function diffUsing($items, callable $callback); method diffAssoc (line 216) | public function diffAssoc($items); method diffAssocUsing (line 225) | public function diffAssocUsing($items, callable $callback); method diffKeys (line 233) | public function diffKeys($items); method diffKeysUsing (line 242) | public function diffKeysUsing($items, callable $callback); method duplicates (line 251) | public function duplicates($callback = null, $strict = false); method duplicatesStrict (line 259) | public function duplicatesStrict($callback = null); method each (line 267) | public function each(callable $callback); method eachSpread (line 275) | public function eachSpread(callable $callback); method every (line 285) | public function every($key, $operator = null, $value = null); method except (line 293) | public function except($keys); method filter (line 301) | public function filter(?callable $callback = null); method when (line 313) | public function when($value, ?callable $callback = null, ?callable $de... method whenEmpty (line 324) | public function whenEmpty(callable $callback, ?callable $default = null); method whenNotEmpty (line 335) | public function whenNotEmpty(callable $callback, ?callable $default = ... method unless (line 347) | public function unless($value, callable $callback, ?callable $default ... method unlessEmpty (line 358) | public function unlessEmpty(callable $callback, ?callable $default = n... method unlessNotEmpty (line 369) | public function unlessNotEmpty(callable $callback, ?callable $default ... method where (line 379) | public function where($key, $operator = null, $value = null); method whereNull (line 387) | public function whereNull($key = null); method whereNotNull (line 395) | public function whereNotNull($key = null); method whereStrict (line 404) | public function whereStrict($key, $value); method whereIn (line 414) | public function whereIn($key, $values, $strict = false); method whereInStrict (line 423) | public function whereInStrict($key, $values); method whereBetween (line 432) | public function whereBetween($key, $values); method whereNotBetween (line 441) | public function whereNotBetween($key, $values); method whereNotIn (line 451) | public function whereNotIn($key, $values, $strict = false); method whereNotInStrict (line 460) | public function whereNotInStrict($key, $values); method whereInstanceOf (line 470) | public function whereInstanceOf($type); method first (line 481) | public function first(?callable $callback = null, $default = null); method firstWhere (line 491) | public function firstWhere($key, $operator = null, $value = null); method flatten (line 499) | public function flatten($depth = INF); method flip (line 506) | public function flip(); method get (line 517) | public function get($key, $default = null); method groupBy (line 533) | public function groupBy($groupBy, $preserveKeys = false); method keyBy (line 543) | public function keyBy($keyBy); method has (line 551) | public function has($key); method hasAny (line 559) | public function hasAny($key); method implode (line 568) | public function implode($value, $glue = null); method intersect (line 576) | public function intersect($items); method intersectUsing (line 585) | public function intersectUsing($items, callable $callback); method intersectAssoc (line 593) | public function intersectAssoc($items); method intersectAssocUsing (line 602) | public function intersectAssocUsing($items, callable $callback); method intersectByKeys (line 610) | public function intersectByKeys($items); method isEmpty (line 617) | public function isEmpty(); method isNotEmpty (line 624) | public function isNotEmpty(); method containsOneItem (line 631) | public function containsOneItem(); method containsManyItems (line 638) | public function containsManyItems(); method hasSole (line 648) | public function hasSole($key = null, $operator = null, $value = null); method hasMany (line 658) | public function hasMany($key = null, $operator = null, $value = null); method join (line 667) | public function join($glue, $finalGlue = ''); method keys (line 674) | public function keys(); method last (line 685) | public function last(?callable $callback = null, $default = null); method map (line 695) | public function map(callable $callback); method mapSpread (line 703) | public function mapSpread(callable $callback); method mapToDictionary (line 716) | public function mapToDictionary(callable $callback); method mapToGroups (line 729) | public function mapToGroups(callable $callback); method mapWithKeys (line 742) | public function mapWithKeys(callable $callback); method flatMap (line 753) | public function flatMap(callable $callback); method mapInto (line 763) | public function mapInto($class); method merge (line 773) | public function merge($items); method mergeRecursive (line 783) | public function mergeRecursive($items); method combine (line 793) | public function combine($values); method union (line 801) | public function union($items); method min (line 809) | public function min($callback = null); method max (line 817) | public function max($callback = null); method nth (line 826) | public function nth($step, $offset = 0); method only (line 834) | public function only($keys); method forPage (line 843) | public function forPage($page, $perPage); method partition (line 853) | public function partition($key, $operator = null, $value = null); method concat (line 864) | public function concat($source); method random (line 874) | public function random($number = null); method reduce (line 886) | public function reduce(callable $callback, $initial = null); method reduceSpread (line 897) | public function reduceSpread(callable $callback, ...$initial); method replace (line 905) | public function replace($items); method replaceRecursive (line 913) | public function replaceRecursive($items); method reverse (line 920) | public function reverse(); method search (line 929) | public function search($value, $strict = false); method before (line 938) | public function before($value, $strict = false); method after (line 947) | public function after($value, $strict = false); method shuffle (line 954) | public function shuffle(); method sliding (line 963) | public function sliding($size = 2, $step = 1); method skip (line 971) | public function skip($count); method skipUntil (line 979) | public function skipUntil($value); method skipWhile (line 987) | public function skipWhile($value); method slice (line 996) | public function slice($offset, $length = null); method split (line 1004) | public function split($numberOfGroups); method sole (line 1017) | public function sole($key = null, $operator = null, $value = null); method firstOrFail (line 1029) | public function firstOrFail($key = null, $operator = null, $value = nu... method chunk (line 1037) | public function chunk($size); method chunkWhile (line 1045) | public function chunkWhile(callable $callback); method splitIn (line 1053) | public function splitIn($numberOfGroups); method sort (line 1061) | public function sort($callback = null); method sortDesc (line 1069) | public function sortDesc($options = SORT_REGULAR); method sortBy (line 1079) | public function sortBy($callback, $options = SORT_REGULAR, $descending... method sortByDesc (line 1088) | public function sortByDesc($callback, $options = SORT_REGULAR); method sortKeys (line 1097) | public function sortKeys($options = SORT_REGULAR, $descending = false); method sortKeysDesc (line 1105) | public function sortKeysDesc($options = SORT_REGULAR); method sortKeysUsing (line 1113) | public function sortKeysUsing(callable $callback); method sum (line 1121) | public function sum($callback = null); method take (line 1129) | public function take($limit); method takeUntil (line 1137) | public function takeUntil($value); method takeWhile (line 1145) | public function takeWhile($value); method tap (line 1153) | public function tap(callable $callback); method pipe (line 1163) | public function pipe(callable $callback); method pipeInto (line 1173) | public function pipeInto($class); method pipeThrough (line 1181) | public function pipeThrough($pipes); method pluck (line 1190) | public function pluck($value, $key = null); method reject (line 1198) | public function reject($callback = true); method undot (line 1205) | public function undot(); method unique (line 1214) | public function unique($key = null, $strict = false); method uniqueStrict (line 1222) | public function uniqueStrict($key = null); method values (line 1229) | public function values(); method pad (line 1240) | public function pad($size, $value); method getIterator (line 1247) | public function getIterator(): Traversable; method count (line 1254) | public function count(): int; method countBy (line 1262) | public function countBy($countBy = null); method zip (line 1275) | public function zip($items); method collect (line 1282) | public function collect(); method toArray (line 1289) | public function toArray(); method jsonSerialize (line 1296) | public function jsonSerialize(): mixed; method toJson (line 1304) | public function toJson($options = 0); method toPrettyJson (line 1313) | public function toPrettyJson(int $options = 0); method getCachingIterator (line 1321) | public function getCachingIterator($flags = CachingIterator::CALL_TOST... method __toString (line 1328) | public function __toString(); method escapeWhenCastingToString (line 1336) | public function escapeWhenCastingToString($escape = true); method proxy (line 1344) | public static function proxy($method); method __get (line 1354) | public function __get($key); FILE: src/Illuminate/Collections/HigherOrderCollectionProxy.php class HigherOrderCollectionProxy (line 13) | class HigherOrderCollectionProxy method __construct (line 35) | public function __construct(Enumerable $collection, $method) method __get (line 47) | public function __get($key) method __call (line 61) | public function __call($method, $parameters) FILE: src/Illuminate/Collections/ItemNotFoundException.php class ItemNotFoundException (line 7) | class ItemNotFoundException extends RuntimeException FILE: src/Illuminate/Collections/LazyCollection.php class LazyCollection (line 26) | class LazyCollection implements CanBeEscapedWhenCastToString, Enumerable method __construct (line 47) | public function __construct($source = null) method make (line 71) | public static function make($items = []) method range (line 86) | public static function range($from, $to, $step = 1) method all (line 110) | public function all() method eager (line 124) | public function eager() method remember (line 134) | public function remember() method median (line 173) | public function median($key = null) method mode (line 184) | public function mode($key = null) method collapse (line 194) | public function collapse() method collapseWithKeys (line 212) | public function collapseWithKeys() method contains (line 233) | public function contains($key, $operator = null, $value = null) method containsStrict (line 264) | public function containsStrict($key, $value = null) method doesntContain (line 291) | public function doesntContain($key, $operator = null, $value = null) method doesntContainStrict (line 304) | public function doesntContainStrict($key, $operator = null, $value = n... method crossJoin (line 312) | #[\Override] method countBy (line 321) | #[\Override] method diff (line 348) | #[\Override] method diffUsing (line 357) | #[\Override] method diffAssoc (line 366) | #[\Override] method diffAssocUsing (line 375) | #[\Override] method diffKeys (line 384) | #[\Override] method diffKeysUsing (line 393) | #[\Override] method duplicates (line 402) | #[\Override] method duplicatesStrict (line 411) | #[\Override] method except (line 420) | #[\Override] method filter (line 432) | public function filter(?callable $callback = null) method first (line 456) | public function first(?callable $callback = null, $default = null) method flatten (line 483) | public function flatten($depth = INF) method flip (line 505) | public function flip() method get (line 523) | public function get($key, $default = null) method groupBy (line 541) | #[\Override] method keyBy (line 550) | #[\Override] method has (line 574) | public function has($key) method hasAny (line 594) | public function hasAny($key) method implode (line 614) | public function implode($value, $glue = null) method intersect (line 622) | #[\Override] method intersectUsing (line 631) | #[\Override] method intersectAssoc (line 640) | #[\Override] method intersectAssocUsing (line 649) | #[\Override] method intersectByKeys (line 658) | #[\Override] method isEmpty (line 669) | public function isEmpty() method containsOneItem (line 682) | public function containsOneItem(?callable $callback = null): bool method containsManyItems (line 694) | public function containsManyItems(): bool method join (line 706) | public function join($glue, $finalGlue = '') method keys (line 716) | public function keys() method last (line 734) | public function last(?callable $callback = null, $default = null) method pluck (line 754) | public function pluck($value, $key = null) method map (line 789) | public function map(callable $callback) method mapToDictionary (line 801) | #[\Override] method mapWithKeys (line 818) | public function mapWithKeys(callable $callback) method merge (line 830) | #[\Override] method mergeRecursive (line 839) | #[\Override] method multiply (line 851) | public function multiply(int $multiplier) method combine (line 864) | public function combine($values) method union (line 892) | #[\Override] method nth (line 907) | public function nth($step, $offset = 0) method only (line 932) | public function only($keys) method select (line 967) | public function select($keys) method concat (line 1005) | public function concat($source) method random (line 1022) | public function random($number = null, $preserveKeys = false) method replace (line 1035) | public function replace($items) method replaceRecursive (line 1059) | #[\Override] method reverse (line 1068) | #[\Override] method search (line 1081) | public function search($value, $strict = false) method before (line 1106) | public function before($value, $strict = false) method after (line 1135) | public function after($value, $strict = false) method shuffle (line 1162) | #[\Override] method sliding (line 1177) | public function sliding($size = 2, $step = 1) method skip (line 1221) | public function skip($count) method skipUntil (line 1244) | public function skipUntil($value) method skipWhile (line 1257) | public function skipWhile($value) method slice (line 1279) | #[\Override] method split (line 1296) | #[\Override] method sole (line 1317) | public function sole($key = null, $operator = null, $value = null) method hasSole (line 1339) | public function hasSole($key = null, $operator = null, $value = null):... method firstOrFail (line 1362) | public function firstOrFail($key = null, $operator = null, $value = null) method chunk (line 1383) | public function chunk($size, $preserveKeys = true) method splitIn (line 1429) | public function splitIn($numberOfGroups) method chunkWhile (line 1444) | public function chunkWhile(callable $callback) method sort (line 1478) | #[\Override] method sortDesc (line 1487) | #[\Override] method sortBy (line 1496) | #[\Override] method sortByDesc (line 1505) | #[\Override] method sortKeys (line 1514) | #[\Override] method sortKeysDesc (line 1523) | #[\Override] method sortKeysUsing (line 1532) | #[\Override] method take (line 1544) | public function take($limit) method takeUntil (line 1587) | public function takeUntil($value) method takeUntilTimeout (line 1610) | public function takeUntilTimeout(DateTimeInterface $timeout, ?callable... method takeWhile (line 1643) | public function takeWhile($value) method tapEach (line 1657) | public function tapEach(callable $callback) method throttle (line 1673) | public function throttle(float $seconds) method dot (line 1696) | public function dot($depth = INF) method undot (line 1704) | #[\Override] method unique (line 1717) | public function unique($key = null, $strict = false) method values (line 1739) | public function values() method withHeartbeat (line 1753) | public function withHeartbeat(DateInterval|int $interval, callable $ca... method intervalSeconds (line 1777) | protected function intervalSeconds(DateInterval $interval): int method zip (line 1795) | public function zip($items) method pad (line 1815) | #[\Override] method getIterator (line 1842) | public function getIterator(): Traversable method count (line 1852) | public function count(): int method makeIterator (line 1870) | protected function makeIterator($source) method explodePluckParameters (line 1898) | protected function explodePluckParameters($value, $key) method passthru (line 1914) | protected function passthru($method, array $params) method now (line 1926) | protected function now() method preciseNow (line 1938) | protected function preciseNow() method usleep (line 1950) | protected function usleep(int $microseconds) FILE: src/Illuminate/Collections/MultipleItemsFoundException.php class MultipleItemsFoundException (line 7) | class MultipleItemsFoundException extends RuntimeException method __construct (line 23) | public function __construct($count, $code = 0, $previous = null) method getCount (line 35) | public function getCount() FILE: src/Illuminate/Collections/Traits/EnumeratesValues.php type EnumeratesValues (line 59) | trait EnumeratesValues method make (line 119) | public static function make($items = []) method wrap (line 132) | public static function wrap($value) method unwrap (line 148) | public static function unwrap($value) method empty (line 158) | public static function empty() method times (line 172) | public static function times($number, ?callable $callback = null) method fromJson (line 191) | public static function fromJson($json, $depth = 512, $flags = 0) method avg (line 202) | public function avg($callback = null) method average (line 224) | public function average($callback = null) method some (line 237) | public function some($key, $operator = null, $value = null) method dd (line 248) | public function dd(...$args) method dump (line 259) | public function dump(...$args) method each (line 272) | public function each(callable $callback) method eachSpread (line 289) | public function eachSpread(callable $callback) method every (line 306) | public function every($key, $operator = null, $value = null) method firstWhere (line 331) | public function firstWhere($key, $operator = null, $value = null) method hasMany (line 344) | public function hasMany($key = null, $operator = null, $value = null):... method value (line 366) | public function value($key, $default = null) method ensure (line 385) | public function ensure($type) method isNotEmpty (line 415) | public function isNotEmpty() method mapSpread (line 428) | public function mapSpread(callable $callback) method mapToGroups (line 448) | public function mapToGroups(callable $callback) method flatMap (line 464) | public function flatMap(callable $callback) method mapInto (line 477) | public function mapInto($class) method min (line 492) | public function min($callback = null) method max (line 507) | public function max($callback = null) method forPage (line 525) | public function forPage($page, $perPage) method partition (line 540) | public function partition($key, $operator = null, $value = null) method percentage (line 558) | public function percentage(callable $callback, int $precision = 2) method sum (line 578) | public function sum($callback = null) method whenEmpty (line 596) | public function whenEmpty(callable $callback, ?callable $default = null) method whenNotEmpty (line 610) | public function whenNotEmpty(callable $callback, ?callable $default = ... method unlessEmpty (line 624) | public function unlessEmpty(callable $callback, ?callable $default = n... method unlessNotEmpty (line 638) | public function unlessNotEmpty(callable $callback, ?callable $default ... method where (line 651) | public function where($key, $operator = null, $value = null) method whereNull (line 662) | public function whereNull($key = null) method whereNotNull (line 673) | public function whereNotNull($key = null) method whereStrict (line 685) | public function whereStrict($key, $value) method whereIn (line 698) | public function whereIn($key, $values, $strict = false) method whereInStrict (line 712) | public function whereInStrict($key, $values) method whereBetween (line 724) | public function whereBetween($key, $values) method whereNotBetween (line 736) | public function whereNotBetween($key, $values) method whereNotIn (line 751) | public function whereNotIn($key, $values, $strict = false) method whereNotInStrict (line 765) | public function whereNotInStrict($key, $values) method whereInstanceOf (line 778) | public function whereInstanceOf($type) method pipe (line 803) | public function pipe(callable $callback) method pipeInto (line 816) | public function pipeInto($class) method pipeThrough (line 827) | public function pipeThrough($callbacks) method reduce (line 845) | public function reduce(callable $callback, $initial = null) method reduceSpread (line 865) | public function reduceSpread(callable $callback, ...$initial) method reduceWithKeys (line 893) | public function reduceWithKeys(callable $callback, $initial = null) method reject (line 904) | public function reject($callback = true) method tap (line 921) | public function tap(callable $callback) method unique (line 935) | public function unique($key = null, $strict = false) method uniqueStrict (line 956) | public function uniqueStrict($key = null) method collect (line 966) | public function collect() method toArray (line 976) | public function toArray() method jsonSerialize (line 986) | public function jsonSerialize(): array method toJson (line 1004) | public function toJson($options = 0) method toPrettyJson (line 1015) | public function toPrettyJson(int $options = 0) method getCachingIterator (line 1026) | public function getCachingIterator($flags = CachingIterator::CALL_TOST... method __toString (line 1036) | public function __toString() method escapeWhenCastingToString (line 1049) | public function escapeWhenCastingToString($escape = true) method proxy (line 1062) | public static function proxy($method) method __get (line 1075) | public function __get($key) method getArrayableItems (line 1090) | protected function getArrayableItems($items) method operatorForWhere (line 1105) | protected function operatorForWhere($key, $operator = null, $value = n... method useAsCallable (line 1162) | protected function useAsCallable($value) method valueRetriever (line 1173) | protected function valueRetriever($value) method equality (line 1188) | protected function equality($value) method negate (line 1199) | protected function negate(Closure $callback) method identity (line 1209) | protected function identity() FILE: src/Illuminate/Collections/Traits/TransformsToResourceCollection.php type TransformsToResourceCollection (line 12) | trait TransformsToResourceCollection method toResourceCollection (line 22) | public function toResourceCollection(?string $resourceClass = null): R... method guessResourceCollection (line 38) | protected function guessResourceCollection(): ResourceCollection method resolveResourceFromAttribute (line 90) | protected function resolveResourceFromAttribute(string $class): ?string method resolveResourceCollectionFromAttribute (line 109) | protected function resolveResourceCollectionFromAttribute(string $clas... FILE: src/Illuminate/Collections/functions.php function enum_value (line 18) | function enum_value($value, $default = null) FILE: src/Illuminate/Collections/helpers.php function collect (line 16) | function collect($value = []): Collection function data_fill (line 31) | function data_fill(&$target, $key, $value) function data_has (line 45) | function data_has($target, $key): bool function data_get (line 76) | function data_get($target, $key, $default = null) function data_set (line 139) | function data_set(&$target, $key, $value, $overwrite = true) function data_forget (line 199) | function data_forget(&$target, $key) function head (line 234) | function head($array) function last (line 247) | function last($array) function value (line 264) | function value($value, ...$args) function when (line 283) | function when($condition, $value, $default = null) FILE: src/Illuminate/Concurrency/ConcurrencyManager.php class ConcurrencyManager (line 13) | class ConcurrencyManager extends MultipleInstanceManager method driver (line 21) | public function driver($name = null) method createProcessDriver (line 31) | public function createProcessDriver() method createForkDriver (line 43) | public function createForkDriver() method createSyncDriver (line 61) | public function createSyncDriver() method getDefaultInstance (line 71) | public function getDefaultInstance() method setDefaultInstance (line 84) | public function setDefaultInstance($name) method getInstanceConfig (line 96) | public function getInstanceConfig($name) FILE: src/Illuminate/Concurrency/ConcurrencyServiceProvider.php class ConcurrencyServiceProvider (line 8) | class ConcurrencyServiceProvider extends ServiceProvider implements Defe... method register (line 15) | public function register() method provides (line 27) | public function provides() FILE: src/Illuminate/Concurrency/Console/InvokeSerializedClosureCommand.php class InvokeSerializedClosureCommand (line 10) | #[AsCommand(name: 'invoke-serialized-closure')] method handle (line 41) | public function handle() FILE: src/Illuminate/Concurrency/ForkDriver.php class ForkDriver (line 13) | class ForkDriver implements Driver method run (line 18) | public function run(Closure|array $tasks): array method defer (line 36) | public function defer(Closure|array $tasks): DeferredCallback FILE: src/Illuminate/Concurrency/ProcessDriver.php class ProcessDriver (line 17) | class ProcessDriver implements Driver method __construct (line 22) | public function __construct(protected ProcessFactory $processFactory) method run (line 30) | public function run(Closure|array $tasks): array method defer (line 72) | public function defer(Closure|array $tasks): DeferredCallback FILE: src/Illuminate/Concurrency/SyncDriver.php class SyncDriver (line 12) | class SyncDriver implements Driver method run (line 17) | public function run(Closure|array $tasks): array method defer (line 27) | public function defer(Closure|array $tasks): DeferredCallback FILE: src/Illuminate/Conditionable/HigherOrderWhenProxy.php class HigherOrderWhenProxy (line 5) | class HigherOrderWhenProxy method __construct (line 40) | public function __construct($target) method condition (line 51) | public function condition($condition) method negateConditionOnCapture (line 63) | public function negateConditionOnCapture() method __get (line 76) | public function __get($key) method __call (line 96) | public function __call($method, $parameters) FILE: src/Illuminate/Conditionable/Traits/Conditionable.php type Conditionable (line 8) | trait Conditionable method when (line 21) | public function when($value = null, ?callable $callback = null, ?calla... method unless (line 53) | public function unless($value = null, ?callable $callback = null, ?cal... FILE: src/Illuminate/Config/Repository.php class Repository (line 12) | class Repository implements ArrayAccess, ConfigContract method __construct (line 28) | public function __construct(array $items = []) method has (line 39) | public function has($key) method get (line 51) | public function get($key, $default = null) method getMany (line 66) | public function getMany($keys) method string (line 90) | public function string(string $key, $default = null): string method integer (line 112) | public function integer(string $key, $default = null): int method float (line 134) | public function float(string $key, $default = null): float method boolean (line 156) | public function boolean(string $key, $default = null): bool method array (line 178) | public function array(string $key, $default = null): array method collection (line 198) | public function collection(string $key, $default = null): Collection method set (line 210) | public function set($key, $value = null) method prepend (line 226) | public function prepend($key, $value) method push (line 242) | public function push($key, $value) method all (line 256) | public function all() method offsetExists (line 267) | public function offsetExists($offset): bool method offsetGet (line 278) | public function offsetGet($offset): mixed method offsetSet (line 290) | public function offsetSet($offset, $value): void method offsetUnset (line 301) | public function offsetUnset($offset): void FILE: src/Illuminate/Console/Application.php class Application (line 25) | class Application extends SymfonyApplication implements ApplicationContract method __construct (line 69) | public function __construct(Container $laravel, Dispatcher $events, $v... method phpBinary (line 88) | public static function phpBinary() method artisanBinary (line 98) | public static function artisanBinary() method formatCommandString (line 109) | public static function formatCommandString($string) method starting (line 120) | public static function starting(Closure $callback) method bootstrap (line 130) | protected function bootstrap() method forgetBootstrappers (line 142) | public static function forgetBootstrappers() method call (line 157) | public function call($command, array $parameters = [], $outputBuffer =... method parseCommand (line 177) | protected function parseCommand($command, $parameters) method output (line 205) | public function output() method add (line 218) | public function add(SymfonyCommand $command): ?SymfonyCommand method addCommand (line 229) | public function addCommand(SymfonyCommand|callable $command): ?Symfony... method addToParent (line 244) | protected function addToParent(SymfonyCommand|callable $command) method resolve (line 255) | public function resolve($command) method resolveCommands (line 284) | public function resolveCommands($commands) method setContainerCommandLoader (line 300) | public function setContainerCommandLoader() method getDefaultInputDefinition (line 314) | #[\Override] method getEnvironmentOption (line 327) | protected function getEnvironmentOption() method getLaravel (line 339) | public function getLaravel() FILE: src/Illuminate/Console/Attributes/Description.php class Description (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $description) FILE: src/Illuminate/Console/Attributes/Help.php class Help (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $help) FILE: src/Illuminate/Console/Attributes/Hidden.php class Hidden (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 13) | public function __construct() FILE: src/Illuminate/Console/Attributes/Signature.php class Signature (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 16) | public function __construct(public string $signature, public ?array $a... FILE: src/Illuminate/Console/Attributes/Usage.php class Usage (line 7) | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] method __construct (line 15) | public function __construct(public string $usage) FILE: src/Illuminate/Console/BufferedConsoleOutput.php class BufferedConsoleOutput (line 7) | class BufferedConsoleOutput extends ConsoleOutput method fetch (line 21) | public function fetch() method doWrite (line 31) | #[\Override] FILE: src/Illuminate/Console/CacheCommandMutex.php class CacheCommandMutex (line 11) | class CacheCommandMutex implements CommandMutex method __construct (line 34) | public function __construct(Cache $cache) method create (line 45) | public function create($command) method exists (line 69) | public function exists($command) method forget (line 92) | public function forget($command) method commandMutexName (line 109) | protected function commandMutexName($command) method useStore (line 124) | public function useStore($store) method shouldUseLocks (line 137) | protected function shouldUseLocks($store) FILE: src/Illuminate/Console/Command.php class Command (line 20) | class Command extends SymfonyCommand method __construct (line 96) | public function __construct() method configureFromAttributes (line 142) | protected function configureFromAttributes() method configureUsageFromAttribute (line 180) | protected function configureUsageFromAttribute() method configureUsingFluentDefinition (line 194) | protected function configureUsingFluentDefinition() method configureIsolation (line 212) | protected function configureIsolation() method run (line 230) | #[\Override] method execute (line 256) | #[\Override] method commandIsolationMutex (line 290) | protected function commandIsolationMutex() method resolveCommand (line 303) | protected function resolveCommand($command) method fail (line 332) | public function fail(Throwable|string|null $exception = null) method isHidden (line 350) | #[\Override] method setHidden (line 359) | #[\Override] method getLaravel (line 372) | public function getLaravel() method setLaravel (line 383) | public function setLaravel($laravel) FILE: src/Illuminate/Console/CommandMutex.php type CommandMutex (line 5) | interface CommandMutex method create (line 13) | public function create($command); method exists (line 21) | public function exists($command); method forget (line 29) | public function forget($command); FILE: src/Illuminate/Console/Concerns/CallsCommands.php type CallsCommands (line 10) | trait CallsCommands method resolveCommand (line 18) | abstract protected function resolveCommand($command); method call (line 27) | public function call($command, array $arguments = []) method callSilent (line 39) | public function callSilent($command, array $arguments = []) method callSilently (line 51) | public function callSilently($command, array $arguments = []) method runCommand (line 64) | protected function runCommand($command, array $arguments, OutputInterf... method createInputFromArguments (line 83) | protected function createInputFromArguments(array $arguments) method context (line 97) | protected function context() FILE: src/Illuminate/Console/Concerns/ConfiguresPrompts.php type ConfiguresPrompts (line 20) | trait ConfiguresPrompts method configurePrompts (line 28) | protected function configurePrompts(InputInterface $input) method promptUntilValid (line 127) | protected function promptUntilValid($prompt, $required, $validate) method validatePrompt (line 165) | protected function validatePrompt($value, $rules) method getPromptValidatorInstance (line 198) | protected function getPromptValidatorInstance($field, $value, $rules, ... method validationMessages (line 213) | protected function validationMessages() method validationAttributes (line 223) | protected function validationAttributes() method restorePrompts (line 233) | protected function restorePrompts() method selectFallback (line 246) | private function selectFallback($label, $options, $default = null) method multiselectFallback (line 266) | private function multiselectFallback($label, $options, $default = [], ... FILE: src/Illuminate/Console/Concerns/CreatesMatchingTest.php type CreatesMatchingTest (line 8) | trait CreatesMatchingTest method addTestOptions (line 15) | protected function addTestOptions() method handleTestCreation (line 33) | protected function handleTestCreation($path) FILE: src/Illuminate/Console/Concerns/FindsAvailableModels.php type FindsAvailableModels (line 8) | trait FindsAvailableModels method findAvailableModels (line 15) | protected function findAvailableModels() FILE: src/Illuminate/Console/Concerns/HasParameters.php type HasParameters (line 11) | trait HasParameters method specifyParameters (line 18) | protected function specifyParameters() method getArguments (line 51) | protected function getArguments() method getOptions (line 68) | protected function getOptions() FILE: src/Illuminate/Console/Concerns/InteractsWithIO.php type InteractsWithIO (line 16) | trait InteractsWithIO method hasArgument (line 65) | public function hasArgument($name) method argument (line 76) | public function argument($key = null) method arguments (line 90) | public function arguments() method hasOption (line 101) | public function hasOption($name) method option (line 112) | public function option($key = null) method options (line 126) | public function options() method confirm (line 138) | public function confirm($question, $default = false) method ask (line 150) | public function ask($question, $default = null) method anticipate (line 163) | public function anticipate($question, $choices, $default = null) method askWithCompletion (line 176) | public function askWithCompletion($question, $choices, $default = null) method secret (line 194) | public function secret($question, $fallback = true) method choice (line 213) | public function choice($question, array $choices, $default = null, $at... method table (line 231) | public function table($headers, $rows, $tableStyle = 'default', array ... method withProgressBar (line 259) | public function withProgressBar($totalSteps, Closure $callback) method info (line 291) | public function info($string, $verbosity = null) method line (line 304) | public function line($string, $style = null, $verbosity = null) method comment (line 318) | public function comment($string, $verbosity = null) method question (line 330) | public function question($string, $verbosity = null) method error (line 342) | public function error($string, $verbosity = null) method warn (line 354) | public function warn($string, $verbosity = null) method alert (line 372) | public function alert($string, $verbosity = null) method newLine (line 389) | public function newLine($count = 1) method setInput (line 402) | public function setInput(InputInterface $input) method setOutput (line 413) | public function setOutput(OutputStyle $output) method setVerbosity (line 424) | protected function setVerbosity($level) method parseVerbosity (line 435) | protected function parseVerbosity($level = null) method getOutput (line 453) | public function getOutput() method outputComponents (line 463) | public function outputComponents() FILE: src/Illuminate/Console/Concerns/InteractsWithSignals.php type InteractsWithSignals (line 8) | trait InteractsWithSignals method trap (line 26) | public function trap($signals, $callback) method untrap (line 45) | public function untrap() FILE: src/Illuminate/Console/Concerns/PromptsForMissingInput.php type PromptsForMissingInput (line 15) | trait PromptsForMissingInput method interact (line 24) | protected function interact(InputInterface $input, OutputInterface $ou... method promptForMissingArguments (line 40) | protected function promptForMissingArguments(InputInterface $input, Ou... method promptForMissingArgumentsUsing (line 80) | protected function promptForMissingArgumentsUsing() method afterPromptingForMissingArguments (line 92) | protected function afterPromptingForMissingArguments(InputInterface $i... method didReceiveOptions (line 103) | protected function didReceiveOptions(InputInterface $input) FILE: src/Illuminate/Console/ConfirmableTrait.php type ConfirmableTrait (line 7) | trait ConfirmableTrait method confirmToProceed (line 20) | public function confirmToProceed($warning = 'Application In Production... method getDefaultConfirmCallback (line 50) | protected function getDefaultConfirmCallback() FILE: src/Illuminate/Console/ContainerCommandLoader.php class ContainerCommandLoader (line 10) | class ContainerCommandLoader implements CommandLoaderInterface method __construct (line 32) | public function __construct(ContainerInterface $container, array $comm... method get (line 46) | public function get(string $name): Command method has (line 61) | public function has(string $name): bool method getNames (line 71) | public function getNames(): array FILE: src/Illuminate/Console/Contracts/NewLineAware.php type NewLineAware (line 5) | interface NewLineAware method newLinesWritten (line 12) | public function newLinesWritten(); method newLineWritten (line 21) | public function newLineWritten(); FILE: src/Illuminate/Console/Events/ArtisanStarting.php class ArtisanStarting (line 7) | class ArtisanStarting method __construct (line 14) | public function __construct( FILE: src/Illuminate/Console/Events/CommandFinished.php class CommandFinished (line 8) | class CommandFinished method __construct (line 18) | public function __construct( FILE: src/Illuminate/Console/Events/CommandStarting.php class CommandStarting (line 8) | class CommandStarting method __construct (line 17) | public function __construct( FILE: src/Illuminate/Console/Events/SchedulePaused.php class SchedulePaused (line 5) | class SchedulePaused FILE: src/Illuminate/Console/Events/ScheduleResumed.php class ScheduleResumed (line 5) | class ScheduleResumed FILE: src/Illuminate/Console/Events/ScheduledBackgroundTaskFinished.php class ScheduledBackgroundTaskFinished (line 7) | class ScheduledBackgroundTaskFinished method __construct (line 14) | public function __construct( FILE: src/Illuminate/Console/Events/ScheduledTaskFailed.php class ScheduledTaskFailed (line 8) | class ScheduledTaskFailed method __construct (line 16) | public function __construct( FILE: src/Illuminate/Console/Events/ScheduledTaskFinished.php class ScheduledTaskFinished (line 7) | class ScheduledTaskFinished method __construct (line 15) | public function __construct( FILE: src/Illuminate/Console/Events/ScheduledTaskSkipped.php class ScheduledTaskSkipped (line 7) | class ScheduledTaskSkipped method __construct (line 14) | public function __construct( FILE: src/Illuminate/Console/Events/ScheduledTaskStarting.php class ScheduledTaskStarting (line 7) | class ScheduledTaskStarting method __construct (line 14) | public function __construct( FILE: src/Illuminate/Console/GeneratorCommand.php class GeneratorCommand (line 17) | abstract class GeneratorCommand extends Command implements PromptsForMis... method __construct (line 129) | public function __construct(Filesystem $files) method getStub (line 145) | abstract protected function getStub(); method handle (line 154) | public function handle() method qualifyClass (line 206) | protected function qualifyClass($name) method qualifyModel (line 228) | protected function qualifyModel(string $model) method possibleModels (line 252) | protected function possibleModels() method possibleEvents (line 262) | protected function possibleEvents() method getDefaultNamespace (line 283) | protected function getDefaultNamespace($rootNamespace) method alreadyExists (line 294) | protected function alreadyExists($rawName) method getPath (line 305) | protected function getPath($name) method makeDirectory (line 318) | protected function makeDirectory($path) method buildClass (line 335) | protected function buildClass($name) method replaceNamespace (line 349) | protected function replaceNamespace(&$stub, $name) method getNamespace (line 374) | protected function getNamespace($name) method replaceClass (line 386) | protected function replaceClass($stub, $name) method sortImports (line 399) | protected function sortImports($stub) method getNameInput (line 417) | protected function getNameInput() method rootNamespace (line 433) | protected function rootNamespace() method userProviderModel (line 443) | protected function userProviderModel() method isReservedName (line 458) | protected function isReservedName($name) method viewPath (line 474) | protected function viewPath($path = '') method getArguments (line 492) | protected function getArguments() method promptForMissingArgumentsUsing (line 504) | protected function promptForMissingArgumentsUsing() FILE: src/Illuminate/Console/ManuallyFailedException.php class ManuallyFailedException (line 7) | class ManuallyFailedException extends RuntimeException FILE: src/Illuminate/Console/MigrationGeneratorCommand.php class MigrationGeneratorCommand (line 9) | abstract class MigrationGeneratorCommand extends Command method __construct (line 23) | public function __construct(Filesystem $files) method migrationTableName (line 35) | abstract protected function migrationTableName(); method migrationStubFile (line 42) | abstract protected function migrationStubFile(); method handle (line 49) | public function handle() method createBaseMigration (line 74) | protected function createBaseMigration($table) method replaceMigrationPlaceholders (line 88) | protected function replaceMigrationPlaceholders($path, $table) method migrationExists (line 103) | protected function migrationExists($table) FILE: src/Illuminate/Console/OutputStyle.php class OutputStyle (line 11) | class OutputStyle extends SymfonyStyle implements NewLineAware method __construct (line 44) | public function __construct(InputInterface $input, OutputInterface $ou... method askQuestion (line 54) | #[\Override] method write (line 67) | #[\Override] method writeln (line 79) | #[\Override] method newLine (line 93) | #[\Override] method newLinesWritten (line 105) | public function newLinesWritten() method newLineWritten (line 119) | public function newLineWritten() method trailingNewLineCount (line 134) | protected function trailingNewLineCount($messages) method isQuiet (line 154) | public function isQuiet(): bool method isVerbose (line 164) | public function isVerbose(): bool method isVeryVerbose (line 174) | public function isVeryVerbose(): bool method isDebug (line 184) | public function isDebug(): bool method getOutput (line 194) | public function getOutput() FILE: src/Illuminate/Console/Parser.php class Parser (line 9) | class Parser method parse (line 19) | public static function parse(string $expression) method name (line 38) | protected static function name(string $expression) method parameters (line 53) | protected static function parameters(array $tokens) method parseArgument (line 76) | protected static function parseArgument(string $token) method parseOption (line 96) | protected static function parseOption(string $token) method extractDescription (line 124) | protected static function extractDescription(string $token) FILE: src/Illuminate/Console/Prohibitable.php type Prohibitable (line 5) | trait Prohibitable method prohibit (line 20) | public static function prohibit($prohibit = true) method isProhibited (line 31) | protected function isProhibited(bool $quiet = false) FILE: src/Illuminate/Console/PromptValidationException.php class PromptValidationException (line 7) | class PromptValidationException extends RuntimeException FILE: src/Illuminate/Console/QuestionHelper.php class QuestionHelper (line 14) | class QuestionHelper extends SymfonyQuestionHelper method writePrompt (line 21) | #[\Override] method ensureEndsWithPunctuation (line 78) | protected function ensureEndsWithPunctuation($string) FILE: src/Illuminate/Console/Scheduling/CacheAware.php type CacheAware (line 5) | interface CacheAware method useStore (line 13) | public function useStore($store); FILE: src/Illuminate/Console/Scheduling/CacheEventMutex.php class CacheEventMutex (line 9) | class CacheEventMutex implements EventMutex, CacheAware method __construct (line 30) | public function __construct(Cache $cache) method create (line 41) | public function create(Event $event) method exists (line 60) | public function exists(Event $event) method forget (line 77) | public function forget(Event $event) method shouldUseLocks (line 96) | protected function shouldUseLocks($store) method useStore (line 107) | public function useStore($store) FILE: src/Illuminate/Console/Scheduling/CacheSchedulingMutex.php class CacheSchedulingMutex (line 10) | class CacheSchedulingMutex implements SchedulingMutex, CacheAware method __construct (line 31) | public function __construct(Cache $cache) method create (line 43) | public function create(Event $event, DateTimeInterface $time) method exists (line 65) | public function exists(Event $event, DateTimeInterface $time) method shouldUseLocks (line 84) | protected function shouldUseLocks($store) method useStore (line 95) | public function useStore($store) FILE: src/Illuminate/Console/Scheduling/CallbackEvent.php class CallbackEvent (line 12) | class CallbackEvent extends Event method __construct (line 52) | public function __construct(EventMutex $mutex, $callback, array $param... method run (line 74) | public function run(Container $container) method shouldSkipDueToOverlapping (line 90) | public function shouldSkipDueToOverlapping() method runInBackground (line 102) | public function runInBackground() method execute (line 113) | protected function execute($container) method withoutOverlapping (line 138) | public function withoutOverlapping($expiresAt = 1440) method onOneServer (line 156) | public function onOneServer() method getSummaryForDisplay (line 172) | public function getSummaryForDisplay() method mutexName (line 186) | public function mutexName() method removeMutex (line 196) | protected function removeMutex() FILE: src/Illuminate/Console/Scheduling/CommandBuilder.php class CommandBuilder (line 8) | class CommandBuilder method buildCommand (line 16) | public function buildCommand(Event $event) method buildForegroundCommand (line 31) | protected function buildForegroundCommand(Event $event) method buildBackgroundCommand (line 46) | protected function buildBackgroundCommand(Event $event) method ensureCorrectUser (line 71) | protected function ensureCorrectUser(Event $event, $command) FILE: src/Illuminate/Console/Scheduling/Event.php class Event (line 25) | class Event method __construct (line 101) | public function __construct(EventMutex $mutex, $command, $timezone = n... method getDefaultOutput (line 115) | public function getDefaultOutput() method run (line 128) | public function run(Container $container) method shouldSkipDueToOverlapping (line 146) | public function shouldSkipDueToOverlapping() method isRepeatable (line 156) | public function isRepeatable() method shouldRepeatNow (line 166) | public function shouldRepeatNow() method start (line 180) | protected function start($container) method execute (line 199) | protected function execute($container) method finish (line 219) | public function finish(Container $container, $exitCode) method callBeforeCallbacks (line 236) | public function callBeforeCallbacks(Container $container) method callAfterCallbacks (line 249) | public function callAfterCallbacks(Container $container) method buildCommand (line 261) | public function buildCommand() method isDue (line 272) | public function isDue($app) method runsInMaintenanceMode (line 287) | public function runsInMaintenanceMode() method runsWhenPaused (line 297) | public function runsWhenPaused() method expressionPasses (line 307) | protected function expressionPasses() method runsInEnvironment (line 324) | public function runsInEnvironment($environment) method filtersPass (line 335) | public function filtersPass($app) method storeOutput (line 359) | public function storeOutput() method sendOutputTo (line 373) | public function sendOutputTo($location, $append = false) method appendOutputTo (line 388) | public function appendOutputTo($location) method emailOutputTo (line 402) | public function emailOutputTo($addresses, $onlyIfOutputExists = true) method emailWrittenOutputTo (line 421) | public function emailWrittenOutputTo($addresses) method emailOutputOnFailure (line 432) | public function emailOutputOnFailure($addresses) method ensureOutputIsBeingCaptured (line 448) | protected function ensureOutputIsBeingCaptured() method emailOutput (line 463) | protected function emailOutput(Mailer $mailer, $addresses, $onlyIfOutp... method getEmailSubject (line 481) | protected function getEmailSubject() method pingBefore (line 496) | public function pingBefore($url) method pingBeforeIf (line 508) | public function pingBeforeIf($value, $url) method thenPing (line 519) | public function thenPing($url) method thenPingIf (line 531) | public function thenPingIf($value, $url) method pingOnSuccess (line 542) | public function pingOnSuccess($url) method pingOnSuccessIf (line 554) | public function pingOnSuccessIf($value, $url) method pingOnFailure (line 565) | public function pingOnFailure($url) method pingOnFailureIf (line 577) | public function pingOnFailureIf($value, $url) method pingCallback (line 588) | protected function pingCallback($url) method getHttpClient (line 605) | protected function getHttpClient(Container $container) method before (line 624) | public function before(Closure $callback) method after (line 637) | public function after(Closure $callback) method then (line 648) | public function then(Closure $callback) method thenWithOutput (line 668) | public function thenWithOutput(Closure $callback, $onlyIfOutputExists ... method onSuccess (line 681) | public function onSuccess(Closure $callback) method onSuccessWithOutput (line 703) | public function onSuccessWithOutput(Closure $callback, $onlyIfOutputEx... method onFailure (line 716) | public function onFailure(Closure $callback) method onFailureWithOutput (line 738) | public function onFailureWithOutput(Closure $callback, $onlyIfOutputEx... method withOutputCallback (line 752) | protected function withOutputCallback(Closure $callback, $onlyIfOutput... method getSummaryForDisplay (line 768) | public function getSummaryForDisplay() method nextRunDate (line 785) | public function nextRunDate($currentTime = 'now', $nth = 0, $allowCurr... method getExpression (line 796) | public function getExpression() method preventOverlapsUsing (line 807) | public function preventOverlapsUsing(EventMutex $mutex) method mutexName (line 819) | public function mutexName() method createMutexNameUsing (line 837) | public function createMutexNameUsing(Closure|string $mutexName) method removeMutex (line 849) | protected function removeMutex() method normalizeCommand (line 862) | public static function normalizeCommand($command) FILE: src/Illuminate/Console/Scheduling/EventMutex.php type EventMutex (line 5) | interface EventMutex method create (line 13) | public function create(Event $event); method exists (line 21) | public function exists(Event $event); method forget (line 29) | public function forget(Event $event); FILE: src/Illuminate/Console/Scheduling/ManagesAttributes.php type ManagesAttributes (line 7) | trait ManagesAttributes method user (line 113) | public function user($user) method environments (line 126) | public function environments($environments) method evenInMaintenanceMode (line 138) | public function evenInMaintenanceMode() method evenWhenPaused (line 150) | public function evenWhenPaused() method withoutOverlapping (line 164) | public function withoutOverlapping($expiresAt = 1440) method onOneServer (line 180) | public function onOneServer() method runInBackground (line 192) | public function runInBackground() method when (line 205) | public function when($callback) method skip (line 220) | public function skip($callback) method name (line 235) | public function name($description) method description (line 246) | public function description($description) FILE: src/Illuminate/Console/Scheduling/ManagesFrequencies.php type ManagesFrequencies (line 10) | trait ManagesFrequencies method cron (line 18) | public function cron($expression) method between (line 32) | public function between($startTime, $endTime) method unlessBetween (line 44) | public function unlessBetween($startTime, $endTime) method inTimeInterval (line 56) | private function inTimeInterval($startTime, $endTime) method everySecond (line 80) | public function everySecond() method everyTwoSeconds (line 90) | public function everyTwoSeconds() method everyFiveSeconds (line 100) | public function everyFiveSeconds() method everyTenSeconds (line 110) | public function everyTenSeconds() method everyFifteenSeconds (line 120) | public function everyFifteenSeconds() method everyTwentySeconds (line 130) | public function everyTwentySeconds() method everyThirtySeconds (line 140) | public function everyThirtySeconds() method repeatEvery (line 153) | protected function repeatEvery($seconds) method everyMinute (line 173) | public function everyMinute() method everyTwoMinutes (line 183) | public function everyTwoMinutes() method everyThreeMinutes (line 193) | public function everyThreeMinutes() method everyFourMinutes (line 203) | public function everyFourMinutes() method everyFiveMinutes (line 213) | public function everyFiveMinutes() method everyTenMinutes (line 223) | public function everyTenMinutes() method everyFifteenMinutes (line 233) | public function everyFifteenMinutes() method everyThirtyMinutes (line 243) | public function everyThirtyMinutes() method hourly (line 253) | public function hourly() method hourlyAt (line 264) | public function hourlyAt($offset) method everyOddHour (line 275) | public function everyOddHour($offset = 0) method everyTwoHours (line 286) | public function everyTwoHours($offset = 0) method everyThreeHours (line 297) | public function everyThreeHours($offset = 0) method everyFourHours (line 308) | public function everyFourHours($offset = 0) method everySixHours (line 319) | public function everySixHours($offset = 0) method daily (line 329) | public function daily() method at (line 340) | public function at($time) method dailyAt (line 351) | public function dailyAt($time) method twiceDaily (line 368) | public function twiceDaily($first = 1, $second = 13) method twiceDailyAt (line 381) | public function twiceDailyAt($first = 1, $second = 13, $offset = 0) method hourBasedSchedule (line 395) | protected function hourBasedSchedule($minutes, $hours) method weekdays (line 410) | public function weekdays() method weekends (line 420) | public function weekends() method mondays (line 430) | public function mondays() method tuesdays (line 440) | public function tuesdays() method wednesdays (line 450) | public function wednesdays() method thursdays (line 460) | public function thursdays() method fridays (line 470) | public function fridays() method saturdays (line 480) | public function saturdays() method sundays (line 490) | public function sundays() method weekly (line 500) | public function weekly() method weeklyOn (line 514) | public function weeklyOn($dayOfWeek, $time = '0:0') method monthly (line 526) | public function monthly() method monthlyOn (line 540) | public function monthlyOn($dayOfMonth = 1, $time = '0:0') method twiceMonthly (line 555) | public function twiceMonthly($first = 1, $second = 16, $time = '0:0') method lastDayOfMonth (line 570) | public function lastDayOfMonth($time = '0:0') method daysOfMonth (line 583) | public function daysOfMonth(...$days) method quarterly (line 597) | public function quarterly() method quarterlyOn (line 612) | public function quarterlyOn($dayOfQuarter = 1, $time = '0:0') method yearly (line 625) | public function yearly() method yearlyOn (line 641) | public function yearlyOn($month = 1, $dayOfMonth = 1, $time = '0:0') method days (line 655) | public function days($days) method timezone (line 668) | public function timezone($timezone) method spliceIntoPosition (line 682) | protected function spliceIntoPosition($position, $value) FILE: src/Illuminate/Console/Scheduling/PendingEventAttributes.php class PendingEventAttributes (line 8) | class PendingEventAttributes method __construct (line 22) | public function __construct( method withoutOverlapping (line 35) | public function withoutOverlapping($expiresAt = 1440) method mergeAttributes (line 47) | public function mergeAttributes(Event $event): void method __call (line 104) | public function __call(string $method, array $parameters): mixed FILE: src/Illuminate/Console/Scheduling/Schedule.php class Schedule (line 28) | class Schedule method __construct (line 111) | public function __construct($timezone = null) method call (line 139) | public function call($callback, array $parameters = []) method command (line 157) | public function command($command, array $parameters = []) method job (line 190) | public function job($job, $queue = null, $connection = null) method dispatchToQueue (line 232) | protected function dispatchToQueue($job, $queue, $connection) method dispatchUniqueJobToQueue (line 263) | protected function dispatchUniqueJobToQueue($job, $queue, $connection) method dispatchNow (line 284) | protected function dispatchNow($job) method exec (line 296) | public function exec($command, array $parameters = []) method group (line 317) | public function group(Closure $events) method mergePendingAttributes (line 337) | protected function mergePendingAttributes(Event $event) method compileParameters (line 358) | protected function compileParameters(array $parameters) method compileArrayInput (line 380) | public function compileArrayInput($key, $value) method serverShouldRun (line 406) | public function serverShouldRun(Event $event, DateTimeInterface $time) method dueEvents (line 417) | public function dueEvents($app) method events (line 427) | public function events() method useCache (line 438) | public function useCache($store) method getDispatcher (line 460) | protected function getDispatcher() method __call (line 485) | public function __call($method, $parameters) FILE: src/Illuminate/Console/Scheduling/ScheduleClearCacheCommand.php class ScheduleClearCacheCommand (line 8) | #[AsCommand(name: 'schedule:clear-cache')] method handle (line 31) | public function handle(Schedule $schedule) FILE: src/Illuminate/Console/Scheduling/ScheduleFinishCommand.php class ScheduleFinishCommand (line 11) | #[AsCommand(name: 'schedule:finish')] method handle (line 41) | public function handle(Schedule $schedule) FILE: src/Illuminate/Console/Scheduling/ScheduleInterruptCommand.php class ScheduleInterruptCommand (line 10) | #[AsCommand(name: 'schedule:interrupt')] method __construct (line 39) | public function __construct(Cache $cache) method handle (line 51) | public function handle() FILE: src/Illuminate/Console/Scheduling/ScheduleListCommand.php class ScheduleListCommand (line 16) | #[AsCommand(name: 'schedule:list')] method handle (line 52) | public function handle(Schedule $schedule) method displayJson (line 80) | protected function displayJson(Collection $events, DateTimeZone $timez... method displayForCli (line 120) | protected function displayForCli(Collection $events, DateTimeZone $tim... method getCronExpressionSpacing (line 143) | private function getCronExpressionSpacing($events) method getRepeatExpressionSpacing (line 156) | private function getRepeatExpressionSpacing($events) method listEvent (line 171) | private function listEvent($event, $terminalWidth, $expressionSpacing,... method getRepeatExpression (line 235) | private function getRepeatExpression($event) method sortEvents (line 247) | private function sortEvents(\Illuminate\Support\Collection $events, Da... method display (line 261) | protected function display(Collection $events, DateTimeZone $timezone) method getNextDueDateForEvent (line 273) | private function getNextDueDateForEvent($event, DateTimeZone $timezone) method formatCronExpression (line 309) | private function formatCronExpression($expression, $spacing) method getClosureLocation (line 324) | private function getClosureLocation(CallbackEvent $event) method getTerminalWidth (line 356) | public static function getTerminalWidth() method resolveTerminalWidthUsing (line 369) | public static function resolveTerminalWidthUsing($resolver) FILE: src/Illuminate/Console/Scheduling/SchedulePauseCommand.php class SchedulePauseCommand (line 11) | #[AsCommand(name: 'schedule:pause')] method handle (line 26) | public function handle(Cache $cache, Dispatcher $dispatcher) FILE: src/Illuminate/Console/Scheduling/ScheduleResumeCommand.php class ScheduleResumeCommand (line 11) | #[AsCommand(name: 'schedule:resume', aliases: ['schedule:continue'])] method handle (line 33) | public function handle(Cache $cache, Dispatcher $dispatcher) FILE: src/Illuminate/Console/Scheduling/ScheduleRunCommand.php class ScheduleRunCommand (line 21) | #[AsCommand(name: 'schedule:run')] method __construct (line 90) | public function __construct() method handle (line 106) | public function handle(Schedule $schedule, Dispatcher $dispatcher, Cac... method runSingleServerEvent (line 167) | protected function runSingleServerEvent($event) method runEvent (line 184) | protected function runEvent($event) method repeatEvents (line 239) | protected function repeatEvents($events) method isPaused (line 291) | protected function isPaused() method shouldInterrupt (line 301) | protected function shouldInterrupt() method clearInterruptSignal (line 311) | protected function clearInterruptSignal() FILE: src/Illuminate/Console/Scheduling/ScheduleTestCommand.php class ScheduleTestCommand (line 11) | #[AsCommand(name: 'schedule:test')] method handle (line 34) | public function handle(Schedule $schedule) method getSelectedCommandByIndex (line 99) | protected function getSelectedCommandByIndex(array $commandNames) FILE: src/Illuminate/Console/Scheduling/ScheduleWorkCommand.php class ScheduleWorkCommand (line 13) | #[AsCommand(name: 'schedule:work')] method handle (line 37) | public function handle() FILE: src/Illuminate/Console/Scheduling/SchedulingMutex.php type SchedulingMutex (line 7) | interface SchedulingMutex method create (line 16) | public function create(Event $event, DateTimeInterface $time); method exists (line 25) | public function exists(Event $event, DateTimeInterface $time); FILE: src/Illuminate/Console/Signals.php class Signals (line 8) | class Signals method __construct (line 36) | public function __construct($registry) method register (line 50) | public function register($signal, $callback) method initializeSignal (line 76) | protected function initializeSignal($signal) method unregister (line 88) | public function unregister() method whenAvailable (line 109) | public static function whenAvailable($callback) method getHandlers (line 123) | protected function getHandlers() method setHandlers (line 135) | protected function setHandlers($handlers) method resolveAvailabilityUsing (line 147) | public static function resolveAvailabilityUsing($resolver) FILE: src/Illuminate/Console/View/Components/Alert.php class Alert (line 7) | class Alert extends Component method render (line 16) | public function render($string, $verbosity = OutputInterface::VERBOSIT... FILE: src/Illuminate/Console/View/Components/Ask.php class Ask (line 7) | class Ask extends Component method render (line 17) | public function render($question, $default = null, $multiline = false) FILE: src/Illuminate/Console/View/Components/AskWithCompletion.php class AskWithCompletion (line 7) | class AskWithCompletion extends Component method render (line 17) | public function render($question, $choices, $default = null) FILE: src/Illuminate/Console/View/Components/BulletList.php class BulletList (line 7) | class BulletList extends Component method render (line 16) | public function render($elements, $verbosity = OutputInterface::VERBOS... FILE: src/Illuminate/Console/View/Components/Choice.php class Choice (line 7) | class Choice extends Component method render (line 19) | public function render($question, $choices, $default = null, $attempts... method getChoiceQuestion (line 38) | protected function getChoiceQuestion($question, $choices, $default) FILE: src/Illuminate/Console/View/Components/Component.php class Component (line 13) | abstract class Component method __construct (line 34) | public function __construct($output) method renderView (line 47) | protected function renderView($view, $data, $verbosity) method compile (line 61) | protected function compile($view, $data) method mutate (line 81) | protected function mutate($data, $mutators) method usingQuestionHelper (line 104) | protected function usingQuestionHelper($callable) FILE: src/Illuminate/Console/View/Components/Confirm.php class Confirm (line 5) | class Confirm extends Component method render (line 14) | public function render($question, $default = false) FILE: src/Illuminate/Console/View/Components/Error.php class Error (line 7) | class Error extends Component method render (line 16) | public function render($string, $verbosity = OutputInterface::VERBOSIT... FILE: src/Illuminate/Console/View/Components/Factory.php class Factory (line 23) | class Factory method __construct (line 37) | public function __construct($output) method __call (line 51) | public function __call($method, $parameters) FILE: src/Illuminate/Console/View/Components/Info.php class Info (line 7) | class Info extends Component method render (line 16) | public function render($string, $verbosity = OutputInterface::VERBOSIT... FILE: src/Illuminate/Console/View/Components/Line.php class Line (line 8) | class Line extends Component method render (line 46) | public function render($style, $string, $verbosity = OutputInterface::... FILE: src/Illuminate/Console/View/Components/Mutators/EnsureDynamicContentIsHighlighted.php class EnsureDynamicContentIsHighlighted (line 5) | class EnsureDynamicContentIsHighlighted method __invoke (line 13) | public function __invoke($string) FILE: src/Illuminate/Console/View/Components/Mutators/EnsureNoPunctuation.php class EnsureNoPunctuation (line 7) | class EnsureNoPunctuation method __invoke (line 15) | public function __invoke($string) FILE: src/Illuminate/Console/View/Components/Mutators/EnsurePunctuation.php class EnsurePunctuation (line 7) | class EnsurePunctuation method __invoke (line 15) | public function __invoke($string) FILE: src/Illuminate/Console/View/Components/Mutators/EnsureRelativePaths.php class EnsureRelativePaths (line 5) | class EnsureRelativePaths method __invoke (line 13) | public function __invoke($string) FILE: src/Illuminate/Console/View/Components/Secret.php class Secret (line 7) | class Secret extends Component method render (line 16) | public function render($question, $fallback = true) FILE: src/Illuminate/Console/View/Components/Success.php class Success (line 7) | class Success extends Component method render (line 16) | public function render($string, $verbosity = OutputInterface::VERBOSIT... FILE: src/Illuminate/Console/View/Components/Task.php class Task (line 12) | class Task extends Component method render (line 26) | public function render($description, $task = null, $verbosity = Output... FILE: src/Illuminate/Console/View/Components/TwoColumnDetail.php class TwoColumnDetail (line 7) | class TwoColumnDetail extends Component method render (line 17) | public function render($first, $second = null, $verbosity = OutputInte... FILE: src/Illuminate/Console/View/Components/Warn.php class Warn (line 7) | class Warn extends Component method render (line 16) | public function render($string, $verbosity = OutputInterface::VERBOSIT... FILE: src/Illuminate/Container/Attributes/Auth.php class Auth (line 9) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 15) | public function __construct(public ?string $guard = null) method resolve (line 26) | public static function resolve(self $attribute, Container $container) FILE: src/Illuminate/Container/Attributes/Authenticated.php class Authenticated (line 9) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 15) | public function __construct(public ?string $guard = null) method resolve (line 26) | public static function resolve(self $attribute, Container $container) FILE: src/Illuminate/Container/Attributes/Bind.php class Bind (line 11) | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] method __construct (line 36) | public function __construct( FILE: src/Illuminate/Container/Attributes/Cache.php class Cache (line 9) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 15) | public function __construct(public ?string $store = null) method resolve (line 26) | public static function resolve(self $attribute, Container $container) FILE: src/Illuminate/Container/Attributes/Config.php class Config (line 9) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 15) | public function __construct(public string $key, public mixed $default ... method resolve (line 26) | public static function resolve(self $attribute, Container $container) FILE: src/Illuminate/Container/Attributes/Context.php class Context (line 10) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 16) | public function __construct(public string $key, public mixed $default ... method resolve (line 27) | public static function resolve(self $attribute, Container $container):... FILE: src/Illuminate/Container/Attributes/CurrentUser.php class CurrentUser (line 7) | #[Attribute(Attribute::TARGET_PARAMETER)] FILE: src/Illuminate/Container/Attributes/DB.php class DB (line 7) | #[Attribute(Attribute::TARGET_PARAMETER)] FILE: src/Illuminate/Container/Attributes/Database.php class Database (line 10) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 16) | public function __construct(public UnitEnum|string|null $connection = ... method resolve (line 27) | public static function resolve(self $attribute, Container $container) FILE: src/Illuminate/Container/Attributes/Give.php class Give (line 9) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 18) | public function __construct( method resolve (line 31) | public static function resolve(self $attribute, Container $container):... FILE: src/Illuminate/Container/Attributes/Log.php class Log (line 12) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 21) | public function __construct( method resolve (line 34) | public static function resolve(self $attribute, Container $container) FILE: src/Illuminate/Container/Attributes/RouteParameter.php class RouteParameter (line 9) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 15) | public function __construct(public string $parameter) method resolve (line 26) | public static function resolve(self $attribute, Container $container) FILE: src/Illuminate/Container/Attributes/Scoped.php class Scoped (line 7) | #[Attribute(Attribute::TARGET_CLASS)] FILE: src/Illuminate/Container/Attributes/Singleton.php class Singleton (line 7) | #[Attribute(Attribute::TARGET_CLASS)] FILE: src/Illuminate/Container/Attributes/Storage.php class Storage (line 9) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 15) | public function __construct(public ?string $disk = null) method resolve (line 26) | public static function resolve(self $attribute, Container $container) FILE: src/Illuminate/Container/Attributes/Tag.php class Tag (line 11) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 14) | public function __construct( method resolve (line 26) | public static function resolve(self $attribute, Container $container) FILE: src/Illuminate/Container/BoundMethod.php class BoundMethod (line 11) | class BoundMethod method call (line 25) | public static function call($container, $callback, array $parameters =... method callClass (line 51) | protected static function callClass($container, $target, array $parame... method callBoundMethod (line 81) | protected static function callBoundMethod($container, $callback, $defa... method normalizeMethod (line 105) | protected static function normalizeMethod($callback) method getMethodDependencies (line 122) | protected static function getMethodDependencies($container, $callback,... method getCallReflector (line 141) | protected static function getCallReflector($callback) method addDependencyForCallParameter (line 165) | protected static function addDependencyForCallParameter( method isCallableWithAtSign (line 216) | protected static function isCallableWithAtSign($callback) FILE: src/Illuminate/Container/Container.php class Container (line 25) | class Container implements ArrayAccess, ContainerContract method when (line 210) | public function when($concrete) method whenHasAttribute (line 226) | public function whenHasAttribute(string $attribute, Closure $handler) method bound (line 237) | public function bound($abstract) method has (line 247) | public function has(string $id): bool method resolved (line 258) | public function resolved($abstract) method isShared (line 274) | public function isShared($abstract) method getScopedTyped (line 307) | protected function getScopedTyped(ReflectionClass|string $reflection):... method isAlias (line 342) | public function isAlias($name) method bind (line 358) | public function bind($abstract, $concrete = null, $shared = false) method getClosure (line 403) | protected function getClosure($abstract, $concrete) method hasMethodBinding (line 422) | public function hasMethodBinding($method) method bindMethod (line 434) | public function bindMethod($method, $callback) method parseBindMethod (line 445) | protected function parseBindMethod($method) method callMethodBinding (line 461) | public function callMethodBinding($method, $instance) method addContextualBinding (line 474) | public function addContextualBinding($concrete, $abstract, $implementa... method bindIf (line 487) | public function bindIf($abstract, $concrete = null, $shared = false) method singleton (line 501) | public function singleton($abstract, $concrete = null) method singletonIf (line 513) | public function singletonIf($abstract, $concrete = null) method scoped (line 527) | public function scoped($abstract, $concrete = null) method scopedIf (line 541) | public function scopedIf($abstract, $concrete = null) method bindBasedOnClosureReturnTypes (line 556) | protected function bindBasedOnClosureReturnTypes($abstract, $concrete ... method extend (line 575) | public function extend($abstract, Closure $closure) method instance (line 601) | public function instance($abstract, $instance) method removeAbstractAlias (line 627) | protected function removeAbstractAlias($searched) method tag (line 649) | public function tag($abstracts, $tags) method tagged (line 670) | public function tagged($tag) method alias (line 692) | public function alias($abstract, $alias) method rebinding (line 711) | public function rebinding($abstract, Closure $callback) method refresh (line 728) | public function refresh($abstract, $target, $method) method rebound (line 741) | protected function rebound($abstract) method getReboundCallbacks (line 760) | protected function getReboundCallbacks($abstract) method wrap (line 770) | public function wrap(Closure $callback, array $parameters = []) method call (line 785) | public function call($callback, array $parameters = [], $defaultMethod... method getClassForCallable (line 814) | protected function getClassForCallable($callback) method factory (line 832) | public function factory($abstract) method makeWith (line 847) | public function makeWith($abstract, array $parameters = []) method make (line 862) | public function make($abstract, array $parameters = []) method get (line 878) | public function get(string $id) method resolve (line 904) | protected function resolve($abstract, $parameters = [], $raiseEvents =... method getConcrete (line 975) | protected function getConcrete($abstract) method getConcreteBindingFromAttributes (line 998) | protected function getConcreteBindingFromAttributes($abstract) method getContextualConcrete (line 1055) | protected function getContextualConcrete($abstract) method findInContextualBindings (line 1081) | protected function findInContextualBindings($abstract) method isBuildable (line 1093) | protected function isBuildable($concrete, $abstract) method build (line 1109) | public function build($concrete) method buildSelfBuildingInstance (line 1188) | protected function buildSelfBuildingInstance($concrete, $reflector) method resolveDependencies (line 1215) | protected function resolveDependencies(array $dependencies) method hasParameterOverride (line 1260) | protected function hasParameterOverride($dependency) method getParameterOverride (line 1273) | protected function getParameterOverride($dependency) method getLastParameterOverride (line 1283) | protected function getLastParameterOverride() method resolvePrimitive (line 1295) | protected function resolvePrimitive(ReflectionParameter $parameter) method resolveClass (line 1323) | protected function resolveClass(ReflectionParameter $parameter, ?strin... method resolveVariadicClass (line 1361) | protected function resolveVariadicClass(ReflectionParameter $parameter) method resolveFromAttribute (line 1381) | public function resolveFromAttribute(ReflectionAttribute $attribute) method notInstantiable (line 1406) | protected function notInstantiable($concrete) method unresolvablePrimitive (line 1426) | protected function unresolvablePrimitive(ReflectionParameter $parameter) method beforeResolving (line 1439) | public function beforeResolving($abstract, ?Closure $callback = null) method resolving (line 1458) | public function resolving($abstract, ?Closure $callback = null) method afterResolving (line 1477) | public function afterResolving($abstract, ?Closure $callback = null) method afterResolvingAttribute (line 1495) | public function afterResolvingAttribute(string $attribute, \Closure $c... method fireBeforeResolvingCallbacks (line 1507) | protected function fireBeforeResolvingCallbacks($abstract, $parameters... method fireBeforeCallbackArray (line 1525) | protected function fireBeforeCallbackArray($abstract, $parameters, arr... method fireResolvingCallbacks (line 1539) | protected function fireResolvingCallbacks($abstract, $object) method fireAfterResolvingCallbacks (line 1557) | protected function fireAfterResolvingCallbacks($abstract, $object) method fireAfterResolvingAttributeCallbacks (line 1573) | public function fireAfterResolvingAttributeCallbacks(array $attributes... method getCallbacksForType (line 1601) | protected function getCallbacksForType($abstract, $object, array $call... method fireCallbackArray (line 1620) | protected function fireCallbackArray($object, array $callbacks) method currentlyResolving (line 1632) | public function currentlyResolving() method getBindings (line 1642) | public function getBindings() method getAlias (line 1653) | public function getAlias($abstract) method getExtenders (line 1666) | protected function getExtenders($abstract) method forgetExtenders (line 1677) | public function forgetExtenders($abstract) method dropStaleInstances (line 1688) | protected function dropStaleInstances($abstract) method forgetInstance (line 1699) | public function forgetInstance($abstract) method forgetInstances (line 1709) | public function forgetInstances() method forgetScopedInstances (line 1719) | public function forgetScopedInstances() method resolveEnvironmentUsing (line 1738) | public function resolveEnvironmentUsing(?callable $callback) method currentEnvironmentIs (line 1749) | public function currentEnvironmentIs($environments) method flush (line 1761) | public function flush() method getInstance (line 1778) | public static function getInstance() method setInstance (line 1788) | public static function setInstance(?ContainerContract $container = null) method offsetExists (line 1798) | public function offsetExists($offset): bool method offsetGet (line 1808) | public function offsetGet($offset): mixed method offsetSet (line 1819) | public function offsetSet($offset, $value): void method offsetUnset (line 1829) | public function offsetUnset($offset): void method __get (line 1840) | public function __get($key) method __set (line 1852) | public function __set($key, $value) FILE: src/Illuminate/Container/ContextualBindingBuilder.php class ContextualBindingBuilder (line 8) | class ContextualBindingBuilder implements ContextualBindingBuilderContract method __construct (line 37) | public function __construct(Container $container, $concrete) method needs (line 49) | public function needs($abstract) method give (line 62) | public function give($implementation) method giveTagged (line 77) | public function giveTagged($tag) method giveConfig (line 93) | public function giveConfig($key, $default = null) FILE: src/Illuminate/Container/EntryNotFoundException.php class EntryNotFoundException (line 8) | class EntryNotFoundException extends Exception implements NotFoundExcept... FILE: src/Illuminate/Container/RewindableGenerator.php class RewindableGenerator (line 9) | class RewindableGenerator implements Countable, IteratorAggregate method __construct (line 31) | public function __construct(callable $generator, $count) method getIterator (line 42) | public function getIterator(): Traversable method count (line 52) | public function count(): int FILE: src/Illuminate/Container/Util.php class Util (line 13) | class Util method arrayWrap (line 23) | public static function arrayWrap($value) method unwrapIfClosure (line 41) | public static function unwrapIfClosure($value, ...$args) method getParameterClassName (line 54) | public static function getParameterClassName($parameter) method getContextualAttributeFromDependency (line 83) | public static function getContextualAttributeFromDependency($dependency) FILE: src/Illuminate/Contracts/Auth/Access/Authorizable.php type Authorizable (line 5) | interface Authorizable method can (line 14) | public function can($abilities, $arguments = []); FILE: src/Illuminate/Contracts/Auth/Access/Gate.php type Gate (line 5) | interface Gate method has (line 13) | public function has($ability); method define (line 22) | public function define($ability, $callback); method resource (line 32) | public function resource($name, $class, ?array $abilities = null); method policy (line 41) | public function policy($class, $policy); method before (line 49) | public function before(callable $callback); method after (line 57) | public function after(callable $callback); method allows (line 66) | public function allows($ability, $arguments = []); method denies (line 75) | public function denies($ability, $arguments = []); method check (line 84) | public function check($abilities, $arguments = []); method any (line 93) | public function any($abilities, $arguments = []); method authorize (line 104) | public function authorize($ability, $arguments = []); method inspect (line 113) | public function inspect($ability, $arguments = []); method raw (line 124) | public function raw($ability, $arguments = []); method getPolicyFor (line 134) | public function getPolicyFor($class); method forUser (line 142) | public function forUser($user); method abilities (line 149) | public function abilities(); FILE: src/Illuminate/Contracts/Auth/Authenticatable.php type Authenticatable (line 5) | interface Authenticatable method getAuthIdentifierName (line 12) | public function getAuthIdentifierName(); method getAuthIdentifier (line 19) | public function getAuthIdentifier(); method getAuthPasswordName (line 26) | public function getAuthPasswordName(); method getAuthPassword (line 33) | public function getAuthPassword(); method getRememberToken (line 40) | public function getRememberToken(); method setRememberToken (line 48) | public function setRememberToken($value); method getRememberTokenName (line 55) | public function getRememberTokenName(); FILE: src/Illuminate/Contracts/Auth/CanResetPassword.php type CanResetPassword (line 5) | interface CanResetPassword method getEmailForPasswordReset (line 12) | public function getEmailForPasswordReset(); method sendPasswordResetNotification (line 20) | public function sendPasswordResetNotification($token); FILE: src/Illuminate/Contracts/Auth/Factory.php type Factory (line 5) | interface Factory method guard (line 13) | public function guard($name = null); method shouldUse (line 21) | public function shouldUse($name); FILE: src/Illuminate/Contracts/Auth/Guard.php type Guard (line 5) | interface Guard method check (line 12) | public function check(); method guest (line 19) | public function guest(); method user (line 26) | public function user(); method id (line 33) | public function id(); method validate (line 41) | public function validate(array $credentials = []); method hasUser (line 48) | public function hasUser(); method setUser (line 56) | public function setUser(Authenticatable $user); FILE: src/Illuminate/Contracts/Auth/Middleware/AuthenticatesRequests.php type AuthenticatesRequests (line 5) | interface AuthenticatesRequests FILE: src/Illuminate/Contracts/Auth/MustVerifyEmail.php type MustVerifyEmail (line 5) | interface MustVerifyEmail method hasVerifiedEmail (line 12) | public function hasVerifiedEmail(); method markEmailAsVerified (line 19) | public function markEmailAsVerified(); method markEmailAsUnverified (line 26) | public function markEmailAsUnverified(); method sendEmailVerificationNotification (line 33) | public function sendEmailVerificationNotification(); method getEmailForVerification (line 40) | public function getEmailForVerification(); FILE: src/Illuminate/Contracts/Auth/PasswordBroker.php type PasswordBroker (line 7) | interface PasswordBroker method sendResetLink (line 51) | public function sendResetLink(array $credentials, ?Closure $callback =... method reset (line 60) | public function reset(array $credentials, Closure $callback); FILE: src/Illuminate/Contracts/Auth/PasswordBrokerFactory.php type PasswordBrokerFactory (line 5) | interface PasswordBrokerFactory method broker (line 13) | public function broker($name = null); FILE: src/Illuminate/Contracts/Auth/StatefulGuard.php type StatefulGuard (line 5) | interface StatefulGuard extends Guard method attempt (line 14) | public function attempt(array $credentials = [], $remember = false); method once (line 22) | public function once(array $credentials = []); method login (line 31) | public function login(Authenticatable $user, $remember = false); method loginUsingId (line 40) | public function loginUsingId($id, $remember = false); method onceUsingId (line 48) | public function onceUsingId($id); method viaRemember (line 55) | public function viaRemember(); method logout (line 62) | public function logout(); FILE: src/Illuminate/Contracts/Auth/SupportsBasicAuth.php type SupportsBasicAuth (line 5) | interface SupportsBasicAuth method basic (line 14) | public function basic($field = 'email', $extraConditions = []); method onceBasic (line 23) | public function onceBasic($field = 'email', $extraConditions = []); FILE: src/Illuminate/Contracts/Auth/UserProvider.php type UserProvider (line 5) | interface UserProvider method retrieveById (line 13) | public function retrieveById($identifier); method retrieveByToken (line 22) | public function retrieveByToken($identifier, #[\SensitiveParameter] $t... method updateRememberToken (line 31) | public function updateRememberToken(Authenticatable $user, #[\Sensitiv... method retrieveByCredentials (line 39) | public function retrieveByCredentials(#[\SensitiveParameter] array $cr... method validateCredentials (line 48) | public function validateCredentials(Authenticatable $user, #[\Sensitiv... method rehashPasswordIfRequired (line 58) | public function rehashPasswordIfRequired(Authenticatable $user, #[\Sen... FILE: src/Illuminate/Contracts/Broadcasting/Broadcaster.php type Broadcaster (line 5) | interface Broadcaster method auth (line 13) | public function auth($request); method validAuthenticationResponse (line 22) | public function validAuthenticationResponse($request, $result); method broadcast (line 34) | public function broadcast(array $channels, $event, array $payload = []); FILE: src/Illuminate/Contracts/Broadcasting/Factory.php type Factory (line 5) | interface Factory method connection (line 13) | public function connection($name = null); FILE: src/Illuminate/Contracts/Broadcasting/HasBroadcastChannel.php type HasBroadcastChannel (line 5) | interface HasBroadcastChannel method broadcastChannelRoute (line 12) | public function broadcastChannelRoute(); method broadcastChannel (line 19) | public function broadcastChannel(); FILE: src/Illuminate/Contracts/Broadcasting/ShouldBeUnique.php type ShouldBeUnique (line 5) | interface ShouldBeUnique FILE: src/Illuminate/Contracts/Broadcasting/ShouldBroadcast.php type ShouldBroadcast (line 5) | interface ShouldBroadcast method broadcastOn (line 12) | public function broadcastOn(); FILE: src/Illuminate/Contracts/Broadcasting/ShouldBroadcastNow.php type ShouldBroadcastNow (line 5) | interface ShouldBroadcastNow extends ShouldBroadcast FILE: src/Illuminate/Contracts/Broadcasting/ShouldRescue.php type ShouldRescue (line 5) | interface ShouldRescue FILE: src/Illuminate/Contracts/Bus/Dispatcher.php type Dispatcher (line 5) | interface Dispatcher method dispatch (line 13) | public function dispatch($command); method dispatchSync (line 24) | public function dispatchSync($command, $handler = null); method dispatchNow (line 33) | public function dispatchNow($command, $handler = null); method dispatchAfterResponse (line 42) | public function dispatchAfterResponse($command, $handler = null); method chain (line 50) | public function chain($jobs = null); method hasCommandHandler (line 58) | public function hasCommandHandler($command); method getCommandHandler (line 66) | public function getCommandHandler($command); method pipeThrough (line 74) | public function pipeThrough(array $pipes); method map (line 82) | public function map(array $map); FILE: src/Illuminate/Contracts/Bus/QueueingDispatcher.php type QueueingDispatcher (line 5) | interface QueueingDispatcher extends Dispatcher method findBatch (line 13) | public function findBatch(string $batchId); method batch (line 21) | public function batch($jobs); method dispatchToQueue (line 29) | public function dispatchToQueue($command); FILE: src/Illuminate/Contracts/Cache/CanFlushLocks.php type CanFlushLocks (line 5) | interface CanFlushLocks method flushLocks (line 12) | public function flushLocks(): bool; method hasSeparateLockStore (line 19) | public function hasSeparateLockStore(): bool; FILE: src/Illuminate/Contracts/Cache/Factory.php type Factory (line 5) | interface Factory method store (line 13) | public function store($name = null); FILE: src/Illuminate/Contracts/Cache/Lock.php type Lock (line 5) | interface Lock method get (line 13) | public function get($callback = null); method block (line 24) | public function block($seconds, $callback = null); method release (line 31) | public function release(); method owner (line 38) | public function owner(); method forceRelease (line 45) | public function forceRelease(); FILE: src/Illuminate/Contracts/Cache/LockProvider.php type LockProvider (line 5) | interface LockProvider method lock (line 15) | public function lock($name, $seconds = 0, $owner = null); method restoreLock (line 24) | public function restoreLock($name, $owner); FILE: src/Illuminate/Contracts/Cache/LockTimeoutException.php class LockTimeoutException (line 7) | class LockTimeoutException extends Exception FILE: src/Illuminate/Contracts/Cache/Repository.php type Repository (line 8) | interface Repository extends CacheInterface method pull (line 19) | public function pull($key, $default = null); method put (line 29) | public function put($key, $value, $ttl = null); method add (line 39) | public function add($key, $value, $ttl = null); method increment (line 48) | public function increment($key, $value = 1); method decrement (line 57) | public function decrement($key, $value = 1); method forever (line 66) | public function forever($key, $value); method remember (line 78) | public function remember($key, $ttl, Closure $callback); method sear (line 89) | public function sear($key, Closure $callback); method rememberForever (line 100) | public function rememberForever($key, Closure $callback); method touch (line 109) | public function touch($key, $ttl); method forget (line 117) | public function forget($key); method getStore (line 124) | public function getStore(); FILE: src/Illuminate/Contracts/Cache/Store.php type Store (line 5) | interface Store method get (line 13) | public function get($key); method many (line 23) | public function many(array $keys); method put (line 33) | public function put($key, $value, $seconds); method putMany (line 42) | public function putMany(array $values, $seconds); method increment (line 51) | public function increment($key, $value = 1); method decrement (line 60) | public function decrement($key, $value = 1); method forever (line 69) | public function forever($key, $value); method touch (line 78) | public function touch($key, $seconds); method forget (line 86) | public function forget($key); method flush (line 93) | public function flush(); method getPrefix (line 100) | public function getPrefix(); FILE: src/Illuminate/Contracts/Concurrency/Driver.php type Driver (line 8) | interface Driver method run (line 13) | public function run(Closure|array $tasks): array; method defer (line 18) | public function defer(Closure|array $tasks): DeferredCallback; FILE: src/Illuminate/Contracts/Config/Repository.php type Repository (line 5) | interface Repository method has (line 13) | public function has($key); method get (line 22) | public function get($key, $default = null); method all (line 29) | public function all(); method set (line 38) | public function set($key, $value = null); method prepend (line 47) | public function prepend($key, $value); method push (line 56) | public function push($key, $value); FILE: src/Illuminate/Contracts/Console/Application.php type Application (line 5) | interface Application method call (line 15) | public function call($command, array $parameters = [], $outputBuffer =... method output (line 22) | public function output(); FILE: src/Illuminate/Contracts/Console/Isolatable.php type Isolatable (line 5) | interface Isolatable FILE: src/Illuminate/Contracts/Console/Kernel.php type Kernel (line 5) | interface Kernel method bootstrap (line 12) | public function bootstrap(); method handle (line 21) | public function handle($input, $output = null); method call (line 31) | public function call($command, array $parameters = [], $outputBuffer =... method queue (line 40) | public function queue($command, array $parameters = []); method all (line 47) | public function all(); method output (line 54) | public function output(); method terminate (line 63) | public function terminate($input, $status); FILE: src/Illuminate/Contracts/Console/PromptsForMissingInput.php type PromptsForMissingInput (line 5) | interface PromptsForMissingInput FILE: src/Illuminate/Contracts/Container/BindingResolutionException.php class BindingResolutionException (line 8) | class BindingResolutionException extends Exception implements ContainerE... FILE: src/Illuminate/Contracts/Container/CircularDependencyException.php class CircularDependencyException (line 8) | class CircularDependencyException extends Exception implements Container... FILE: src/Illuminate/Contracts/Container/Container.php type Container (line 8) | interface Container extends ContainerInterface method get (line 18) | public function get(string $id); method bound (line 26) | public function bound($abstract); method alias (line 37) | public function alias($abstract, $alias); method tag (line 46) | public function tag($abstracts, $tags); method tagged (line 54) | public function tagged($tag); method bind (line 64) | public function bind($abstract, $concrete = null, $shared = false); method bindMethod (line 73) | public function bindMethod($method, $callback); method bindIf (line 83) | public function bindIf($abstract, $concrete = null, $shared = false); method singleton (line 92) | public function singleton($abstract, $concrete = null); method singletonIf (line 101) | public function singletonIf($abstract, $concrete = null); method scoped (line 110) | public function scoped($abstract, $concrete = null); method scopedIf (line 119) | public function scopedIf($abstract, $concrete = null); method extend (line 130) | public function extend($abstract, Closure $closure); method instance (line 141) | public function instance($abstract, $instance); method addContextualBinding (line 151) | public function addContextualBinding($concrete, $abstract, $implementa... method when (line 159) | public function when($concrete); method factory (line 169) | public function factory($abstract); method flush (line 176) | public function flush(); method make (line 189) | public function make($abstract, array $parameters = []); method call (line 199) | public function call($callback, array $parameters = [], $defaultMethod... method resolved (line 207) | public function resolved($abstract); method beforeResolving (line 216) | public function beforeResolving($abstract, ?Closure $callback = null); method resolving (line 225) | public function resolving($abstract, ?Closure $callback = null); method afterResolving (line 234) | public function afterResolving($abstract, ?Closure $callback = null); FILE: src/Illuminate/Contracts/Container/ContextualAttribute.php type ContextualAttribute (line 5) | interface ContextualAttribute FILE: src/Illuminate/Contracts/Container/ContextualBindingBuilder.php type ContextualBindingBuilder (line 5) | interface ContextualBindingBuilder method needs (line 13) | public function needs($abstract); method give (line 21) | public function give($implementation); method giveTagged (line 29) | public function giveTagged($tag); method giveConfig (line 38) | public function giveConfig($key, $default = null); FILE: src/Illuminate/Contracts/Container/SelfBuilding.php type SelfBuilding (line 8) | interface SelfBuilding FILE: src/Illuminate/Contracts/Cookie/Factory.php type Factory (line 5) | interface Factory method make (line 21) | public function make($name, $value, $minutes = 0, $path = null, $domai... method forever (line 36) | public function forever($name, $value, $path = null, $domain = null, $... method forget (line 46) | public function forget($name, $path = null, $domain = null); FILE: src/Illuminate/Contracts/Cookie/QueueingFactory.php type QueueingFactory (line 5) | interface QueueingFactory extends Factory method queue (line 13) | public function queue(...$parameters); method unqueue (line 22) | public function unqueue($name, $path = null); method getQueuedCookies (line 29) | public function getQueuedCookies(); FILE: src/Illuminate/Contracts/Database/ConcurrencyErrorDetector.php type ConcurrencyErrorDetector (line 7) | interface ConcurrencyErrorDetector method causedByConcurrencyError (line 15) | public function causedByConcurrencyError(Throwable $e): bool; FILE: src/Illuminate/Contracts/Database/Eloquent/Builder.php type Builder (line 12) | interface Builder extends BaseContract FILE: src/Illuminate/Contracts/Database/Eloquent/Castable.php type Castable (line 5) | interface Castable method castUsing (line 13) | public static function castUsing(array $arguments); FILE: src/Illuminate/Contracts/Database/Eloquent/CastsAttributes.php type CastsAttributes (line 11) | interface CastsAttributes method get (line 22) | public function get(Model $model, string $key, mixed $value, array $at... method set (line 33) | public function set(Model $model, string $key, mixed $value, array $at... FILE: src/Illuminate/Contracts/Database/Eloquent/CastsInboundAttributes.php type CastsInboundAttributes (line 7) | interface CastsInboundAttributes method set (line 18) | public function set(Model $model, string $key, mixed $value, array $at... FILE: src/Illuminate/Contracts/Database/Eloquent/ComparesCastableAttributes.php type ComparesCastableAttributes (line 7) | interface ComparesCastableAttributes method compare (line 18) | public function compare(Model $model, string $key, mixed $firstValue, ... FILE: src/Illuminate/Contracts/Database/Eloquent/DeviatesCastableAttributes.php type DeviatesCastableAttributes (line 5) | interface DeviatesCastableAttributes method increment (line 16) | public function increment($model, string $key, $value, array $attribut... method decrement (line 27) | public function decrement($model, string $key, $value, array $attribut... FILE: src/Illuminate/Contracts/Database/Eloquent/SerializesCastableAttributes.php type SerializesCastableAttributes (line 7) | interface SerializesCastableAttributes method serialize (line 18) | public function serialize(Model $model, string $key, mixed $value, arr... FILE: src/Illuminate/Contracts/Database/Eloquent/SupportsPartialRelations.php type SupportsPartialRelations (line 5) | interface SupportsPartialRelations method ofMany (line 15) | public function ofMany($column = 'id', $aggregate = 'MAX', $relation =... method isOneOfMany (line 22) | public function isOneOfMany(); method getOneOfManySubQuery (line 29) | public function getOneOfManySubQuery(); FILE: src/Illuminate/Contracts/Database/Events/MigrationEvent.php type MigrationEvent (line 5) | interface MigrationEvent FILE: src/Illuminate/Contracts/Database/LostConnectionDetector.php type LostConnectionDetector (line 7) | interface LostConnectionDetector method causedByLostConnection (line 15) | public function causedByLostConnection(Throwable $e): bool; FILE: src/Illuminate/Contracts/Database/ModelIdentifier.php class ModelIdentifier (line 7) | class ModelIdentifier method __construct (line 59) | public function __construct($class, $id, array $relations, $connection) method useCollectionClass (line 77) | public function useCollectionClass(?string $collectionClass) method getClass (line 89) | public function getClass(): ?string method useMorphMap (line 101) | public static function useMorphMap(bool $useMorphMap = true): void FILE: src/Illuminate/Contracts/Database/Query/Builder.php type Builder (line 10) | interface Builder FILE: src/Illuminate/Contracts/Database/Query/ConditionExpression.php type ConditionExpression (line 5) | interface ConditionExpression extends Expression FILE: src/Illuminate/Contracts/Database/Query/Expression.php type Expression (line 7) | interface Expression method getValue (line 15) | public function getValue(Grammar $grammar); FILE: src/Illuminate/Contracts/Debug/ExceptionHandler.php type ExceptionHandler (line 7) | interface ExceptionHandler method report (line 17) | public function report(Throwable $e); method shouldReport (line 25) | public function shouldReport(Throwable $e); method render (line 36) | public function render($request, Throwable $e); method renderForConsole (line 47) | public function renderForConsole($output, Throwable $e); FILE: src/Illuminate/Contracts/Debug/ShouldntReport.php type ShouldntReport (line 5) | interface ShouldntReport FILE: src/Illuminate/Contracts/Encryption/DecryptException.php class DecryptException (line 7) | class DecryptException extends RuntimeException FILE: src/Illuminate/Contracts/Encryption/EncryptException.php class EncryptException (line 7) | class EncryptException extends RuntimeException FILE: src/Illuminate/Contracts/Encryption/Encrypter.php type Encrypter (line 5) | interface Encrypter method encrypt (line 16) | public function encrypt(#[\SensitiveParameter] $value, $serialize = tr... method decrypt (line 27) | public function decrypt($payload, $unserialize = true); method getKey (line 34) | public function getKey(); method getAllKeys (line 41) | public function getAllKeys(); method getPreviousKeys (line 48) | public function getPreviousKeys(); FILE: src/Illuminate/Contracts/Encryption/StringEncrypter.php type StringEncrypter (line 5) | interface StringEncrypter method encryptString (line 15) | public function encryptString(#[\SensitiveParameter] $value); method decryptString (line 25) | public function decryptString($payload); FILE: src/Illuminate/Contracts/Events/Dispatcher.php type Dispatcher (line 5) | interface Dispatcher method listen (line 14) | public function listen($events, $listener = null); method hasListeners (line 22) | public function hasListeners($eventName); method subscribe (line 30) | public function subscribe($subscriber); method until (line 39) | public function until($event, $payload = []); method dispatch (line 49) | public function dispatch($event, $payload = [], $halt = false); method push (line 58) | public function push($event, $payload = []); method flush (line 66) | public function flush($event); method forget (line 74) | public function forget($event); method forgetPushed (line 81) | public function forgetPushed(); FILE: src/Illuminate/Contracts/Events/ShouldDispatchAfterCommit.php type ShouldDispatchAfterCommit (line 5) | interface ShouldDispatchAfterCommit FILE: src/Illuminate/Contracts/Events/ShouldHandleEventsAfterCommit.php type ShouldHandleEventsAfterCommit (line 5) | interface ShouldHandleEventsAfterCommit FILE: src/Illuminate/Contracts/Filesystem/Cloud.php type Cloud (line 5) | interface Cloud extends Filesystem method url (line 13) | public function url($path); FILE: src/Illuminate/Contracts/Filesystem/Factory.php type Factory (line 5) | interface Factory method disk (line 13) | public function disk($name = null); FILE: src/Illuminate/Contracts/Filesystem/FileNotFoundException.php class FileNotFoundException (line 7) | class FileNotFoundException extends Exception FILE: src/Illuminate/Contracts/Filesystem/Filesystem.php type Filesystem (line 5) | interface Filesystem method path (line 27) | public function path($path); method exists (line 35) | public function exists($path); method get (line 43) | public function get($path); method readStream (line 51) | public function readStream($path); method put (line 61) | public function put($path, $contents, $options = []); method putFile (line 71) | public function putFile($path, $file = null, $options = []); method putFileAs (line 82) | public function putFileAs($path, $file, $name = null, $options = []); method writeStream (line 92) | public function writeStream($path, $resource, array $options = []); method getVisibility (line 100) | public function getVisibility($path); method setVisibility (line 109) | public function setVisibility($path, $visibility); method prepend (line 118) | public function prepend($path, $data); method append (line 127) | public function append($path, $data); method delete (line 135) | public function delete($paths); method copy (line 144) | public function copy($from, $to); method move (line 153) | public function move($from, $to); method size (line 161) | public function size($path); method lastModified (line 169) | public function lastModified($path); method files (line 178) | public function files($directory = null, $recursive = false); method allFiles (line 186) | public function allFiles($directory = null); method directories (line 195) | public function directories($directory = null, $recursive = false); method allDirectories (line 203) | public function allDirectories($directory = null); method makeDirectory (line 211) | public function makeDirectory($path); method deleteDirectory (line 219) | public function deleteDirectory($directory); FILE: src/Illuminate/Contracts/Filesystem/LockTimeoutException.php class LockTimeoutException (line 7) | class LockTimeoutException extends Exception FILE: src/Illuminate/Contracts/Foundation/Application.php type Application (line 7) | interface Application extends Container method version (line 14) | public function version(); method basePath (line 22) | public function basePath($path = ''); method bootstrapPath (line 30) | public function bootstrapPath($path = ''); method configPath (line 38) | public function configPath($path = ''); method databasePath (line 46) | public function databasePath($path = ''); method langPath (line 54) | public function langPath($path = ''); method publicPath (line 62) | public function publicPath($path = ''); method resourcePath (line 70) | public function resourcePath($path = ''); method storagePath (line 78) | public function storagePath($path = ''); method environment (line 86) | public function environment(...$environments); method runningInConsole (line 93) | public function runningInConsole(); method runningUnitTests (line 100) | public function runningUnitTests(); method hasDebugModeEnabled (line 107) | public function hasDebugModeEnabled(); method maintenanceMode (line 114) | public function maintenanceMode(); method isDownForMaintenance (line 121) | public function isDownForMaintenance(); method registerConfiguredProviders (line 128) | public function registerConfiguredProviders(); method register (line 137) | public function register($provider, $force = false); method registerDeferredProvider (line 146) | public function registerDeferredProvider($provider, $service = null); method resolveProvider (line 154) | public function resolveProvider($provider); method boot (line 161) | public function boot(); method booting (line 169) | public function booting($callback); method booted (line 177) | public function booted($callback); method bootstrapWith (line 185) | public function bootstrapWith(array $bootstrappers); method getLocale (line 192) | public function getLocale(); method getNamespace (line 201) | public function getNamespace(); method getProviders (line 209) | public function getProviders($provider); method hasBeenBootstrapped (line 216) | public function hasBeenBootstrapped(); method loadDeferredProviders (line 223) | public function loadDeferredProviders(); method setLocale (line 231) | public function setLocale($locale); method shouldSkipMiddleware (line 238) | public function shouldSkipMiddleware(); method terminating (line 246) | public function terminating($callback); method terminate (line 253) | public function terminate(); FILE: src/Illuminate/Contracts/Foundation/CachesConfiguration.php type CachesConfiguration (line 5) | interface CachesConfiguration method configurationIsCached (line 12) | public function configurationIsCached(); method getCachedConfigPath (line 19) | public function getCachedConfigPath(); method getCachedServicesPath (line 26) | public function getCachedServicesPath(); FILE: src/Illuminate/Contracts/Foundation/CachesRoutes.php type CachesRoutes (line 5) | interface CachesRoutes method routesAreCached (line 12) | public function routesAreCached(); method getCachedRoutesPath (line 19) | public function getCachedRoutesPath(); FILE: src/Illuminate/Contracts/Foundation/ExceptionRenderer.php type ExceptionRenderer (line 5) | interface ExceptionRenderer method render (line 13) | public function render($throwable); FILE: src/Illuminate/Contracts/Foundation/MaintenanceMode.php type MaintenanceMode (line 5) | interface MaintenanceMode method activate (line 13) | public function activate(array $payload): void; method deactivate (line 20) | public function deactivate(): void; method active (line 27) | public function active(): bool; method data (line 34) | public function data(): array; FILE: src/Illuminate/Contracts/Hashing/Hasher.php type Hasher (line 5) | interface Hasher method info (line 13) | public function info($hashedValue); method make (line 22) | public function make(#[\SensitiveParameter] $value, array $options = []); method check (line 32) | public function check(#[\SensitiveParameter] $value, $hashedValue, arr... method needsRehash (line 41) | public function needsRehash($hashedValue, array $options = []); FILE: src/Illuminate/Contracts/Http/Kernel.php type Kernel (line 5) | interface Kernel method bootstrap (line 12) | public function bootstrap(); method handle (line 20) | public function handle($request); method terminate (line 29) | public function terminate($request, $response); method getApplication (line 36) | public function getApplication(); FILE: src/Illuminate/Contracts/JsonSchema/JsonSchema.php type JsonSchema (line 7) | interface JsonSchema method object (line 15) | public function object(Closure|array $properties = []); method array (line 22) | public function array(); method string (line 29) | public function string(); method integer (line 36) | public function integer(); method number (line 43) | public function number(); method boolean (line 50) | public function boolean(); FILE: src/Illuminate/Contracts/Log/ContextLogProcessor.php type ContextLogProcessor (line 7) | interface ContextLogProcessor extends ProcessorInterface FILE: src/Illuminate/Contracts/Mail/Attachable.php type Attachable (line 5) | interface Attachable method toMailAttachment (line 12) | public function toMailAttachment(); FILE: src/Illuminate/Contracts/Mail/Factory.php type Factory (line 5) | interface Factory method mailer (line 13) | public function mailer($name = null); FILE: src/Illuminate/Contracts/Mail/MailQueue.php type MailQueue (line 5) | interface MailQueue method queue (line 14) | public function queue($view, $queue = null); method later (line 24) | public function later($delay, $view, $queue = null); FILE: src/Illuminate/Contracts/Mail/Mailable.php type Mailable (line 7) | interface Mailable method send (line 15) | public function send($mailer); method queue (line 23) | public function queue(Queue $queue); method later (line 32) | public function later($delay, Queue $queue); method cc (line 41) | public function cc($address, $name = null); method bcc (line 50) | public function bcc($address, $name = null); method to (line 59) | public function to($address, $name = null); method locale (line 67) | public function locale($locale); method mailer (line 75) | public function mailer($mailer); FILE: src/Illuminate/Contracts/Mail/Mailer.php type Mailer (line 5) | interface Mailer method to (line 13) | public function to($users); method cc (line 21) | public function cc($users); method bcc (line 29) | public function bcc($users); method raw (line 38) | public function raw($text, $callback); method send (line 48) | public function send($view, array $data = [], $callback = null); method sendNow (line 58) | public function sendNow($mailable, array $data = [], $callback = null); FILE: src/Illuminate/Contracts/Notifications/Dispatcher.php type Dispatcher (line 5) | interface Dispatcher method send (line 14) | public function send($notifiables, $notification); method sendNow (line 24) | public function sendNow($notifiables, $notification, ?array $channels ... FILE: src/Illuminate/Contracts/Notifications/Factory.php type Factory (line 5) | interface Factory method channel (line 13) | public function channel($name = null); method send (line 22) | public function send($notifiables, $notification); method sendNow (line 31) | public function sendNow($notifiables, $notification); FILE: src/Illuminate/Contracts/Pagination/CursorPaginator.php type CursorPaginator (line 12) | interface CursorPaginator method url (line 20) | public function url($cursor); method appends (line 29) | public function appends($key, $value = null); method fragment (line 37) | public function fragment($fragment = null); method withQueryString (line 44) | public function withQueryString(); method previousPageUrl (line 51) | public function previousPageUrl(); method nextPageUrl (line 58) | public function nextPageUrl(); method items (line 65) | public function items(); method previousCursor (line 72) | public function previousCursor(); method nextCursor (line 79) | public function nextCursor(); method perPage (line 86) | public function perPage(); method cursor (line 93) | public function cursor(); method hasPages (line 100) | public function hasPages(); method hasMorePages (line 107) | public function hasMorePages(); method path (line 114) | public function path(); method isEmpty (line 121) | public function isEmpty(); method isNotEmpty (line 128) | public function isNotEmpty(); method render (line 137) | public function render($view = null, $data = []); FILE: src/Illuminate/Contracts/Pagination/LengthAwarePaginator.php type LengthAwarePaginator (line 12) | interface LengthAwarePaginator extends Paginator method getUrlRange (line 21) | public function getUrlRange($start, $end); method total (line 28) | public function total(); method lastPage (line 35) | public function lastPage(); FILE: src/Illuminate/Contracts/Pagination/Paginator.php type Paginator (line 12) | interface Paginator method url (line 20) | public function url($page); method appends (line 29) | public function appends($key, $value = null); method fragment (line 37) | public function fragment($fragment = null); method withQueryString (line 44) | public function withQueryString(); method nextPageUrl (line 51) | public function nextPageUrl(); method previousPageUrl (line 58) | public function previousPageUrl(); method items (line 65) | public function items(); method firstItem (line 72) | public function firstItem(); method lastItem (line 79) | public function lastItem(); method perPage (line 86) | public function perPage(); method currentPage (line 93) | public function currentPage(); method hasPages (line 100) | public function hasPages(); method hasMorePages (line 107) | public function hasMorePages(); method path (line 114) | public function path(); method isEmpty (line 121) | public function isEmpty(); method isNotEmpty (line 128) | public function isNotEmpty(); method render (line 137) | public function render($view = null, $data = []); FILE: src/Illuminate/Contracts/Pipeline/Hub.php type Hub (line 5) | interface Hub method pipe (line 14) | public function pipe($object, $pipeline = null); FILE: src/Illuminate/Contracts/Pipeline/Pipeline.php type Pipeline (line 7) | interface Pipeline method send (line 15) | public function send($passable); method through (line 23) | public function through($pipes); method via (line 31) | public function via($method); method then (line 39) | public function then(Closure $destination); FILE: src/Illuminate/Contracts/Process/InvokedProcess.php type InvokedProcess (line 5) | interface InvokedProcess method id (line 12) | public function id(); method command (line 19) | public function command(); method signal (line 27) | public function signal(int $signal); method running (line 34) | public function running(); method output (line 41) | public function output(); method errorOutput (line 48) | public function errorOutput(); method latestOutput (line 55) | public function latestOutput(); method latestErrorOutput (line 62) | public function latestErrorOutput(); method wait (line 70) | public function wait(?callable $output = null); method waitUntil (line 78) | public function waitUntil(?callable $output = null); FILE: src/Illuminate/Contracts/Process/ProcessResult.php type ProcessResult (line 5) | interface ProcessResult method command (line 12) | public function command(); method successful (line 19) | public function successful(); method failed (line 26) | public function failed(); method exitCode (line 33) | public function exitCode(); method output (line 40) | public function output(); method seeInOutput (line 48) | public function seeInOutput(string $output); method errorOutput (line 55) | public function errorOutput(); method seeInErrorOutput (line 63) | public function seeInErrorOutput(string $output); method throw (line 71) | public function throw(?callable $callback = null); method throwIf (line 80) | public function throwIf(bool $condition, ?callable $callback = null); FILE: src/Illuminate/Contracts/Queue/ClearableQueue.php type ClearableQueue (line 5) | interface ClearableQueue method clear (line 13) | public function clear($queue); FILE: src/Illuminate/Contracts/Queue/EntityNotFoundException.php class EntityNotFoundException (line 7) | class EntityNotFoundException extends InvalidArgumentException method __construct (line 15) | public function __construct($type, $id) FILE: src/Illuminate/Contracts/Queue/EntityResolver.php type EntityResolver (line 5) | interface EntityResolver method resolve (line 14) | public function resolve($type, $id); FILE: src/Illuminate/Contracts/Queue/Factory.php type Factory (line 5) | interface Factory method connection (line 13) | public function connection($name = null); FILE: src/Illuminate/Contracts/Queue/Job.php type Job (line 5) | interface Job method uuid (line 12) | public function uuid(); method getJobId (line 19) | public function getJobId(); method payload (line 26) | public function payload(); method fire (line 33) | public function fire(); method release (line 41) | public function release($delay = 0); method isReleased (line 48) | public function isReleased(); method delete (line 55) | public function delete(); method isDeleted (line 62) | public function isDeleted(); method isDeletedOrReleased (line 69) | public function isDeletedOrReleased(); method attempts (line 76) | public function attempts(); method hasFailed (line 83) | public function hasFailed(); method markAsFailed (line 90) | public function markAsFailed(); method fail (line 98) | public function fail($e = null); method maxTries (line 105) | public function maxTries(); method maxExceptions (line 112) | public function maxExceptions(); method timeout (line 119) | public function timeout(); method retryUntil (line 126) | public function retryUntil(); method getName (line 133) | public function getName(); method resolveName (line 142) | public function resolveName(); method resolveQueuedJobClass (line 151) | public function resolveQueuedJobClass(); method getConnectionName (line 158) | public function getConnectionName(); method getQueue (line 165) | public function getQueue(); method getRawBody (line 172) | public function getRawBody(); FILE: src/Illuminate/Contracts/Queue/Monitor.php type Monitor (line 5) | interface Monitor method starting (line 13) | public function starting($callback); method looping (line 21) | public function looping($callback); method failing (line 29) | public function failing($callback); method stopping (line 37) | public function stopping($callback); FILE: src/Illuminate/Contracts/Queue/Queue.php type Queue (line 5) | interface Queue method size (line 13) | public function size($queue = null); method pendingSize (line 21) | public function pendingSize($queue = null); method delayedSize (line 29) | public function delayedSize($queue = null); method reservedSize (line 37) | public function reservedSize($queue = null); method creationTimeOfOldestPendingJob (line 45) | public function creationTimeOfOldestPendingJob($queue = null); method push (line 55) | public function push($job, $data = '', $queue = null); method pushOn (line 65) | public function pushOn($queue, $job, $data = ''); method pushRaw (line 74) | public function pushRaw($payload, $queue = null, array $options = []); method later (line 85) | public function later($delay, $job, $data = '', $queue = null); method laterOn (line 96) | public function laterOn($queue, $delay, $job, $data = ''); method bulk (line 106) | public function bulk($jobs, $data = '', $queue = null); method pop (line 114) | public function pop($queue = null); method getConnectionName (line 121) | public function getConnectionName(); method setConnectionName (line 129) | public function setConnectionName($name); FILE: src/Illuminate/Contracts/Queue/QueueableCollection.php type QueueableCollection (line 5) | interface QueueableCollection method getQueueableClass (line 12) | public function getQueueableClass(); method getQueueableIds (line 19) | public function getQueueableIds(); method getQueueableRelations (line 26) | public function getQueueableRelations(); method getQueueableConnection (line 33) | public function getQueueableConnection(); FILE: src/Illuminate/Contracts/Queue/QueueableEntity.php type QueueableEntity (line 5) | interface QueueableEntity method getQueueableId (line 12) | public function getQueueableId(); method getQueueableRelations (line 19) | public function getQueueableRelations(); method getQueueableConnection (line 26) | public function getQueueableConnection(); FILE: src/Illuminate/Contracts/Queue/ShouldBeEncrypted.php type ShouldBeEncrypted (line 5) | interface ShouldBeEncrypted FILE: src/Illuminate/Contracts/Queue/ShouldBeUnique.php type ShouldBeUnique (line 5) | interface ShouldBeUnique FILE: src/Illuminate/Contracts/Queue/ShouldBeUniqueUntilProcessing.php type ShouldBeUniqueUntilProcessing (line 5) | interface ShouldBeUniqueUntilProcessing extends ShouldBeUnique FILE: src/Illuminate/Contracts/Queue/ShouldQueue.php type ShouldQueue (line 5) | interface ShouldQueue FILE: src/Illuminate/Contracts/Queue/ShouldQueueAfterCommit.php type ShouldQueueAfterCommit (line 5) | interface ShouldQueueAfterCommit extends ShouldQueue FILE: src/Illuminate/Contracts/Redis/Connection.php type Connection (line 7) | interface Connection method subscribe (line 16) | public function subscribe($channels, Closure $callback); method psubscribe (line 25) | public function psubscribe($channels, Closure $callback); method command (line 34) | public function command($method, array $parameters = []); FILE: src/Illuminate/Contracts/Redis/Connector.php type Connector (line 5) | interface Connector method connect (line 14) | public function connect(array $config, array $options); method connectToCluster (line 24) | public function connectToCluster(array $config, array $clusterOptions,... FILE: src/Illuminate/Contracts/Redis/Factory.php type Factory (line 5) | interface Factory method connection (line 13) | public function connection($name = null); FILE: src/Illuminate/Contracts/Redis/LimiterTimeoutException.php class LimiterTimeoutException (line 7) | class LimiterTimeoutException extends Exception FILE: src/Illuminate/Contracts/Routing/BindingRegistrar.php type BindingRegistrar (line 5) | interface BindingRegistrar method bind (line 14) | public function bind($key, $binder); method getBindingCallback (line 22) | public function getBindingCallback($key); FILE: src/Illuminate/Contracts/Routing/Registrar.php type Registrar (line 5) | interface Registrar method get (line 14) | public function get($uri, $action); method post (line 23) | public function post($uri, $action); method put (line 32) | public function put($uri, $action); method delete (line 41) | public function delete($uri, $action); method patch (line 50) | public function patch($uri, $action); method options (line 59) | public function options($uri, $action); method match (line 69) | public function match($methods, $uri, $action); method resource (line 79) | public function resource($name, $controller, array $options = []); method group (line 88) | public function group(array $attributes, $routes); method substituteBindings (line 96) | public function substituteBindings($route); method substituteImplicitBindings (line 104) | public function substituteImplicitBindings($route); FILE: src/Illuminate/Contracts/Routing/ResponseFactory.php type ResponseFactory (line 8) | interface ResponseFactory method make (line 18) | public function make($content = '', $status = 200, array $headers = []); method noContent (line 27) | public function noContent($status = 204, array $headers = []); method view (line 38) | public function view($view, $data = [], $status = 200, array $headers ... method json (line 49) | public function json($data = [], $status = 200, array $headers = [], $... method jsonp (line 61) | public function jsonp($callback, $data = [], $status = 200, array $hea... method eventStream (line 71) | public function eventStream(Closure $callback, array $headers = [], St... method stream (line 81) | public function stream($callback, $status = 200, array $headers = []); method streamJson (line 92) | public function streamJson($data, $status = 200, $headers = [], $encod... method streamDownload (line 103) | public function streamDownload($callback, $name = null, array $headers... method download (line 114) | public function download($file, $name = null, array $headers = [], $di... method file (line 123) | public function file($file, array $headers = []); method redirectTo (line 134) | public function redirectTo($path, $status = 302, $headers = [], $secur... method redirectToRoute (line 145) | public function redirectToRoute($route, $parameters = [], $status = 30... method redirectToAction (line 156) | public function redirectToAction($action, $parameters = [], $status = ... method redirectGuest (line 167) | public function redirectGuest($path, $status = 302, $headers = [], $se... method redirectToIntended (line 178) | public function redirectToIntended($default = '/', $status = 302, $hea... FILE: src/Illuminate/Contracts/Routing/UrlGenerator.php type UrlGenerator (line 5) | interface UrlGenerator method current (line 12) | public function current(); method previous (line 20) | public function previous($fallback = false); method to (line 30) | public function to($path, $extra = [], $secure = null); method secure (line 39) | public function secure($path, $parameters = []); method asset (line 48) | public function asset($path, $secure = null); method route (line 60) | public function route($name, $parameters = [], $absolute = true); method signedRoute (line 73) | public function signedRoute($name, $parameters = [], $expiration = nul... method temporarySignedRoute (line 84) | public function temporarySignedRoute($name, $expiration, $parameters =... method query (line 95) | public function query($path, $query = [], $extra = [], $secure = null); method action (line 105) | public function action($action, $parameters = [], $absolute = true); method getRootControllerNamespace (line 112) | public function getRootControllerNamespace(); method setRootControllerNamespace (line 120) | public function setRootControllerNamespace($rootNamespace); FILE: src/Illuminate/Contracts/Routing/UrlRoutable.php type UrlRoutable (line 5) | interface UrlRoutable method getRouteKey (line 12) | public function getRouteKey(); method getRouteKeyName (line 19) | public function getRouteKeyName(); method resolveRouteBinding (line 28) | public function resolveRouteBinding($value, $field = null); method resolveChildRouteBinding (line 38) | public function resolveChildRouteBinding($childType, $value, $field); FILE: src/Illuminate/Contracts/Session/Middleware/AuthenticatesSessions.php type AuthenticatesSessions (line 5) | interface AuthenticatesSessions FILE: src/Illuminate/Contracts/Session/Session.php type Session (line 5) | interface Session method getName (line 12) | public function getName(); method setName (line 20) | public function setName($name); method getId (line 27) | public function getId(); method setId (line 35) | public function setId($id); method start (line 42) | public function start(); method save (line 49) | public function save(); method all (line 56) | public function all(); method exists (line 64) | public function exists($key); method has (line 72) | public function has($key); method get (line 81) | public function get($key, $default = null); method pull (line 90) | public function pull($key, $default = null); method put (line 99) | public function put($key, $value = null); method flash (line 108) | public function flash(string $key, $value = true); method token (line 115) | public function token(); method regenerateToken (line 122) | public function regenerateToken(); method remove (line 130) | public function remove($key); method forget (line 138) | public function forget($keys); method flush (line 145) | public function flush(); method invalidate (line 152) | public function invalidate(); method regenerate (line 160) | public function regenerate($destroy = false); method migrate (line 168) | public function migrate($destroy = false); method isStarted (line 175) | public function isStarted(); method previousUrl (line 182) | public function previousUrl(); method setPreviousUrl (line 190) | public function setPreviousUrl($url); method getHandler (line 197) | public function getHandler(); method handlerNeedsRequest (line 204) | public function handlerNeedsRequest(); method setRequestOnHandler (line 212) | public function setRequestOnHandler($request); FILE: src/Illuminate/Contracts/Support/Arrayable.php type Arrayable (line 9) | interface Arrayable method toArray (line 16) | public function toArray(); FILE: src/Illuminate/Contracts/Support/CanBeEscapedWhenCastToString.php type CanBeEscapedWhenCastToString (line 5) | interface CanBeEscapedWhenCastToString method escapeWhenCastingToString (line 13) | public function escapeWhenCastingToString($escape = true); FILE: src/Illuminate/Contracts/Support/DeferrableProvider.php type DeferrableProvider (line 5) | interface DeferrableProvider method provides (line 12) | public function provides(); FILE: src/Illuminate/Contracts/Support/DeferringDisplayableValue.php type DeferringDisplayableValue (line 5) | interface DeferringDisplayableValue method resolveDisplayableValue (line 12) | public function resolveDisplayableValue(); FILE: src/Illuminate/Contracts/Support/HasOnceHash.php type HasOnceHash (line 5) | interface HasOnceHash method onceHash (line 12) | public function onceHash(); FILE: src/Illuminate/Contracts/Support/Htmlable.php type Htmlable (line 5) | interface Htmlable method toHtml (line 12) | public function toHtml(); FILE: src/Illuminate/Contracts/Support/Jsonable.php type Jsonable (line 5) | interface Jsonable method toJson (line 13) | public function toJson($options = 0); FILE: src/Illuminate/Contracts/Support/MessageBag.php type MessageBag (line 7) | interface MessageBag extends Arrayable, Countable method keys (line 14) | public function keys(); method add (line 23) | public function add($key, $message); method merge (line 31) | public function merge($messages); method has (line 39) | public function has($key); method first (line 48) | public function first($key = null, $format = null); method get (line 57) | public function get($key, $format = null); method all (line 65) | public function all($format = null); method forget (line 73) | public function forget($key); method getMessages (line 80) | public function getMessages(); method getFormat (line 87) | public function getFormat(); method setFormat (line 95) | public function setFormat($format = ':message'); method isEmpty (line 102) | public function isEmpty(); method isNotEmpty (line 109) | public function isNotEmpty(); FILE: src/Illuminate/Contracts/Support/MessageProvider.php type MessageProvider (line 5) | interface MessageProvider method getMessageBag (line 12) | public function getMessageBag(); FILE: src/Illuminate/Contracts/Support/Renderable.php type Renderable (line 5) | interface Renderable method render (line 12) | public function render(); FILE: src/Illuminate/Contracts/Support/Responsable.php type Responsable (line 5) | interface Responsable method toResponse (line 13) | public function toResponse($request); FILE: src/Illuminate/Contracts/Support/ValidatedData.php type ValidatedData (line 8) | interface ValidatedData extends Arrayable, ArrayAccess, IteratorAggregate FILE: src/Illuminate/Contracts/Translation/HasLocalePreference.php type HasLocalePreference (line 5) | interface HasLocalePreference method preferredLocale (line 12) | public function preferredLocale(); FILE: src/Illuminate/Contracts/Translation/Loader.php type Loader (line 5) | interface Loader method load (line 15) | public function load($locale, $group, $namespace = null); method addNamespace (line 24) | public function addNamespace($namespace, $hint); method addJsonPath (line 32) | public function addJsonPath($path); method namespaces (line 39) | public function namespaces(); FILE: src/Illuminate/Contracts/Translation/Translator.php type Translator (line 5) | interface Translator method get (line 15) | public function get($key, array $replace = [], $locale = null); method choice (line 26) | public function choice($key, $number, array $replace = [], $locale = n... method getLocale (line 33) | public function getLocale(); method setLocale (line 41) | public function setLocale($locale); FILE: src/Illuminate/Contracts/Validation/CompilableRules.php type CompilableRules (line 5) | interface CompilableRules method compile (line 16) | public function compile($attribute, $value, $data = null, $context = n... FILE: src/Illuminate/Contracts/Validation/DataAwareRule.php type DataAwareRule (line 5) | interface DataAwareRule method setData (line 13) | public function setData(array $data); FILE: src/Illuminate/Contracts/Validation/Factory.php type Factory (line 5) | interface Factory method make (line 16) | public function make(array $data, array $rules, array $messages = [], ... method extend (line 26) | public function extend($rule, $extension, $message = null); method extendImplicit (line 36) | public function extendImplicit($rule, $extension, $message = null); method replacer (line 45) | public function replacer($rule, $replacer); FILE: src/Illuminate/Contracts/Validation/ImplicitRule.php type ImplicitRule (line 8) | interface ImplicitRule extends Rule FILE: src/Illuminate/Contracts/Validation/InvokableRule.php type InvokableRule (line 10) | interface InvokableRule method __invoke (line 20) | public function __invoke(string $attribute, mixed $value, Closure $fail); FILE: src/Illuminate/Contracts/Validation/Rule.php type Rule (line 8) | interface Rule method passes (line 17) | public function passes($attribute, $value); method message (line 24) | public function message(); FILE: src/Illuminate/Contracts/Validation/UncompromisedVerifier.php type UncompromisedVerifier (line 5) | interface UncompromisedVerifier method verify (line 13) | public function verify($data); FILE: src/Illuminate/Contracts/Validation/ValidatesWhenResolved.php type ValidatesWhenResolved (line 5) | interface ValidatesWhenResolved method validateResolved (line 12) | public function validateResolved(); FILE: src/Illuminate/Contracts/Validation/ValidationRule.php type ValidationRule (line 7) | interface ValidationRule method validate (line 17) | public function validate(string $attribute, mixed $value, Closure $fai... FILE: src/Illuminate/Contracts/Validation/Validator.php type Validator (line 7) | interface Validator extends MessageProvider method validate (line 16) | public function validate(); method validated (line 25) | public function validated(); method fails (line 32) | public function fails(); method failed (line 39) | public function failed(); method sometimes (line 49) | public function sometimes($attribute, $rules, callable $callback); method after (line 57) | public function after($callback); method errors (line 64) | public function errors(); FILE: src/Illuminate/Contracts/Validation/ValidatorAwareRule.php type ValidatorAwareRule (line 7) | interface ValidatorAwareRule method setValidator (line 15) | public function setValidator(Validator $validator); FILE: src/Illuminate/Contracts/View/Engine.php type Engine (line 5) | interface Engine method get (line 14) | public function get($path, array $data = []); FILE: src/Illuminate/Contracts/View/Factory.php type Factory (line 5) | interface Factory method exists (line 13) | public function exists($view); method file (line 23) | public function file($path, $data = [], $mergeData = []); method make (line 33) | public function make($view, $data = [], $mergeData = []); method share (line 42) | public function share($key, $value = null); method composer (line 51) | public function composer($views, $callback); method creator (line 60) | public function creator($views, $callback); method addNamespace (line 69) | public function addNamespace($namespace, $hints); method replaceNamespace (line 78) | public function replaceNamespace($namespace, $hints); FILE: src/Illuminate/Contracts/View/View.php type View (line 7) | interface View extends Renderable method name (line 14) | public function name(); method with (line 23) | public function with($key, $value = null); method getData (line 30) | public function getData(); FILE: src/Illuminate/Contracts/View/ViewCompilationException.php class ViewCompilationException (line 7) | class ViewCompilationException extends Exception FILE: src/Illuminate/Cookie/CookieJar.php class CookieJar (line 11) | class CookieJar implements JarContract method make (line 64) | public function make($name, $value, $minutes = 0, $path = null, $domai... method forever (line 86) | public function forever($name, $value, $path = null, $domain = null, $... method forget (line 99) | public function forget($name, $path = null, $domain = null) method hasQueued (line 111) | public function hasQueued($key, $path = null) method queued (line 124) | public function queued($key, $default = null, $path = null) method queue (line 141) | public function queue(...$parameters) method expire (line 164) | public function expire($name, $path = null, $domain = null) method unqueue (line 176) | public function unqueue($name, $path = null) method getPathAndDomain (line 200) | protected function getPathAndDomain($path, $domain, $secure = null, $s... method setDefaultPathAndDomain (line 214) | public function setDefaultPathAndDomain($path, $domain, $secure = fals... method getQueuedCookies (line 226) | public function getQueuedCookies() method flushQueuedCookies (line 236) | public function flushQueuedCookies() FILE: src/Illuminate/Cookie/CookieServiceProvider.php class CookieServiceProvider (line 7) | class CookieServiceProvider extends ServiceProvider method register (line 14) | public function register() FILE: src/Illuminate/Cookie/CookieValuePrefix.php class CookieValuePrefix (line 5) | class CookieValuePrefix method create (line 14) | public static function create($cookieName, $key) method remove (line 25) | public static function remove($cookieValue) method validate (line 38) | public static function validate($cookieName, $cookieValue, array $keys) FILE: src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php class AddQueuedCookiesToResponse (line 8) | class AddQueuedCookiesToResponse method __construct (line 22) | public function __construct(CookieJar $cookies) method handle (line 34) | public function handle($request, Closure $next) FILE: src/Illuminate/Cookie/Middleware/EncryptCookies.php class EncryptCookies (line 14) | class EncryptCookies method __construct (line 49) | public function __construct(EncrypterContract $encrypter) method disableFor (line 60) | public function disableFor($name) method handle (line 72) | public function handle($request, Closure $next) method decrypt (line 83) | protected function decrypt(Request $request) method validateValue (line 111) | protected function validateValue(string $key, $value) method validateArray (line 125) | protected function validateArray(string $key, array $value) method decryptCookie (line 143) | protected function decryptCookie($name, $cookie) method decryptArray (line 156) | protected function decryptArray(array $cookie) method encrypt (line 179) | protected function encrypt(Response $response) method duplicate (line 205) | protected function duplicate(Cookie $cookie, $value) method isDisabled (line 216) | public function isDisabled($name) method except (line 227) | public static function except($cookies) method serialized (line 240) | public static function serialized($name) method flushState (line 250) | public static function flushState() FILE: src/Illuminate/Database/Capsule/Manager.php class Manager (line 13) | class Manager method __construct (line 29) | public function __construct(?Container $container = null) method setupDefaultConfiguration (line 46) | protected function setupDefaultConfiguration() method setupManager (line 58) | protected function setupManager() method connection (line 71) | public static function connection($connection = null) method table (line 84) | public static function table($table, $as = null, $connection = null) method schema (line 95) | public static function schema($connection = null) method getConnection (line 106) | public function getConnection($name = null) method addConnection (line 118) | public function addConnection(array $config, $name = 'default') method bootEloquent (line 132) | public function bootEloquent() method setFetchMode (line 150) | public function setFetchMode($fetchMode) method getDatabaseManager (line 162) | public function getDatabaseManager() method getEventDispatcher (line 172) | public function getEventDispatcher() method setEventDispatcher (line 185) | public function setEventDispatcher(Dispatcher $dispatcher) method __callStatic (line 197) | public static function __callStatic($method, $parameters) FILE: src/Illuminate/Database/ClassMorphViolationException.php class ClassMorphViolationException (line 7) | class ClassMorphViolationException extends RuntimeException method __construct (line 21) | public function __construct($model) FILE: src/Illuminate/Database/Concerns/BuildsQueries.php type BuildsQueries (line 27) | trait BuildsQueries method chunk (line 38) | public function chunk($count, callable $callback) method chunkMap (line 89) | public function chunkMap(callable $callback, $count = 1000) method each (line 111) | public function each(callable $callback, $count = 1000) method chunkById (line 131) | public function chunkById($count, callable $callback, $column = null, ... method chunkByIdDesc (line 145) | public function chunkByIdDesc($count, callable $callback, $column = nu... method orderedChunkById (line 162) | public function orderedChunkById($count, callable $callback, $column =... method eachById (line 234) | public function eachById(callable $callback, $count = 1000, $column = ... method lazy (line 253) | public function lazy($chunkSize = 1000) method lazyById (line 288) | public function lazyById($chunkSize = 1000, $column = null, $alias = n... method lazyByIdDesc (line 303) | public function lazyByIdDesc($chunkSize = 1000, $column = null, $alias... method orderedLazyById (line 320) | protected function orderedLazyById($chunkSize = 1000, $column = null, ... method first (line 365) | public function first($columns = ['*']) method firstOrFail (line 379) | public function firstOrFail($columns = ['*'], $message = null) method sole (line 397) | public function sole($columns = ['*']) method paginateUsingCursor (line 423) | protected function paginateUsingCursor($perPage, $columns = ['*'], $cu... method getOriginalColumnNameForCursorPagination (line 520) | protected function getOriginalColumnNameForCursorPagination($builder, ... method paginator (line 551) | protected function paginator($items, $total, $perPage, $currentPage, $... method simplePaginator (line 567) | protected function simplePaginator($items, $perPage, $currentPage, $op... method cursorPaginator (line 583) | protected function cursorPaginator($items, $perPage, $cursor, $options) method tap (line 596) | public function tap($callback) method pipe (line 611) | public function pipe($callback) FILE: src/Illuminate/Database/Concerns/BuildsWhereDateClauses.php type BuildsWhereDateClauses (line 8) | trait BuildsWhereDateClauses method wherePast (line 16) | public function wherePast($columns) method whereNowOrPast (line 27) | public function whereNowOrPast($columns) method orWherePast (line 38) | public function orWherePast($columns) method orWhereNowOrPast (line 49) | public function orWhereNowOrPast($columns) method whereFuture (line 60) | public function whereFuture($columns) method whereNowOrFuture (line 71) | public function whereNowOrFuture($columns) method orWhereFuture (line 82) | public function orWhereFuture($columns) method orWhereNowOrFuture (line 93) | public function orWhereNowOrFuture($columns) method wherePastOrFuture (line 106) | protected function wherePastOrFuture($columns, $operator, $boolean) method whereToday (line 127) | public function whereToday($columns, $boolean = 'and') method whereBeforeToday (line 138) | public function whereBeforeToday($columns) method whereTodayOrBefore (line 149) | public function whereTodayOrBefore($columns) method whereAfterToday (line 160) | public function whereAfterToday($columns) method whereTodayOrAfter (line 171) | public function whereTodayOrAfter($columns) method orWhereToday (line 182) | public function orWhereToday($columns) method orWhereBeforeToday (line 193) | public function orWhereBeforeToday($columns) method orWhereTodayOrBefore (line 204) | public function orWhereTodayOrBefore($columns) method orWhereAfterToday (line 215) | public function orWhereAfterToday($columns) method orWhereTodayOrAfter (line 226) | public function orWhereTodayOrAfter($columns) method whereTodayBeforeOrAfter (line 239) | protected function whereTodayBeforeOrAfter($columns, $operator, $boolean) FILE: src/Illuminate/Database/Concerns/CompilesJsonPaths.php type CompilesJsonPaths (line 8) | trait CompilesJsonPaths method wrapJsonFieldAndPath (line 16) | protected function wrapJsonFieldAndPath($column) method wrapJsonPath (line 34) | protected function wrapJsonPath($value, $delimiter = '->') method wrapJsonPathSegment (line 51) | protected function wrapJsonPathSegment($segment) FILE: src/Illuminate/Database/Concerns/ExplainsQueries.php type ExplainsQueries (line 7) | trait ExplainsQueries method explain (line 14) | public function explain() FILE: src/Illuminate/Database/Concerns/ManagesTransactions.php type ManagesTransactions (line 13) | trait ManagesTransactions method transaction (line 26) | public function transaction(Closure $callback, $attempts = 1) method handleTransactionException (line 88) | protected function handleTransactionException(Throwable $e, $currentAt... method beginTransaction (line 124) | public function beginTransaction() method createTransaction (line 148) | protected function createTransaction() method createSavepoint (line 170) | protected function createSavepoint() method handleBeginTransactionException (line 185) | protected function handleBeginTransactionException(Throwable $e) method commit (line 203) | public function commit() method handleCommitTransactionException (line 232) | protected function handleCommitTransactionException(Throwable $e, $cur... method rollBack (line 261) | public function rollBack($toLevel = null) method performRollBack (line 300) | protected function performRollBack($toLevel) method handleRollBackException (line 323) | protected function handleRollBackException(Throwable $e) method transactionLevel (line 341) | public function transactionLevel() method afterCommit (line 354) | public function afterCommit($callback) method afterRollBack (line 371) | public function afterRollBack($callback) FILE: src/Illuminate/Database/Concerns/ParsesSearchPath.php type ParsesSearchPath (line 5) | trait ParsesSearchPath method parseSearchPath (line 13) | protected function parseSearchPath($searchPath) FILE: src/Illuminate/Database/ConcurrencyErrorDetector.php class ConcurrencyErrorDetector (line 10) | class ConcurrencyErrorDetector implements ConcurrencyErrorDetectorContract method causedByConcurrencyError (line 18) | public function causedByConcurrencyError(Throwable $e): bool FILE: src/Illuminate/Database/ConfigurationUrlParser.php class ConfigurationUrlParser (line 7) | class ConfigurationUrlParser extends BaseConfigurationUrlParser FILE: src/Illuminate/Database/Connection.php class Connection (line 30) | class Connection implements ConnectionInterface method __construct (line 228) | public function __construct($pdo, $database = '', $tablePrefix = '', a... method useDefaultQueryGrammar (line 254) | public function useDefaultQueryGrammar() method getDefaultQueryGrammar (line 264) | protected function getDefaultQueryGrammar() method useDefaultSchemaGrammar (line 274) | public function useDefaultSchemaGrammar() method getDefaultSchemaGrammar (line 284) | protected function getDefaultSchemaGrammar() method useDefaultPostProcessor (line 294) | public function useDefaultPostProcessor() method getDefaultPostProcessor (line 304) | protected function getDefaultPostProcessor() method getSchemaBuilder (line 314) | public function getSchemaBuilder() method table (line 330) | public function table($table, $as = null) method query (line 340) | public function query() method selectOne (line 355) | public function selectOne($query, $bindings = [], $useReadPdo = true) method scalar (line 372) | public function scalar($query, $bindings = [], $useReadPdo = true) method selectFromWriteConnection (line 396) | public function selectFromWriteConnection($query, $bindings = []) method select (line 410) | public function select($query, $bindings = [], $useReadPdo = true, arr... method selectResultSets (line 441) | public function selectResultSets($query, $bindings = [], $useReadPdo =... method cursor (line 475) | public function cursor($query, $bindings = [], $useReadPdo = true, arr... method prepared (line 511) | protected function prepared(PDOStatement $statement) method getPdoForSelect (line 526) | protected function getPdoForSelect($useReadPdo = true) method insert (line 538) | public function insert($query, $bindings = []) method update (line 550) | public function update($query, $bindings = []) method delete (line 562) | public function delete($query, $bindings = []) method statement (line 574) | public function statement($query, $bindings = []) method affectingStatement (line 598) | public function affectingStatement($query, $bindings = []) method unprepared (line 628) | public function unprepared($query) method threadCount (line 648) | public function threadCount() method pretend (line 661) | public function pretend(Closure $callback) method withoutPretending (line 685) | public function withoutPretending(Closure $callback) method withFreshQueryLog (line 706) | protected function withFreshQueryLog($callback) method bindValues (line 734) | public function bindValues($statement, $bindings) method prepareBindings (line 755) | public function prepareBindings(array $bindings) method run (line 783) | protected function run($query, $bindings, Closure $callback) method runQueryCallback (line 824) | protected function runQueryCallback($query, $bindings, Closure $callback) method isUniqueConstraintError (line 858) | protected function isUniqueConstraintError(Exception $exception) method logQuery (line 871) | public function logQuery($query, $bindings, $time = null) method getElapsedTime (line 894) | protected function getElapsedTime($start) method whenQueryingForLongerThan (line 906) | public function whenQueryingForLongerThan($threshold, $handler) method allowQueryDurationHandlersToRunAgain (line 937) | public function allowQueryDurationHandlersToRunAgain() method totalQueryDuration (line 949) | public function totalQueryDuration() method resetTotalQueryDuration (line 959) | public function resetTotalQueryDuration() method handleQueryException (line 975) | protected function handleQueryException(QueryException $e, $query, $bi... method tryAgainIfCausedByLostConnection (line 997) | protected function tryAgainIfCausedByLostConnection(QueryException $e,... method reconnect (line 1015) | public function reconnect() method reconnectIfMissingConnection (line 1029) | public function reconnectIfMissingConnection() method disconnect (line 1041) | public function disconnect() method beforeStartingTransaction (line 1052) | public function beforeStartingTransaction(Closure $callback) method beforeExecuting (line 1065) | public function beforeExecuting(Closure $callback) method listen (line 1078) | public function listen(Closure $callback) method fireConnectionEvent (line 1089) | protected function fireConnectionEvent($event) method event (line 1106) | protected function event($event) method raw (line 1117) | public function raw($value) method escape (line 1131) | public function escape($value, $binary = false) method escapeString (line 1162) | protected function escapeString($value) method escapeBool (line 1173) | protected function escapeBool($value) method escapeBinary (line 1186) | protected function escapeBinary($value) method hasModifiedRecords (line 1196) | public function hasModifiedRecords() method recordsHaveBeenModified (line 1207) | public function recordsHaveBeenModified($value = true) method setRecordModificationState (line 1220) | public function setRecordModificationState(bool $value) method forgetRecordModificationState (line 1232) | public function forgetRecordModificationState() method useWriteConnectionWhenReading (line 1243) | public function useWriteConnectionWhenReading($value = true) method getPdo (line 1255) | public function getPdo() method getRawPdo (line 1271) | public function getRawPdo() method getReadPdo (line 1281) | public function getReadPdo() method getRawReadPdo (line 1306) | public function getRawReadPdo() method setPdo (line 1317) | public function setPdo($pdo) method setReadPdo (line 1332) | public function setReadPdo($pdo) method setReadPdoConfig (line 1345) | public function setReadPdoConfig(array $config) method setReconnector (line 1358) | public function setReconnector(callable $reconnector) method getName (line 1370) | public function getName() method getNameWithReadWriteType (line 1380) | public function getNameWithReadWriteType() method getConfig (line 1393) | public function getConfig($option = null) method getConnectionDetails (line 1403) | protected function getConnectionDetails() method getDriverName (line 1424) | public function getDriverName() method getDriverTitle (line 1434) | public function getDriverTitle() method getQueryGrammar (line 1444) | public function getQueryGrammar() method setQueryGrammar (line 1455) | public function setQueryGrammar(Query\Grammars\Grammar $grammar) method getSchemaGrammar (line 1467) | public function getSchemaGrammar() method setSchemaGrammar (line 1478) | public function setSchemaGrammar(Schema\Grammars\Grammar $grammar) method getPostProcessor (line 1490) | public function getPostProcessor() method setPostProcessor (line 1501) | public function setPostProcessor(Processor $processor) method getEventDispatcher (line 1513) | public function getEventDispatcher() method setEventDispatcher (line 1524) | public function setEventDispatcher(Dispatcher $events) method unsetEventDispatcher (line 1536) | public function unsetEventDispatcher() method executeBeginTransactionStatement (line 1546) | protected function executeBeginTransactionStatement() method setTransactionManager (line 1557) | public function setTransactionManager($manager) method unsetTransactionManager (line 1569) | public function unsetTransactionManager() method pretending (line 1579) | public function pretending() method getQueryLog (line 1589) | public function getQueryLog() method getRawQueryLog (line 1599) | public function getRawQueryLog() method flushQueryLog (line 1615) | public function flushQueryLog() method enableQueryLog (line 1625) | public function enableQueryLog() method disableQueryLog (line 1635) | public function disableQueryLog() method logging (line 1645) | public function logging() method getDatabaseName (line 1655) | public function getDatabaseName() method setDatabaseName (line 1666) | public function setDatabaseName($database) method setReadWriteType (line 1679) | public function setReadWriteType($readWriteType) method latestReadWriteTypeUsed (line 1691) | protected function latestReadWriteTypeUsed() method getTablePrefix (line 1701) | public function getTablePrefix() method setTablePrefix (line 1712) | public function setTablePrefix($prefix) method withoutTablePrefix (line 1725) | public function withoutTablePrefix(Closure $callback): mixed method getServerVersion (line 1743) | public function getServerVersion(): string method resolverFor (line 1755) | public static function resolverFor($driver, Closure $callback) method getResolver (line 1766) | public static function getResolver($driver) method __clone (line 1776) | public function __clone() FILE: src/Illuminate/Database/ConnectionInterface.php type ConnectionInterface (line 7) | interface ConnectionInterface method table (line 16) | public function table($table, $as = null); method raw (line 24) | public function raw($value); method selectOne (line 34) | public function selectOne($query, $bindings = [], $useReadPdo = true); method scalar (line 46) | public function scalar($query, $bindings = [], $useReadPdo = true); method select (line 57) | public function select($query, $bindings = [], $useReadPdo = true, arr... method cursor (line 68) | public function cursor($query, $bindings = [], $useReadPdo = true, arr... method insert (line 77) | public function insert($query, $bindings = []); method update (line 86) | public function update($query, $bindings = []); method delete (line 95) | public function delete($query, $bindings = []); method statement (line 104) | public function statement($query, $bindings = []); method affectingStatement (line 113) | public function affectingStatement($query, $bindings = []); method unprepared (line 121) | public function unprepared($query); method prepareBindings (line 129) | public function prepareBindings(array $bindings); method transaction (line 140) | public function transaction(Closure $callback, $attempts = 1); method beginTransaction (line 147) | public function beginTransaction(); method commit (line 154) | public function commit(); method rollBack (line 161) | public function rollBack(); method transactionLevel (line 168) | public function transactionLevel(); method pretend (line 176) | public function pretend(Closure $callback); method getDatabaseName (line 183) | public function getDatabaseName(); FILE: src/Illuminate/Database/ConnectionResolver.php class ConnectionResolver (line 5) | class ConnectionResolver implements ConnectionResolverInterface method __construct (line 26) | public function __construct(array $connections = []) method connection (line 39) | public function connection($name = null) method addConnection (line 55) | public function addConnection($name, ConnectionInterface $connection) method hasConnection (line 66) | public function hasConnection($name) method getDefaultConnection (line 76) | public function getDefaultConnection() method setDefaultConnection (line 87) | public function setDefaultConnection($name) FILE: src/Illuminate/Database/ConnectionResolverInterface.php type ConnectionResolverInterface (line 5) | interface ConnectionResolverInterface method connection (line 13) | public function connection($name = null); method getDefaultConnection (line 20) | public function getDefaultConnection(); method setDefaultConnection (line 28) | public function setDefaultConnection($name); FILE: src/Illuminate/Database/Connectors/ConnectionFactory.php class ConnectionFactory (line 16) | class ConnectionFactory method __construct (line 30) | public function __construct(Container $container) method make (line 42) | public function make(array $config, $name = null) method parseConfig (line 60) | protected function parseConfig(array $config, $name) method createSingleConnection (line 71) | protected function createSingleConnection(array $config) method createReadWriteConnection (line 86) | protected function createReadWriteConnection(array $config) method createReadPdo (line 101) | protected function createReadPdo(array $config) method getReadConfig (line 112) | protected function getReadConfig(array $config) method getWriteConfig (line 125) | protected function getWriteConfig(array $config) method getReadWriteConfig (line 139) | protected function getReadWriteConfig(array $config, $type) method mergeReadWriteConfig (line 153) | protected function mergeReadWriteConfig(array $config, array $merge) method createPdoResolver (line 164) | protected function createPdoResolver(array $config) method createPdoResolverWithHosts (line 179) | protected function createPdoResolverWithHosts(array $config) method parseHosts (line 206) | protected function parseHosts(array $config) method createPdoResolverWithoutHosts (line 223) | protected function createPdoResolverWithoutHosts(array $config) method createConnector (line 236) | public function createConnector(array $config) method createConnection (line 268) | protected function createConnection($driver, $connection, $database, $... FILE: src/Illuminate/Database/Connectors/Connector.php class Connector (line 10) | class Connector method createConnection (line 37) | public function createConnection($dsn, array $config, array $options) method createPdoConnection (line 63) | protected function createPdoConnection($dsn, $username, #[\SensitivePa... method tryAgainIfCausedByLostConnection (line 82) | protected function tryAgainIfCausedByLostConnection(Throwable $e, $dsn... method getOptions (line 97) | public function getOptions(array $config) method getDefaultOptions (line 109) | public function getDefaultOptions() method setDefaultOptions (line 120) | public function setDefaultOptions(array $options) FILE: src/Illuminate/Database/Connectors/ConnectorInterface.php type ConnectorInterface (line 5) | interface ConnectorInterface method connect (line 13) | public function connect(array $config); FILE: src/Illuminate/Database/Connectors/MariaDbConnector.php class MariaDbConnector (line 7) | class MariaDbConnector extends MySqlConnector method getSqlMode (line 16) | protected function getSqlMode(PDO $connection, array $config) FILE: src/Illuminate/Database/Connectors/MySqlConnector.php class MySqlConnector (line 7) | class MySqlConnector extends Connector implements ConnectorInterface method connect (line 15) | public function connect(array $config) method getDsn (line 45) | protected function getDsn(array $config) method hasSocket (line 58) | protected function hasSocket(array $config) method getSocketDsn (line 69) | protected function getSocketDsn(array $config) method getHostDsn (line 80) | protected function getHostDsn(array $config) method configureConnection (line 94) | protected function configureConnection(PDO $connection, array $config) method getSqlMode (line 132) | protected function getSqlMode(PDO $connection, array $config) FILE: src/Illuminate/Database/Connectors/PostgresConnector.php class PostgresConnector (line 8) | class PostgresConnector extends Connector implements ConnectorInterface method connect (line 30) | public function connect(array $config) method getDsn (line 59) | protected function getDsn(array $config) method addSslOptions (line 104) | protected function addSslOptions($dsn, array $config) method configureIsolationLevel (line 122) | protected function configureIsolationLevel($connection, array $config) method configureTimezone (line 136) | protected function configureTimezone($connection, array $config) method configureSearchPath (line 152) | protected function configureSearchPath($connection, $config) method quoteSearchPath (line 169) | protected function quoteSearchPath($searchPath) method configureSynchronousCommit (line 181) | protected function configureSynchronousCommit($connection, array $config) FILE: src/Illuminate/Database/Connectors/SQLiteConnector.php class SQLiteConnector (line 7) | class SQLiteConnector extends Connector implements ConnectorInterface method connect (line 15) | public function connect(array $config) method parseDatabasePath (line 40) | protected function parseDatabasePath(string $path): string method configurePragmas (line 73) | protected function configurePragmas($connection, array $config): void method configureForeignKeyConstraints (line 91) | protected function configureForeignKeyConstraints($connection, array $... method configureBusyTimeout (line 109) | protected function configureBusyTimeout($connection, array $config): void method configureJournalMode (line 125) | protected function configureJournalMode($connection, array $config): void method configureSynchronous (line 141) | protected function configureSynchronous($connection, array $config): void FILE: src/Illuminate/Database/Connectors/SqlServerConnector.php class SqlServerConnector (line 8) | class SqlServerConnector extends Connector implements ConnectorInterface method connect (line 28) | public function connect(array $config) method configureIsolationLevel (line 48) | protected function configureIsolationLevel($connection, array $config) method getDsn (line 65) | protected function getDsn(array $config) method prefersOdbc (line 87) | protected function prefersOdbc(array $config) method getDblibDsn (line 99) | protected function getDblibDsn(array $config) method getOdbcDsn (line 113) | protected function getOdbcDsn(array $config) method getSqlSrvDsn (line 126) | protected function getSqlSrvDsn(array $config) method buildConnectString (line 202) | protected function buildConnectString($driver, array $arguments) method buildHostString (line 216) | protected function buildHostString(array $config, $separator) method getAvailableDrivers (line 230) | protected function getAvailableDrivers() FILE: src/Illuminate/Database/Console/DatabaseInspectionCommand.php class DatabaseInspectionCommand (line 9) | abstract class DatabaseInspectionCommand extends Command method getConnectionName (line 20) | protected function getConnectionName(ConnectionInterface $connection, ... method getConnectionCount (line 33) | protected function getConnectionCount(ConnectionInterface $connection) method getConfigFromDatabase (line 44) | protected function getConfigFromDatabase($database) FILE: src/Illuminate/Database/Console/DbCommand.php class DbCommand (line 12) | #[AsCommand(name: 'db')] method handle (line 36) | public function handle() method getConnection (line 74) | public function getConnection() method commandArguments (line 111) | public function commandArguments(array $connection) method commandEnvironment (line 124) | public function commandEnvironment(array $connection) method getCommand (line 141) | public function getCommand(array $connection) method getMysqlArguments (line 158) | protected function getMysqlArguments(array $connection) method getMariaDbArguments (line 183) | protected function getMariaDbArguments(array $connection) method getPgsqlArguments (line 194) | protected function getPgsqlArguments(array $connection) method getSqliteArguments (line 205) | protected function getSqliteArguments(array $connection) method getSqlsrvArguments (line 216) | protected function getSqlsrvArguments(array $connection) method getPgsqlEnvironment (line 234) | protected function getPgsqlEnvironment(array $connection) method getOptionalArguments (line 251) | protected function getOptionalArguments(array $args, array $connection) FILE: src/Illuminate/Database/Console/DumpCommand.php class DumpCommand (line 16) | #[AsCommand(name: 'schema:dump')] method handle (line 45) | public function handle(ConnectionResolverInterface $connections, Dispa... method schemaState (line 80) | protected function schemaState(Connection $connection) method path (line 98) | protected function path(Connection $connection) FILE: src/Illuminate/Database/Console/Factories/FactoryMakeCommand.php class FactoryMakeCommand (line 11) | #[AsCommand(name: 'make:factory')] method getStub (line 40) | protected function getStub() method resolveStubPath (line 51) | protected function resolveStubPath($stub) method buildClass (line 64) | protected function buildClass($name) method getPath (line 101) | protected function getPath($name) method guessModelName (line 114) | protected function guessModelName($name) method getOptions (line 138) | protected function getOptions() FILE: src/Illuminate/Database/Console/Migrations/BaseCommand.php class BaseCommand (line 8) | class BaseCommand extends Command method getMigrationPaths (line 15) | protected function getMigrationPaths() method usingRealPath (line 38) | protected function usingRealPath() method getMigrationPath (line 48) | protected function getMigrationPath() FILE: src/Illuminate/Database/Console/Migrations/FreshCommand.php class FreshCommand (line 15) | #[AsCommand(name: 'migrate:fresh')] method __construct (line 46) | public function __construct(Migrator $migrator) method handle (line 58) | public function handle() method needsSeeding (line 115) | protected function needsSeeding() method runSeeder (line 126) | protected function runSeeder($database) method getOptions (line 140) | protected function getOptions() FILE: src/Illuminate/Database/Console/Migrations/InstallCommand.php class InstallCommand (line 10) | #[AsCommand(name: 'migrate:install')] method __construct (line 39) | public function __construct(MigrationRepositoryInterface $repository) method handle (line 51) | public function handle() method getOptions (line 67) | protected function getOptions() FILE: src/Illuminate/Database/Console/Migrations/MigrateCommand.php class MigrateCommand (line 20) | #[AsCommand(name: 'migrate')] method __construct (line 68) | public function __construct(Migrator $migrator, Dispatcher $dispatcher) method handle (line 83) | public function handle() method runMigrations (line 109) | protected function runMigrations() method prepareDatabase (line 140) | protected function prepareDatabase() method repositoryExists (line 164) | protected function repositoryExists() method handleMissingDatabase (line 181) | protected function handleMissingDatabase(Throwable $e) method createMissingSqliteDatabase (line 211) | protected function createMissingSqliteDatabase($path) method createMissingMySqlOrPgsqlDatabase (line 240) | protected function createMissingMySqlOrPgsqlDatabase($connection) method loadSchemaState (line 290) | protected function loadSchemaState() method schemaPath (line 331) | protected function schemaPath($connection) FILE: src/Illuminate/Database/Console/Migrations/MigrateMakeCommand.php class MigrateMakeCommand (line 11) | #[AsCommand(name: 'make:migration')] method __construct (line 55) | public function __construct(MigrationCreator $creator, Composer $compo... method handle (line 68) | public function handle() method writeMigration (line 109) | protected function writeMigration($name, $table, $create) method getMigrationPath (line 127) | protected function getMigrationPath() method promptForMissingArgumentsUsing (line 143) | protected function promptForMissingArgumentsUsing() FILE: src/Illuminate/Database/Console/Migrations/RefreshCommand.php class RefreshCommand (line 13) | #[AsCommand(name: 'migrate:refresh')] method handle (line 37) | public function handle() method runRollback (line 93) | protected function runRollback($database, $path, $step) method runReset (line 111) | protected function runReset($database, $path) method needsSeeding (line 126) | protected function needsSeeding() method runSeeder (line 137) | protected function runSeeder($database) method getOptions (line 151) | protected function getOptions() FILE: src/Illuminate/Database/Console/Migrations/ResetCommand.php class ResetCommand (line 12) | #[AsCommand(name: 'migrate:reset')] method __construct (line 43) | public function __construct(Migrator $migrator) method handle (line 55) | public function handle() method getOptions (line 81) | protected function getOptions() FILE: src/Illuminate/Database/Console/Migrations/RollbackCommand.php class RollbackCommand (line 12) | #[AsCommand('migrate:rollback')] method __construct (line 43) | public function __construct(Migrator $migrator) method handle (line 55) | public function handle() method getOptions (line 80) | protected function getOptions() FILE: src/Illuminate/Database/Console/Migrations/StatusCommand.php class StatusCommand (line 11) | #[AsCommand(name: 'migrate:status')] method __construct (line 40) | public function __construct(Migrator $migrator) method handle (line 52) | public function handle() method getStatusFor (line 100) | protected function getStatusFor(array $ran, array $batches) method getAllMigrationFiles (line 123) | protected function getAllMigrationFiles() method getOptions (line 133) | protected function getOptions() FILE: src/Illuminate/Database/Console/Migrations/TableGuesser.php class TableGuesser (line 5) | class TableGuesser method guess (line 23) | public static function guess($migration) FILE: src/Illuminate/Database/Console/MonitorCommand.php class MonitorCommand (line 11) | #[AsCommand(name: 'db:monitor')] method __construct (line 50) | public function __construct(ConnectionResolverInterface $connection, D... method handle (line 63) | public function handle() method parseDatabases (line 80) | protected function parseDatabases($databases) method displayConnections (line 105) | protected function displayConnections($databases) method dispatchEvents (line 126) | protected function dispatchEvents($databases) FILE: src/Illuminate/Database/Console/PruneCommand.php class PruneCommand (line 17) | #[AsCommand(name: 'model:prune')] method handle (line 45) | public function handle(Dispatcher $events) method pruneModel (line 94) | protected function pruneModel(string $model) method models (line 118) | protected function models() method getPath (line 153) | protected function getPath() method pretendToPrune (line 170) | protected function pretendToPrune($model) method isPrunable (line 192) | protected function isPrunable(string $model) FILE: src/Illuminate/Database/Console/Seeds/SeedCommand.php class SeedCommand (line 14) | #[AsCommand(name: 'db:seed')] method __construct (line 45) | public function __construct(Resolver $resolver) method handle (line 57) | public function handle() method getSeeder (line 86) | protected function getSeeder() method getDatabase (line 109) | protected function getDatabase() method getArguments (line 121) | protected function getArguments() method getOptions (line 133) | protected function getOptions() FILE: src/Illuminate/Database/Console/Seeds/SeederMakeCommand.php class SeederMakeCommand (line 9) | #[AsCommand(name: 'make:seeder')] method handle (line 38) | public function handle() method getStub (line 48) | protected function getStub() method resolveStubPath (line 59) | protected function resolveStubPath($stub) method getPath (line 72) | protected function getPath($name) method rootNamespace (line 88) | protected function rootNamespace() FILE: src/Illuminate/Database/Console/Seeds/WithoutModelEvents.php type WithoutModelEvents (line 7) | trait WithoutModelEvents method withoutModelEvents (line 15) | public function withoutModelEvents(callable $callback) FILE: src/Illuminate/Database/Console/ShowCommand.php class ShowCommand (line 13) | #[AsCommand(name: 'db:show')] method handle (line 40) | public function handle(ConnectionResolverInterface $connections) method tables (line 77) | protected function tables(ConnectionInterface $connection, Builder $sc... method views (line 100) | protected function views(ConnectionInterface $connection, Builder $sch... method types (line 117) | protected function types(ConnectionInterface $connection, Builder $sch... method display (line 134) | protected function display(array $data) method displayJson (line 145) | protected function displayJson(array $data) method displayForCli (line 156) | protected function displayForCli(array $data) FILE: src/Illuminate/Database/Console/ShowModelCommand.php class ShowModelCommand (line 16) | #[AsCommand(name: 'model:show')] method handle (line 49) | public function handle(ModelInspector $modelInspector) method display (line 72) | protected function display(ModelInfo $modelData) method displayJson (line 84) | protected function displayJson(ModelInfo $modelData) method displayCli (line 96) | protected function displayCli(ModelInfo $modelData) method promptForMissingArgumentsUsing (line 185) | protected function promptForMissingArgumentsUsing(): array FILE: src/Illuminate/Database/Console/TableCommand.php class TableCommand (line 14) | #[AsCommand(name: 'db:table')] method handle (line 39) | public function handle(ConnectionResolverInterface $connections) method columns (line 112) | protected function columns(Builder $schema, string $table) method getAttributesForColumn (line 128) | protected function getAttributesForColumn($column) method indexes (line 146) | protected function indexes(Builder $schema, string $table) method getAttributesForIndex (line 161) | protected function getAttributesForIndex($index) method foreignKeys (line 178) | protected function foreignKeys(Builder $schema, string $table) method display (line 197) | protected function display(array $data) method displayJson (line 208) | protected function displayJson(array $data) method displayForCli (line 219) | protected function displayForCli(array $data) FILE: src/Illuminate/Database/Console/WipeCommand.php class WipeCommand (line 11) | #[AsCommand(name: 'db:wipe')] method handle (line 35) | public function handle() method dropAllTables (line 71) | protected function dropAllTables($database) method dropAllViews (line 84) | protected function dropAllViews($database) method dropAllTypes (line 97) | protected function dropAllTypes($database) method flushDatabaseConnection (line 110) | protected function flushDatabaseConnection($database) method getOptions (line 120) | protected function getOptions() FILE: src/Illuminate/Database/DatabaseManager.php class DatabaseManager (line 21) | class DatabaseManager implements ConnectionResolverInterface method __construct (line 75) | public function __construct($app, ConnectionFactory $factory) method connection (line 93) | public function connection($name = null) method build (line 117) | public function build(array $config) method calculateDynamicConnectionName (line 132) | public static function calculateDynamicConnectionName(array $config) method connectUsing (line 149) | public function connectUsing(string $name, array $config, bool $force ... method parseConnectionName (line 174) | protected function parseConnectionName($name) method makeConnection (line 187) | protected function makeConnection($name) method configuration (line 216) | protected function configuration($name) method configure (line 237) | protected function configure(Connection $connection, $type) method dispatchConnectionEstablishedEvent (line 266) | protected function dispatchConnectionEstablishedEvent(Connection $conn... method setPdoForType (line 284) | protected function setPdoForType(Connection $connection, $type = null) method purge (line 301) | public function purge($name = null) method disconnect (line 314) | public function disconnect($name = null) method reconnect (line 327) | public function reconnect($name = null) method usingConnection (line 347) | public function usingConnection($name, callable $callback) method refreshPdoConnections (line 366) | protected function refreshPdoConnections($name) method getDefaultConnection (line 384) | public function getDefaultConnection() method setDefaultConnection (line 395) | public function setDefaultConnection($name) method supportedDrivers (line 405) | public function supportedDrivers() method availableDrivers (line 415) | public function availableDrivers() method extend (line 430) | public function extend($name, callable $resolver) method forgetExtension (line 441) | public function forgetExtension($name) method getConnections (line 451) | public function getConnections() method setReconnector (line 462) | public function setReconnector(callable $reconnector) method setApplication (line 473) | public function setApplication($app) method __call (line 487) | public function __call($method, $parameters) FILE: src/Illuminate/Database/DatabaseServiceProvider.php class DatabaseServiceProvider (line 15) | class DatabaseServiceProvider extends ServiceProvider method boot (line 29) | public function boot() method register (line 41) | public function register() method registerConnectionServices (line 55) | protected function registerConnectionServices() method registerFakerGenerator (line 97) | protected function registerFakerGenerator() method registerQueueableEntityResolver (line 121) | protected function registerQueueableEntityResolver() FILE: src/Illuminate/Database/DatabaseTransactionRecord.php class DatabaseTransactionRecord (line 5) | class DatabaseTransactionRecord method __construct (line 49) | public function __construct($connection, $level, ?DatabaseTransactionR... method addCallback (line 62) | public function addCallback($callback) method addCallbackForRollback (line 73) | public function addCallbackForRollback($callback) method executeCallbacks (line 83) | public function executeCallbacks() method executeCallbacksForRollback (line 95) | public function executeCallbacksForRollback() method getCallbacks (line 107) | public function getCallbacks() method getCallbacksForRollback (line 117) | public function getCallbacksForRollback() FILE: src/Illuminate/Database/DatabaseTransactionsManager.php class DatabaseTransactionsManager (line 7) | class DatabaseTransactionsManager method __construct (line 33) | public function __construct() method begin (line 46) | public function begin($connection, $level) method commit (line 67) | public function commit($connection, $levelBeingCommitted, $newTransact... method stageTransactions (line 106) | public function stageTransactions($connection, $levelBeingCommitted) method rollback (line 128) | public function rollback($connection, $newTransactionLevel) method removeAllTransactionsForConnection (line 159) | protected function removeAllTransactionsForConnection($connection) method removeCommittedTransactionsThatAreChildrenOf (line 184) | protected function removeCommittedTransactionsThatAreChildrenOf(Databa... method addCallback (line 205) | public function addCallback($callback) method addCallbackForRollback (line 220) | public function addCallbackForRollback($callback) method callbackApplicableTransactions (line 232) | public function callbackApplicableTransactions() method afterCommitCallbacksShouldBeExecuted (line 243) | public function afterCommitCallbacksShouldBeExecuted($level) method getPendingTransactions (line 253) | public function getPendingTransactions() method getCommittedTransactions (line 263) | public function getCommittedTransactions() FILE: src/Illuminate/Database/DeadlockException.php class DeadlockException (line 7) | class DeadlockException extends PDOException FILE: src/Illuminate/Database/DetectsConcurrencyErrors.php type DetectsConcurrencyErrors (line 9) | trait DetectsConcurrencyErrors method causedByConcurrencyError (line 17) | protected function causedByConcurrencyError(Throwable $e) FILE: src/Illuminate/Database/DetectsLostConnections.php type DetectsLostConnections (line 9) | trait DetectsLostConnections method causedByLostConnection (line 17) | protected function causedByLostConnection(Throwable $e) FILE: src/Illuminate/Database/Eloquent/Attributes/Appends.php class Appends (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public array $columns) FILE: src/Illuminate/Database/Eloquent/Attributes/Boot.php class Boot (line 7) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Illuminate/Database/Eloquent/Attributes/CollectedBy.php class CollectedBy (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $collectionClass) FILE: src/Illuminate/Database/Eloquent/Attributes/Connection.php class Connection (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $name) FILE: src/Illuminate/Database/Eloquent/Attributes/Fillable.php class Fillable (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public array $columns) FILE: src/Illuminate/Database/Eloquent/Attributes/Guarded.php class Guarded (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public array $columns) FILE: src/Illuminate/Database/Eloquent/Attributes/Hidden.php class Hidden (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public array $columns) FILE: src/Illuminate/Database/Eloquent/Attributes/Initialize.php class Initialize (line 7) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Illuminate/Database/Eloquent/Attributes/ObservedBy.php class ObservedBy (line 7) | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] method __construct (line 15) | public function __construct(public array|string $classes) FILE: src/Illuminate/Database/Eloquent/Attributes/Scope.php class Scope (line 7) | #[Attribute(Attribute::TARGET_METHOD)] method __construct (line 13) | public function __construct() FILE: src/Illuminate/Database/Eloquent/Attributes/ScopedBy.php class ScopedBy (line 7) | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] method __construct (line 15) | public function __construct(public array|string $classes) FILE: src/Illuminate/Database/Eloquent/Attributes/Table.php class Table (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 20) | public function __construct( FILE: src/Illuminate/Database/Eloquent/Attributes/Touches.php class Touches (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public array $relations) FILE: src/Illuminate/Database/Eloquent/Attributes/Unguarded.php class Unguarded (line 7) | #[Attribute(Attribute::TARGET_CLASS)] FILE: src/Illuminate/Database/Eloquent/Attributes/UseEloquentBuilder.php class UseEloquentBuilder (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $builderClass) FILE: src/Illuminate/Database/Eloquent/Attributes/UseFactory.php class UseFactory (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $factoryClass) FILE: src/Illuminate/Database/Eloquent/Attributes/UsePolicy.php class UsePolicy (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $class) FILE: src/Illuminate/Database/Eloquent/Attributes/UseResource.php class UseResource (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $class) FILE: src/Illuminate/Database/Eloquent/Attributes/UseResourceCollection.php class UseResourceCollection (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $class) FILE: src/Illuminate/Database/Eloquent/Attributes/Visible.php class Visible (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public array $columns) FILE: src/Illuminate/Database/Eloquent/BroadcastableModelEventOccurred.php class BroadcastableModelEventOccurred (line 11) | class BroadcastableModelEventOccurred implements ShouldBroadcast method __construct (line 63) | public function __construct($model, $event) method broadcastOn (line 74) | public function broadcastOn() method broadcastAs (line 90) | public function broadcastAs() method broadcastWith (line 104) | public function broadcastWith() method onChannels (line 117) | public function onChannels(array $channels) method shouldBroadcastNow (line 129) | public function shouldBroadcastNow() method event (line 140) | public function event() FILE: src/Illuminate/Database/Eloquent/BroadcastsEvents.php type BroadcastsEvents (line 7) | trait BroadcastsEvents method bootBroadcastsEvents (line 14) | public static function bootBroadcastsEvents() method broadcastCreated (line 45) | public function broadcastCreated($channels = null) method broadcastUpdated (line 58) | public function broadcastUpdated($channels = null) method broadcastTrashed (line 71) | public function broadcastTrashed($channels = null) method broadcastRestored (line 84) | public function broadcastRestored($channels = null) method broadcastDeleted (line 97) | public function broadcastDeleted($channels = null) method broadcastIfBroadcastChannelsExistForEvent (line 112) | protected function broadcastIfBroadcastChannelsExistForEvent($instance... method newBroadcastableModelEvent (line 129) | public function newBroadcastableModelEvent($event) method newBroadcastableEvent (line 152) | protected function newBroadcastableEvent(string $event) method broadcastOn (line 163) | public function broadcastOn($event) method broadcastConnection (line 173) | public function broadcastConnection() method broadcastQueue (line 183) | public function broadcastQueue() method broadcastAfterCommit (line 193) | public function broadcastAfterCommit() FILE: src/Illuminate/Database/Eloquent/BroadcastsEventsAfterCommit.php type BroadcastsEventsAfterCommit (line 5) | trait BroadcastsEventsAfterCommit method broadcastAfterCommit (line 14) | public function broadcastAfterCommit() FILE: src/Illuminate/Database/Eloquent/Builder.php class Builder (line 35) | class Builder implements BuilderContract method __construct (line 173) | public function __construct(QueryBuilder $query) method make (line 184) | public function make(array $attributes = []) method withGlobalScope (line 196) | public function withGlobalScope($identifier, $scope) method withoutGlobalScope (line 213) | public function withoutGlobalScope($scope) method withoutGlobalScopes (line 232) | public function withoutGlobalScopes(?array $scopes = null) method withoutGlobalScopesExcept (line 251) | public function withoutGlobalScopesExcept(array $scopes = []) method removedScopes (line 265) | public function removedScopes() method whereKey (line 276) | public function whereKey($id) method whereKeyNot (line 305) | public function whereKeyNot($id) method except (line 334) | public function except($models) method where (line 352) | public function where($column, $operator = null, $value = null, $boole... method firstWhere (line 379) | public function firstWhere($column, $operator = null, $value = null, $... method orWhere (line 392) | public function orWhere($column, $operator = null, $value = null) method whereNot (line 410) | public function whereNot($column, $operator = null, $value = null, $bo... method orWhereNot (line 423) | public function orWhereNot($column, $operator = null, $value = null) method latest (line 434) | public function latest($column = null) method oldest (line 451) | public function oldest($column = null) method hydrate (line 468) | public function hydrate(array $items) method fillAndInsert (line 489) | public function fillAndInsert(array $values) method fillAndInsertOrIgnore (line 500) | public function fillAndInsertOrIgnore(array $values) method fillAndInsertGetId (line 511) | public function fillAndInsertGetId(array $values) method fillForInsert (line 522) | public function fillForInsert(array $values) method fromQuery (line 551) | public function fromQuery($query, $bindings = []) method find (line 565) | public function find($id, $columns = ['*']) method findSole (line 584) | public function findSole($id, $columns = ['*']) method findMany (line 596) | public function findMany($ids, $columns = ['*']) method findOrFail (line 616) | public function findOrFail($id, $columns = ['*']) method findOrNew (line 648) | public function findOrNew($id, $columns = ['*']) method findOr (line 671) | public function findOr($id, $columns = ['*'], ?Closure $callback = null) method firstOrNew (line 693) | public function firstOrNew(array $attributes = [], array $values = []) method firstOrCreate (line 709) | public function firstOrCreate(array $attributes = [], Closure|array $v... method createOrFirst (line 727) | public function createOrFirst(array $attributes = [], Closure|array $v... method updateOrCreate (line 743) | public function updateOrCreate(array $attributes, array $values = []) method incrementOrCreate (line 762) | public function incrementOrCreate(array $attributes, string $column = ... method firstOrFail (line 779) | public function firstOrFail($columns = ['*']) method firstOr (line 797) | public function firstOr($columns = ['*'], ?Closure $callback = null) method sole (line 821) | public function sole($columns = ['*']) method value (line 836) | public function value($column) method soleValue (line 854) | public function soleValue($column) method valueOrFail (line 869) | public function valueOrFail($column) method get (line 882) | public function get($columns = ['*']) method getModels (line 904) | public function getModels($columns = ['*']) method eagerLoadRelations (line 917) | public function eagerLoadRelations(array $models) method eagerLoadRelation (line 939) | protected function eagerLoadRelation(array $models, $name, Closure $co... method getRelation (line 965) | public function getRelation($name) method relationsNestedUnder (line 996) | protected function relationsNestedUnder($relation) method isNestedUnder (line 1019) | protected function isNestedUnder($relation, $name) method afterQuery (line 1030) | public function afterQuery(Closure $callback) method applyAfterQueryCallbacks (line 1043) | public function applyAfterQueryCallbacks($result) method cursor (line 1057) | public function cursor() method enforceOrderBy (line 1071) | protected function enforceOrderBy() method pluck (line 1085) | public function pluck($column, $key = null) method paginate (line 1121) | public function paginate($perPage = null, $columns = ['*'], $pageName ... method simplePaginate (line 1148) | public function simplePaginate($perPage = null, $columns = ['*'], $pag... method cursorPaginate (line 1174) | public function cursorPaginate($perPage = null, $columns = ['*'], $cur... method ensureOrderForCursorPagination (line 1187) | protected function ensureOrderForCursorPagination($shouldReverse = false) method create (line 1221) | public function create(array $attributes = []) method createQuietly (line 1234) | public function createQuietly(array $attributes = []) method forceCreate (line 1245) | public function forceCreate(array $attributes) method forceCreateQuietly (line 1258) | public function forceCreateQuietly(array $attributes = []) method update (line 1269) | public function update(array $values) method upsert (line 1282) | public function upsert(array $values, $uniqueBy, $update = null) method touch (line 1309) | public function touch($column = null) method increment (line 1336) | public function increment($column, $amount = 1, array $extra = []) method decrement (line 1351) | public function decrement($column, $amount = 1, array $extra = []) method addUpdatedAtColumn (line 1364) | protected function addUpdatedAtColumn(array $values) method addUniqueIdsToUpsertValues (line 1406) | protected function addUniqueIdsToUpsertValues(array $values) method addTimestampsToUpsertValues (line 1429) | protected function addTimestampsToUpsertValues(array $values) method addUpdatedAtToUpsertColumns (line 1457) | protected function addUpdatedAtToUpsertColumns(array $update) method delete (line 1479) | public function delete() method forceDelete (line 1495) | public function forceDelete() method onDelete (line 1506) | public function onDelete(Closure $callback) method hasNamedScope (line 1517) | public function hasNamedScope($scope) method scopes (line 1528) | public function scopes($scopes) method applyScopes (line 1556) | public function applyScopes() method callScope (line 1596) | protected function callScope(callable $scope, array $parameters = []) method callNamedScope (line 1625) | protected function callNamedScope($scope, array $parameters = []) method addNewWheresWithinGroup (line 1639) | protected function addNewWheresWithinGroup(QueryBuilder $query, $origi... method groupWhereSliceForScope (line 1664) | protected function groupWhereSliceForScope(QueryBuilder $query, $where... method createNestedWhere (line 1687) | protected function createNestedWhere($whereSlice, $boolean = 'and') method with (line 1703) | public function with($relations, $callback = null) method without (line 1722) | public function without($relations) method withOnly (line 1737) | public function withOnly($relations) method newModelInstance (line 1750) | public function newModelInstance($attributes = []) method parseWithRelations (line 1765) | protected function parseWithRelations(array $relations) method prepareNestedWithRelationships (line 1792) | protected function prepareNestedWithRelationships($relations, $prefix ... method combineConstraints (line 1844) | protected function combineConstraints(array $constraints) method parseNameAndAttributeSelectionConstraint (line 1861) | protected function parseNameAndAttributeSelectionConstraint($name) method createSelectWithConstraint (line 1876) | protected function createSelectWithConstraint($name) method addNestedWiths (line 1894) | protected function addNestedWiths($name, $results) method withAttributes (line 1924) | public function withAttributes(Expression|array|string $attributes, $v... method withCasts (line 1947) | public function withCasts($casts) method withSavepointIfNeeded (line 1962) | public function withSavepointIfNeeded(Closure $scope): mixed method getUnionBuilders (line 1974) | protected function getUnionBuilders() method getQuery (line 1986) | public function getQuery() method setQuery (line 1997) | public function setQuery($query) method toBase (line 2009) | public function toBase() method getEagerLoads (line 2019) | public function getEagerLoads() method setEagerLoads (line 2030) | public function setEagerLoads(array $eagerLoad) method withoutEagerLoad (line 2043) | public function withoutEagerLoad(array $relations) method withoutEagerLoads (line 2055) | public function withoutEagerLoads() method getLimit (line 2065) | public function getLimit() method getOffset (line 2075) | public function getOffset() method defaultKeyName (line 2085) | protected function defaultKeyName() method getModel (line 2095) | public function getModel() method setModel (line 2108) | public function setModel(Model $model) method qualifyColumn (line 2123) | public function qualifyColumn($column) method qualifyColumns (line 2136) | public function qualifyColumns($columns) method getMacro (line 2147) | public function getMacro($name) method hasMacro (line 2158) | public function hasMacro($name) method getGlobalMacro (line 2169) | public static function getGlobalMacro($name) method hasGlobalMacro (line 2180) | public static function hasGlobalMacro($name) method __get (line 2193) | public function __get($key) method __call (line 2213) | public function __call($method, $parameters) method __callStatic (line 2259) | public static function __callStatic($method, $parameters) method registerMixin (line 2291) | protected static function registerMixin($mixin, $replace) method clone (line 2309) | public function clone() method onClone (line 2320) | public function onClone(Closure $callback) method __clone (line 2332) | public function __clone() FILE: src/Illuminate/Database/Eloquent/Casts/ArrayObject.php class ArrayObject (line 16) | class ArrayObject extends BaseArrayObject implements Arrayable, JsonSeri... method collect (line 23) | public function collect() method toArray (line 33) | public function toArray() method jsonSerialize (line 43) | public function jsonSerialize(): array FILE: src/Illuminate/Database/Eloquent/Casts/AsArrayObject.php class AsArrayObject (line 8) | class AsArrayObject implements Castable method castUsing (line 16) | public static function castUsing(array $arguments) FILE: src/Illuminate/Database/Eloquent/Casts/AsBinary.php class AsBinary (line 10) | class AsBinary implements Castable method castUsing (line 20) | public static function castUsing(array $arguments) method uuid (line 55) | public static function uuid(): string method ulid (line 63) | public static function ulid(): string method of (line 71) | public static function of(string $format): string FILE: src/Illuminate/Database/Eloquent/Casts/AsCollection.php class AsCollection (line 11) | class AsCollection implements Castable method castUsing (line 21) | public static function castUsing(array $arguments) method of (line 76) | public static function of($map) method using (line 88) | public static function using($class, $map = null) FILE: src/Illuminate/Database/Eloquent/Casts/AsEncryptedArrayObject.php class AsEncryptedArrayObject (line 9) | class AsEncryptedArrayObject implements Castable method castUsing (line 17) | public static function castUsing(array $arguments) FILE: src/Illuminate/Database/Eloquent/Casts/AsEncryptedCollection.php class AsEncryptedCollection (line 12) | class AsEncryptedCollection implements Castable method castUsing (line 22) | public static function castUsing(array $arguments) method of (line 75) | public static function of($map) method using (line 87) | public static function using($class, $map = null) FILE: src/Illuminate/Database/Eloquent/Casts/AsEnumArrayObject.php class AsEnumArrayObject (line 12) | class AsEnumArrayObject implements Castable method castUsing (line 22) | public static function castUsing(array $arguments) method of (line 93) | public static function of($class) FILE: src/Illuminate/Database/Eloquent/Casts/AsEnumCollection.php class AsEnumCollection (line 12) | class AsEnumCollection implements Castable method castUsing (line 22) | public static function castUsing(array $arguments) method of (line 89) | public static function of($class) FILE: src/Illuminate/Database/Eloquent/Casts/AsFluent.php class AsFluent (line 9) | class AsFluent implements Castable method castUsing (line 17) | public static function castUsing(array $arguments) FILE: src/Illuminate/Database/Eloquent/Casts/AsHtmlString.php class AsHtmlString (line 9) | class AsHtmlString implements Castable method castUsing (line 17) | public static function castUsing(array $arguments) FILE: src/Illuminate/Database/Eloquent/Casts/AsStringable.php class AsStringable (line 9) | class AsStringable implements Castable method castUsing (line 17) | public static function castUsing(array $arguments) FILE: src/Illuminate/Database/Eloquent/Casts/AsUri.php class AsUri (line 9) | class AsUri implements Castable method castUsing (line 17) | public static function castUsing(array $arguments) FILE: src/Illuminate/Database/Eloquent/Casts/Attribute.php class Attribute (line 5) | class Attribute method __construct (line 41) | public function __construct(?callable $get = null, ?callable $set = null) method make (line 54) | public static function make(?callable $get = null, ?callable $set = nu... method get (line 65) | public static function get(callable $get) method set (line 76) | public static function set(callable $set) method withoutObjectCaching (line 86) | public function withoutObjectCaching() method shouldCache (line 98) | public function shouldCache() FILE: src/Illuminate/Database/Eloquent/Casts/Json.php class Json (line 5) | class Json method encode (line 24) | public static function encode(mixed $value, int $flags = 0): mixed method decode (line 34) | public static function decode(mixed $value, ?bool $associative = true)... method encodeUsing (line 44) | public static function encodeUsing(?callable $encoder): void method decodeUsing (line 52) | public static function decodeUsing(?callable $decoder): void FILE: src/Illuminate/Database/Eloquent/Collection.php class Collection (line 19) | class Collection extends BaseCollection implements QueueableCollection method find (line 32) | public function find($key, $default = null) method findOrFail (line 61) | public function findOrFail($key) method load (line 90) | public function load($relations) method loadAggregate (line 113) | public function loadAggregate($relations, $column, $function = null) method loadCount (line 148) | public function loadCount($relations) method loadMax (line 160) | public function loadMax($relations, $column) method loadMin (line 172) | public function loadMin($relations, $column) method loadSum (line 184) | public function loadSum($relations, $column) method loadAvg (line 196) | public function loadAvg($relations, $column) method loadExists (line 207) | public function loadExists($relations) method loadMissing (line 218) | public function loadMissing($relations) method loadMissingRelationshipChain (line 257) | public function loadMissingRelationshipChain(array $tuples) method loadMissingRelation (line 287) | protected function loadMissingRelation(self $models, array $path) method loadMorph (line 319) | public function loadMorph($relation, $relations) method loadMorphCount (line 336) | public function loadMorphCount($relation, $relations) method contains (line 354) | public function contains($key, $operator = null, $value = null) method doesntContain (line 375) | public function doesntContain($key, $operator = null, $value = null) method modelKeys (line 385) | public function modelKeys() method merge (line 396) | public function merge($items) method map (line 419) | public function map(callable $callback) method mapWithKeys (line 437) | public function mapWithKeys(callable $callback) method fresh (line 450) | public function fresh($with = []) method diff (line 474) | public function diff($items) method intersect (line 497) | public function intersect($items) method unique (line 525) | public function unique($key = null, $strict = false) method only (line 540) | public function only($keys) method except (line 557) | public function except($keys) method makeHidden (line 574) | public function makeHidden($attributes) method mergeHidden (line 585) | public function mergeHidden($attributes) method setHidden (line 596) | public function setHidden($hidden) method makeVisible (line 607) | public function makeVisible($attributes) method mergeVisible (line 618) | public function mergeVisible($attributes) method setVisible (line 629) | public function setVisible($visible) method append (line 640) | public function append($attributes) method setAppends (line 651) | public function setAppends(array $appends) method withoutAppends (line 661) | public function withoutAppends() method getDictionary (line 672) | public function getDictionary($items = null) method countBy (line 698) | #[\Override] method collapse (line 709) | #[\Override] method flatten (line 720) | #[\Override] method flip (line 731) | #[\Override] method keys (line 742) | #[\Override] method pad (line 755) | #[\Override] method partition (line 766) | #[\Override] method pluck (line 777) | #[\Override] method zip (line 790) | #[\Override] method duplicateComparator (line 801) | protected function duplicateComparator($strict) method withRelationshipAutoloading (line 811) | public function withRelationshipAutoloading() method getQueueableClass (line 831) | public function getQueueableClass() method getQueueableModelClass (line 854) | protected function getQueueableModelClass($model) method getQueueableIds (line 866) | public function getQueueableIds() method getQueueableRelations (line 882) | public function getQueueableRelations() method getQueueableConnection (line 906) | public function getQueueableConnection() method toQuery (line 930) | public function toQuery() FILE: src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php type GuardsAttributes (line 10) | trait GuardsAttributes method initializeGuardsAttributes (line 45) | #[Initialize] method getFillable (line 66) | public function getFillable() method fillable (line 77) | public function fillable(array $fillable) method mergeFillable (line 90) | public function mergeFillable(array $fillable) method getGuarded (line 102) | public function getGuarded() method guard (line 115) | public function guard(array $guarded) method mergeGuarded (line 128) | public function mergeGuarded(array $guarded) method unguard (line 141) | public static function unguard($state = true) method reguard (line 151) | public static function reguard() method isUnguarded (line 161) | public static function isUnguarded() method unguarded (line 174) | public static function unguarded(callable $callback) method isFillable (line 195) | public function isFillable($key) method isGuarded (line 226) | public function isGuarded($key) method isGuardableColumn (line 243) | protected function isGuardableColumn($key) method totallyGuarded (line 269) | public function totallyGuarded() method fillableFromArray (line 280) | protected function fillableFromArray(array $attributes) FILE: src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php type HasAttributes (line 52) | trait HasAttributes method initializeHasAttributes (line 206) | protected function initializeHasAttributes() method attributesToArray (line 224) | public function attributesToArray() method addDateAttributesToArray (line 260) | protected function addDateAttributesToArray(array $attributes) method addMutatedAttributesToArray (line 282) | protected function addMutatedAttributesToArray(array $attributes, arra... method addCastAttributesToArray (line 310) | protected function addCastAttributesToArray(array $attributes, array $... method getArrayableAttributes (line 363) | protected function getArrayableAttributes() method getArrayableAppends (line 373) | protected function getArrayableAppends() method relationsToArray (line 391) | public function relationsToArray() method getArrayableRelations (line 435) | protected function getArrayableRelations() method getArrayableItems (line 446) | protected function getArrayableItems(array $values) method hasAttribute (line 465) | public function hasAttribute($key) method getAttribute (line 484) | public function getAttribute($key) method throwMissingAttributeExceptionIfApplicable (line 517) | protected function throwMissingAttributeExceptionIfApplicable($key) method getAttributeValue (line 538) | public function getAttributeValue($key) method getAttributeFromArray (line 549) | protected function getAttributeFromArray($key) method getRelationValue (line 562) | public function getRelationValue($key) method isRelation (line 595) | public function isRelation($key) method handleLazyLoadingViolation (line 613) | protected function handleLazyLoadingViolation($key) method getRelationshipFromMethod (line 634) | protected function getRelationshipFromMethod($method) method hasGetMutator (line 661) | public function hasGetMutator($key) method hasAttributeMutator (line 672) | public function hasAttributeMutator($key) method hasAttributeGetMutator (line 695) | public function hasAttributeGetMutator($key) method hasAnyGetMutator (line 714) | public function hasAnyGetMutator($key) method mutateAttribute (line 726) | protected function mutateAttribute($key, $value) method mutateAttributeMarkedAttribute (line 740) | protected function mutateAttributeMarkedAttribute($key, $value) method mutateAttributeForArray (line 770) | protected function mutateAttributeForArray($key, $value) method mergeCasts (line 794) | public function mergeCasts($casts) method ensureCastsAreStringValues (line 811) | protected function ensureCastsAreStringValues($casts) method castAttribute (line 847) | protected function castAttribute($key, $value) method getClassCastableAttributeValue (line 919) | protected function getClassCastableAttributeValue($key, $value) method getEnumCastableAttributeValue (line 951) | protected function getEnumCastableAttributeValue($key, $value) method getCastType (line 972) | protected function getCastType($key) method deviateClassCastableAttribute (line 1003) | protected function deviateClassCastableAttribute($method, $key, $value) method serializeClassCastableAttribute (line 1017) | protected function serializeClassCastableAttribute($key, $value) method compareClassCastableAttribute (line 1032) | protected function compareClassCastableAttribute($key, $original, $value) method isCustomDateTimeCast (line 1045) | protected function isCustomDateTimeCast($cast) method isImmutableCustomDateTimeCast (line 1057) | protected function isImmutableCustomDateTimeCast($cast) method isDecimalCast (line 1069) | protected function isDecimalCast($cast) method setAttribute (line 1081) | public function setAttribute($key, $value) method hasSetMutator (line 1141) | public function hasSetMutator($key) method hasAttributeSetMutator (line 1152) | public function hasAttributeSetMutator($key) method setMutatedAttributeValue (line 1179) | protected function setMutatedAttributeValue($key, $value) method setAttributeMarkedMutatedAttributeValue (line 1193) | protected function setAttributeMarkedMutatedAttributeValue($key, $value) method isDateAttribute (line 1225) | protected function isDateAttribute($key) method fillJsonAttribute (line 1238) | public function fillJsonAttribute($key, $value) method setClassCastableAttribute (line 1264) | protected function setClassCastableAttribute($key, $value) method setEnumCastableAttribute (line 1291) | protected function setEnumCastableAttribute($key, $value) method getEnumCaseFromValue (line 1313) | protected function getEnumCaseFromValue($enumClass, $value) method getStorableEnumValue (line 1329) | protected function getStorableEnumValue($expectedEnum, $value) method getArrayAttributeWithValue (line 1346) | protected function getArrayAttributeWithValue($path, $key, $value) method getArrayAttributeByKey (line 1359) | protected function getArrayAttributeByKey($key) method castAttributeAsJson (line 1381) | protected function castAttributeAsJson($key, $value) method getJsonCastFlags (line 1400) | protected function getJsonCastFlags($key) method asJson (line 1418) | protected function asJson($value, $flags = 0) method fromJson (line 1430) | public function fromJson($value, $asObject = false) method fromEncryptedString (line 1445) | public function fromEncryptedString($value) method castAttributeAsEncryptedString (line 1457) | protected function castAttributeAsEncryptedString($key, #[\SensitivePa... method encryptUsing (line 1468) | public static function encryptUsing($encrypter) method currentEncrypter (line 1478) | public static function currentEncrypter() method castAttributeAsHashedString (line 1492) | protected function castAttributeAsHashedString($key, #[\SensitiveParam... method fromFloat (line 1516) | public function fromFloat($value) method asDecimal (line 1535) | protected function asDecimal($value, $decimals) method asDate (line 1550) | protected function asDate($value) method asDateTime (line 1561) | protected function asDateTime($value) method isStandardDateFormat (line 1613) | protected function isStandardDateFormat($value) method fromDateTime (line 1624) | public function fromDateTime($value) method asTimestamp (line 1637) | protected function asTimestamp($value) method serializeDate (line 1648) | protected function serializeDate(DateTimeInterface $date) method getDates (line 1660) | public function getDates() method getDateFormat (line 1673) | public function getDateFormat() method setDateFormat (line 1684) | public function setDateFormat($format) method hasCast (line 1698) | public function hasCast($key, $types = null) method getCasts (line 1712) | public function getCasts() method casts (line 1726) | protected function casts() method isDateCastable (line 1737) | protected function isDateCastable($key) method isDateCastableWithCustomFormat (line 1748) | protected function isDateCastableWithCustomFormat($key) method isJsonCastable (line 1759) | protected function isJsonCastable($key) method isEncryptedCastable (line 1770) | protected function isEncryptedCastable($key) method isClassCastable (line 1783) | protected function isClassCastable($key) method isEnumCastable (line 1810) | protected function isEnumCastable($key) method isClassDeviable (line 1839) | protected function isClassDeviable($key) method isClassSerializable (line 1858) | protected function isClassSerializable($key) method isClassComparable (line 1871) | protected function isClassComparable($key) method resolveCasterClass (line 1884) | protected function resolveCasterClass($key) method parseCasterClass (line 1914) | protected function parseCasterClass($class) method mergeAttributesFromCachedCasts (line 1926) | protected function mergeAttributesFromCachedCasts() method mergeAttributeFromCachedCasts (line 1937) | protected function mergeAttributeFromCachedCasts(string $key) method mergeAttributesFromClassCasts (line 1948) | protected function mergeAttributesFromClassCasts() method mergeAttributeFromClassCasts (line 1960) | protected function mergeAttributeFromClassCasts(string $key): void method mergeAttributesFromAttributeCasts (line 1983) | protected function mergeAttributesFromAttributeCasts() method mergeAttributeFromAttributeCasts (line 1995) | protected function mergeAttributeFromAttributeCasts(string $key): void method normalizeCastClassResponse (line 2028) | protected function normalizeCastClassResponse($key, $value) method getAttributes (line 2038) | public function getAttributes() method getAttributesForInsert (line 2050) | protected function getAttributesForInsert() method setRawAttributes (line 2062) | public function setRawAttributes(array $attributes, $sync = false) method getOriginal (line 2083) | public function getOriginal($key = null, $default = null) method getOriginalWithoutRewindingModel (line 2097) | protected function getOriginalWithoutRewindingModel($key = null, $defa... method getRawOriginal (line 2117) | public function getRawOriginal($key = null, $default = null) method only (line 2128) | public function only($attributes) method except (line 2145) | public function except($attributes) method syncOriginal (line 2165) | public function syncOriginal() method syncOriginalAttribute (line 2178) | public function syncOriginalAttribute($attribute) method syncOriginalAttributes (line 2189) | public function syncOriginalAttributes($attributes) method syncChanges (line 2207) | public function syncChanges() method isDirty (line 2221) | public function isDirty($attributes = null) method isClean (line 2234) | public function isClean($attributes = null) method discardChanges (line 2244) | public function discardChanges() method wasChanged (line 2260) | public function wasChanged($attributes = null) method hasChanges (line 2274) | protected function hasChanges($changes, $attributes = null) method getDirty (line 2300) | public function getDirty() method getDirtyForUpdate (line 2318) | protected function getDirtyForUpdate() method getChanges (line 2328) | public function getChanges() method getPrevious (line 2338) | public function getPrevious() method originalIsEquivalent (line 2349) | public function originalIsEquivalent($key) method transformModelValue (line 2404) | protected function transformModelValue($key, $value) method append (line 2446) | public function append($attributes) method getAppends (line 2460) | public function getAppends() method setAppends (line 2471) | public function setAppends(array $appends) method mergeAppends (line 2484) | public function mergeAppends(array $appends) method hasAppended (line 2497) | public function hasAppended($attribute) method withoutAppends (line 2507) | public function withoutAppends() method getMutatedAttributes (line 2517) | public function getMutatedAttributes() method cacheMutatedAttributes (line 2532) | public static function cacheMutatedAttributes($classOrInstance) method getMutatorMethods (line 2554) | protected static function getMutatorMethods($class) method getAttributeMarkedMutatorMethods (line 2567) | protected static function getAttributeMarkedMutatorMethods($class) FILE: src/Illuminate/Database/Eloquent/Concerns/HasEvents.php type HasEvents (line 14) | trait HasEvents method bootHasEvents (line 39) | public static function bootHasEvents() method resolveObserveAttributes (line 49) | public static function resolveObserveAttributes() method observe (line 74) | public static function observe($classes) method registerObserver (line 91) | protected function registerObserver($class) method resolveObserverClassName (line 113) | private function resolveObserverClassName($class) method getObservableEvents (line 131) | public function getObservableEvents() method setObservableEvents (line 149) | public function setObservableEvents(array $observables) method addObservableEvents (line 162) | public function addObservableEvents($observables) method removeObservableEvents (line 175) | public function removeObservableEvents($observables) method registerModelEvent (line 189) | protected static function registerModelEvent($event, $callback) method fireModelEvent (line 205) | protected function fireModelEvent($event, $halt = true) method fireCustomModelEvent (line 236) | protected function fireCustomModelEvent($event, $method) method filterModelEventResults (line 255) | protected function filterModelEventResults($result) method retrieved (line 272) | public static function retrieved($callback) method saving (line 283) | public static function saving($callback) method saved (line 294) | public static function saved($callback) method updating (line 305) | public static function updating($callback) method updated (line 316) | public static function updated($callback) method creating (line 327) | public static function creating($callback) method created (line 338) | public static function created($callback) method replicating (line 349) | public static function replicating($callback) method deleting (line 360) | public static function deleting($callback) method deleted (line 371) | public static function deleted($callback) method flushEventListeners (line 381) | public static function flushEventListeners() method dispatchesEvents (line 403) | public function dispatchesEvents() method getEventDispatcher (line 413) | public static function getEventDispatcher() method setEventDispatcher (line 424) | public static function setEventDispatcher(Dispatcher $dispatcher) method unsetEventDispatcher (line 434) | public static function unsetEventDispatcher() method withoutEvents (line 445) | public static function withoutEvents(callable $callback) FILE: src/Illuminate/Database/Eloquent/Concerns/HasGlobalScopes.php type HasGlobalScopes (line 14) | trait HasGlobalScopes method bootHasGlobalScopes (line 21) | public static function bootHasGlobalScopes() method resolveGlobalScopeAttributes (line 31) | public static function resolveGlobalScopeAttributes() method addGlobalScope (line 55) | public static function addGlobalScope($scope, $implementation = null) method addGlobalScopes (line 76) | public static function addGlobalScopes(array $scopes) method hasGlobalScope (line 93) | public static function hasGlobalScope($scope) method getGlobalScope (line 104) | public static function getGlobalScope($scope) method getAllGlobalScopes (line 120) | public static function getAllGlobalScopes() method setAllGlobalScopes (line 131) | public static function setAllGlobalScopes($scopes) method getGlobalScopes (line 141) | public function getGlobalScopes() FILE: src/Illuminate/Database/Eloquent/Concerns/HasRelationships.php type HasRelationships (line 28) | trait HasRelationships method initializeHasRelationships (line 79) | #[Initialize] method relationResolver (line 96) | public function relationResolver($class, $key) method resolveRelationUsing (line 116) | public static function resolveRelationUsing($name, Closure $callback) method hasRelationAutoloadCallback (line 129) | public function hasRelationAutoloadCallback() method autoloadRelationsUsing (line 141) | public function autoloadRelationsUsing(Closure $callback, $context = n... method attemptToAutoloadRelation (line 164) | protected function attemptToAutoloadRelation($key) method invokeRelationAutoloadCallbackFor (line 182) | protected function invokeRelationAutoloadCallbackFor($key, $tuples) method propagateRelationAutoloadCallbackToRelation (line 196) | protected function propagateRelationAutoloadCallbackToRelation($key, $... method hasOne (line 227) | public function hasOne($related, $foreignKey = null, $localKey = null) method newHasOne (line 250) | protected function newHasOne(Builder $query, Model $parent, $foreignKe... method hasOneThrough (line 269) | public function hasOneThrough($related, $through, $firstKey = null, $s... method newHasOneThrough (line 304) | protected function newHasOneThrough(Builder $query, Model $farParent, ... method morphOne (line 321) | public function morphOne($related, $name, $type = null, $id = null, $l... method newMorphOne (line 345) | protected function newMorphOne(Builder $query, Model $parent, $type, $... method belongsTo (line 361) | public function belongsTo($related, $foreignKey = null, $ownerKey = nu... method newBelongsTo (line 402) | protected function newBelongsTo(Builder $query, Model $child, $foreign... method morphTo (line 416) | public function morphTo($name = null, $type = null, $id = null, $owner... method morphEagerTo (line 444) | protected function morphEagerTo($name, $type, $id, $ownerKey) method morphInstanceTo (line 461) | protected function morphInstanceTo($target, $name, $type, $id, $ownerKey) method newMorphTo (line 486) | protected function newMorphTo(Builder $query, Model $parent, $foreignK... method getActualClassNameForMorph (line 497) | public static function getActualClassNameForMorph($class) method guessBelongsToRelation (line 507) | protected function guessBelongsToRelation() method through (line 530) | public function through($relationship) method hasMany (line 549) | public function hasMany($related, $foreignKey = null, $localKey = null) method newHasMany (line 574) | protected function newHasMany(Builder $query, Model $parent, $foreignK... method hasManyThrough (line 593) | public function hasManyThrough($related, $through, $firstKey = null, $... method newHasManyThrough (line 628) | protected function newHasManyThrough(Builder $query, Model $farParent,... method morphMany (line 645) | public function morphMany($related, $name, $type = null, $id = null, $... method newMorphMany (line 672) | protected function newMorphMany(Builder $query, Model $parent, $type, ... method belongsToMany (line 691) | public function belongsToMany( method newBelongsToMany (line 751) | protected function newBelongsToMany( method morphToMany (line 780) | public function morphToMany( method newMorphToMany (line 845) | protected function newMorphToMany( method morphedByMany (line 886) | public function morphedByMany( method guessBelongsToManyRelation (line 921) | protected function guessBelongsToManyRelation() method joiningTable (line 940) | public function joiningTable($related, $instance = null) method joiningTableSegment (line 965) | public function joiningTableSegment() method touches (line 976) | public function touches($relation) method touchOwners (line 986) | public function touchOwners() method getMorphs (line 1011) | protected function getMorphs($name, $type, $id) method getMorphClass (line 1023) | public function getMorphClass() method newRelatedInstance (line 1050) | protected function newRelatedInstance($class) method newRelatedThroughInstance (line 1067) | protected function newRelatedThroughInstance($class) method getRelations (line 1077) | public function getRelations() method getRelation (line 1088) | public function getRelation($relation) method relationLoaded (line 1099) | public function relationLoaded($key) method setRelation (line 1111) | public function setRelation($relation, $value) method unsetRelation (line 1126) | public function unsetRelation($relation) method setRelations (line 1139) | public function setRelations(array $relations) method withRelationshipAutoloading (line 1151) | public function withRelationshipAutoloading() method withoutRelations (line 1163) | public function withoutRelations() method withoutRelation (line 1176) | public function withoutRelation($relations) method unsetRelations (line 1192) | public function unsetRelations() method getTouchedRelations (line 1204) | public function getTouchedRelations() method setTouchedRelations (line 1215) | public function setTouchedRelations(array $touches) FILE: src/Illuminate/Database/Eloquent/Concerns/HasTimestamps.php type HasTimestamps (line 10) | trait HasTimestamps method initializeHasTimestamps (line 31) | #[Initialize] method touch (line 47) | public function touch($attribute = null) method touchQuietly (line 74) | public function touchQuietly($attribute = null) method updateTimestamps (line 84) | public function updateTimestamps() method setCreatedAt (line 109) | public function setCreatedAt($value) method setUpdatedAt (line 122) | public function setUpdatedAt($value) method freshTimestamp (line 134) | public function freshTimestamp() method freshTimestampString (line 144) | public function freshTimestampString() method usesTimestamps (line 154) | public function usesTimestamps() method getCreatedAtColumn (line 164) | public function getCreatedAtColumn() method getUpdatedAtColumn (line 174) | public function getUpdatedAtColumn() method getQualifiedCreatedAtColumn (line 184) | public function getQualifiedCreatedAtColumn() method getQualifiedUpdatedAtColumn (line 196) | public function getQualifiedUpdatedAtColumn() method withoutTimestamps (line 208) | public static function withoutTimestamps(callable $callback) method withoutTimestampsOn (line 220) | public static function withoutTimestampsOn($models, $callback) method isIgnoringTimestamps (line 241) | public static function isIgnoringTimestamps($class = null) FILE: src/Illuminate/Database/Eloquent/Concerns/HasUlids.php type HasUlids (line 7) | trait HasUlids method newUniqueId (line 16) | public function newUniqueId() method isValidUniqueId (line 27) | protected function isValidUniqueId($value): bool FILE: src/Illuminate/Database/Eloquent/Concerns/HasUniqueIds.php type HasUniqueIds (line 5) | trait HasUniqueIds method usesUniqueIds (line 19) | public function usesUniqueIds() method setUniqueIds (line 29) | public function setUniqueIds() method newUniqueId (line 43) | public function newUniqueId() method uniqueIds (line 53) | public function uniqueIds() FILE: src/Illuminate/Database/Eloquent/Concerns/HasUniqueStringIds.php type HasUniqueStringIds (line 7) | trait HasUniqueStringIds method newUniqueId (line 14) | abstract public function newUniqueId(); method isValidUniqueId (line 22) | abstract protected function isValidUniqueId($value): bool; method initializeHasUniqueStringIds (line 29) | public function initializeHasUniqueStringIds() method uniqueIds (line 39) | public function uniqueIds() method resolveRouteBindingQuery (line 54) | public function resolveRouteBindingQuery($query, $value, $field = null) method getKeyType (line 72) | public function getKeyType() method getIncrementing (line 86) | public function getIncrementing() method handleInvalidUniqueId (line 104) | protected function handleInvalidUniqueId($value, $field) FILE: src/Illuminate/Database/Eloquent/Concerns/HasUuids.php type HasUuids (line 7) | trait HasUuids method newUniqueId (line 16) | public function newUniqueId() method isValidUniqueId (line 27) | protected function isValidUniqueId($value): bool FILE: src/Illuminate/Database/Eloquent/Concerns/HasVersion4Uuids.php type HasVersion4Uuids (line 7) | trait HasVersion4Uuids method newUniqueId (line 16) | public function newUniqueId() FILE: src/Illuminate/Database/Eloquent/Concerns/HidesAttributes.php type HidesAttributes (line 9) | trait HidesAttributes method initializeHidesAttributes (line 30) | #[Initialize] method getHidden (line 47) | public function getHidden() method setHidden (line 58) | public function setHidden(array $hidden) method mergeHidden (line 71) | public function mergeHidden(array $hidden) method getVisible (line 83) | public function getVisible() method setVisible (line 94) | public function setVisible(array $visible) method mergeVisible (line 107) | public function mergeVisible(array $visible) method makeVisible (line 120) | public function makeVisible($attributes) method makeVisibleIf (line 140) | public function makeVisibleIf($condition, $attributes) method makeHidden (line 151) | public function makeHidden($attributes) method makeHiddenIf (line 167) | public function makeHiddenIf($condition, $attributes) FILE: src/Illuminate/Database/Eloquent/Concerns/PreventsCircularRecursion.php type PreventsCircularRecursion (line 9) | trait PreventsCircularRecursion method withoutRecursion (line 25) | protected function withoutRecursion($callback, $default = null) method clearRecursiveCallValue (line 58) | protected static function clearRecursiveCallValue($object, string $hash) method getRecursiveCallStack (line 73) | protected static function getRecursiveCallStack($object): array method getRecursionCache (line 85) | protected static function getRecursionCache() method setRecursiveCallValue (line 98) | protected static function setRecursiveCallValue($object, string $hash,... FILE: src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php type QueriesRelationships (line 23) | trait QueriesRelationships method has (line 39) | public function has($relation, $operator = '>=', $count = 1, $boolean ... method hasNested (line 88) | protected function hasNested($relations, $operator = '>=', $count = 1,... method orHas (line 128) | public function orHas($relation, $operator = '>=', $count = 1) method doesntHave (line 143) | public function doesntHave($relation, $boolean = 'and', ?Closure $call... method orDoesntHave (line 154) | public function orDoesntHave($relation) method whereHas (line 170) | public function whereHas($relation, ?Closure $callback = null, $operat... method withWhereHas (line 186) | public function withWhereHas($relation, ?Closure $callback = null, $op... method orWhereHas (line 203) | public function orWhereHas($relation, ?Closure $callback = null, $oper... method whereDoesntHave (line 217) | public function whereDoesntHave($relation, ?Closure $callback = null) method orWhereDoesntHave (line 231) | public function orWhereDoesntHave($relation, ?Closure $callback = null) method hasMorph (line 249) | public function hasMorph($relation, $types, $operator = '>=', $count =... method getBelongsToRelation (line 308) | protected function getBelongsToRelation(MorphTo $relation, $type) method orHasMorph (line 332) | public function orHasMorph($relation, $types, $operator = '>=', $count... method doesntHaveMorph (line 348) | public function doesntHaveMorph($relation, $types, $boolean = 'and', ?... method orDoesntHaveMorph (line 360) | public function orDoesntHaveMorph($relation, $types) method whereHasMorph (line 377) | public function whereHasMorph($relation, $types, ?Closure $callback = ... method orWhereHasMorph (line 394) | public function orWhereHasMorph($relation, $types, ?Closure $callback ... method whereDoesntHaveMorph (line 409) | public function whereDoesntHaveMorph($relation, $types, ?Closure $call... method orWhereDoesntHaveMorph (line 424) | public function orWhereDoesntHaveMorph($relation, $types, ?Closure $ca... method whereRelation (line 440) | public function whereRelation($relation, $column, $operator = null, $v... method withWhereRelation (line 460) | public function withWhereRelation($relation, $column, $operator = null... method orWhereRelation (line 481) | public function orWhereRelation($relation, $column, $operator = null, ... method whereDoesntHaveRelation (line 503) | public function whereDoesntHaveRelation($relation, $column, $operator ... method orWhereDoesntHaveRelation (line 525) | public function orWhereDoesntHaveRelation($relation, $column, $operato... method whereMorphRelation (line 548) | public function whereMorphRelation($relation, $types, $column, $operat... method orWhereMorphRelation (line 567) | public function orWhereMorphRelation($relation, $types, $column, $oper... method whereMorphDoesntHaveRelation (line 586) | public function whereMorphDoesntHaveRelation($relation, $types, $colum... method orWhereMorphDoesntHaveRelation (line 605) | public function orWhereMorphDoesntHaveRelation($relation, $types, $col... method whereMorphedTo (line 621) | public function whereMorphedTo($relation, $model, $boolean = 'and') method whereNotMorphedTo (line 666) | public function whereNotMorphedTo($relation, $model, $boolean = 'and') method orWhereMorphedTo (line 707) | public function orWhereMorphedTo($relation, $model) method orWhereNotMorphedTo (line 719) | public function orWhereNotMorphedTo($relation, $model) method whereBelongsTo (line 735) | public function whereBelongsTo($related, $relationshipName = null, $bo... method orWhereBelongsTo (line 779) | public function orWhereBelongsTo($related, $relationshipName = null) method whereAttachedTo (line 795) | public function whereAttachedTo($related, $relationshipName = null, $b... method orWhereAttachedTo (line 837) | public function orWhereAttachedTo($related, $relationshipName = null) method withAggregate (line 850) | public function withAggregate($relations, $column, $function = null) method getRelationHashedColumn (line 948) | protected function getRelationHashedColumn($column, $relation) method withCount (line 965) | public function withCount($relations) method withMax (line 977) | public function withMax($relation, $column) method withMin (line 989) | public function withMin($relation, $column) method withSum (line 1001) | public function withSum($relation, $column) method withAvg (line 1013) | public function withAvg($relation, $column) method withExists (line 1024) | public function withExists($relation) method addHasWhere (line 1039) | protected function addHasWhere(Builder $hasQuery, Relation $relation, ... method mergeConstraintsFrom (line 1054) | public function mergeConstraintsFrom(Builder $from) method requalifyWhereTables (line 1083) | protected function requalifyWhereTables(array $wheres, string $from, s... method addWhereCountQuery (line 1103) | protected function addWhereCountQuery(QueryBuilder $query, $operator =... method getRelationWithoutConstraints (line 1121) | protected function getRelationWithoutConstraints($relation) method canUseExistsForExistenceCheck (line 1135) | protected function canUseExistsForExistenceCheck($operator, $count) FILE: src/Illuminate/Database/Eloquent/Concerns/TransformsToResource.php type TransformsToResource (line 11) | trait TransformsToResource method toResource (line 19) | public function toResource(?string $resourceClass = null): JsonResource method guessResource (line 35) | protected function guessResource(): JsonResource method guessResourceName (line 57) | public static function guessResourceName(): array method resolveResourceFromAttribute (line 87) | protected function resolveResourceFromAttribute(string $class): ?string FILE: src/Illuminate/Database/Eloquent/Factories/Attributes/UseModel.php class UseModel (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $class) FILE: src/Illuminate/Database/Eloquent/Factories/BelongsToManyRelationship.php class BelongsToManyRelationship (line 8) | class BelongsToManyRelationship method __construct (line 38) | public function __construct($factory, $pivot, $relationship) method createFor (line 51) | public function createFor(Model $model) method recycle (line 73) | public function recycle($recycle) FILE: src/Illuminate/Database/Eloquent/Factories/BelongsToRelationship.php class BelongsToRelationship (line 8) | class BelongsToRelationship method __construct (line 37) | public function __construct($factory, $relationship) method attributesFor (line 49) | public function attributesFor(Model $model) method resolver (line 67) | protected function resolver($key) method recycle (line 88) | public function recycle($recycle) FILE: src/Illuminate/Database/Eloquent/Factories/CrossJoinSequence.php class CrossJoinSequence (line 7) | class CrossJoinSequence extends Sequence method __construct (line 14) | public function __construct(...$sequences) FILE: src/Illuminate/Database/Eloquent/Factories/Factory.php class Factory (line 30) | abstract class Factory method __construct (line 176) | public function __construct( method definition (line 206) | abstract public function definition(); method new (line 214) | public static function new($attributes = []) method times (line 225) | public static function times(int $count) method configure (line 235) | public function configure() method raw (line 247) | public function raw($attributes = [], ?Model $parent = null) method createOne (line 264) | public function createOne($attributes = []) method createOneQuietly (line 275) | public function createOneQuietly($attributes = []) method createMany (line 286) | public function createMany(int|iterable|null $records = null) method createManyQuietly (line 309) | public function createManyQuietly(int|iterable|null $records = null) method create (line 321) | public function create($attributes = [], ?Model $parent = null) method createQuietly (line 349) | public function createQuietly($attributes = [], ?Model $parent = null) method lazy (line 361) | public function lazy(array $attributes = [], ?Model $parent = null) method store (line 372) | protected function store(Collection $results) method createChildren (line 397) | protected function createChildren(Model $model) method makeOne (line 412) | public function makeOne($attributes = []) method make (line 424) | public function make($attributes = [], ?Model $parent = null) method makeMany (line 465) | public function makeMany(iterable|int|null $records = null) method insert (line 489) | public function insert(array $attributes = [], ?Model $parent = null):... method makeInstance (line 519) | protected function makeInstance(?Model $parent) method getExpandedAttributes (line 536) | protected function getExpandedAttributes(?Model $parent) method getRawAttributes (line 547) | protected function getRawAttributes(?Model $parent) method parentResolvers (line 567) | protected function parentResolvers() method expandAttributes (line 581) | protected function expandAttributes(array $definition) method state (line 619) | public function state($state) method prependState (line 634) | public function prependState($state) method set (line 650) | public function set($key, $value) method sequence (line 661) | public function sequence(...$sequence) method forEachSequence (line 672) | public function forEachSequence(...$sequence) method crossJoinSequence (line 683) | public function crossJoinSequence(...$sequence) method has (line 695) | public function has(self $factory, $relationship = null) method guessRelationship (line 710) | protected function guessRelationship(string $related) method hasAttached (line 725) | public function hasAttached($factory, $pivot = [], $relationship = null) method for (line 747) | public function for($factory, $relationship = null) method recycle (line 763) | public function recycle($model) method getRandomRecycledModel (line 784) | public function getRandomRecycledModel($modelClassName) method afterMaking (line 795) | public function afterMaking(Closure $callback) method afterCreating (line 806) | public function afterCreating(Closure $callback) method withoutAfterMaking (line 816) | public function withoutAfterMaking() method withoutAfterCreating (line 826) | public function withoutAfterCreating() method callAfterMaking (line 837) | protected function callAfterMaking(Collection $instances) method callAfterCreating (line 853) | protected function callAfterCreating(Collection $instances, ?Model $pa... method count (line 868) | public function count(?int $count) method withoutParents (line 879) | public function withoutParents($parents = []) method getConnectionName (line 889) | public function getConnectionName() method connection (line 900) | public function connection(UnitEnum|string|null $connection) method newInstance (line 911) | protected function newInstance(array $arguments = []) method newModel (line 933) | public function newModel(array $attributes = []) method modelName (line 945) | public function modelName() method guessModelNamesUsing (line 986) | public static function guessModelNamesUsing(callable $callback) method useNamespace (line 997) | public static function useNamespace(string $namespace) method factoryForModel (line 1010) | public static function factoryForModel(string $modelName) method guessFactoryNamesUsing (line 1023) | public static function guessFactoryNamesUsing(callable $callback) method expandRelationshipsByDefault (line 1033) | public static function expandRelationshipsByDefault() method dontExpandRelationshipsByDefault (line 1043) | public static function dontExpandRelationshipsByDefault() method withFaker (line 1053) | protected function withFaker() method resolveFactoryName (line 1070) | public static function resolveFactoryName(string $modelName) method appNamespace (line 1090) | protected static function appNamespace() method flushState (line 1106) | public static function flushState() method __call (line 1122) | public function __call($method, $parameters) FILE: src/Illuminate/Database/Eloquent/Factories/HasFactory.php type HasFactory (line 10) | trait HasFactory method factory (line 19) | public static function factory($count = null, $state = []) method newFactory (line 33) | protected static function newFactory() method getUseFactoryAttribute (line 47) | protected static function getUseFactoryAttribute() FILE: src/Illuminate/Database/Eloquent/Factories/Relationship.php class Relationship (line 10) | class Relationship method __construct (line 32) | public function __construct(Factory $factory, $relationship) method createFor (line 44) | public function createFor(Model $parent) method recycle (line 70) | public function recycle($recycle) FILE: src/Illuminate/Database/Eloquent/Factories/Sequence.php class Sequence (line 7) | class Sequence implements Countable method __construct (line 35) | public function __construct(...$sequence) method count (line 46) | public function count(): int method __invoke (line 58) | public function __invoke($attributes = [], $parent = null) FILE: src/Illuminate/Database/Eloquent/HasBuilder.php type HasBuilder (line 8) | trait HasBuilder method query (line 15) | public static function query() method newEloquentBuilder (line 26) | public function newEloquentBuilder($query) method newQuery (line 36) | public function newQuery() method newModelQuery (line 46) | public function newModelQuery() method newQueryWithoutRelationships (line 56) | public function newQueryWithoutRelationships() method newQueryWithoutScopes (line 66) | public function newQueryWithoutScopes() method newQueryWithoutScope (line 77) | public function newQueryWithoutScope($scope) method newQueryForRestoration (line 88) | public function newQueryForRestoration($ids) method on (line 99) | public static function on($connection = null) method onWriteConnection (line 109) | public static function onWriteConnection() method with (line 120) | public static function with($relations) FILE: src/Illuminate/Database/Eloquent/HasCollection.php type HasCollection (line 11) | trait HasCollection method newCollection (line 26) | public function newCollection(array $models = []) method resolveCollectionFromAttribute (line 44) | public function resolveCollectionFromAttribute() FILE: src/Illuminate/Database/Eloquent/HigherOrderBuilderProxy.php class HigherOrderBuilderProxy (line 8) | class HigherOrderBuilderProxy method __construct (line 30) | public function __construct(Builder $builder, $method) method __call (line 43) | public function __call($method, $parameters) FILE: src/Illuminate/Database/Eloquent/InvalidCastException.php class InvalidCastException (line 7) | class InvalidCastException extends RuntimeException method __construct (line 37) | public function __construct($model, $column, $castType) FILE: src/Illuminate/Database/Eloquent/JsonEncodingException.php class JsonEncodingException (line 7) | class JsonEncodingException extends RuntimeException method forModel (line 16) | public static function forModel($model, $message) method forResource (line 28) | public static function forResource($resource, $message) method forAttribute (line 43) | public static function forAttribute($model, $key, $message) FILE: src/Illuminate/Database/Eloquent/MassAssignmentException.php class MassAssignmentException (line 7) | class MassAssignmentException extends RuntimeException FILE: src/Illuminate/Database/Eloquent/MassPrunable.php type MassPrunable (line 8) | trait MassPrunable method pruneAll (line 16) | public function pruneAll(int $chunkSize = 1000) method prunable (line 48) | public function prunable() FILE: src/Illuminate/Database/Eloquent/MissingAttributeException.php class MissingAttributeException (line 7) | class MissingAttributeException extends OutOfBoundsException method __construct (line 15) | public function __construct($model, $key) FILE: src/Illuminate/Database/Eloquent/Model.php class Model (line 41) | abstract class Model implements Arrayable, ArrayAccess, CanBeEscapedWhen... method __construct (line 314) | public function __construct(array $attributes = []) method bootIfNotBooted (line 330) | protected function bootIfNotBooted() method booting (line 364) | protected static function booting() method boot (line 374) | protected static function boot() method bootTraits (line 384) | protected static function bootTraits() method initializeTraits (line 421) | protected function initializeTraits() method initializeModelAttributes (line 433) | public function initializeModelAttributes() method booted (line 458) | protected static function booted() method whenBooted (line 469) | protected static function whenBooted(Closure $callback) method clearBootedModels (line 481) | public static function clearBootedModels() method withoutTouching (line 495) | public static function withoutTouching(callable $callback) method withoutTouchingOn (line 507) | public static function withoutTouchingOn(array $models, callable $call... method isIgnoringTouch (line 524) | public static function isIgnoringTouch($class = null) method shouldBeStrict (line 554) | public static function shouldBeStrict(bool $shouldBeStrict = true) method preventLazyLoading (line 567) | public static function preventLazyLoading($value = true) method automaticallyEagerLoadRelationships (line 578) | public static function automaticallyEagerLoadRelationships($value = true) method handleLazyLoadingViolationUsing (line 589) | public static function handleLazyLoadingViolationUsing(?callable $call... method preventSilentlyDiscardingAttributes (line 600) | public static function preventSilentlyDiscardingAttributes($value = true) method handleDiscardedAttributeViolationUsing (line 611) | public static function handleDiscardedAttributeViolationUsing(?callabl... method preventAccessingMissingAttributes (line 622) | public static function preventAccessingMissingAttributes($value = true) method handleMissingAttributeViolationUsing (line 633) | public static function handleMissingAttributeViolationUsing(?callable ... method withoutBroadcasting (line 644) | public static function withoutBroadcasting(callable $callback) method fill (line 665) | public function fill(array $attributes) method forceFill (line 713) | public function forceFill(array $attributes) method qualifyColumn (line 724) | public function qualifyColumn($column) method qualifyColumns (line 739) | public function qualifyColumns($columns) method newInstance (line 753) | public function newInstance($attributes = [], $exists = false) method newFromBuilder (line 782) | public function newFromBuilder($attributes = [], $connection = null) method on (line 801) | public static function on($connection = null) method onWriteConnection (line 814) | public static function onWriteConnection() method all (line 825) | public static function all($columns = ['*']) method with (line 838) | public static function with($relations) method load (line 851) | public function load($relations) method loadMorph (line 869) | public function loadMorph($relation, $relations) method loadMissing (line 888) | public function loadMissing($relations) method loadAggregate (line 905) | public function loadAggregate($relations, $column, $function = null) method loadCount (line 918) | public function loadCount($relations) method loadMax (line 932) | public function loadMax($relations, $column) method loadMin (line 944) | public function loadMin($relations, $column) method loadSum (line 956) | public function loadSum($relations, $column) method loadAvg (line 968) | public function loadAvg($relations, $column) method loadExists (line 979) | public function loadExists($relations) method loadMorphAggregate (line 993) | public function loadMorphAggregate($relation, $relations, $column, $fu... method loadMorphCount (line 1013) | public function loadMorphCount($relation, $relations) method loadMorphMax (line 1026) | public function loadMorphMax($relation, $relations, $column) method loadMorphMin (line 1039) | public function loadMorphMin($relation, $relations, $column) method loadMorphSum (line 1052) | public function loadMorphSum($relation, $relations, $column) method loadMorphAvg (line 1065) | public function loadMorphAvg($relation, $relations, $column) method increment (line 1078) | protected function increment($column, $amount = 1, array $extra = []) method decrement (line 1091) | protected function decrement($column, $amount = 1, array $extra = []) method incrementOrDecrement (line 1105) | protected function incrementOrDecrement($column, $amount, $extra, $met... method update (line 1141) | public function update(array $attributes = [], array $options = []) method updateOrFail (line 1159) | public function updateOrFail(array $attributes = [], array $options = []) method updateQuietly (line 1175) | public function updateQuietly(array $attributes = [], array $options =... method incrementQuietly (line 1192) | protected function incrementQuietly($column, $amount = 1, array $extra... method decrementQuietly (line 1207) | protected function decrementQuietly($column, $amount = 1, array $extra... method push (line 1219) | public function push() method pushQuietly (line 1250) | public function pushQuietly() method saveQuietly (line 1261) | public function saveQuietly(array $options = []) method save (line 1272) | public function save(array $options = []) method saveOrIgnore (line 1322) | public function saveOrIgnore(array $options = [], array|string|null $u... method saveOrFail (line 1358) | public function saveOrFail(array $options = []) method finishSave (line 1369) | protected function finishSave(array $options) method performUpdate (line 1386) | protected function performUpdate(Builder $query) method setKeysForSelectQuery (line 1424) | protected function setKeysForSelectQuery($query) method getKeyForSelectQuery (line 1436) | protected function getKeyForSelectQuery() method setKeysForSaveQuery (line 1447) | protected function setKeysForSaveQuery($query) method getKeyForSaveQuery (line 1459) | protected function getKeyForSaveQuery() method performInsert (line 1470) | protected function performInsert(Builder $query) method performInsertOrIgnore (line 1526) | protected function performInsertOrIgnore(Builder $query, array|string|... method insertAndSetId (line 1575) | protected function insertAndSetId(Builder $query, $attributes) method destroy (line 1588) | public static function destroy($ids) method delete (line 1627) | public function delete() method deleteQuietly (line 1666) | public function deleteQuietly() method deleteOrFail (line 1678) | public function deleteOrFail() method forceDelete (line 1694) | public function forceDelete() method forceDestroy (line 1707) | public static function forceDestroy($ids) method performDeleteOnModel (line 1717) | protected function performDeleteOnModel() method query (line 1729) | public static function query() method newQuery (line 1739) | public function newQuery() method newModelQuery (line 1749) | public function newModelQuery() method newQueryWithoutRelationships (line 1761) | public function newQueryWithoutRelationships() method registerGlobalScopes (line 1772) | public function registerGlobalScopes($builder) method newQueryWithoutScopes (line 1786) | public function newQueryWithoutScopes() method newQueryWithoutScope (line 1799) | public function newQueryWithoutScope($scope) method newQueryForRestoration (line 1810) | public function newQueryForRestoration($ids) method newEloquentBuilder (line 1821) | public function newEloquentBuilder($query) method resolveCustomBuilderClass (line 1837) | protected function resolveCustomBuilderClass() method newBaseQueryBuilder (line 1852) | protected function newBaseQueryBuilder() method newPivot (line 1867) | public function newPivot(self $parent, array $attributes, $table, $exi... method hasNamedScope (line 1879) | public function hasNamedScope($scope) method callNamedScope (line 1892) | public function callNamedScope($scope, array $parameters = []) method isScopeMethodWithAttribute (line 1907) | protected static function isScopeMethodWithAttribute(string $method) method toArray (line 1919) | public function toArray() method toJson (line 1935) | public function toJson($options = 0) method toPrettyJson (line 1954) | public function toPrettyJson(int $options = 0) method jsonSerialize (line 1964) | public function jsonSerialize(): mixed method fresh (line 1975) | public function fresh($with = []) method refresh (line 1992) | public function refresh() method replicate (line 2021) | public function replicate(?array $except = null) method replicateQuietly (line 2050) | public function replicateQuietly(?array $except = null) method is (line 2061) | public function is($model) method isNot (line 2075) | public function isNot($model) method getConnection (line 2085) | public function getConnection() method getConnectionName (line 2095) | public function getConnectionName() method setConnection (line 2106) | public function setConnection($name) method resolveConnection (line 2119) | public static function resolveConnection($connection = null) method getConnectionResolver (line 2129) | public static function getConnectionResolver() method setConnectionResolver (line 2140) | public static function setConnectionResolver(Resolver $resolver) method unsetConnectionResolver (line 2150) | public static function unsetConnectionResolver() method getTable (line 2160) | public function getTable() method setTable (line 2171) | public function setTable($table) method getKeyName (line 2183) | public function getKeyName() method setKeyName (line 2194) | public function setKeyName($key) method getQualifiedKeyName (line 2206) | public function getQualifiedKeyName() method getKeyType (line 2216) | public function getKeyType() method setKeyType (line 2227) | public function setKeyType($type) method getIncrementing (line 2239) | public function getIncrementing() method setIncrementing (line 2250) | public function setIncrementing($value) method getKey (line 2262) | public function getKey() method getQueueableId (line 2272) | public function getQueueableId() method getQueueableRelations (line 2282) | public function getQueueableRelations() method getQueueableConnection (line 2316) | public function getQueueableConnection() method getRouteKey (line 2326) | public function getRouteKey() method getRouteKeyName (line 2336) | public function getRouteKeyName() method resolveRouteBinding (line 2348) | public function resolveRouteBinding($value, $field = null) method resolveSoftDeletableRouteBinding (line 2360) | public function resolveSoftDeletableRouteBinding($value, $field = null) method resolveChildRouteBinding (line 2373) | public function resolveChildRouteBinding($childType, $value, $field) method resolveSoftDeletableChildRouteBinding (line 2386) | public function resolveSoftDeletableChildRouteBinding($childType, $val... method resolveChildRouteBindingQuery (line 2399) | protected function resolveChildRouteBindingQuery($childType, $value, $... method childRouteBindingRelationshipName (line 2421) | protected function childRouteBindingRelationshipName($childType) method resolveRouteBindingQuery (line 2434) | public function resolveRouteBindingQuery($query, $value, $field = null) method getForeignKey (line 2444) | public function getForeignKey() method getPerPage (line 2454) | public function getPerPage() method setPerPage (line 2465) | public function setPerPage($perPage) method isSoftDeletable (line 2475) | public static function isSoftDeletable(): bool method isPrunable (line 2483) | protected function isPrunable(): bool method isMassPrunable (line 2491) | protected function isMassPrunable(): bool method preventsLazyLoading (line 2501) | public static function preventsLazyLoading() method isAutomaticallyEagerLoadingRelationships (line 2511) | public static function isAutomaticallyEagerLoadingRelationships() method preventsSilentlyDiscardingAttributes (line 2521) | public static function preventsSilentlyDiscardingAttributes() method preventsAccessingMissingAttributes (line 2531) | public static function preventsAccessingMissingAttributes() method broadcastChannelRoute (line 2541) | public function broadcastChannelRoute() method broadcastChannel (line 2551) | public function broadcastChannel() method resolveClassAttribute (line 2566) | protected static function resolveClassAttribute(string $attributeClass... method __get (line 2601) | public function __get($key) method __set (line 2613) | public function __set($key, $value) method offsetExists (line 2624) | public function offsetExists($offset): bool method offsetGet (line 2643) | public function offsetGet($offset): mixed method offsetSet (line 2655) | public function offsetSet($offset, $value): void method offsetUnset (line 2666) | public function offsetUnset($offset): void method __isset (line 2682) | public function __isset($key) method __unset (line 2693) | public function __unset($key) method __call (line 2705) | public function __call($method, $parameters) method __callStatic (line 2730) | public static function __callStatic($method, $parameters) method __toString (line 2744) | public function __toString() method escapeWhenCastingToString (line 2757) | public function escapeWhenCastingToString($escape = true) method __sleep (line 2769) | public function __sleep() method __wakeup (line 2796) | public function __wakeup() FILE: src/Illuminate/Database/Eloquent/ModelInfo.php class ModelInfo (line 15) | class ModelInfo implements Arrayable, ArrayAccess method __construct (line 32) | public function __construct( method toArray (line 63) | public function toArray() method offsetExists (line 80) | public function offsetExists(mixed $offset): bool method offsetGet (line 85) | public function offsetGet(mixed $offset): mixed method offsetSet (line 90) | public function offsetSet(mixed $offset, mixed $value): void method offsetUnset (line 95) | public function offsetUnset(mixed $offset): void FILE: src/Illuminate/Database/Eloquent/ModelInspector.php class ModelInspector (line 17) | class ModelInspector method __construct (line 43) | public function __construct(protected Application $app) method inspect (line 56) | public function inspect($model, $connection = null) method getAttributes (line 88) | protected function getAttributes($model) method getVirtualAttributes (line 119) | protected function getVirtualAttributes($model, $columns) method getRelations (line 160) | protected function getRelations($model) method getPolicy (line 210) | protected function getPolicy($model) method getEvents (line 223) | protected function getEvents($model) method getObservers (line 240) | protected function getObservers($model) method getCollectedBy (line 274) | protected function getCollectedBy($model) method getBuilder (line 287) | protected function getBuilder($model) method getResource (line 298) | protected function getResource($model) method qualifyModel (line 311) | protected function qualifyModel(string $model) method getCastType (line 339) | protected function getCastType($column, $model) method getCastsWithDates (line 358) | protected function getCastsWithDates($model) method attributeIsHidden (line 374) | protected function attributeIsHidden($attribute, $model) method getColumnDefault (line 394) | protected function getColumnDefault($column, $model) method columnIsUnique (line 408) | protected function columnIsUnique($column, $indexes) FILE: src/Illuminate/Database/Eloquent/ModelNotFoundException.php class ModelNotFoundException (line 12) | class ModelNotFoundException extends RecordsNotFoundException method setModel (line 35) | public function setModel($model, $ids = []) method getModel (line 60) | public function getModel() method getIds (line 70) | public function getIds() FILE: src/Illuminate/Database/Eloquent/PendingHasThroughRelationship.php class PendingHasThroughRelationship (line 16) | class PendingHasThroughRelationship method __construct (line 38) | public function __construct($rootModel, $localRelationship) method has (line 65) | public function has($callback) method __call (line 109) | public function __call($method, $parameters) FILE: src/Illuminate/Database/Eloquent/Prunable.php type Prunable (line 10) | trait Prunable method pruneAll (line 20) | public function pruneAll(int $chunkSize = 1000) method prunable (line 57) | public function prunable() method prune (line 67) | public function prune() method pruning (line 81) | protected function pruning() FILE: src/Illuminate/Database/Eloquent/QueueEntityResolver.php class QueueEntityResolver (line 8) | class QueueEntityResolver implements EntityResolverContract method resolve (line 19) | public function resolve($type, $id) FILE: src/Illuminate/Database/Eloquent/RelationNotFoundException.php class RelationNotFoundException (line 7) | class RelationNotFoundException extends RuntimeException method make (line 31) | public static function make($model, $relation, $type = null) FILE: src/Illuminate/Database/Eloquent/Relations/BelongsTo.php class BelongsTo (line 20) | class BelongsTo extends Relation method __construct (line 63) | public function __construct(Builder $query, Model $child, $foreignKey,... method getResults (line 78) | public function getResults() method addConstraints (line 92) | public function addConstraints() method addEagerConstraints (line 105) | public function addEagerConstraints(array $models) method getEagerModelKeys (line 123) | protected function getEagerModelKeys(array $models) method initRelation (line 142) | public function initRelation(array $models, $relation) method match (line 152) | public function match(array $models, EloquentCollection $results, $rel... method associate (line 187) | public function associate($model) method dissociate (line 207) | public function dissociate() method disassociate (line 219) | public function disassociate() method touch (line 229) | public function touch() method getRelationExistenceQuery (line 237) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationExistenceQueryForSelfRelation (line 256) | public function getRelationExistenceQueryForSelfRelation(Builder $quer... method relationHasIncrementingId (line 274) | protected function relationHasIncrementingId() method newRelatedInstanceFor (line 286) | protected function newRelatedInstanceFor(Model $parent) method getChild (line 296) | public function getChild() method getForeignKeyName (line 306) | public function getForeignKeyName() method getQualifiedForeignKeyName (line 316) | public function getQualifiedForeignKeyName() method getParentKey (line 326) | public function getParentKey() method getOwnerKeyName (line 336) | public function getOwnerKeyName() method getQualifiedOwnerKeyName (line 346) | public function getQualifiedOwnerKeyName() method getRelatedKeyFrom (line 357) | protected function getRelatedKeyFrom(Model $model) method getForeignKeyFrom (line 368) | protected function getForeignKeyFrom(Model $model) method getRelationName (line 380) | public function getRelationName() FILE: src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php class BelongsToMany (line 31) | class BelongsToMany extends Relation method __construct (line 159) | public function __construct( method resolveTableName (line 185) | protected function resolveTableName($table) method addConstraints (line 209) | public function addConstraints() method performJoin (line 224) | protected function performJoin($query = null) method addWhereConstraints (line 246) | protected function addWhereConstraints() method addEagerConstraints (line 256) | public function addEagerConstraints(array $models) method initRelation (line 268) | public function initRelation(array $models, $relation) method match (line 278) | public function match(array $models, EloquentCollection $results, $rel... method buildDictionary (line 304) | protected function buildDictionary(EloquentCollection $results) method getPivotClass (line 335) | public function getPivotClass() method using (line 350) | public function using($class) method as (line 367) | public function as($accessor) method wherePivot (line 383) | public function wherePivot($column, $operator = null, $value = null, $... method wherePivotBetween (line 399) | public function wherePivotBetween($column, array $values, $boolean = '... method orWherePivotBetween (line 411) | public function orWherePivotBetween($column, array $values) method wherePivotNotBetween (line 424) | public function wherePivotNotBetween($column, array $values, $boolean ... method orWherePivotNotBetween (line 436) | public function orWherePivotNotBetween($column, array $values) method wherePivotIn (line 450) | public function wherePivotIn($column, $values, $boolean = 'and', $not ... method orWherePivot (line 465) | public function orWherePivot($column, $operator = null, $value = null) method withPivotValue (line 481) | public function withPivotValue($column, $value = null) method orWherePivotIn (line 507) | public function orWherePivotIn($column, $values) method wherePivotNotIn (line 520) | public function wherePivotNotIn($column, $values, $boolean = 'and') method orWherePivotNotIn (line 532) | public function orWherePivotNotIn($column, $values) method wherePivotNull (line 545) | public function wherePivotNull($column, $boolean = 'and', $not = false) method wherePivotNotNull (line 559) | public function wherePivotNotNull($column, $boolean = 'and') method orWherePivotNull (line 571) | public function orWherePivotNull($column, $not = false) method orWherePivotNotNull (line 582) | public function orWherePivotNotNull($column) method orderByPivot (line 594) | public function orderByPivot($column, $direction = 'asc') method orderByPivotDesc (line 605) | public function orderByPivotDesc($column) method findOrNew (line 621) | public function findOrNew($id, $columns = ['*']) method firstOrNew (line 637) | public function firstOrNew(array $attributes = [], array $values = []) method firstOrCreate (line 655) | public function firstOrCreate(array $attributes = [], Closure|array $v... method createOrFirst (line 683) | public function createOrFirst(array $attributes = [], Closure|array $v... method updateOrCreate (line 709) | public function updateOrCreate(array $attributes, array $values = [], ... method find (line 731) | public function find($id, $columns = ['*']) method findSole (line 752) | public function findSole($id, $columns = ['*']) method findMany (line 766) | public function findMany($ids, $columns = ['*']) method findOrFail (line 792) | public function findOrFail($id, $columns = ['*']) method findOr (line 823) | public function findOr($id, $columns = ['*'], ?Closure $callback = null) method firstWhere (line 855) | public function firstWhere($column, $operator = null, $value = null, $... method first (line 866) | public function first($columns = ['*']) method firstOrFail (line 881) | public function firstOrFail($columns = ['*']) method firstOr (line 899) | public function firstOr($columns = ['*'], ?Closure $callback = null) method getResults (line 915) | public function getResults() method get (line 923) | public function get($columns = ['*']) method shouldSelect (line 956) | protected function shouldSelect(array $columns = ['*']) method aliasedPivotColumns (line 972) | protected function aliasedPivotColumns() method paginate (line 993) | public function paginate($perPage = null, $columns = ['*'], $pageName ... method simplePaginate (line 1011) | public function simplePaginate($perPage = null, $columns = ['*'], $pag... method cursorPaginate (line 1029) | public function cursorPaginate($perPage = null, $columns = ['*'], $cur... method chunk (line 1045) | public function chunk($count, callable $callback) method chunkById (line 1063) | public function chunkById($count, callable $callback, $column = null, ... method chunkByIdDesc (line 1077) | public function chunkByIdDesc($count, callable $callback, $column = nu... method eachById (line 1091) | public function eachById(callable $callback, $count = 1000, $column = ... method orderedChunkById (line 1112) | public function orderedChunkById($count, callable $callback, $column =... method each (line 1134) | public function each(callable $callback, $count = 1000) method lazy (line 1151) | public function lazy($chunkSize = 1000) method lazyById (line 1168) | public function lazyById($chunkSize = 1000, $column = null, $alias = n... method lazyByIdDesc (line 1191) | public function lazyByIdDesc($chunkSize = 1000, $column = null, $alias... method cursor (line 1211) | public function cursor() method prepareQueryBuilder (line 1225) | protected function prepareQueryBuilder() method hydratePivotRelation (line 1236) | protected function hydratePivotRelation(array $models) method migratePivotAttributes (line 1254) | protected function migratePivotAttributes(Model $model) method touchIfTouching (line 1277) | public function touchIfTouching() method touchingParent (line 1293) | protected function touchingParent() method guessInverseRelation (line 1303) | protected function guessInverseRelation() method touch (line 1315) | public function touch() method allRelatedIds (line 1338) | public function allRelatedIds() method save (line 1351) | public function save(Model $model, array $pivotAttributes = [], $touch... method saveQuietly (line 1368) | public function saveQuietly(Model $model, array $pivotAttributes = [],... method saveMany (line 1384) | public function saveMany($models, array $pivotAttributes = []) method saveManyQuietly (line 1404) | public function saveManyQuietly($models, array $pivotAttributes = []) method create (line 1419) | public function create(array $attributes = [], array $joining = [], $t... method createMany (line 1442) | public function createMany(iterable $records, array $joinings = []) method getRelationExistenceQuery (line 1456) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationExistenceQueryForSelfJoin (line 1475) | public function getRelationExistenceQueryForSelfJoin(Builder $query, B... method take (line 1494) | public function take($value) method limit (line 1505) | public function limit($value) method getExistenceCompareKey (line 1529) | public function getExistenceCompareKey() method withTimestamps (line 1541) | public function withTimestamps($createdAt = null, $updatedAt = null) method createdAt (line 1561) | public function createdAt() method updatedAt (line 1571) | public function updatedAt() method getForeignPivotKeyName (line 1581) | public function getForeignPivotKeyName() method getQualifiedForeignPivotKeyName (line 1591) | public function getQualifiedForeignPivotKeyName() method getRelatedPivotKeyName (line 1601) | public function getRelatedPivotKeyName() method getQualifiedRelatedPivotKeyName (line 1611) | public function getQualifiedRelatedPivotKeyName() method getParentKeyName (line 1621) | public function getParentKeyName() method getQualifiedParentKeyName (line 1631) | public function getQualifiedParentKeyName() method getRelatedKeyName (line 1641) | public function getRelatedKeyName() method getQualifiedRelatedKeyName (line 1651) | public function getQualifiedRelatedKeyName() method getTable (line 1661) | public function getTable() method getRelationName (line 1671) | public function getRelationName() method getPivotAccessor (line 1681) | public function getPivotAccessor() method getPivotColumns (line 1691) | public function getPivotColumns() method qualifyPivotColumn (line 1702) | public function qualifyPivotColumn($column) FILE: src/Illuminate/Database/Eloquent/Relations/Concerns/AsPivot.php type AsPivot (line 9) | trait AsPivot method fromAttributes (line 48) | public static function fromAttributes(Model $parent, $attributes, $tab... method fromRawAttributes (line 81) | public static function fromRawAttributes(Model $parent, $attributes, $... method setKeysForSelectQuery (line 100) | protected function setKeysForSelectQuery($query) method setKeysForSaveQuery (line 121) | protected function setKeysForSaveQuery($query) method delete (line 131) | public function delete() method getDeleteQuery (line 155) | protected function getDeleteQuery() method getTable (line 168) | public function getTable() method getForeignKey (line 184) | public function getForeignKey() method getRelatedKey (line 194) | public function getRelatedKey() method getOtherKey (line 204) | public function getOtherKey() method setPivotKeys (line 216) | public function setPivotKeys($foreignKey, $relatedKey) method setRelatedModel (line 231) | public function setRelatedModel(?Model $related = null) method hasTimestampAttributes (line 244) | public function hasTimestampAttributes($attributes = null) method getCreatedAtColumn (line 255) | public function getCreatedAtColumn() method getUpdatedAtColumn (line 267) | public function getUpdatedAtColumn() method getQueueableId (line 279) | public function getQueueableId() method newQueryForRestoration (line 298) | public function newQueryForRestoration($ids) method newQueryForCollectionRestoration (line 321) | protected function newQueryForCollectionRestoration(array $ids) method unsetRelations (line 348) | public function unsetRelations() FILE: src/Illuminate/Database/Eloquent/Relations/Concerns/CanBeOneOfMany.php type CanBeOneOfMany (line 12) | trait CanBeOneOfMany method addOneOfManySubQueryConstraints (line 43) | abstract public function addOneOfManySubQueryConstraints(Builder $quer... method getOneOfManySubQuerySelectColumns (line 50) | abstract public function getOneOfManySubQuerySelectColumns(); method addOneOfManyJoinSubQueryConstraints (line 58) | abstract public function addOneOfManyJoinSubQueryConstraints(JoinClaus... method ofMany (line 70) | public function ofMany($column = 'id', $aggregate = 'MAX', $relation =... method latestOfMany (line 152) | public function latestOfMany($column = 'id', $relation = null) method oldestOfMany (line 166) | public function oldestOfMany($column = 'id', $relation = null) method getDefaultOneOfManyJoinAlias (line 179) | protected function getDefaultOneOfManyJoinAlias($relation) method newOneOfManySubQuery (line 194) | protected function newOneOfManySubQuery($groupBy, $columns = null, $ag... method addOneOfManyJoinSubQuery (line 231) | protected function addOneOfManyJoinSubQuery(Builder $parent, Builder $... method mergeOneOfManyJoinsTo (line 252) | protected function mergeOneOfManyJoinsTo(Builder $query) method getRelationQuery (line 264) | protected function getRelationQuery() method getOneOfManySubQuery (line 276) | public function getOneOfManySubQuery() method qualifySubSelectColumn (line 287) | public function qualifySubSelectColumn($column) method qualifyRelatedColumn (line 298) | protected function qualifyRelatedColumn($column) method guessRelationship (line 308) | protected function guessRelationship() method isOneOfMany (line 318) | public function isOneOfMany() method getRelationName (line 328) | public function getRelationName() FILE: src/Illuminate/Database/Eloquent/Relations/Concerns/ComparesRelatedModels.php type ComparesRelatedModels (line 8) | trait ComparesRelatedModels method is (line 16) | public function is($model) method isNot (line 38) | public function isNot($model) method getParentKey (line 48) | abstract public function getParentKey(); method getRelatedKeyFrom (line 56) | abstract protected function getRelatedKeyFrom(Model $model); method compareKeys (line 65) | protected function compareKeys($parentKey, $relatedKey) FILE: src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithDictionary.php type InteractsWithDictionary (line 10) | trait InteractsWithDictionary method getDictionaryKey (line 20) | protected function getDictionaryKey($attribute) FILE: src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php type InteractsWithPivotTable (line 11) | trait InteractsWithPivotTable method toggle (line 22) | public function toggle($ids, $touch = true) method toggleOrFail (line 75) | public function toggleOrFail($ids, $touch = true) method syncWithoutDetaching (line 86) | public function syncWithoutDetaching($ids) method sync (line 98) | public function sync($ids, $detaching = true) method syncOrFail (line 157) | public function syncOrFail($ids, $detaching = true) method syncWithoutDetachingOrFail (line 170) | public function syncWithoutDetachingOrFail($ids) method syncWithPivotValues (line 183) | public function syncWithPivotValues($ids, array $values, bool $detachi... method syncWithPivotValuesOrFail (line 200) | public function syncWithPivotValuesOrFail($ids, array $values, bool $d... method formatRecordsList (line 211) | protected function formatRecordsList(array $records) method attachNew (line 234) | protected function attachNew(array $records, array $current, $touch = ... method updateExistingPivot (line 268) | public function updateExistingPivot($id, array $attributes, $touch = t... method updateExistingPivotOrFail (line 299) | public function updateExistingPivotOrFail($id, array $attributes, $tou... method updateExistingPivotUsingCustomClass (line 312) | protected function updateExistingPivotUsingCustomClass($id, array $att... method attach (line 337) | public function attach($ids, array $attributes = [], $touch = true) method attachOrFail (line 365) | public function attachOrFail($ids, array $attributes = [], $touch = true) method attachUsingCustomClass (line 377) | protected function attachUsingCustomClass($ids, array $attributes) method formatAttachRecords (line 395) | protected function formatAttachRecords($ids, array $attributes) method formatAttachRecord (line 423) | protected function formatAttachRecord($key, $value, $attributes, $hasT... method extractAttachIdAndAttributes (line 440) | protected function extractAttachIdAndAttributes($key, $value, array $a... method baseAttachRecord (line 454) | protected function baseAttachRecord($id, $timed) method addTimestampsToAttachment (line 481) | protected function addTimestampsToAttachment(array $record, $exists = ... method hasPivotColumn (line 508) | public function hasPivotColumn($column) method detach (line 520) | public function detach($ids = null, $touch = true) method detachOrFail (line 562) | public function detachOrFail($ids = null, $touch = true) method detachUsingCustomClass (line 573) | protected function detachUsingCustomClass($ids) method getCurrentlyAttachedPivots (line 591) | protected function getCurrentlyAttachedPivots() method getCurrentlyAttachedPivotsForIds (line 602) | protected function getCurrentlyAttachedPivotsForIds($ids = null) method newPivot (line 627) | public function newPivot(array $attributes = [], $exists = false) method newExistingPivot (line 646) | public function newExistingPivot(array $attributes = []) method newPivotStatement (line 656) | public function newPivotStatement() method newPivotStatementForId (line 667) | public function newPivotStatementForId($id) method newPivotQuery (line 677) | public function newPivotQuery() method withPivot (line 702) | public function withPivot($columns) method parseIds (line 717) | protected function parseIds($value) method parseId (line 742) | protected function parseId($value) method castKeys (line 753) | protected function castKeys(array $keys) method castKey (line 766) | protected function castKey($key) method castAttributes (line 780) | protected function castAttributes($attributes) method getTypeSwapValue (line 794) | protected function getTypeSwapValue($type, $value) FILE: src/Illuminate/Database/Eloquent/Relations/Concerns/SupportsDefaultModels.php type SupportsDefaultModels (line 7) | trait SupportsDefaultModels method newRelatedInstanceFor (line 24) | abstract protected function newRelatedInstanceFor(Model $parent); method withDefault (line 32) | public function withDefault($callback = true) method getDefaultFor (line 45) | protected function getDefaultFor(Model $parent) FILE: src/Illuminate/Database/Eloquent/Relations/Concerns/SupportsInverseRelations.php type SupportsInverseRelations (line 10) | trait SupportsInverseRelations method inverse (line 27) | public function inverse(?string $relation = null) method chaperone (line 38) | public function chaperone(?string $relation = null) method guessInverseRelation (line 64) | protected function guessInverseRelation(): ?string method getPossibleInverseRelations (line 77) | protected function getPossibleInverseRelations(): array method applyInverseRelationToCollection (line 95) | protected function applyInverseRelationToCollection($models, ?Model $p... method applyInverseRelationToModel (line 113) | protected function applyInverseRelationToModel(Model $model, ?Model $p... method getInverseRelationship (line 129) | public function getInverseRelationship() method withoutInverse (line 141) | public function withoutInverse() method withoutChaperone (line 151) | public function withoutChaperone() FILE: src/Illuminate/Database/Eloquent/Relations/HasMany.php class HasMany (line 13) | class HasMany extends HasOneOrMany method one (line 20) | public function one() method getResults (line 38) | public function getResults() method initRelation (line 46) | public function initRelation(array $models, $relation) method match (line 56) | public function match(array $models, EloquentCollection $results, $rel... FILE: src/Illuminate/Database/Eloquent/Relations/HasManyThrough.php class HasManyThrough (line 16) | class HasManyThrough extends HasOneOrManyThrough method one (line 25) | public function one() method initRelation (line 39) | public function initRelation(array $models, $relation) method match (line 49) | public function match(array $models, EloquentCollection $results, $rel... method getResults (line 70) | public function getResults() FILE: src/Illuminate/Database/Eloquent/Relations/HasOne.php class HasOne (line 20) | class HasOne extends HasOneOrMany implements SupportsPartialRelations method getResults (line 25) | public function getResults() method initRelation (line 35) | public function initRelation(array $models, $relation) method match (line 45) | public function match(array $models, EloquentCollection $results, $rel... method getRelationExistenceQuery (line 51) | public function getRelationExistenceQuery(Builder $query, Builder $par... method addOneOfManySubQueryConstraints (line 68) | public function addOneOfManySubQueryConstraints(Builder $query, $colum... method getOneOfManySubQuerySelectColumns (line 78) | public function getOneOfManySubQuerySelectColumns() method addOneOfManyJoinSubQueryConstraints (line 89) | public function addOneOfManyJoinSubQueryConstraints(JoinClause $join) method newRelatedInstanceFor (line 100) | public function newRelatedInstanceFor(Model $parent) method getRelatedKeyFrom (line 114) | protected function getRelatedKeyFrom(Model $model) FILE: src/Illuminate/Database/Eloquent/Relations/HasOneOrMany.php class HasOneOrMany (line 21) | abstract class HasOneOrMany extends Relation method __construct (line 47) | public function __construct(Builder $query, Model $parent, $foreignKey... method make (line 61) | public function make(array $attributes = []) method makeMany (line 75) | public function makeMany($records) method addConstraints (line 91) | public function addConstraints() method addEagerConstraints (line 103) | public function addEagerConstraints(array $models) method matchOne (line 123) | public function matchOne(array $models, EloquentCollection $results, $... method matchMany (line 136) | public function matchMany(array $models, EloquentCollection $results, ... method matchOneOrMany (line 150) | protected function matchOneOrMany(array $models, EloquentCollection $r... method getRelationValue (line 183) | protected function getRelationValue(array $dictionary, $key, $type) method buildDictionary (line 196) | protected function buildDictionary(EloquentCollection $results) method findOrNew (line 228) | public function findOrNew($id, $columns = ['*']) method firstOrNew (line 246) | public function firstOrNew(array $attributes = [], array $values = []) method firstOrCreate (line 264) | public function firstOrCreate(array $attributes = [], Closure|array $v... method createOrFirst (line 282) | public function createOrFirst(array $attributes = [], Closure|array $v... method updateOrCreate (line 298) | public function updateOrCreate(array $attributes, array $values = []) method upsert (line 315) | public function upsert(array $values, $uniqueBy, $update = null) method save (line 334) | public function save(Model $model) method saveQuietly (line 347) | public function saveQuietly(Model $model) method saveMany (line 360) | public function saveMany($models) method saveManyQuietly (line 375) | public function saveManyQuietly($models) method create (line 388) | public function create(array $attributes = []) method createQuietly (line 405) | public function createQuietly(array $attributes = []) method forceCreate (line 416) | public function forceCreate(array $attributes = []) method forceCreateQuietly (line 429) | public function forceCreateQuietly(array $attributes = []) method createMany (line 440) | public function createMany(iterable $records) method createManyQuietly (line 457) | public function createManyQuietly(iterable $records) method forceCreateMany (line 468) | public function forceCreateMany(iterable $records) method forceCreateManyQuietly (line 485) | public function forceCreateManyQuietly(iterable $records) method setForeignAttributesForCreate (line 496) | protected function setForeignAttributesForCreate(Model $model) method getRelationExistenceQuery (line 512) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationExistenceQueryForSelfRelation (line 529) | public function getRelationExistenceQueryForSelfRelation(Builder $quer... method take (line 546) | public function take($value) method limit (line 557) | public function limit($value) method getExistenceCompareKey (line 573) | public function getExistenceCompareKey() method getParentKey (line 583) | public function getParentKey() method getQualifiedParentKeyName (line 593) | public function getQualifiedParentKeyName() method getForeignKeyName (line 603) | public function getForeignKeyName() method getQualifiedForeignKeyName (line 615) | public function getQualifiedForeignKeyName() method getLocalKeyName (line 625) | public function getLocalKeyName() FILE: src/Illuminate/Database/Eloquent/Relations/HasOneOrManyThrough.php class HasOneOrManyThrough (line 24) | abstract class HasOneOrManyThrough extends Relation method __construct (line 81) | public function __construct(Builder $query, Model $farParent, Model $t... method addConstraints (line 98) | public function addConstraints() method performJoin (line 117) | protected function performJoin(?Builder $query = null) method getQualifiedParentKeyName (line 137) | public function getQualifiedParentKeyName() method throughParentSoftDeletes (line 147) | public function throughParentSoftDeletes() method withTrashedParents (line 157) | public function withTrashedParents() method addEagerConstraints (line 165) | public function addEagerConstraints(array $models) method buildDictionary (line 183) | protected function buildDictionary(EloquentCollection $results) method firstOrNew (line 210) | public function firstOrNew(array $attributes = [], array $values = []) method firstOrCreate (line 226) | public function firstOrCreate(array $attributes = [], Closure|array $v... method createOrFirst (line 244) | public function createOrFirst(array $attributes = [], Closure|array $v... method updateOrCreate (line 260) | public function updateOrCreate(array $attributes, array $values = []) method firstWhere (line 278) | public function firstWhere($column, $operator = null, $value = null, $... method first (line 289) | public function first($columns = ['*']) method firstOrFail (line 304) | public function firstOrFail($columns = ['*']) method firstOr (line 322) | public function firstOr($columns = ['*'], ?Closure $callback = null) method find (line 344) | public function find($id, $columns = ['*']) method findSole (line 365) | public function findSole($id, $columns = ['*']) method findMany (line 379) | public function findMany($ids, $columns = ['*']) method findOrFail (line 401) | public function findOrFail($id, $columns = ['*']) method findOr (line 432) | public function findOr($id, $columns = ['*'], ?Closure $callback = null) method get (line 456) | public function get($columns = ['*']) method paginate (line 483) | public function paginate($perPage = null, $columns = ['*'], $pageName ... method simplePaginate (line 499) | public function simplePaginate($perPage = null, $columns = ['*'], $pag... method cursorPaginate (line 515) | public function cursorPaginate($perPage = null, $columns = ['*'], $cur... method shouldSelect (line 528) | protected function shouldSelect(array $columns = ['*']) method chunk (line 544) | public function chunk($count, callable $callback) method chunkById (line 558) | public function chunkById($count, callable $callback, $column = null, ... method chunkByIdDesc (line 576) | public function chunkByIdDesc($count, callable $callback, $column = nu... method eachById (line 594) | public function eachById(callable $callback, $count = 1000, $column = ... method cursor (line 608) | public function cursor() method each (line 620) | public function each(callable $callback, $count = 1000) method lazy (line 637) | public function lazy($chunkSize = 1000) method lazyById (line 650) | public function lazyById($chunkSize = 1000, $column = null, $alias = n... method lazyByIdDesc (line 667) | public function lazyByIdDesc($chunkSize = 1000, $column = null, $alias... method prepareQueryBuilder (line 682) | protected function prepareQueryBuilder($columns = ['*']) method getRelationExistenceQuery (line 692) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationExistenceQueryForSelfRelation (line 717) | public function getRelationExistenceQueryForSelfRelation(Builder $quer... method getRelationExistenceQueryForThroughSelfRelation (line 742) | public function getRelationExistenceQueryForThroughSelfRelation(Builde... method take (line 763) | public function take($value) method limit (line 774) | public function limit($value) method getQualifiedFarKeyName (line 798) | public function getQualifiedFarKeyName() method getFirstKeyName (line 808) | public function getFirstKeyName() method getQualifiedFirstKeyName (line 818) | public function getQualifiedFirstKeyName() method getForeignKeyName (line 828) | public function getForeignKeyName() method getQualifiedForeignKeyName (line 838) | public function getQualifiedForeignKeyName() method getLocalKeyName (line 848) | public function getLocalKeyName() method getQualifiedLocalKeyName (line 858) | public function getQualifiedLocalKeyName() method getSecondLocalKeyName (line 868) | public function getSecondLocalKeyName() FILE: src/Illuminate/Database/Eloquent/Relations/HasOneThrough.php class HasOneThrough (line 22) | class HasOneThrough extends HasOneOrManyThrough implements SupportsParti... method getResults (line 27) | public function getResults() method initRelation (line 37) | public function initRelation(array $models, $relation) method match (line 47) | public function match(array $models, EloquentCollection $results, $rel... method getRelationExistenceQuery (line 70) | public function getRelationExistenceQuery(Builder $query, Builder $par... method addOneOfManySubQueryConstraints (line 80) | public function addOneOfManySubQueryConstraints(Builder $query, $colum... method getOneOfManySubQuerySelectColumns (line 91) | public function getOneOfManySubQuerySelectColumns() method addOneOfManyJoinSubQueryConstraints (line 97) | public function addOneOfManyJoinSubQueryConstraints(JoinClause $join) method newRelatedInstanceFor (line 108) | public function newRelatedInstanceFor(Model $parent) method getRelatedKeyFrom (line 114) | protected function getRelatedKeyFrom(Model $model) method getParentKey (line 120) | public function getParentKey() FILE: src/Illuminate/Database/Eloquent/Relations/MorphMany.php class MorphMany (line 13) | class MorphMany extends MorphOneOrMany method one (line 20) | public function one() method getResults (line 39) | public function getResults() method initRelation (line 47) | public function initRelation(array $models, $relation) method match (line 57) | public function match(array $models, EloquentCollection $results, $rel... method forceCreate (line 63) | public function forceCreate(array $attributes = []) FILE: src/Illuminate/Database/Eloquent/Relations/MorphOne.php class MorphOne (line 20) | class MorphOne extends MorphOneOrMany implements SupportsPartialRelations method getResults (line 25) | public function getResults() method initRelation (line 35) | public function initRelation(array $models, $relation) method match (line 45) | public function match(array $models, EloquentCollection $results, $rel... method getRelationExistenceQuery (line 51) | public function getRelationExistenceQuery(Builder $query, Builder $par... method addOneOfManySubQueryConstraints (line 68) | public function addOneOfManySubQueryConstraints(Builder $query, $colum... method getOneOfManySubQuerySelectColumns (line 78) | public function getOneOfManySubQuerySelectColumns() method addOneOfManyJoinSubQueryConstraints (line 89) | public function addOneOfManyJoinSubQueryConstraints(JoinClause $join) method newRelatedInstanceFor (line 102) | public function newRelatedInstanceFor(Model $parent) method getRelatedKeyFrom (line 118) | protected function getRelatedKeyFrom(Model $model) FILE: src/Illuminate/Database/Eloquent/Relations/MorphOneOrMany.php class MorphOneOrMany (line 16) | abstract class MorphOneOrMany extends HasOneOrMany method __construct (line 41) | public function __construct(Builder $query, Model $parent, $type, $id,... method addConstraints (line 55) | public function addConstraints() method addEagerConstraints (line 65) | public function addEagerConstraints(array $models) method forceCreate (line 78) | public function forceCreate(array $attributes = []) method setForeignAttributesForCreate (line 92) | protected function setForeignAttributesForCreate(Model $model) method upsert (line 117) | public function upsert(array $values, $uniqueBy, $update = null) method getRelationExistenceQuery (line 131) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getQualifiedMorphType (line 143) | public function getQualifiedMorphType() method getMorphType (line 153) | public function getMorphType() method getMorphClass (line 163) | public function getMorphClass() method getPossibleInverseRelations (line 173) | protected function getPossibleInverseRelations(): array FILE: src/Illuminate/Database/Eloquent/Relations/MorphPivot.php class MorphPivot (line 5) | class MorphPivot extends Pivot method setKeysForSaveQuery (line 31) | protected function setKeysForSaveQuery($query) method setKeysForSelectQuery (line 44) | protected function setKeysForSelectQuery($query) method delete (line 56) | public function delete() method getMorphType (line 82) | public function getMorphType() method setMorphType (line 93) | public function setMorphType($morphType) method setMorphClass (line 106) | public function setMorphClass($morphClass) method getQueueableId (line 118) | public function getQueueableId() method newQueryForRestoration (line 138) | public function newQueryForRestoration($ids) method newQueryForCollectionRestoration (line 162) | protected function newQueryForCollectionRestoration(array $ids) FILE: src/Illuminate/Database/Eloquent/Relations/MorphTo.php class MorphTo (line 18) | class MorphTo extends BelongsTo method __construct (line 88) | public function __construct(Builder $query, Model $parent, $foreignKey... method addEagerConstraints (line 96) | #[\Override] method buildDictionary (line 108) | protected function buildDictionary(EloquentCollection $models) method getEager (line 137) | public function getEager() method getResultsByType (line 152) | protected function getResultsByType($type) method gatherKeysByType (line 186) | protected function gatherKeysByType($type, $keyType) method createModelByType (line 201) | public function createModelByType($type) method match (line 213) | #[\Override] method matchToMorphParents (line 226) | protected function matchToMorphParents($type, EloquentCollection $resu... method associate (line 245) | #[\Override] method dissociate (line 270) | #[\Override] method touch (line 281) | #[\Override] method newRelatedInstanceFor (line 290) | #[\Override] method getMorphType (line 301) | public function getMorphType() method getDictionary (line 311) | public function getDictionary() method morphWith (line 322) | public function morphWith(array $with) method morphWithCount (line 337) | public function morphWithCount(array $withCount) method constrain (line 352) | public function constrain(array $callbacks) method withTrashed (line 366) | public function withTrashed() method withoutTrashed (line 383) | public function withoutTrashed() method onlyTrashed (line 400) | public function onlyTrashed() method replayMacros (line 418) | protected function replayMacros(Builder $query) method getQualifiedOwnerKeyName (line 428) | #[\Override] method __call (line 445) | public function __call($method, $parameters) FILE: src/Illuminate/Database/Eloquent/Relations/MorphToMany.php class MorphToMany (line 18) | class MorphToMany extends BelongsToMany method __construct (line 57) | public function __construct( method addWhereConstraints (line 84) | protected function addWhereConstraints() method addEagerConstraints (line 94) | public function addEagerConstraints(array $models) method baseAttachRecord (line 108) | protected function baseAttachRecord($id, $timed) method getRelationExistenceQuery (line 116) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getCurrentlyAttachedPivotsForIds (line 129) | protected function getCurrentlyAttachedPivotsForIds($ids = null) method newPivotQuery (line 144) | public function newPivotQuery() method newPivot (line 156) | public function newPivot(array $attributes = [], $exists = false) method aliasedPivotColumns (line 181) | protected function aliasedPivotColumns() method getMorphType (line 199) | public function getMorphType() method getQualifiedMorphTypeName (line 209) | public function getQualifiedMorphTypeName() method getMorphClass (line 219) | public function getMorphClass() method getInverse (line 229) | public function getInverse() FILE: src/Illuminate/Database/Eloquent/Relations/Pivot.php class Pivot (line 8) | class Pivot extends Model FILE: src/Illuminate/Database/Eloquent/Relations/Relation.php class Relation (line 24) | abstract class Relation implements BuilderContract method __construct (line 92) | public function __construct(Builder $query, Model $parent) method noConstraints (line 109) | public static function noConstraints(Closure $callback) method addConstraints (line 130) | abstract public function addConstraints(); method addEagerConstraints (line 138) | abstract public function addEagerConstraints(array $models); method initRelation (line 147) | abstract public function initRelation(array $models, $relation); method match (line 157) | abstract public function match(array $models, EloquentCollection $resu... method getResults (line 164) | abstract public function getResults(); method getEager (line 171) | public function getEager() method sole (line 187) | public function sole($columns = ['*']) method get (line 210) | public function get($columns = ['*']) method touch (line 220) | public function touch() method rawUpdate (line 237) | public function rawUpdate(array $attributes = []) method getRelationExistenceCountQuery (line 249) | public function getRelationExistenceCountQuery(Builder $query, Builder... method getRelationExistenceQuery (line 266) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationCountHash (line 279) | public function getRelationCountHash($incrementJoinCount = true) method getKeys (line 291) | protected function getKeys(array $models, $key = null) method getRelationQuery (line 303) | protected function getRelationQuery() method getQuery (line 313) | public function getQuery() method getBaseQuery (line 323) | public function getBaseQuery() method toBase (line 333) | public function toBase() method getParent (line 343) | public function getParent() method getQualifiedParentKeyName (line 353) | public function getQualifiedParentKeyName() method getRelated (line 363) | public function getRelated() method createdAt (line 373) | public function createdAt() method updatedAt (line 383) | public function updatedAt() method relatedUpdatedAt (line 393) | public function relatedUpdatedAt() method whereInEager (line 407) | protected function whereInEager(string $whereIn, string $key, array $m... method whereInMethod (line 423) | protected function whereInMethod(Model $model, $key) method requireMorphMap (line 437) | public static function requireMorphMap($requireMorphMap = true) method requiresMorphMap (line 447) | public static function requiresMorphMap() method enforceMorphMap (line 459) | public static function enforceMorphMap(array $map, $merge = true) method morphMap (line 473) | public static function morphMap(?array $map = null, $merge = true) method buildMorphMapFromModels (line 492) | protected static function buildMorphMapFromModels(?array $models = null) method getMorphedModel (line 509) | public static function getMorphedModel($alias) method getMorphAlias (line 520) | public static function getMorphAlias(string $className) method __call (line 532) | public function __call($method, $parameters) method __clone (line 546) | public function __clone() FILE: src/Illuminate/Database/Eloquent/Scope.php type Scope (line 5) | interface Scope method apply (line 16) | public function apply(Builder $builder, Model $model); FILE: src/Illuminate/Database/Eloquent/SoftDeletes.php type SoftDeletes (line 15) | trait SoftDeletes method bootSoftDeletes (line 29) | public static function bootSoftDeletes() method initializeSoftDeletes (line 39) | public function initializeSoftDeletes() method forceDelete (line 51) | public function forceDelete() method forceDeleteQuietly (line 73) | public function forceDeleteQuietly() method forceDestroy (line 84) | public static function forceDestroy($ids) method performDeleteOnModel (line 121) | protected function performDeleteOnModel() method runSoftDelete (line 137) | protected function runSoftDelete() method restore (line 165) | public function restore() method restoreQuietly (line 193) | public function restoreQuietly() method trashed (line 203) | public function trashed() method softDeleted (line 214) | public static function softDeleted($callback) method restoring (line 225) | public static function restoring($callback) method restored (line 236) | public static function restored($callback) method forceDeleting (line 247) | public static function forceDeleting($callback) method forceDeleted (line 258) | public static function forceDeleted($callback) method isForceDeleting (line 268) | public function isForceDeleting() method getDeletedAtColumn (line 278) | public function getDeletedAtColumn() method getQualifiedDeletedAtColumn (line 288) | public function getQualifiedDeletedAtColumn() FILE: src/Illuminate/Database/Eloquent/SoftDeletingScope.php class SoftDeletingScope (line 5) | class SoftDeletingScope implements Scope method apply (line 23) | public function apply(Builder $builder, Model $model) method extend (line 34) | public function extend(Builder $builder) method getDeletedAtColumn (line 55) | protected function getDeletedAtColumn(Builder $builder) method addRestore (line 70) | protected function addRestore(Builder $builder) method addRestoreOrCreate (line 85) | protected function addRestoreOrCreate(Builder $builder) method addCreateOrRestore (line 102) | protected function addCreateOrRestore(Builder $builder) method addWithTrashed (line 119) | protected function addWithTrashed(Builder $builder) method addWithoutTrashed (line 136) | protected function addWithoutTrashed(Builder $builder) method addOnlyTrashed (line 155) | protected function addOnlyTrashed(Builder $builder) FILE: src/Illuminate/Database/Events/ConnectionEstablished.php class ConnectionEstablished (line 5) | class ConnectionEstablished extends ConnectionEvent FILE: src/Illuminate/Database/Events/ConnectionEvent.php class ConnectionEvent (line 5) | abstract class ConnectionEvent method __construct (line 26) | public function __construct($connection) FILE: src/Illuminate/Database/Events/DatabaseBusy.php class DatabaseBusy (line 5) | class DatabaseBusy method __construct (line 13) | public function __construct( FILE: src/Illuminate/Database/Events/DatabaseRefreshed.php class DatabaseRefreshed (line 7) | class DatabaseRefreshed implements MigrationEventContract method __construct (line 15) | public function __construct( FILE: src/Illuminate/Database/Events/MigrationEnded.php class MigrationEnded (line 5) | class MigrationEnded extends MigrationEvent FILE: src/Illuminate/Database/Events/MigrationEvent.php class MigrationEvent (line 8) | abstract class MigrationEvent implements MigrationEventContract method __construct (line 30) | public function __construct(Migration $migration, $method) FILE: src/Illuminate/Database/Events/MigrationSkipped.php class MigrationSkipped (line 7) | class MigrationSkipped implements MigrationEvent method __construct (line 14) | public function __construct( FILE: src/Illuminate/Database/Events/MigrationStarted.php class MigrationStarted (line 5) | class MigrationStarted extends MigrationEvent FILE: src/Illuminate/Database/Events/MigrationsEnded.php class MigrationsEnded (line 5) | class MigrationsEnded extends MigrationsEvent FILE: src/Illuminate/Database/Events/MigrationsEvent.php class MigrationsEvent (line 7) | abstract class MigrationsEvent implements MigrationEventContract method __construct (line 15) | public function __construct( FILE: src/Illuminate/Database/Events/MigrationsPruned.php class MigrationsPruned (line 7) | class MigrationsPruned method __construct (line 36) | public function __construct(Connection $connection, string $path) FILE: src/Illuminate/Database/Events/MigrationsStarted.php class MigrationsStarted (line 5) | class MigrationsStarted extends MigrationsEvent FILE: src/Illuminate/Database/Events/ModelPruningFinished.php class ModelPruningFinished (line 5) | class ModelPruningFinished method __construct (line 12) | public function __construct( FILE: src/Illuminate/Database/Events/ModelPruningStarting.php class ModelPruningStarting (line 5) | class ModelPruningStarting method __construct (line 12) | public function __construct( FILE: src/Illuminate/Database/Events/ModelsPruned.php class ModelsPruned (line 5) | class ModelsPruned method __construct (line 13) | public function __construct( FILE: src/Illuminate/Database/Events/NoPendingMigrations.php class NoPendingMigrations (line 7) | class NoPendingMigrations implements MigrationEvent method __construct (line 14) | public function __construct( FILE: src/Illuminate/Database/Events/QueryExecuted.php class QueryExecuted (line 5) | class QueryExecuted method __construct (line 58) | public function __construct($sql, $bindings, $time, $connection, $read... method toRawSql (line 73) | public function toRawSql() FILE: src/Illuminate/Database/Events/SchemaDumped.php class SchemaDumped (line 5) | class SchemaDumped method __construct (line 34) | public function __construct($connection, $path) FILE: src/Illuminate/Database/Events/SchemaLoaded.php class SchemaLoaded (line 5) | class SchemaLoaded method __construct (line 34) | public function __construct($connection, $path) FILE: src/Illuminate/Database/Events/StatementPrepared.php class StatementPrepared (line 5) | class StatementPrepared method __construct (line 13) | public function __construct( FILE: src/Illuminate/Database/Events/TransactionBeginning.php class TransactionBeginning (line 5) | class TransactionBeginning extends ConnectionEvent FILE: src/Illuminate/Database/Events/TransactionCommitted.php class TransactionCommitted (line 5) | class TransactionCommitted extends ConnectionEvent FILE: src/Illuminate/Database/Events/TransactionCommitting.php class TransactionCommitting (line 5) | class TransactionCommitting extends ConnectionEvent FILE: src/Illuminate/Database/Events/TransactionRolledBack.php class TransactionRolledBack (line 5) | class TransactionRolledBack extends ConnectionEvent FILE: src/Illuminate/Database/Grammar.php class Grammar (line 10) | abstract class Grammar method __construct (line 26) | public function __construct(Connection $connection) method wrapArray (line 37) | public function wrapArray(array $values) method wrapTable (line 49) | public function wrapTable($table, $prefix = null) method wrap (line 84) | public function wrap($value) method wrapAliasedValue (line 113) | protected function wrapAliasedValue($value) method wrapAliasedTable (line 127) | protected function wrapAliasedTable($value, $prefix = null) method wrapSegments (line 142) | protected function wrapSegments($segments) method wrapValue (line 157) | protected function wrapValue($value) method wrapJsonSelector (line 174) | protected function wrapJsonSelector($value) method isJsonSelector (line 185) | protected function isJsonSelector($value) method columnize (line 196) | public function columnize(array $columns) method parameterize (line 207) | public function parameterize(array $values) method parameter (line 218) | public function parameter($value) method quoteString (line 229) | public function quoteString($value) method escape (line 245) | public function escape($value, $binary = false) method isExpression (line 256) | public function isExpression($value) method getValue (line 267) | public function getValue($expression) method getDateFormat (line 281) | public function getDateFormat() method getTablePrefix (line 293) | public function getTablePrefix() method setTablePrefix (line 306) | public function setTablePrefix($prefix) FILE: src/Illuminate/Database/LazyLoadingViolationException.php class LazyLoadingViolationException (line 7) | class LazyLoadingViolationException extends RuntimeException method __construct (line 29) | public function __construct($model, $relation) FILE: src/Illuminate/Database/LostConnectionDetector.php class LostConnectionDetector (line 9) | class LostConnectionDetector implements LostConnectionDetectorContract method causedByLostConnection (line 17) | public function causedByLostConnection(Throwable $e): bool FILE: src/Illuminate/Database/LostConnectionException.php class LostConnectionException (line 7) | class LostConnectionException extends LogicException FILE: src/Illuminate/Database/MariaDbConnection.php class MariaDbConnection (line 13) | class MariaDbConnection extends MySqlConnection method getDriverTitle (line 18) | public function getDriverTitle() method isMaria (line 28) | public function isMaria() method getServerVersion (line 38) | public function getServerVersion(): string method getDefaultQueryGrammar (line 48) | protected function getDefaultQueryGrammar() method getSchemaBuilder (line 58) | public function getSchemaBuilder() method getDefaultSchemaGrammar (line 72) | protected function getDefaultSchemaGrammar() method getSchemaState (line 84) | public function getSchemaState(?Filesystem $files = null, ?callable $p... method getDefaultPostProcessor (line 94) | protected function getDefaultPostProcessor() FILE: src/Illuminate/Database/MigrationServiceProvider.php class MigrationServiceProvider (line 20) | class MigrationServiceProvider extends ServiceProvider implements Deferr... method register (line 43) | public function register() method registerRepository (line 59) | protected function registerRepository() method registerMigrator (line 75) | protected function registerMigrator() method registerCreator (line 94) | protected function registerCreator() method registerCommands (line 107) | protected function registerCommands(array $commands) method registerMigrateCommand (line 121) | protected function registerMigrateCommand() method registerMigrateFreshCommand (line 133) | protected function registerMigrateFreshCommand() method registerMigrateInstallCommand (line 145) | protected function registerMigrateInstallCommand() method registerMigrateMakeCommand (line 157) | protected function registerMigrateMakeCommand() method registerMigrateRefreshCommand (line 176) | protected function registerMigrateRefreshCommand() method registerMigrateResetCommand (line 186) | protected function registerMigrateResetCommand() method registerMigrateRollbackCommand (line 198) | protected function registerMigrateRollbackCommand() method registerMigrateStatusCommand (line 210) | protected function registerMigrateStatusCommand() method provides (line 222) | public function provides() FILE: src/Illuminate/Database/Migrations/DatabaseMigrationRepository.php class DatabaseMigrationRepository (line 7) | class DatabaseMigrationRepository implements MigrationRepositoryInterface method __construct (line 36) | public function __construct(Resolver $resolver, $table) method getRan (line 47) | public function getRan() method getMigrations (line 61) | public function getMigrations($steps) method getMigrationsByBatch (line 78) | public function getMigrationsByBatch($batch) method getLast (line 92) | public function getLast() method getMigrationBatches (line 104) | public function getMigrationBatches() method log (line 119) | public function log($file, $batch) method delete (line 132) | public function delete($migration) method getNextBatchNumber (line 142) | public function getNextBatchNumber() method getLastBatchNumber (line 152) | public function getLastBatchNumber() method createRepository (line 162) | public function createRepository() method repositoryExists (line 181) | public function repositoryExists() method deleteRepository (line 193) | public function deleteRepository() method table (line 205) | protected function table() method getConnectionResolver (line 215) | public function getConnectionResolver() method getConnection (line 225) | public function getConnection() method setSource (line 236) | public function setSource($name) FILE: src/Illuminate/Database/Migrations/Migration.php class Migration (line 5) | abstract class Migration method getConnection (line 26) | public function getConnection() method shouldRun (line 36) | public function shouldRun(): bool FILE: src/Illuminate/Database/Migrations/MigrationCreator.php class MigrationCreator (line 10) | class MigrationCreator method __construct (line 39) | public function __construct(Filesystem $files, $customStubPath) method create (line 56) | public function create($name, $path, $table = null, $create = false) method ensureMigrationDoesntAlreadyExist (line 90) | protected function ensureMigrationDoesntAlreadyExist($name, $migration... method getStub (line 112) | protected function getStub($table, $create) method populateStub (line 138) | protected function populateStub($stub, $table) method getClassName (line 159) | protected function getClassName($name) method getPath (line 171) | protected function getPath($name, $path) method firePostCreateHooks (line 183) | protected function firePostCreateHooks($table, $path) method afterCreate (line 196) | public function afterCreate(Closure $callback) method getDatePrefix (line 206) | protected function getDatePrefix() method stubPath (line 216) | public function stubPath() method getFilesystem (line 226) | public function getFilesystem() FILE: src/Illuminate/Database/Migrations/MigrationRepositoryInterface.php type MigrationRepositoryInterface (line 5) | interface MigrationRepositoryInterface method getRan (line 12) | public function getRan(); method getMigrations (line 20) | public function getMigrations($steps); method getMigrationsByBatch (line 28) | public function getMigrationsByBatch($batch); method getLast (line 35) | public function getLast(); method getMigrationBatches (line 42) | public function getMigrationBatches(); method log (line 51) | public function log($file, $batch); method delete (line 59) | public function delete($migration); method getNextBatchNumber (line 66) | public function getNextBatchNumber(); method createRepository (line 73) | public function createRepository(); method repositoryExists (line 80) | public function repositoryExists(); method deleteRepository (line 87) | public function deleteRepository(); method setSource (line 95) | public function setSource($name); FILE: src/Illuminate/Database/Migrations/Migrator.php class Migrator (line 25) | class Migrator method __construct (line 105) | public function __construct( method run (line 124) | public function run($paths = [], array $options = []) method pendingMigrations (line 150) | protected function pendingMigrations($files, $ran) method migrationsToSkip (line 167) | protected function migrationsToSkip() method runPending (line 181) | public function runPending(array $migrations, array $options = []) method runUp (line 231) | protected function runUp($file, $batch, $pretend) method rollback (line 269) | public function rollback($paths = [], array $options = []) method getMigrationsForRollback (line 295) | protected function getMigrationsForRollback(array $options) method rollbackMigrations (line 316) | protected function rollbackMigrations(array $migrations, $paths, array... method reset (line 358) | public function reset($paths = [], $pretend = false) method resetMigrations (line 384) | protected function resetMigrations(array $migrations, array $paths, $p... method runDown (line 404) | protected function runDown($file, $migration, $pretend) method runMigration (line 432) | protected function runMigration($migration, $method) method pretendToRun (line 461) | protected function pretendToRun($migration, $method) method getQueries (line 486) | protected function getQueries($migration, $method) method runMethod (line 510) | protected function runMethod($connection, $migration, $method) method resolve (line 529) | public function resolve($file) method resolvePath (line 542) | protected function resolvePath(string $path) method getMigrationClass (line 567) | protected function getMigrationClass(string $migrationName): string method getMigrationFiles (line 578) | public function getMigrationFiles($paths) method requireFiles (line 595) | public function requireFiles(array $files) method getMigrationName (line 608) | public function getMigrationName($path) method path (line 619) | public function path($path) method paths (line 629) | public function paths() method withoutMigrations (line 640) | public static function withoutMigrations(array $migrations) method getConnection (line 650) | public function getConnection() method usingConnection (line 664) | public function usingConnection($name, callable $callback) method setConnection (line 683) | public function setConnection($name) method resolveConnection (line 700) | public function resolveConnection($connection) method resolveConnectionsUsing (line 719) | public static function resolveConnectionsUsing(Closure $callback) method getSchemaGrammar (line 730) | protected function getSchemaGrammar($connection) method getRepository (line 746) | public function getRepository() method repositoryExists (line 756) | public function repositoryExists() method hasRunAnyMigrations (line 766) | public function hasRunAnyMigrations() method deleteRepository (line 776) | public function deleteRepository() method getFilesystem (line 786) | public function getFilesystem() method setOutput (line 797) | public function setOutput(OutputInterface $output) method write (line 811) | protected function write($component, ...$arguments) method fireMigrationEvent (line 830) | public function fireMigrationEvent($event) FILE: src/Illuminate/Database/MultipleColumnsSelectedException.php class MultipleColumnsSelectedException (line 7) | class MultipleColumnsSelectedException extends RuntimeException FILE: src/Illuminate/Database/MultipleRecordsFoundException.php class MultipleRecordsFoundException (line 7) | class MultipleRecordsFoundException extends RuntimeException method __construct (line 23) | public function __construct($count, $code = 0, $previous = null) method getCount (line 35) | public function getCount() FILE: src/Illuminate/Database/MySqlConnection.php class MySqlConnection (line 15) | class MySqlConnection extends Connection method getDriverTitle (line 27) | public function getDriverTitle() method insert (line 40) | public function insert($query, $bindings = [], $sequence = null) method escapeBinary (line 67) | protected function escapeBinary($value) method isUniqueConstraintError (line 80) | protected function isUniqueConstraintError(Exception $exception) method getLastInsertId (line 90) | public function getLastInsertId() method isMaria (line 100) | public function isMaria() method getServerVersion (line 110) | public function getServerVersion(): string method getDefaultQueryGrammar (line 122) | protected function getDefaultQueryGrammar() method getSchemaBuilder (line 132) | public function getSchemaBuilder() method getDefaultSchemaGrammar (line 146) | protected function getDefaultSchemaGrammar() method getSchemaState (line 158) | public function getSchemaState(?Filesystem $files = null, ?callable $p... method getDefaultPostProcessor (line 168) | protected function getDefaultPostProcessor() FILE: src/Illuminate/Database/PostgresConnection.php class PostgresConnection (line 13) | class PostgresConnection extends Connection method getDriverTitle (line 18) | public function getDriverTitle() method escapeBinary (line 29) | protected function escapeBinary($value) method escapeBool (line 42) | protected function escapeBool($value) method isUniqueConstraintError (line 53) | protected function isUniqueConstraintError(Exception $exception) method getDefaultQueryGrammar (line 63) | protected function getDefaultQueryGrammar() method getSchemaBuilder (line 73) | public function getSchemaBuilder() method getDefaultSchemaGrammar (line 87) | protected function getDefaultSchemaGrammar() method getSchemaState (line 99) | public function getSchemaState(?Filesystem $files = null, ?callable $p... method getDefaultPostProcessor (line 109) | protected function getDefaultPostProcessor() FILE: src/Illuminate/Database/Query/Builder.php class Builder (line 36) | class Builder implements BuilderContract method __construct (line 283) | public function __construct( method select (line 299) | public function select($columns = ['*']) method selectSub (line 326) | public function selectSub($query, $as) method selectExpression (line 342) | public function selectExpression($expression, $as) method selectRaw (line 355) | public function selectRaw($expression, array $bindings = []) method fromSub (line 375) | public function fromSub($query, $as) method fromRaw (line 389) | public function fromRaw($expression, $bindings = []) method createSub (line 404) | protected function createSub($query) method parseSub (line 426) | protected function parseSub($query) method prependDatabaseNameIfCrossDatabaseQuery (line 447) | protected function prependDatabaseNameIfCrossDatabaseQuery($query) method addSelect (line 467) | public function addSelect($column) method selectVectorDistance (line 498) | public function selectVectorDistance($column, $vector, $as = null) method distinct (line 528) | public function distinct() method from (line 548) | public function from($table, $as = null) method useIndex (line 565) | public function useIndex($index) method forceIndex (line 578) | public function forceIndex($index) method ignoreIndex (line 591) | public function ignoreIndex($index) method join (line 609) | public function join($table, $first, $operator = null, $second = null,... method joinWhere (line 648) | public function joinWhere($table, $first, $operator, $second, $type = ... method joinSub (line 667) | public function joinSub($query, $as, $first, $operator = null, $second... method joinLateral (line 684) | public function joinLateral($query, string $as, string $type = 'inner') method leftJoinLateral (line 703) | public function leftJoinLateral($query, string $as) method leftJoin (line 717) | public function leftJoin($table, $first, $operator = null, $second = n... method leftJoinWhere (line 731) | public function leftJoinWhere($table, $first, $operator, $second) method leftJoinSub (line 746) | public function leftJoinSub($query, $as, $first, $operator = null, $se... method rightJoin (line 760) | public function rightJoin($table, $first, $operator = null, $second = ... method rightJoinWhere (line 774) | public function rightJoinWhere($table, $first, $operator, $second) method rightJoinSub (line 789) | public function rightJoinSub($query, $as, $first, $operator = null, $s... method crossJoin (line 803) | public function crossJoin($table, $first = null, $operator = null, $se... method crossJoinSub (line 821) | public function crossJoinSub($query, $as) method straightJoin (line 843) | public function straightJoin($table, $first, $operator = null, $second... method straightJoinWhere (line 857) | public function straightJoinWhere($table, $first, $operator, $second) method straightJoinSub (line 872) | public function straightJoinSub($query, $as, $first, $operator = null,... method newJoinClause (line 884) | protected function newJoinClause(self $parentQuery, $type, $table) method newJoinLateralClause (line 896) | protected function newJoinLateralClause(self $parentQuery, $type, $table) method mergeWheres (line 908) | public function mergeWheres($wheres, $bindings) method where (line 928) | public function where($column, $operator = null, $value = null, $boole... method addArrayOfWheres (line 1037) | protected function addArrayOfWheres($column, $boolean, $method = 'where') method prepareValueAndOperator (line 1060) | public function prepareValueAndOperator($value, $operator, $useDefault... method invalidOperatorAndValue (line 1080) | protected function invalidOperatorAndValue($operator, $value) method invalidOperator (line 1092) | protected function invalidOperator($operator) method isBitwiseOperator (line 1104) | protected function isBitwiseOperator($operator) method orWhere (line 1118) | public function orWhere($column, $operator = null, $value = null) method whereNot (line 1136) | public function whereNot($column, $operator = null, $value = null, $bo... method orWhereNot (line 1155) | public function orWhereNot($column, $operator = null, $value = null) method whereColumn (line 1169) | public function whereColumn($first, $operator = null, $second = null, ... method orWhereColumn (line 1205) | public function orWhereColumn($first, $operator = null, $second = null) method whereVectorSimilarTo (line 1219) | public function whereVectorSimilarTo($column, $vector, $minSimilarity ... method whereVectorDistanceLessThan (line 1243) | public function whereVectorDistanceLessThan($column, $vector, $maxDist... method orWhereVectorDistanceLessThan (line 1274) | public function orWhereVectorDistanceLessThan($column, $vector, $maxDi... method whereRaw (line 1287) | public function whereRaw($sql, $bindings = [], $boolean = 'and') method orWhereRaw (line 1303) | public function orWhereRaw($sql, $bindings = []) method whereLike (line 1318) | public function whereLike($column, $value, $caseSensitive = false, $bo... method orWhereLike (line 1341) | public function orWhereLike($column, $value, $caseSensitive = false) method whereNotLike (line 1355) | public function whereNotLike($column, $value, $caseSensitive = false, ... method orWhereNotLike (line 1368) | public function orWhereNotLike($column, $value, $caseSensitive = false) method whereNullSafeEquals (line 1381) | public function whereNullSafeEquals($column, $value, $boolean = 'and') method orWhereNullSafeEquals (line 1401) | public function orWhereNullSafeEquals($column, $value) method whereIn (line 1417) | public function whereIn($column, $values, $boolean = 'and', $not = false) method orWhereIn (line 1460) | public function orWhereIn($column, $values) method whereNotIn (line 1473) | public function whereNotIn($column, $values, $boolean = 'and') method orWhereNotIn (line 1485) | public function orWhereNotIn($column, $values) method whereIntegerInRaw (line 1499) | public function whereIntegerInRaw($column, $values, $boolean = 'and', ... method orWhereIntegerInRaw (line 1525) | public function orWhereIntegerInRaw($column, $values) method whereIntegerNotInRaw (line 1538) | public function whereIntegerNotInRaw($column, $values, $boolean = 'and') method orWhereIntegerNotInRaw (line 1550) | public function orWhereIntegerNotInRaw($column, $values) method whereNull (line 1563) | public function whereNull($columns, $boolean = 'and', $not = false) method orWhereNull (line 1580) | public function orWhereNull($column) method whereNotNull (line 1592) | public function whereNotNull($columns, $boolean = 'and') method whereBetween (line 1605) | public function whereBetween($column, iterable $values, $boolean = 'an... method whereBetweenColumns (line 1635) | public function whereBetweenColumns($column, array $values, $boolean =... method orWhereBetween (line 1657) | public function orWhereBetween($column, iterable $values) method orWhereBetweenColumns (line 1668) | public function orWhereBetweenColumns($column, array $values) method whereNotBetween (line 1680) | public function whereNotBetween($column, iterable $values, $boolean = ... method whereNotBetweenColumns (line 1692) | public function whereNotBetweenColumns($column, array $values, $boolea... method orWhereNotBetween (line 1703) | public function orWhereNotBetween($column, iterable $values) method orWhereNotBetweenColumns (line 1714) | public function orWhereNotBetweenColumns($column, array $values) method whereValueBetween (line 1728) | public function whereValueBetween($value, array $columns, $boolean = '... method orWhereValueBetween (line 1746) | public function orWhereValueBetween($value, array $columns) method whereValueNotBetween (line 1759) | public function whereValueNotBetween($value, array $columns, $boolean ... method orWhereValueNotBetween (line 1771) | public function orWhereValueNotBetween($value, array $columns) method orWhereNotNull (line 1782) | public function orWhereNotNull($column) method whereDate (line 1796) | public function whereDate($column, $operator, $value = null, $boolean ... method orWhereDate (line 1826) | public function orWhereDate($column, $operator, $value = null) method whereTime (line 1844) | public function whereTime($column, $operator, $value = null, $boolean ... method orWhereTime (line 1874) | public function orWhereTime($column, $operator, $value = null) method whereDay (line 1892) | public function whereDay($column, $operator, $value = null, $boolean =... method orWhereDay (line 1926) | public function orWhereDay($column, $operator, $value = null) method whereMonth (line 1944) | public function whereMonth($column, $operator, $value = null, $boolean... method orWhereMonth (line 1978) | public function orWhereMonth($column, $operator, $value = null) method whereYear (line 1996) | public function whereYear($column, $operator, $value = null, $boolean ... method orWhereYear (line 2026) | public function orWhereYear($column, $operator, $value = null) method addDateBasedWhere (line 2045) | protected function addDateBasedWhere($type, $column, $operator, $value... method whereNested (line 2062) | public function whereNested(Closure $callback, $boolean = 'and') method forNestedWhere (line 2074) | public function forNestedWhere() method addNestedWhereQuery (line 2086) | public function addNestedWhereQuery($query, $boolean = 'and') method whereSub (line 2108) | protected function whereSub($column, $operator, $callback, $boolean) method whereExists (line 2138) | public function whereExists($callback, $boolean = 'and', $not = false) method orWhereExists (line 2161) | public function orWhereExists($callback, $not = false) method whereNotExists (line 2173) | public function whereNotExists($callback, $boolean = 'and') method orWhereNotExists (line 2184) | public function orWhereNotExists($callback) method addWhereExistsQuery (line 2196) | public function addWhereExistsQuery(self $query, $boolean = 'and', $no... method whereRowValues (line 2218) | public function whereRowValues($columns, $operator, $values, $boolean ... method orWhereRowValues (line 2241) | public function orWhereRowValues($columns, $operator, $values) method whereJsonContains (line 2255) | public function whereJsonContains($column, $value, $boolean = 'and', $... method orWhereJsonContains (line 2275) | public function orWhereJsonContains($column, $value) method whereJsonDoesntContain (line 2288) | public function whereJsonDoesntContain($column, $value, $boolean = 'and') method orWhereJsonDoesntContain (line 2300) | public function orWhereJsonDoesntContain($column, $value) method whereJsonOverlaps (line 2314) | public function whereJsonOverlaps($column, $value, $boolean = 'and', $... method orWhereJsonOverlaps (line 2334) | public function orWhereJsonOverlaps($column, $value) method whereJsonDoesntOverlap (line 2347) | public function whereJsonDoesntOverlap($column, $value, $boolean = 'and') method orWhereJsonDoesntOverlap (line 2359) | public function orWhereJsonDoesntOverlap($column, $value) method whereJsonContainsKey (line 2372) | public function whereJsonContainsKey($column, $boolean = 'and', $not =... method orWhereJsonContainsKey (line 2387) | public function orWhereJsonContainsKey($column) method whereJsonDoesntContainKey (line 2399) | public function whereJsonDoesntContainKey($column, $boolean = 'and') method orWhereJsonDoesntContainKey (line 2410) | public function orWhereJsonDoesntContainKey($column) method whereJsonLength (line 2424) | public function whereJsonLength($column, $operator, $value = null, $bo... method orWhereJsonLength (line 2456) | public function orWhereJsonLength($column, $operator, $value = null) method dynamicWhere (line 2472) | public function dynamicWhere($method, $parameters) method addDynamic (line 2517) | protected function addDynamic($segment, $connector, $parameters, $index) method whereFullText (line 2535) | public function whereFullText($columns, $value, array $options = [], $... method orWhereFullText (line 2555) | public function orWhereFullText($columns, $value, array $options = []) method whereAll (line 2569) | public function whereAll($columns, $operator = null, $value = null, $b... method orWhereAll (line 2592) | public function orWhereAll($columns, $operator = null, $value = null) method whereAny (line 2606) | public function whereAny($columns, $operator = null, $value = null, $b... method orWhereAny (line 2629) | public function orWhereAny($columns, $operator = null, $value = null) method whereNone (line 2643) | public function whereNone($columns, $operator = null, $value = null, $... method orWhereNone (line 2656) | public function orWhereNone($columns, $operator = null, $value = null) method groupBy (line 2667) | public function groupBy(...$groups) method groupByRaw (line 2685) | public function groupByRaw($sql, array $bindings = []) method having (line 2703) | public function having($column, $operator = null, $value = null, $bool... method orHaving (line 2754) | public function orHaving($column, $operator = null, $value = null) method havingNested (line 2769) | public function havingNested(Closure $callback, $boolean = 'and') method addNestedHavingQuery (line 2783) | public function addNestedHavingQuery($query, $boolean = 'and') method havingNull (line 2804) | public function havingNull($columns, $boolean = 'and', $not = false) method orHavingNull (line 2821) | public function orHavingNull($column) method havingNotNull (line 2833) | public function havingNotNull($columns, $boolean = 'and') method orHavingNotNull (line 2844) | public function orHavingNotNull($column) method havingBetween (line 2857) | public function havingBetween($column, iterable $values, $boolean = 'a... method havingNotBetween (line 2880) | public function havingNotBetween($column, iterable $values, $boolean =... method orHavingBetween (line 2892) | public function orHavingBetween($column, iterable $values) method orHavingNotBetween (line 2904) | public function orHavingNotBetween($column, iterable $values) method resolveDatePeriodBounds (line 2915) | protected function resolveDatePeriodBounds(DatePeriod $period) method havingRaw (line 2939) | public function havingRaw($sql, array $bindings = [], $boolean = 'and') method orHavingRaw (line 2956) | public function orHavingRaw($sql, array $bindings = []) method orderBy (line 2970) | public function orderBy($column, $direction = 'asc') method orderByDesc (line 3000) | public function orderByDesc($column) method latest (line 3011) | public function latest($column = 'created_at') method oldest (line 3022) | public function oldest($column = 'created_at') method orderByVectorDistance (line 3034) | public function orderByVectorDistance($column, $vector) method inRandomOrder (line 3066) | public function inRandomOrder($seed = '') method inOrderOf (line 3078) | public function inOrderOf($column, $values) method orderByRaw (line 3108) | public function orderByRaw($sql, $bindings = []) method skip (line 3125) | public function skip($value) method offset (line 3136) | public function offset($value) method take (line 3151) | public function take($value) method limit (line 3162) | public function limit($value) method groupLimit (line 3180) | public function groupLimit($value, $column) method forPage (line 3196) | public function forPage($page, $perPage = 15) method forPageBeforeId (line 3209) | public function forPageBeforeId($perPage = 15, $lastId = 0, $column = ... method forPageAfterId (line 3231) | public function forPageAfterId($perPage = 15, $lastId = 0, $column = '... method reorder (line 3252) | public function reorder($column = null, $direction = 'asc') method reorderDesc (line 3272) | public function reorderDesc($column) method removeExistingOrdersFor (line 3283) | protected function removeExistingOrdersFor($column) method union (line 3298) | public function union($query, $all = false) method unionAll (line 3317) | public function unionAll($query) method lock (line 3328) | public function lock($value = true) method lockForUpdate (line 3344) | public function lockForUpdate() method sharedLock (line 3354) | public function sharedLock() method timeout (line 3367) | public function timeout(?int $seconds): static method beforeQuery (line 3383) | public function beforeQuery(callable $callback) method applyBeforeQueryCallbacks (line 3395) | public function applyBeforeQueryCallbacks() method afterQuery (line 3409) | public function afterQuery(Closure $callback) method applyAfterQueryCallbacks (line 3422) | public function applyAfterQueryCallbacks($result) method toSql (line 3436) | public function toSql() method toRawSql (line 3448) | public function toRawSql() method find (line 3462) | public function find($id, $columns = ['*']) method findOr (line 3477) | public function findOr($id, $columns = ['*'], ?Closure $callback = null) method value (line 3498) | public function value($column) method rawValue (line 3511) | public function rawValue(string $expression, array $bindings = []) method soleValue (line 3527) | public function soleValue($column) method get (line 3540) | public function get($columns = ['*']) method runSelect (line 3560) | protected function runSelect() method withoutGroupLimitKeys (line 3573) | protected function withoutGroupLimitKeys($items) method paginate (line 3603) | public function paginate($perPage = 15, $columns = ['*'], $pageName = ... method simplePaginate (line 3630) | public function simplePaginate($perPage = 15, $columns = ['*'], $pageN... method cursorPaginate (line 3653) | public function cursorPaginate($perPage = 15, $columns = ['*'], $curso... method ensureOrderForCursorPagination (line 3664) | protected function ensureOrderForCursorPagination($shouldReverse = false) method getCountForPagination (line 3698) | public function getCountForPagination($columns = ['*']) method runPaginationCountQuery (line 3720) | protected function runPaginationCountQuery($columns = ['*']) method cloneForPaginationCount (line 3749) | protected function cloneForPaginationCount() method withoutSelectAliases (line 3761) | protected function withoutSelectAliases(array $columns) method cursor (line 3775) | public function cursor() method enforceOrderBy (line 3797) | protected function enforceOrderBy() method pluck (line 3811) | public function pluck($column, $key = null) method stripTableForPluck (line 3850) | protected function stripTableForPluck($column) method pluckFromObjectColumn (line 3873) | protected function pluckFromObjectColumn($queryResult, $column, $key) method pluckFromArrayColumn (line 3898) | protected function pluckFromArrayColumn($queryResult, $column, $key) method implode (line 3922) | public function implode($column, $glue = '') method exists (line 3932) | public function exists() method doesntExist (line 3957) | public function doesntExist() method existsOr (line 3967) | public function existsOr(Closure $callback) method doesntExistOr (line 3977) | public function doesntExistOr(Closure $callback) method count (line 3988) | public function count($columns = '*') method min (line 3999) | public function min($column) method max (line 4010) | public function max($column) method sum (line 4021) | public function sum($column) method avg (line 4034) | public function avg($column) method average (line 4045) | public function average($column) method aggregate (line 4057) | public function aggregate($function, $columns = ['*']) method numericAggregate (line 4076) | public function numericAggregate($function, $columns = ['*']) method setAggregate (line 4106) | protected function setAggregate($function, $columns) method insert (line 4124) | public function insert(array $values) method insertOrIgnore (line 4164) | public function insertOrIgnore(array $values) method insertOrIgnoreReturning (line 4195) | public function insertOrIgnoreReturning(array $values, array $returnin... method insertGetId (line 4238) | public function insertGetId(array $values, $sequence = null) method insertUsing (line 4255) | public function insertUsing(array $columns, $query) method insertOrIgnoreUsing (line 4273) | public function insertOrIgnoreUsing(array $columns, $query) method update (line 4290) | public function update(array $values) method updateFrom (line 4322) | public function updateFrom(array $values) method updateOrInsert (line 4342) | public function updateOrInsert(array $attributes, array|callable $valu... method upsert (line 4367) | public function upsert(array $values, array|string $uniqueBy, ?array $... method increment (line 4417) | public function increment($column, $amount = 1, array $extra = []) method incrementEach (line 4435) | public function incrementEach(array $columns, array $extra = []) method decrement (line 4459) | public function decrement($column, $amount = 1, array $extra = []) method decrementEach (line 4477) | public function decrementEach(array $columns, array $extra = []) method delete (line 4498) | public function delete($id = null) method truncate (line 4521) | public function truncate() method newQuery (line 4535) | public function newQuery() method forSubQuery (line 4545) | protected function forSubQuery() method getColumns (line 4555) | public function getColumns() method raw (line 4568) | public function raw($value) method getUnionBuilders (line 4578) | protected function getUnionBuilders() method getLimit (line 4590) | public function getLimit() method getOffset (line 4602) | public function getOffset() method getBindings (line 4614) | public function getBindings() method getRawBindings (line 4634) | public function getRawBindings() method setBindings (line 4648) | public function setBindings(array $bindings, $type = 'where') method addBinding (line 4668) | public function addBinding($value, $type = 'where') method castBinding (line 4692) | public function castBinding($value) method mergeBindings (line 4703) | public function mergeBindings(self $query) method cleanBindings (line 4716) | public function cleanBindings(array $bindings) method flattenValue (line 4733) | protected function flattenValue($value) method defaultKeyName (line 4743) | protected function defaultKeyName() method getConnection (line 4753) | public function getConnection() method ensureConnectionSupportsVectors (line 4765) | protected function ensureConnectionSupportsVectors() method getProcessor (line 4777) | public function getProcessor() method getGrammar (line 4787) | public function getGrammar() method useWritePdo (line 4797) | public function useWritePdo() method fetchUsing (line 4810) | public function fetchUsing(...$fetchUsing) method isQueryable (line 4823) | protected function isQueryable($value) method clone (line 4836) | public function clone() method cloneWithout (line 4846) | public function cloneWithout(array $properties) method cloneWithoutBindings (line 4860) | public function cloneWithoutBindings(array $except) method dump (line 4875) | public function dump(...$args) method dumpRawSql (line 4891) | public function dumpRawSql() method dd (line 4903) | public function dd() method ddRawSql (line 4913) | public function ddRawSql() method __call (line 4927) | public function __call($method, $parameters) FILE: src/Illuminate/Database/Query/Expression.php class Expression (line 11) | class Expression implements ExpressionContract method __construct (line 18) | public function __construct( method getValue (line 29) | public function getValue(Grammar $grammar) FILE: src/Illuminate/Database/Query/Grammars/Grammar.php class Grammar (line 15) | class Grammar extends BaseGrammar method compileSelect (line 59) | public function compileSelect(Builder $query) method compileComponents (line 107) | protected function compileComponents(Builder $query) method compileAggregate (line 129) | protected function compileAggregate(Builder $query, $aggregate) method compileColumns (line 152) | protected function compileColumns(Builder $query, $columns) method compileFrom (line 177) | protected function compileFrom(Builder $query, $table) method compileJoins (line 189) | protected function compileJoins(Builder $query, $joins) method compileJoinLateral (line 217) | public function compileJoinLateral(JoinLateralClause $join, string $ex... method supportsStraightJoins (line 229) | protected function supportsStraightJoins() method compileWheres (line 240) | public function compileWheres(Builder $query) method compileWheresToArray (line 265) | protected function compileWheresToArray($query) method concatenateWhereClauses (line 279) | protected function concatenateWhereClauses($query, $sql) method whereRaw (line 293) | protected function whereRaw(Builder $query, $where) method whereBasic (line 305) | protected function whereBasic(Builder $query, $where) method whereBitwise (line 321) | protected function whereBitwise(Builder $query, $where) method whereLike (line 335) | protected function whereLike(Builder $query, $where) method whereNullSafeEquals (line 353) | protected function whereNullSafeEquals(Builder $query, $where) method whereIn (line 365) | protected function whereIn(Builder $query, $where) method whereNotIn (line 381) | protected function whereNotIn(Builder $query, $where) method whereNotInRaw (line 399) | protected function whereNotInRaw(Builder $query, $where) method whereInRaw (line 417) | protected function whereInRaw(Builder $query, $where) method whereNull (line 433) | protected function whereNull(Builder $query, $where) method whereNotNull (line 445) | protected function whereNotNull(Builder $query, $where) method whereBetween (line 457) | protected function whereBetween(Builder $query, $where) method whereBetweenColumns (line 475) | protected function whereBetweenColumns(Builder $query, $where) method whereValueBetween (line 493) | protected function whereValueBetween(Builder $query, $where) method whereDate (line 511) | protected function whereDate(Builder $query, $where) method whereTime (line 523) | protected function whereTime(Builder $query, $where) method whereDay (line 535) | protected function whereDay(Builder $query, $where) method whereMonth (line 547) | protected function whereMonth(Builder $query, $where) method whereYear (line 559) | protected function whereYear(Builder $query, $where) method dateBasedWhere (line 572) | protected function dateBasedWhere($type, Builder $query, $where) method whereColumn (line 586) | protected function whereColumn(Builder $query, $where) method whereNested (line 598) | protected function whereNested(Builder $query, $where) method whereSub (line 615) | protected function whereSub(Builder $query, $where) method whereExists (line 629) | protected function whereExists(Builder $query, $where) method whereNotExists (line 641) | protected function whereNotExists(Builder $query, $where) method whereRowValues (line 653) | protected function whereRowValues(Builder $query, $where) method whereJsonBoolean (line 669) | protected function whereJsonBoolean(Builder $query, $where) method whereJsonContains (line 687) | protected function whereJsonContains(Builder $query, $where) method compileJsonContains (line 706) | protected function compileJsonContains($column, $value) method whereJsonOverlaps (line 718) | protected function whereJsonOverlaps(Builder $query, $where) method compileJsonOverlaps (line 737) | protected function compileJsonOverlaps($column, $value) method prepareBindingForJsonContains (line 748) | public function prepareBindingForJsonContains($binding) method whereJsonContainsKey (line 760) | protected function whereJsonContainsKey(Builder $query, $where) method compileJsonContainsKey (line 777) | protected function compileJsonContainsKey($column) method whereJsonLength (line 789) | protected function whereJsonLength(Builder $query, $where) method compileJsonLength (line 808) | protected function compileJsonLength($column, $operator, $value) method compileJsonValueCast (line 819) | public function compileJsonValueCast($value) method whereFullText (line 833) | public function whereFullText(Builder $query, $where) method whereExpression (line 845) | public function whereExpression(Builder $query, $where) method compileGroups (line 857) | protected function compileGroups(Builder $query, $groups) method compileHavings (line 868) | protected function compileHavings(Builder $query) method compileHaving (line 881) | protected function compileHaving(array $having) method compileBasicHaving (line 904) | protected function compileBasicHaving($having) method compileHavingBetween (line 919) | protected function compileHavingBetween($having) method compileHavingNull (line 938) | protected function compileHavingNull($having) method compileHavingNotNull (line 951) | protected function compileHavingNotNull($having) method compileHavingBit (line 964) | protected function compileHavingBit($having) method compileHavingExpression (line 979) | protected function compileHavingExpression($having) method compileNestedHavings (line 990) | protected function compileNestedHavings($having) method compileOrders (line 1002) | protected function compileOrders(Builder $query, $orders) method compileOrdersToArray (line 1018) | protected function compileOrdersToArray(Builder $query, $orders) method compileInOrderOf (line 1039) | protected function compileInOrderOf($order) method compileRandom (line 1058) | public function compileRandom($seed) method compileLimit (line 1070) | protected function compileLimit(Builder $query, $limit) method compileGroupLimit (line 1081) | protected function compileGroupLimit(Builder $query) method compileRowNumber (line 1128) | protected function compileRowNumber($partition, $orders) method compileOffset (line 1142) | protected function compileOffset(Builder $query, $offset) method compileUnions (line 1153) | protected function compileUnions(Builder $query) method compileUnion (line 1182) | protected function compileUnion(array $union) method wrapUnion (line 1195) | protected function wrapUnion($sql) method compileUnionAggregate (line 1206) | protected function compileUnionAggregate(Builder $query) method compileExists (line 1221) | public function compileExists(Builder $query) method compileInsert (line 1235) | public function compileInsert(Builder $query, array $values) method compileInsertOrIgnore (line 1271) | public function compileInsertOrIgnore(Builder $query, array $values) method compileInsertOrIgnoreReturning (line 1287) | public function compileInsertOrIgnoreReturning(Builder $query, array $... method compileInsertGetId (line 1300) | public function compileInsertGetId(Builder $query, $values, $sequence) method compileInsertUsing (line 1313) | public function compileInsertUsing(Builder $query, array $columns, str... method compileInsertOrIgnoreUsing (line 1334) | public function compileInsertOrIgnoreUsing(Builder $query, array $colu... method compileUpdate (line 1346) | public function compileUpdate(Builder $query, array $values) method compileUpdateColumns (line 1368) | protected function compileUpdateColumns(Builder $query, array $values) method compileUpdateWithoutJoins (line 1384) | protected function compileUpdateWithoutJoins(Builder $query, $table, $... method compileUpdateWithJoins (line 1398) | protected function compileUpdateWithJoins(Builder $query, $table, $col... method compileUpsert (line 1416) | public function compileUpsert(Builder $query, array $values, array $un... method prepareBindingsForUpdate (line 1428) | public function prepareBindingsForUpdate(array $bindings, array $values) method compileDelete (line 1445) | public function compileDelete(Builder $query) method compileDeleteWithoutJoins (line 1466) | protected function compileDeleteWithoutJoins(Builder $query, $table, $... method compileDeleteWithJoins (line 1479) | protected function compileDeleteWithJoins(Builder $query, $table, $where) method prepareBindingsForDelete (line 1494) | public function prepareBindingsForDelete(array $bindings) method compileTruncate (line 1507) | public function compileTruncate(Builder $query) method compileLock (line 1519) | protected function compileLock(Builder $query, $value) method compileThreadCount (line 1529) | public function compileThreadCount() method supportsSavepoints (line 1539) | public function supportsSavepoints() method compileSavepoint (line 1550) | public function compileSavepoint($name) method compileSavepointRollBack (line 1561) | public function compileSavepointRollBack($name) method wrapJsonBooleanSelector (line 1572) | protected function wrapJsonBooleanSelector($value) method wrapJsonBooleanValue (line 1583) | protected function wrapJsonBooleanValue($value) method concatenate (line 1594) | protected function concatenate($segments) method removeLeadingBoolean (line 1607) | protected function removeLeadingBoolean($value) method substituteBindingsIntoRawSql (line 1619) | public function substituteBindingsIntoRawSql($sql, $bindings) method getOperators (line 1656) | public function getOperators() method getBitwiseOperators (line 1666) | public function getBitwiseOperators() FILE: src/Illuminate/Database/Query/Grammars/MariaDbGrammar.php class MariaDbGrammar (line 9) | class MariaDbGrammar extends MySqlGrammar method compileJoinLateral (line 20) | public function compileJoinLateral(JoinLateralClause $join, string $ex... method compileJsonValueCast (line 31) | public function compileJsonValueCast($value) method compileThreadCount (line 41) | public function compileThreadCount() method useLegacyGroupLimit (line 52) | public function useLegacyGroupLimit(Builder $query) method wrapJsonSelector (line 63) | protected function wrapJsonSelector($value) FILE: src/Illuminate/Database/Query/Grammars/MySqlGrammar.php class MySqlGrammar (line 11) | class MySqlGrammar extends Grammar method compileSelect (line 26) | public function compileSelect(Builder $query) method whereLike (line 51) | protected function whereLike(Builder $query, $where) method whereNullSafeEquals (line 67) | protected function whereNullSafeEquals(Builder $query, $where) method whereNull (line 79) | protected function whereNull(Builder $query, $where) method whereNotNull (line 99) | protected function whereNotNull(Builder $query, $where) method whereFullText (line 119) | public function whereFullText(Builder $query, $where) method compileIndexHint (line 145) | protected function compileIndexHint(Builder $query, $indexHint) method compileGroupLimit (line 170) | protected function compileGroupLimit(Builder $query) method useLegacyGroupLimit (line 183) | public function useLegacyGroupLimit(Builder $query) method compileLegacyGroupLimit (line 198) | protected function compileLegacyGroupLimit(Builder $query) method compileInsertOrIgnore (line 247) | public function compileInsertOrIgnore(Builder $query, array $values) method compileInsertOrIgnoreUsing (line 260) | public function compileInsertOrIgnoreUsing(Builder $query, array $colu... method compileJsonContains (line 272) | protected function compileJsonContains($column, $value) method compileJsonOverlaps (line 286) | protected function compileJsonOverlaps($column, $value) method compileJsonContainsKey (line 299) | protected function compileJsonContainsKey($column) method compileJsonLength (line 314) | protected function compileJsonLength($column, $operator, $value) method compileJsonValueCast (line 327) | public function compileJsonValueCast($value) method compileRandom (line 340) | public function compileRandom($seed) method compileLock (line 360) | protected function compileLock(Builder $query, $value) method compileInsert (line 376) | public function compileInsert(Builder $query, array $values) method compileUpdateColumns (line 392) | protected function compileUpdateColumns(Builder $query, array $values) method compileUpsert (line 412) | public function compileUpsert(Builder $query, array $values, array $un... method compileJoinLateral (line 444) | public function compileJoinLateral(JoinLateralClause $join, string $ex... method supportsStraightJoins (line 452) | protected function supportsStraightJoins() method compileJsonUpdateColumn (line 464) | protected function compileJsonUpdateColumn($key, $value) method compileUpdateWithoutJoins (line 488) | protected function compileUpdateWithoutJoins(Builder $query, $table, $... method prepareBindingsForUpdate (line 512) | #[\Override] method compileDeleteWithoutJoins (line 531) | protected function compileDeleteWithoutJoins(Builder $query, $table, $... method compileDeleteWithJoins (line 558) | protected function compileDeleteWithJoins(Builder $query, $table, $where) method compileThreadCount (line 578) | public function compileThreadCount() method wrapValue (line 589) | protected function wrapValue($value) method wrapJsonSelector (line 600) | protected function wrapJsonSelector($value) method wrapJsonBooleanSelector (line 613) | protected function wrapJsonBooleanSelector($value) FILE: src/Illuminate/Database/Query/Grammars/PostgresGrammar.php class PostgresGrammar (line 11) | class PostgresGrammar extends Grammar method whereBasic (line 56) | protected function whereBasic(Builder $query, $where) method whereBitwise (line 77) | protected function whereBitwise(Builder $query, $where) method whereLike (line 93) | protected function whereLike(Builder $query, $where) method whereDate (line 109) | protected function whereDate(Builder $query, $where) method whereTime (line 128) | protected function whereTime(Builder $query, $where) method dateBasedWhere (line 148) | protected function dateBasedWhere($type, Builder $query, $where) method whereFullText (line 162) | public function whereFullText(Builder $query, $where) method validFullTextLanguages (line 200) | protected function validFullTextLanguages() method compileColumns (line 235) | protected function compileColumns(Builder $query, $columns) method compileJsonContains (line 262) | protected function compileJsonContains($column, $value) method compileJsonContainsKey (line 275) | protected function compileJsonContainsKey($column) method compileJsonLength (line 311) | protected function compileJsonLength($column, $operator, $value) method compileHaving (line 324) | protected function compileHaving(array $having) method compileHavingBitwise (line 339) | protected function compileHavingBitwise($having) method compileLock (line 355) | protected function compileLock(Builder $query, $value) method compileInsertOrIgnore (line 371) | public function compileInsertOrIgnore(Builder $query, array $values) method compileInsertOrIgnoreReturning (line 385) | public function compileInsertOrIgnoreReturning(Builder $query, array $... method compileInsertOrIgnoreUsing (line 403) | public function compileInsertOrIgnoreUsing(Builder $query, array $colu... method compileInsertGetId (line 416) | public function compileInsertGetId(Builder $query, $values, $sequence) method compileUpdate (line 428) | public function compileUpdate(Builder $query, array $values) method compileUpdateColumns (line 444) | protected function compileUpdateColumns(Builder $query, array $values) method compileUpsert (line 466) | public function compileUpsert(Builder $query, array $values, array $un... method compileJoinLateral (line 488) | public function compileJoinLateral(JoinLateralClause $join, string $ex... method compileJsonUpdateColumn (line 500) | protected function compileJsonUpdateColumn($key, $value) method compileUpdateFrom (line 518) | public function compileUpdateFrom(Builder $query, $values) method compileUpdateWheres (line 553) | protected function compileUpdateWheres(Builder $query) method compileUpdateJoinWheres (line 579) | protected function compileUpdateJoinWheres(Builder $query) method prepareBindingsForUpdateFrom (line 604) | public function prepareBindingsForUpdateFrom(array $bindings, array $v... method compileUpdateWithJoinsOrLimit (line 628) | protected function compileUpdateWithJoinsOrLimit(Builder $query, array... method prepareBindingsForUpdate (line 648) | #[\Override] method compileDelete (line 672) | public function compileDelete(Builder $query) method compileDeleteWithJoinsOrLimit (line 687) | protected function compileDeleteWithJoinsOrLimit(Builder $query) method compileTruncate (line 704) | public function compileTruncate(Builder $query) method compileThreadCount (line 714) | public function compileThreadCount() method wrapJsonSelector (line 725) | protected function wrapJsonSelector($value) method wrapJsonBooleanSelector (line 748) | protected function wrapJsonBooleanSelector($value) method wrapJsonBooleanValue (line 764) | protected function wrapJsonBooleanValue($value) method wrapJsonPathAttributes (line 775) | protected function wrapJsonPathAttributes($path) method parseJsonPathArrayKeys (line 796) | protected function parseJsonPathArrayKeys($attribute) method substituteBindingsIntoRawSql (line 820) | public function substituteBindingsIntoRawSql($sql, $bindings) method getOperators (line 840) | public function getOperators() method customOperators (line 851) | public static function customOperators(array $operators) method cascadeOnTruncate (line 864) | public static function cascadeOnTruncate(bool $value = true) method cascadeOnTrucate (line 872) | public static function cascadeOnTrucate(bool $value = true) FILE: src/Illuminate/Database/Query/Grammars/SQLiteGrammar.php class SQLiteGrammar (line 11) | class SQLiteGrammar extends Grammar method compileLock (line 31) | protected function compileLock(Builder $query, $value) method wrapUnion (line 42) | protected function wrapUnion($sql) method whereLike (line 54) | protected function whereLike(Builder $query, $where) method prepareWhereLikeBinding (line 71) | public function prepareWhereLikeBinding($value, $caseSensitive) method whereNullSafeEquals (line 87) | protected function whereNullSafeEquals(Builder $query, $where) method whereDate (line 99) | protected function whereDate(Builder $query, $where) method whereDay (line 111) | protected function whereDay(Builder $query, $where) method whereMonth (line 123) | protected function whereMonth(Builder $query, $where) method whereYear (line 135) | protected function whereYear(Builder $query, $where) method whereTime (line 147) | protected function whereTime(Builder $query, $where) method dateBasedWhere (line 160) | protected function dateBasedWhere($type, Builder $query, $where) method compileIndexHint (line 176) | protected function compileIndexHint(Builder $query, $indexHint) method compileJsonLength (line 199) | protected function compileJsonLength($column, $operator, $value) method compileJsonContains (line 213) | protected function compileJsonContains($column, $value) method prepareBindingForJsonContains (line 226) | public function prepareBindingForJsonContains($binding) method compileJsonContainsKey (line 237) | protected function compileJsonContainsKey($column) method compileGroupLimit (line 250) | protected function compileGroupLimit(Builder $query) method compileUpdate (line 270) | public function compileUpdate(Builder $query, array $values) method compileInsertOrIgnore (line 286) | public function compileInsertOrIgnore(Builder $query, array $values) method compileInsertOrIgnoreReturning (line 300) | public function compileInsertOrIgnoreReturning(Builder $query, array $... method compileInsertOrIgnoreUsing (line 318) | public function compileInsertOrIgnoreUsing(Builder $query, array $colu... method compileUpdateColumns (line 330) | protected function compileUpdateColumns(Builder $query, array $values) method compileUpsert (line 356) | public function compileUpsert(Builder $query, array $values, array $un... method groupJsonColumnsForUpdate (line 377) | protected function groupJsonColumnsForUpdate(array $values) method compileJsonPatch (line 397) | protected function compileJsonPatch($column, $value) method compileUpdateWithJoinsOrLimit (line 409) | protected function compileUpdateWithJoinsOrLimit(Builder $query, array... method prepareBindingsForUpdate (line 429) | #[\Override] method compileDelete (line 455) | public function compileDelete(Builder $query) method compileDeleteWithJoinsOrLimit (line 470) | protected function compileDeleteWithJoinsOrLimit(Builder $query) method compileTruncate (line 487) | public function compileTruncate(Builder $query) method wrapJsonSelector (line 505) | protected function wrapJsonSelector($value) FILE: src/Illuminate/Database/Query/Grammars/SqlServerGrammar.php class SqlServerGrammar (line 12) | class SqlServerGrammar extends Grammar method compileSelect (line 51) | public function compileSelect(Builder $query) method compileColumns (line 68) | protected function compileColumns(Builder $query, $columns) method compileFrom (line 93) | protected function compileFrom(Builder $query, $table) method compileIndexHint (line 117) | protected function compileIndexHint(Builder $query, $indexHint) method whereBitwise (line 139) | protected function whereBitwise(Builder $query, $where) method whereNullSafeEquals (line 155) | protected function whereNullSafeEquals(Builder $query, $where) method whereDate (line 167) | protected function whereDate(Builder $query, $where) method whereTime (line 181) | protected function whereTime(Builder $query, $where) method compileJsonContains (line 195) | protected function compileJsonContains($column, $value) method prepareBindingForJsonContains (line 208) | public function prepareBindingForJsonContains($binding) method compileJsonContainsKey (line 219) | protected function compileJsonContainsKey($column) method compileJsonLength (line 246) | protected function compileJsonLength($column, $operator, $value) method compileJsonValueCast (line 259) | public function compileJsonValueCast($value) method compileHaving (line 270) | protected function compileHaving(array $having) method compileHavingBitwise (line 285) | protected function compileHavingBitwise($having) method compileDeleteWithoutJoins (line 302) | protected function compileDeleteWithoutJoins(Builder $query, $table, $... method compileRandom (line 317) | public function compileRandom($seed) method compileLimit (line 329) | protected function compileLimit(Builder $query, $limit) method compileRowNumber (line 347) | protected function compileRowNumber($partition, $orders) method compileOffset (line 363) | protected function compileOffset(Builder $query, $offset) method compileLock (line 381) | protected function compileLock(Builder $query, $value) method wrapUnion (line 392) | protected function wrapUnion($sql) method compileExists (line 403) | public function compileExists(Builder $query) method compileUpdateWithJoins (line 421) | protected function compileUpdateWithJoins(Builder $query, $table, $col... method compileUpsert (line 439) | public function compileUpsert(Builder $query, array $values, array $un... method prepareBindingsForUpdate (line 479) | #[\Override] method compileJoinLateral (line 498) | public function compileJoinLateral(JoinLateralClause $join, string $ex... method compileSavepoint (line 511) | public function compileSavepoint($name) method compileSavepointRollBack (line 522) | public function compileSavepointRollBack($name) method compileThreadCount (line 532) | public function compileThreadCount() method getDateFormat (line 542) | public function getDateFormat() method wrapValue (line 553) | protected function wrapValue($value) method wrapJsonSelector (line 564) | protected function wrapJsonSelector($value) method wrapJsonBooleanValue (line 577) | protected function wrapJsonBooleanValue($value) method wrapTable (line 589) | public function wrapTable($table, $prefix = null) method wrapTableValuedFunction (line 604) | protected function wrapTableValuedFunction($table) FILE: src/Illuminate/Database/Query/IndexHint.php class IndexHint (line 5) | class IndexHint method __construct (line 27) | public function __construct($type, $index) FILE: src/Illuminate/Database/Query/JoinClause.php class JoinClause (line 7) | class JoinClause extends Builder method __construct (line 58) | public function __construct(Builder $parentQuery, $type, $table) method on (line 92) | public function on($first, $operator = null, $second = null, $boolean ... method orOn (line 109) | public function orOn($first, $operator = null, $second = null) method newQuery (line 119) | public function newQuery() method forSubQuery (line 129) | protected function forSubQuery() method newParentQuery (line 139) | protected function newParentQuery() FILE: src/Illuminate/Database/Query/JoinLateralClause.php class JoinLateralClause (line 5) | class JoinLateralClause extends JoinClause FILE: src/Illuminate/Database/Query/Processors/MariaDbProcessor.php class MariaDbProcessor (line 5) | class MariaDbProcessor extends MySqlProcessor FILE: src/Illuminate/Database/Query/Processors/MySqlProcessor.php class MySqlProcessor (line 7) | class MySqlProcessor extends Processor method processColumnListing (line 17) | public function processColumnListing($results) method processInsertGetId (line 33) | public function processInsertGetId(Builder $query, $sql, $values, $seq... method processColumns (line 43) | public function processColumns($results) method processIndexes (line 70) | public function processIndexes($results) method processForeignKeys (line 86) | public function processForeignKeys($results) FILE: src/Illuminate/Database/Query/Processors/PostgresProcessor.php class PostgresProcessor (line 7) | class PostgresProcessor extends Processor method processInsertGetId (line 18) | public function processInsertGetId(Builder $query, $sql, $values, $seq... method processTypes (line 34) | public function processTypes($results) method processColumns (line 78) | public function processColumns($results) method processIndexes (line 107) | public function processIndexes($results) method processForeignKeys (line 123) | public function processForeignKeys($results) FILE: src/Illuminate/Database/Query/Processors/Processor.php class Processor (line 7) | class Processor method processSelect (line 16) | public function processSelect(Builder $query, $results) method processInsertGetId (line 30) | public function processInsertGetId(Builder $query, $sql, $values, $seq... method processSchemas (line 45) | public function processSchemas($results) method processTables (line 64) | public function processTables($results) method processViews (line 87) | public function processViews($results) method processTypes (line 107) | public function processTypes($results) method processColumns (line 118) | public function processColumns($results) method processIndexes (line 129) | public function processIndexes($results) method processForeignKeys (line 140) | public function processForeignKeys($results) FILE: src/Illuminate/Database/Query/Processors/SQLiteProcessor.php class SQLiteProcessor (line 5) | class SQLiteProcessor extends Processor method processColumns (line 8) | public function processColumns($results, $sql = '') method processIndexes (line 55) | public function processIndexes($results) method processForeignKeys (line 83) | public function processForeignKeys($results) FILE: src/Illuminate/Database/Query/Processors/SqlServerProcessor.php class SqlServerProcessor (line 9) | class SqlServerProcessor extends Processor method processInsertGetId (line 20) | public function processInsertGetId(Builder $query, $sql, $values, $seq... method processInsertGetIdForOdbc (line 43) | protected function processInsertGetIdForOdbc(Connection $connection) method processColumns (line 59) | public function processColumns($results) method processIndexes (line 89) | public function processIndexes($results) method processForeignKeys (line 105) | public function processForeignKeys($results) FILE: src/Illuminate/Database/QueryException.php class QueryException (line 10) | class QueryException extends PDOException method __construct (line 57) | public function __construct($connectionName, $sql, array $bindings, Th... method formatMessage (line 83) | protected function formatMessage($connectionName, $sql, $bindings, Thr... method formatConnectionDetails (line 95) | protected function formatConnectionDetails() method getConnectionName (line 126) | public function getConnectionName() method getSql (line 136) | public function getSql() method getRawSql (line 144) | public function getRawSql(): string method getBindings (line 156) | public function getBindings() method getConnectionDetails (line 166) | public function getConnectionDetails() FILE: src/Illuminate/Database/RecordNotFoundException.php class RecordNotFoundException (line 7) | class RecordNotFoundException extends RuntimeException FILE: src/Illuminate/Database/RecordsNotFoundException.php class RecordsNotFoundException (line 7) | class RecordsNotFoundException extends RuntimeException FILE: src/Illuminate/Database/SQLiteConnection.php class SQLiteConnection (line 13) | class SQLiteConnection extends Connection method getDriverTitle (line 18) | public function getDriverTitle() method executeBeginTransactionStatement (line 28) | protected function executeBeginTransactionStatement() method escapeBinary (line 47) | protected function escapeBinary($value) method isUniqueConstraintError (line 60) | protected function isUniqueConstraintError(Exception $exception) method getDefaultQueryGrammar (line 70) | protected function getDefaultQueryGrammar() method getSchemaBuilder (line 80) | public function getSchemaBuilder() method getDefaultSchemaGrammar (line 94) | protected function getDefaultSchemaGrammar() method getSchemaState (line 107) | public function getSchemaState(?Filesystem $files = null, ?callable $p... method getDefaultPostProcessor (line 117) | protected function getDefaultPostProcessor() FILE: src/Illuminate/Database/SQLiteDatabaseDoesNotExistException.php class SQLiteDatabaseDoesNotExistException (line 7) | class SQLiteDatabaseDoesNotExistException extends InvalidArgumentException method __construct (line 21) | public function __construct($path) FILE: src/Illuminate/Database/Schema/Blueprint.php class Blueprint (line 18) | class Blueprint method __construct (line 102) | public function __construct(Connection $connection, $table, ?Closure $... method build (line 118) | public function build() method toSql (line 130) | public function toSql() method ensureCommandsAreValid (line 169) | protected function ensureCommandsAreValid() method commandsNamed (line 182) | protected function commandsNamed(array $names) method addImpliedCommands (line 193) | protected function addImpliedCommands() method addFluentIndexes (line 215) | protected function addFluentIndexes() method addFluentCommands (line 272) | public function addFluentCommands() method addAlterCommands (line 286) | public function addAlterCommands() method creating (line 326) | public function creating() method create (line 337) | public function create() method engine (line 348) | public function engine($engine) method innoDb (line 358) | public function innoDb() method charset (line 369) | public function charset($charset) method collation (line 380) | public function collation($collation) method temporary (line 390) | public function temporary() method drop (line 400) | public function drop() method dropIfExists (line 410) | public function dropIfExists() method dropColumn (line 421) | public function dropColumn($columns) method renameColumn (line 435) | public function renameColumn($from, $to) method dropPrimary (line 446) | public function dropPrimary($index = null) method dropUnique (line 457) | public function dropUnique($index) method dropIndex (line 468) | public function dropIndex($index) method dropFullText (line 479) | public function dropFullText($index) method dropSpatialIndex (line 490) | public function dropSpatialIndex($index) method dropForeign (line 501) | public function dropForeign($index) method dropConstrainedForeignId (line 512) | public function dropConstrainedForeignId($column) method dropForeignIdFor (line 526) | public function dropForeignIdFor($model, $column = null) method dropConstrainedForeignIdFor (line 542) | public function dropConstrainedForeignIdFor($model, $column = null) method renameIndex (line 558) | public function renameIndex($from, $to) method dropTimestamps (line 568) | public function dropTimestamps() method dropTimestampsTz (line 578) | public function dropTimestampsTz() method dropSoftDeletes (line 589) | public function dropSoftDeletes($column = 'deleted_at') method dropSoftDeletesTz (line 600) | public function dropSoftDeletesTz($column = 'deleted_at') method dropRememberToken (line 610) | public function dropRememberToken() method dropMorphs (line 622) | public function dropMorphs($name, $indexName = null) method rename (line 635) | public function rename($to) method primary (line 648) | public function primary($columns, $name = null, $algorithm = null) method unique (line 661) | public function unique($columns, $name = null, $algorithm = null) method index (line 674) | public function index($columns, $name = null, $algorithm = null) method fullText (line 687) | public function fullText($columns, $name = null, $algorithm = null) method spatialIndex (line 700) | public function spatialIndex($columns, $name = null, $operatorClass = ... method vectorIndex (line 712) | public function vectorIndex($column, $name = null) method rawIndex (line 724) | public function rawIndex($expression, $name) method foreign (line 736) | public function foreign($columns, $name = null) method id (line 753) | public function id($column = 'id') method increments (line 764) | public function increments($column) method integerIncrements (line 775) | public function integerIncrements($column) method tinyIncrements (line 786) | public function tinyIncrements($column) method smallIncrements (line 797) | public function smallIncrements($column) method mediumIncrements (line 808) | public function mediumIncrements($column) method bigIncrements (line 819) | public function bigIncrements($column) method char (line 831) | public function char($column, $length = null) method string (line 845) | public function string($column, $length = null) method tinyText (line 858) | public function tinyText($column) method text (line 869) | public function text($column) method mediumText (line 880) | public function mediumText($column) method longText (line 891) | public function longText($column) method integer (line 905) | public function integer($column, $autoIncrement = false, $unsigned = f... method tinyInteger (line 919) | public function tinyInteger($column, $autoIncrement = false, $unsigned... method smallInteger (line 933) | public function smallInteger($column, $autoIncrement = false, $unsigne... method mediumInteger (line 947) | public function mediumInteger($column, $autoIncrement = false, $unsign... method bigInteger (line 961) | public function bigInteger($column, $autoIncrement = false, $unsigned ... method unsignedInteger (line 973) | public function unsignedInteger($column, $autoIncrement = false) method unsignedTinyInteger (line 985) | public function unsignedTinyInteger($column, $autoIncrement = false) method unsignedSmallInteger (line 997) | public function unsignedSmallInteger($column, $autoIncrement = false) method unsignedMediumInteger (line 1009) | public function unsignedMediumInteger($column, $autoIncrement = false) method unsignedBigInteger (line 1021) | public function unsignedBigInteger($column, $autoIncrement = false) method foreignId (line 1032) | public function foreignId($column) method foreignIdFor (line 1049) | public function foreignIdFor($model, $column = null) method float (line 1083) | public function float($column, $precision = 53) method double (line 1094) | public function double($column) method decimal (line 1107) | public function decimal($column, $total = 8, $places = 2) method boolean (line 1118) | public function boolean($column) method enum (line 1130) | public function enum($column, array $allowed) method set (line 1144) | public function set($column, array $allowed) method json (line 1155) | public function json($column) method jsonb (line 1166) | public function jsonb($column) method date (line 1177) | public function date($column) method dateTime (line 1189) | public function dateTime($column, $precision = null) method dateTimeTz (line 1203) | public function dateTimeTz($column, $precision = null) method time (line 1217) | public function time($column, $precision = null) method timeTz (line 1231) | public function timeTz($column, $precision = null) method timestamp (line 1245) | public function timestamp($column, $precision = null) method timestampTz (line 1259) | public function timestampTz($column, $precision = null) method timestamps (line 1272) | public function timestamps($precision = null) method nullableTimestamps (line 1288) | public function nullableTimestamps($precision = null) method timestampsTz (line 1299) | public function timestampsTz($precision = null) method nullableTimestampsTz (line 1315) | public function nullableTimestampsTz($precision = null) method datetimes (line 1326) | public function datetimes($precision = null) method softDeletes (line 1341) | public function softDeletes($column = 'deleted_at', $precision = null) method softDeletesTz (line 1353) | public function softDeletesTz($column = 'deleted_at', $precision = null) method softDeletesDatetime (line 1365) | public function softDeletesDatetime($column = 'deleted_at', $precision... method year (line 1376) | public function year($column) method binary (line 1389) | public function binary($column, $length = null, $fixed = false) method uuid (line 1400) | public function uuid($column = 'uuid') method foreignUuid (line 1411) | public function foreignUuid($column) method ulid (line 1426) | public function ulid($column = 'ulid', $length = 26) method foreignUlid (line 1438) | public function foreignUlid($column, $length = 26) method ipAddress (line 1453) | public function ipAddress($column = 'ip_address') method macAddress (line 1464) | public function macAddress($column = 'mac_address') method geometry (line 1477) | public function geometry($column, $subtype = null, $srid = 0) method geography (line 1490) | public function geography($column, $subtype = null, $srid = 4326) method computed (line 1502) | public function computed($column, $expression) method vector (line 1514) | public function vector($column, $dimensions = null) method tsvector (line 1527) | public function tsvector($column) method morphs (line 1540) | public function morphs($name, $indexName = null, $after = null) method nullableMorphs (line 1559) | public function nullableMorphs($name, $indexName = null, $after = null) method numericMorphs (line 1578) | public function numericMorphs($name, $indexName = null, $after = null) method nullableNumericMorphs (line 1597) | public function nullableNumericMorphs($name, $indexName = null, $after... method uuidMorphs (line 1618) | public function uuidMorphs($name, $indexName = null, $after = null) method nullableUuidMorphs (line 1637) | public function nullableUuidMorphs($name, $indexName = null, $after = ... method ulidMorphs (line 1658) | public function ulidMorphs($name, $indexName = null, $after = null) method nullableUlidMorphs (line 1677) | public function nullableUlidMorphs($name, $indexName = null, $after = ... method rememberToken (line 1695) | public function rememberToken() method rawColumn (line 1707) | public function rawColumn($column, $definition) method comment (line 1718) | public function comment($comment) method indexCommand (line 1733) | protected function indexCommand($type, $columns, $index, $algorithm = ... method dropIndexCommand (line 1755) | protected function dropIndexCommand($command, $type, $index) method createIndexName (line 1776) | protected function createIndexName($type, array $columns) method addColumn (line 1799) | public function addColumn($type, $name, array $parameters = []) method addColumnDefinition (line 1812) | protected function addColumnDefinition($definition) method after (line 1836) | public function after($column, Closure $callback) method removeColumn (line 1851) | public function removeColumn($name) method addCommand (line 1871) | protected function addCommand($name, array $parameters = []) method createCommand (line 1885) | protected function createCommand($name, array $parameters = []) method getTable (line 1895) | public function getTable() method getPrefix (line 1907) | public function getPrefix() method getColumns (line 1917) | public function getColumns() method getCommands (line 1927) | public function getCommands() method hasState (line 1937) | private function hasState(): bool method getState (line 1947) | public function getState() method getAddedColumns (line 1957) | public function getAddedColumns() method getChangedColumns (line 1971) | public function getChangedColumns() method defaultTimePrecision (line 1981) | protected function defaultTimePrecision(): ?int FILE: src/Illuminate/Database/Schema/BlueprintState.php class BlueprintState (line 11) | class BlueprintState method __construct (line 61) | public function __construct(Blueprint $blueprint, Connection $connection) method getPrimaryKey (line 113) | public function getPrimaryKey() method getColumns (line 123) | public function getColumns() method getIndexes (line 133) | public function getIndexes() method getForeignKeys (line 143) | public function getForeignKeys() method update (line 154) | public function update(Fluent $command) FILE: src/Illuminate/Database/Schema/Builder.php class Builder (line 14) | class Builder method __construct (line 63) | public function __construct(Connection $connection) method defaultStringLength (line 75) | public static function defaultStringLength($length) method defaultTimePrecision (line 83) | public static function defaultTimePrecision(?int $precision): void method defaultMorphKeyType (line 96) | public static function defaultMorphKeyType(string $type) method morphUsingUuids (line 110) | public static function morphUsingUuids() method morphUsingUlids (line 120) | public static function morphUsingUlids() method createDatabase (line 131) | public function createDatabase($name) method dropDatabaseIfExists (line 144) | public function dropDatabaseIfExists($name) method getSchemas (line 156) | public function getSchemas() method hasTable (line 169) | public function hasTable($table) method hasView (line 194) | public function hasView($view) method getTables (line 215) | public function getTables($schema = null) method getTableListing (line 229) | public function getTableListing($schema = null, $schemaQualified = true) method getViews (line 243) | public function getViews($schema = null) method getTypes (line 256) | public function getTypes($schema = null) method hasColumn (line 270) | public function hasColumn($table, $column) method hasColumns (line 284) | public function hasColumns($table, array $columns) method whenTableHasColumn (line 305) | public function whenTableHasColumn(string $table, string $column, Clos... method whenTableDoesntHaveColumn (line 320) | public function whenTableDoesntHaveColumn(string $table, string $colum... method whenTableHasIndex (line 336) | public function whenTableHasIndex(string $table, string|array $index, ... method whenTableDoesntHaveIndex (line 352) | public function whenTableDoesntHaveIndex(string $table, string|array $... method getColumnType (line 369) | public function getColumnType($table, $column, $fullDefinition = false) method getColumnListing (line 388) | public function getColumnListing($table) method getColumns (line 399) | public function getColumns($table) method getIndexes (line 418) | public function getIndexes($table) method getIndexListing (line 437) | public function getIndexListing($table) method hasIndex (line 450) | public function hasIndex($table, $index, $type = null) method getForeignKeys (line 474) | public function getForeignKeys($table) method table (line 494) | public function table($table, Closure $callback) method create (line 506) | public function create($table, Closure $callback) method drop (line 521) | public function drop($table) method dropIfExists (line 534) | public function dropIfExists($table) method dropColumns (line 548) | public function dropColumns($table, $columns) method dropAllTables (line 562) | public function dropAllTables() method dropAllViews (line 574) | public function dropAllViews() method dropAllTypes (line 586) | public function dropAllTypes() method rename (line 598) | public function rename($from, $to) method enableForeignKeyConstraints (line 610) | public function enableForeignKeyConstraints() method disableForeignKeyConstraints (line 622) | public function disableForeignKeyConstraints() method withoutForeignKeyConstraints (line 637) | public function withoutForeignKeyConstraints(Closure $callback) method ensureVectorExtensionExists (line 654) | public function ensureVectorExtensionExists($schema = null) method ensureExtensionExists (line 668) | public function ensureExtensionExists($name, $schema = null) method build (line 688) | protected function build(Blueprint $blueprint) method createBlueprint (line 700) | protected function createBlueprint($table, ?Closure $callback = null) method getCurrentSchemaListing (line 716) | public function getCurrentSchemaListing() method getCurrentSchemaName (line 726) | public function getCurrentSchemaName() method parseSchemaAndTable (line 740) | public function parseSchemaAndTable($reference, $withDefaultSchema = n... method getConnection (line 767) | public function getConnection() method blueprintResolver (line 778) | public function blueprintResolver(Closure $resolver) FILE: src/Illuminate/Database/Schema/ColumnDefinition.php class ColumnDefinition (line 38) | class ColumnDefinition extends Fluent FILE: src/Illuminate/Database/Schema/ForeignIdColumnDefinition.php class ForeignIdColumnDefinition (line 7) | class ForeignIdColumnDefinition extends ColumnDefinition method __construct (line 22) | public function __construct(Blueprint $blueprint, $attributes = []) method constrained (line 37) | public function constrained($table = null, $column = null, $indexName ... method references (line 52) | public function references($column, $indexName = null) FILE: src/Illuminate/Database/Schema/ForeignKeyDefinition.php class ForeignKeyDefinition (line 16) | class ForeignKeyDefinition extends Fluent method cascadeOnUpdate (line 23) | public function cascadeOnUpdate() method restrictOnUpdate (line 33) | public function restrictOnUpdate() method nullOnUpdate (line 43) | public function nullOnUpdate() method noActionOnUpdate (line 53) | public function noActionOnUpdate() method cascadeOnDelete (line 63) | public function cascadeOnDelete() method restrictOnDelete (line 73) | public function restrictOnDelete() method nullOnDelete (line 83) | public function nullOnDelete() method noActionOnDelete (line 93) | public function noActionOnDelete() FILE: src/Illuminate/Database/Schema/Grammars/Grammar.php class Grammar (line 15) | abstract class Grammar extends BaseGrammar method compileCreateDatabase (line 46) | public function compileCreateDatabase($name) method compileDropDatabaseIfExists (line 59) | public function compileDropDatabaseIfExists($name) method compileSchemas (line 73) | public function compileSchemas() method compileTableExists (line 85) | public function compileTableExists($schema, $table) method compileTables (line 98) | public function compileTables($schema) method compileViews (line 111) | public function compileViews($schema) method compileTypes (line 124) | public function compileTypes($schema) method compileColumns (line 138) | public function compileColumns($schema, $table) method compileIndexes (line 152) | public function compileIndexes($schema, $table) method compileVectorIndex (line 166) | public function compileVectorIndex(Blueprint $blueprint, Fluent $command) method compileForeignKeys (line 180) | public function compileForeignKeys($schema, $table) method compileRenameColumn (line 192) | public function compileRenameColumn(Blueprint $blueprint, Fluent $comm... method compileChange (line 210) | public function compileChange(Blueprint $blueprint, Fluent $command) method compileFulltext (line 224) | public function compileFulltext(Blueprint $blueprint, Fluent $command) method compileDropFullText (line 238) | public function compileDropFullText(Blueprint $blueprint, Fluent $comm... method compileForeign (line 250) | public function compileForeign(Blueprint $blueprint, Fluent $command) method compileDropForeign (line 292) | public function compileDropForeign(Blueprint $blueprint, Fluent $command) method getColumns (line 303) | protected function getColumns(Blueprint $blueprint) method getColumn (line 321) | protected function getColumn(Blueprint $blueprint, $column) method getType (line 337) | protected function getType(Fluent $column) method typeComputed (line 350) | protected function typeComputed(Fluent $column) method typeVector (line 363) | protected function typeVector(Fluent $column) method typeTsvector (line 376) | protected function typeTsvector(Fluent $column) method typeRaw (line 387) | protected function typeRaw(Fluent $column) method addModifiers (line 400) | protected function addModifiers($sql, Blueprint $blueprint, Fluent $co... method getCommandByName (line 418) | protected function getCommandByName(Blueprint $blueprint, $name) method getCommandsByName (line 434) | protected function getCommandsByName(Blueprint $blueprint, $name) method hasCommand (line 448) | protected function hasCommand(Blueprint $blueprint, $name) method prefixArray (line 466) | public function prefixArray($prefix, array $values) method wrapTable (line 480) | public function wrapTable($table, $prefix = null) method wrap (line 494) | public function wrap($value) method getDefaultValue (line 507) | protected function getDefaultValue($value) method getFluentCommands (line 527) | public function getFluentCommands() method supportsSchemaTransactions (line 537) | public function supportsSchemaTransactions() FILE: src/Illuminate/Database/Schema/Grammars/MariaDbGrammar.php class MariaDbGrammar (line 8) | class MariaDbGrammar extends MySqlGrammar method compileRenameColumn (line 11) | public function compileRenameColumn(Blueprint $blueprint, Fluent $comm... method typeUuid (line 26) | protected function typeUuid(Fluent $column) method typeGeometry (line 41) | protected function typeGeometry(Fluent $column) method wrapJsonSelector (line 61) | protected function wrapJsonSelector($value) FILE: src/Illuminate/Database/Schema/Grammars/MySqlGrammar.php class MySqlGrammar (line 12) | class MySqlGrammar extends Grammar method compileCreateDatabase (line 44) | public function compileCreateDatabase($name) method compileSchemas (line 64) | public function compileSchemas() method compileTableExists (line 78) | public function compileTableExists($schema, $table) method compileTables (line 94) | public function compileTables($schema) method compileViews (line 112) | public function compileViews($schema) method compileSchemaWhereClause (line 127) | protected function compileSchemaWhereClause($schema, $column) method compileColumns (line 143) | public function compileColumns($schema, $table) method compileIndexes (line 164) | public function compileIndexes($schema, $table) method compileForeignKeys (line 183) | public function compileForeignKeys($schema, $table) method compileCreate (line 209) | public function compileCreate(Blueprint $blueprint, Fluent $command) method compileCreateTable (line 235) | protected function compileCreateTable($blueprint, $command) method compileCreateEncoding (line 263) | protected function compileCreateEncoding($sql, Blueprint $blueprint) method compileCreateEngine (line 293) | protected function compileCreateEngine($sql, Blueprint $blueprint) method compileAdd (line 311) | public function compileAdd(Blueprint $blueprint, Fluent $command) method compileAutoIncrementStartingValues (line 328) | public function compileAutoIncrementStartingValues(Blueprint $blueprin... method compileRenameColumn (line 337) | public function compileRenameColumn(Blueprint $blueprint, Fluent $comm... method compileLegacyRenameColumn (line 357) | protected function compileLegacyRenameColumn(Blueprint $blueprint, Flu... method compileChange (line 396) | public function compileChange(Blueprint $blueprint, Fluent $command) method compilePrimary (line 428) | public function compilePrimary(Blueprint $blueprint, Fluent $command) method compileUnique (line 445) | public function compileUnique(Blueprint $blueprint, Fluent $command) method compileIndex (line 457) | public function compileIndex(Blueprint $blueprint, Fluent $command) method compileFullText (line 469) | public function compileFullText(Blueprint $blueprint, Fluent $command) method compileSpatialIndex (line 481) | public function compileSpatialIndex(Blueprint $blueprint, Fluent $comm... method compileKey (line 494) | protected function compileKey(Blueprint $blueprint, Fluent $command, $... method compileDrop (line 513) | public function compileDrop(Blueprint $blueprint, Fluent $command) method compileDropIfExists (line 525) | public function compileDropIfExists(Blueprint $blueprint, Fluent $comm... method compileDropColumn (line 537) | public function compileDropColumn(Blueprint $blueprint, Fluent $command) method compileDropPrimary (line 561) | public function compileDropPrimary(Blueprint $blueprint, Fluent $command) method compileDropUnique (line 573) | public function compileDropUnique(Blueprint $blueprint, Fluent $command) method compileDropIndex (line 587) | public function compileDropIndex(Blueprint $blueprint, Fluent $command) method compileDropFullText (line 601) | public function compileDropFullText(Blueprint $blueprint, Fluent $comm... method compileDropSpatialIndex (line 613) | public function compileDropSpatialIndex(Blueprint $blueprint, Fluent $... method compileForeign (line 625) | public function compileForeign(Blueprint $blueprint, Fluent $command) method compileDropForeign (line 643) | public function compileDropForeign(Blueprint $blueprint, Fluent $command) method compileRename (line 657) | public function compileRename(Blueprint $blueprint, Fluent $command) method compileRenameIndex (line 671) | public function compileRenameIndex(Blueprint $blueprint, Fluent $command) method compileDropAllTables (line 686) | public function compileDropAllTables($tables) method compileDropAllViews (line 697) | public function compileDropAllViews($views) method compileEnableForeignKeyConstraints (line 707) | public function compileEnableForeignKeyConstraints() method compileDisableForeignKeyConstraints (line 717) | public function compileDisableForeignKeyConstraints() method compileTableComment (line 729) | public function compileTableComment(Blueprint $blueprint, Fluent $comm... method escapeNames (line 743) | public function escapeNames($names) method typeChar (line 757) | protected function typeChar(Fluent $column) method typeString (line 768) | protected function typeString(Fluent $column) method typeTinyText (line 779) | protected function typeTinyText(Fluent $column) method typeText (line 790) | protected function typeText(Fluent $column) method typeMediumText (line 801) | protected function typeMediumText(Fluent $column) method typeLongText (line 812) | protected function typeLongText(Fluent $column) method typeBigInteger (line 823) | protected function typeBigInteger(Fluent $column) method typeInteger (line 834) | protected function typeInteger(Fluent $column) method typeMediumInteger (line 845) | protected function typeMediumInteger(Fluent $column) method typeTinyInteger (line 856) | protected function typeTinyInteger(Fluent $column) method typeSmallInteger (line 867) | protected function typeSmallInteger(Fluent $column) method typeFloat (line 878) | protected function typeFloat(Fluent $column) method typeDouble (line 893) | protected function typeDouble(Fluent $column) method typeDecimal (line 904) | protected function typeDecimal(Fluent $column) method typeBoolean (line 915) | protected function typeBoolean(Fluent $column) method typeEnum (line 926) | protected function typeEnum(Fluent $column) method typeSet (line 937) | protected function typeSet(Fluent $column) method typeJson (line 948) | protected function typeJson(Fluent $column) method typeJsonb (line 959) | protected function typeJsonb(Fluent $column) method typeDate (line 970) | protected function typeDate(Fluent $column) method typeDateTime (line 991) | protected function typeDateTime(Fluent $column) method typeDateTimeTz (line 1012) | protected function typeDateTimeTz(Fluent $column) method typeTime (line 1023) | protected function typeTime(Fluent $column) method typeTimeTz (line 1034) | protected function typeTimeTz(Fluent $column) method typeTimestamp (line 1045) | protected function typeTimestamp(Fluent $column) method typeTimestampTz (line 1066) | protected function typeTimestampTz(Fluent $column) method typeYear (line 1077) | protected function typeYear(Fluent $column) method typeBinary (line 1098) | protected function typeBinary(Fluent $column) method typeUuid (line 1113) | protected function typeUuid(Fluent $column) method typeIpAddress (line 1124) | protected function typeIpAddress(Fluent $column) method typeMacAddress (line 1135) | protected function typeMacAddress(Fluent $column) method typeGeometry (line 1146) | protected function typeGeometry(Fluent $column) method typeGeography (line 1170) | protected function typeGeography(Fluent $column) method typeComputed (line 1183) | protected function typeComputed(Fluent $column) method typeVector (line 1194) | protected function typeVector(Fluent $column) method modifyVirtualAs (line 1208) | protected function modifyVirtualAs(Blueprint $blueprint, Fluent $column) method modifyStoredAs (line 1230) | protected function modifyStoredAs(Blueprint $blueprint, Fluent $column) method modifyUnsigned (line 1252) | protected function modifyUnsigned(Blueprint $blueprint, Fluent $column) method modifyCharset (line 1266) | protected function modifyCharset(Blueprint $blueprint, Fluent $column) method modifyCollate (line 1280) | protected function modifyCollate(Blueprint $blueprint, Fluent $column) method modifyNullable (line 1294) | protected function modifyNullable(Blueprint $blueprint, Fluent $column) method modifyInvisible (line 1315) | protected function modifyInvisible(Blueprint $blueprint, Fluent $column) method modifyDefault (line 1329) | protected function modifyDefault(Blueprint $blueprint, Fluent $column) method modifyOnUpdate (line 1343) | protected function modifyOnUpdate(Blueprint $blueprint, Fluent $column) method modifyIncrement (line 1357) | protected function modifyIncrement(Blueprint $blueprint, Fluent $column) method modifyFirst (line 1373) | protected function modifyFirst(Blueprint $blueprint, Fluent $column) method modifyAfter (line 1387) | protected function modifyAfter(Blueprint $blueprint, Fluent $column) method modifyComment (line 1401) | protected function modifyComment(Blueprint $blueprint, Fluent $column) method wrapValue (line 1414) | protected function wrapValue($value) method wrapJsonSelector (line 1429) | protected function wrapJsonSelector($value) FILE: src/Illuminate/Database/Schema/Grammars/PostgresGrammar.php class PostgresGrammar (line 11) | class PostgresGrammar extends Grammar method compileCreateDatabase (line 47) | public function compileCreateDatabase($name) method compileSchemas (line 63) | public function compileSchemas() method compileTableExists (line 77) | public function compileTableExists($schema, $table) method compileTables (line 93) | public function compileTables($schema) method compileViews (line 108) | public function compileViews($schema) method compileTypes (line 121) | public function compileTypes($schema) method compileSchemaWhereClause (line 141) | protected function compileSchemaWhereClause($schema, $column) method compileColumns (line 157) | public function compileColumns($schema, $table) method compileIndexes (line 181) | public function compileIndexes($schema, $table) method compileForeignKeys (line 207) | public function compileForeignKeys($schema, $table) method compileCreate (line 237) | public function compileCreate(Blueprint $blueprint, Fluent $command) method compileAdd (line 253) | public function compileAdd(Blueprint $blueprint, Fluent $command) method compileAutoIncrementStartingValues (line 268) | public function compileAutoIncrementStartingValues(Blueprint $blueprin... method compileChange (line 282) | public function compileChange(Blueprint $blueprint, Fluent $command) method compilePrimary (line 315) | public function compilePrimary(Blueprint $blueprint, Fluent $command) method compileUnique (line 329) | public function compileUnique(Blueprint $blueprint, Fluent $command) method compileIndex (line 379) | public function compileIndex(Blueprint $blueprint, Fluent $command) method compileFulltext (line 399) | public function compileFulltext(Blueprint $blueprint, Fluent $command) method compileSpatialIndex (line 422) | public function compileSpatialIndex(Blueprint $blueprint, Fluent $comm... method compileVectorIndex (line 440) | public function compileVectorIndex(Blueprint $blueprint, Fluent $command) method compileIndexWithOperatorClass (line 452) | protected function compileIndexWithOperatorClass(Blueprint $blueprint,... method columnizeWithOperatorClass (line 472) | protected function columnizeWithOperatorClass(array $columns, $operato... method compileForeign (line 486) | public function compileForeign(Blueprint $blueprint, Fluent $command) method compileDrop (line 512) | public function compileDrop(Blueprint $blueprint, Fluent $command) method compileDropIfExists (line 524) | public function compileDropIfExists(Blueprint $blueprint, Fluent $comm... method compileDropAllTables (line 535) | public function compileDropAllTables($tables) method compileDropAllViews (line 546) | public function compileDropAllViews($views) method compileDropAllTypes (line 557) | public function compileDropAllTypes($types) method compileDropAllDomains (line 568) | public function compileDropAllDomains($domains) method compileDropColumn (line 580) | public function compileDropColumn(Blueprint $blueprint, Fluent $command) method compileDropPrimary (line 594) | public function compileDropPrimary(Blueprint $blueprint, Fluent $command) method compileDropUnique (line 609) | public function compileDropUnique(Blueprint $blueprint, Fluent $command) method compileDropIndex (line 623) | public function compileDropIndex(Blueprint $blueprint, Fluent $command) method compileDropFullText (line 635) | public function compileDropFullText(Blueprint $blueprint, Fluent $comm... method compileDropSpatialIndex (line 647) | public function compileDropSpatialIndex(Blueprint $blueprint, Fluent $... method compileDropForeign (line 659) | public function compileDropForeign(Blueprint $blueprint, Fluent $command) method compileRename (line 673) | public function compileRename(Blueprint $blueprint, Fluent $command) method compileRenameIndex (line 687) | public function compileRenameIndex(Blueprint $blueprint, Fluent $command) method compileEnableForeignKeyConstraints (line 700) | public function compileEnableForeignKeyConstraints() method compileDisableForeignKeyConstraints (line 710) | public function compileDisableForeignKeyConstraints() method compileComment (line 722) | public function compileComment(Blueprint $blueprint, Fluent $command) method compileTableComment (line 740) | public function compileTableComment(Blueprint $blueprint, Fluent $comm... method escapeNames (line 754) | public function escapeNames($names) method typeChar (line 768) | protected function typeChar(Fluent $column) method typeString (line 783) | protected function typeString(Fluent $column) method typeTinyText (line 798) | protected function typeTinyText(Fluent $column) method typeText (line 809) | protected function typeText(Fluent $column) method typeMediumText (line 820) | protected function typeMediumText(Fluent $column) method typeLongText (line 831) | protected function typeLongText(Fluent $column) method typeInteger (line 842) | protected function typeInteger(Fluent $column) method typeBigInteger (line 853) | protected function typeBigInteger(Fluent $column) method typeMediumInteger (line 864) | protected function typeMediumInteger(Fluent $column) method typeTinyInteger (line 875) | protected function typeTinyInteger(Fluent $column) method typeSmallInteger (line 886) | protected function typeSmallInteger(Fluent $column) method typeFloat (line 897) | protected function typeFloat(Fluent $column) method typeDouble (line 912) | protected function typeDouble(Fluent $column) method typeReal (line 923) | protected function typeReal(Fluent $column) method typeDecimal (line 934) | protected function typeDecimal(Fluent $column) method typeBoolean (line 945) | protected function typeBoolean(Fluent $column) method typeEnum (line 956) | protected function typeEnum(Fluent $column) method typeJson (line 971) | protected function typeJson(Fluent $column) method typeJsonb (line 982) | protected function typeJsonb(Fluent $column) method typeDate (line 993) | protected function typeDate(Fluent $column) method typeDateTime (line 1008) | protected function typeDateTime(Fluent $column) method typeDateTimeTz (line 1019) | protected function typeDateTimeTz(Fluent $column) method typeTime (line 1030) | protected function typeTime(Fluent $column) method typeTimeTz (line 1041) | protected function typeTimeTz(Fluent $column) method typeTimestamp (line 1052) | protected function typeTimestamp(Fluent $column) method typeTimestampTz (line 1067) | protected function typeTimestampTz(Fluent $column) method typeYear (line 1082) | protected function typeYear(Fluent $column) method typeBinary (line 1097) | protected function typeBinary(Fluent $column) method typeUuid (line 1108) | protected function typeUuid(Fluent $column) method typeIpAddress (line 1119) | protected function typeIpAddress(Fluent $column) method typeMacAddress (line 1130) | protected function typeMacAddress(Fluent $column) method typeGeometry (line 1141) | protected function typeGeometry(Fluent $column) method typeGeography (line 1159) | protected function typeGeography(Fluent $column) method typeVector (line 1177) | protected function typeVector(Fluent $column) method typeTsvector (line 1190) | protected function typeTsvector(Fluent $column) method modifyCollate (line 1202) | protected function modifyCollate(Blueprint $blueprint, Fluent $column) method modifyNullable (line 1216) | protected function modifyNullable(Blueprint $blueprint, Fluent $column) method modifyDefault (line 1232) | protected function modifyDefault(Blueprint $blueprint, Fluent $column) method modifyIncrement (line 1254) | protected function modifyIncrement(Blueprint $blueprint, Fluent $column) method modifyVirtualAs (line 1273) | protected function modifyVirtualAs(Blueprint $blueprint, Fluent $column) method modifyStoredAs (line 1299) | protected function modifyStoredAs(Blueprint $blueprint, Fluent $column) method modifyGeneratedAs (line 1323) | protected function modifyGeneratedAs(Blueprint $blueprint, Fluent $col... FILE: src/Illuminate/Database/Schema/Grammars/SQLiteGrammar.php class SQLiteGrammar (line 13) | class SQLiteGrammar extends Grammar method getAlterCommands (line 34) | public function getAlterCommands() method compileSqlCreateStatement (line 53) | public function compileSqlCreateStatement($schema, $name, $type = 'tab... method compileDbstatExists (line 67) | public function compileDbstatExists() method compileSchemas (line 77) | public function compileSchemas() method compileTableExists (line 89) | public function compileTableExists($schema, $table) method compileTables (line 105) | public function compileTables($schema, $withSize = false) method compileLegacyTables (line 128) | public function compileLegacyTables($schema, $withSize = false) method compileViews (line 155) | public function compileViews($schema) method compileColumns (line 171) | public function compileColumns($schema, $table) method compileIndexes (line 188) | public function compileIndexes($schema, $table) method compileForeignKeys (line 211) | public function compileForeignKeys($schema, $table) method compileCreate (line 231) | public function compileCreate(Blueprint $blueprint, Fluent $command) method addForeignKeys (line 248) | protected function addForeignKeys($foreignKeys) method getForeignKey (line 264) | protected function getForeignKey($foreign) method addPrimaryKeys (line 295) | protected function addPrimaryKeys($primary) method compileAdd (line 309) | public function compileAdd(Blueprint $blueprint, Fluent $command) method compileAlter (line 324) | public function compileAlter(Blueprint $blueprint, Fluent $command) method compileChange (line 374) | public function compileChange(Blueprint $blueprint, Fluent $command) method compilePrimary (line 386) | public function compilePrimary(Blueprint $blueprint, Fluent $command) method compileUnique (line 398) | public function compileUnique(Blueprint $blueprint, Fluent $command) method compileIndex (line 417) | public function compileIndex(Blueprint $blueprint, Fluent $command) method compileSpatialIndex (line 438) | public function compileSpatialIndex(Blueprint $blueprint, Fluent $comm... method compileForeign (line 450) | public function compileForeign(Blueprint $blueprint, Fluent $command) method compileDrop (line 462) | public function compileDrop(Blueprint $blueprint, Fluent $command) method compileDropIfExists (line 474) | public function compileDropIfExists(Blueprint $blueprint, Fluent $comm... method compileDropAllTables (line 485) | public function compileDropAllTables($schema = null) method compileDropAllViews (line 498) | public function compileDropAllViews($schema = null) method compileRebuild (line 511) | public function compileRebuild($schema = null) method compileDropColumn (line 525) | public function compileDropColumn(Blueprint $blueprint, Fluent $command) method compileDropPrimary (line 547) | public function compileDropPrimary(Blueprint $blueprint, Fluent $command) method compileDropUnique (line 559) | public function compileDropUnique(Blueprint $blueprint, Fluent $command) method compileDropIndex (line 571) | public function compileDropIndex(Blueprint $blueprint, Fluent $command) method compileDropSpatialIndex (line 590) | public function compileDropSpatialIndex(Blueprint $blueprint, Fluent $... method compileDropForeign (line 604) | public function compileDropForeign(Blueprint $blueprint, Fluent $command) method compileRename (line 620) | public function compileRename(Blueprint $blueprint, Fluent $command) method compileRenameIndex (line 636) | public function compileRenameIndex(Blueprint $blueprint, Fluent $command) method compileEnableForeignKeyConstraints (line 672) | public function compileEnableForeignKeyConstraints() method compileDisableForeignKeyConstraints (line 682) | public function compileDisableForeignKeyConstraints() method pragma (line 694) | public function pragma(string $key, mixed $value = null): string method typeChar (line 708) | protected function typeChar(Fluent $column) method typeString (line 719) | protected function typeString(Fluent $column) method typeTinyText (line 730) | protected function typeTinyText(Fluent $column) method typeText (line 741) | protected function typeText(Fluent $column) method typeMediumText (line 752) | protected function typeMediumText(Fluent $column) method typeLongText (line 763) | protected function typeLongText(Fluent $column) method typeInteger (line 774) | protected function typeInteger(Fluent $column) method typeBigInteger (line 785) | protected function typeBigInteger(Fluent $column) method typeMediumInteger (line 796) | protected function typeMediumInteger(Fluent $column) method typeTinyInteger (line 807) | protected function typeTinyInteger(Fluent $column) method typeSmallInteger (line 818) | protected function typeSmallInteger(Fluent $column) method typeFloat (line 829) | protected function typeFloat(Fluent $column) method typeDouble (line 840) | protected function typeDouble(Fluent $column) method typeDecimal (line 851) | protected function typeDecimal(Fluent $column) method typeBoolean (line 862) | protected function typeBoolean(Fluent $column) method typeEnum (line 873) | protected function typeEnum(Fluent $column) method typeJson (line 888) | protected function typeJson(Fluent $column) method typeJsonb (line 899) | protected function typeJsonb(Fluent $column) method typeDate (line 910) | protected function typeDate(Fluent $column) method typeDateTime (line 925) | protected function typeDateTime(Fluent $column) method typeDateTimeTz (line 940) | protected function typeDateTimeTz(Fluent $column) method typeTime (line 951) | protected function typeTime(Fluent $column) method typeTimeTz (line 962) | protected function typeTimeTz(Fluent $column) method typeTimestamp (line 973) | protected function typeTimestamp(Fluent $column) method typeTimestampTz (line 988) | protected function typeTimestampTz(Fluent $column) method typeYear (line 999) | protected function typeYear(Fluent $column) method typeBinary (line 1014) | protected function typeBinary(Fluent $column) method typeUuid (line 1025) | protected function typeUuid(Fluent $column) method typeIpAddress (line 1036) | protected function typeIpAddress(Fluent $column) method typeMacAddress (line 1047) | protected function typeMacAddress(Fluent $column) method typeGeometry (line 1058) | protected function typeGeometry(Fluent $column) method typeGeography (line 1069) | protected function typeGeography(Fluent $column) method typeComputed (line 1082) | protected function typeComputed(Fluent $column) method modifyVirtualAs (line 1094) | protected function modifyVirtualAs(Blueprint $blueprint, Fluent $column) method modifyStoredAs (line 1116) | protected function modifyStoredAs(Blueprint $blueprint, Fluent $column) method modifyNullable (line 1138) | protected function modifyNullable(Blueprint $blueprint, Fluent $column) method modifyDefault (line 1159) | protected function modifyDefault(Blueprint $blueprint, Fluent $column) method modifyIncrement (line 1173) | protected function modifyIncrement(Blueprint $blueprint, Fluent $column) method modifyCollate (line 1187) | protected function modifyCollate(Blueprint $blueprint, Fluent $column) method wrapJsonSelector (line 1200) | protected function wrapJsonSelector($value) FILE: src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php class SqlServerGrammar (line 9) | class SqlServerGrammar extends Grammar method compileSchemas (line 44) | public function compileSchemas() method compileTableExists (line 57) | public function compileTableExists($schema, $table) method compileTables (line 71) | public function compileTables($schema) method compileViews (line 89) | public function compileViews($schema) method compileSchemaWhereClause (line 105) | protected function compileSchemaWhereClause($schema, $column) method compileColumns (line 121) | public function compileColumns($schema, $table) method compileIndexes (line 151) | public function compileIndexes($schema, $table) method compileForeignKeys (line 175) | public function compileForeignKeys($schema, $table) method compileCreate (line 206) | public function compileCreate(Blueprint $blueprint, Fluent $command) method compileAdd (line 221) | public function compileAdd(Blueprint $blueprint, Fluent $command) method compileRenameColumn (line 230) | public function compileRenameColumn(Blueprint $blueprint, Fluent $comm... method compileChange (line 239) | public function compileChange(Blueprint $blueprint, Fluent $command) method compilePrimary (line 257) | public function compilePrimary(Blueprint $blueprint, Fluent $command) method compileUnique (line 273) | public function compileUnique(Blueprint $blueprint, Fluent $command) method compileIndex (line 290) | public function compileIndex(Blueprint $blueprint, Fluent $command) method compileSpatialIndex (line 307) | public function compileSpatialIndex(Blueprint $blueprint, Fluent $comm... method compileDefault (line 323) | public function compileDefault(Blueprint $blueprint, Fluent $command) method compileDrop (line 341) | public function compileDrop(Blueprint $blueprint, Fluent $command) method compileDropIfExists (line 353) | public function compileDropIfExists(Blueprint $blueprint, Fluent $comm... method compileDropAllTables (line 366) | public function compileDropAllTables() method compileDropColumn (line 378) | public function compileDropColumn(Blueprint $blueprint, Fluent $command) method compileDropDefaultConstraint (line 394) | public function compileDropDefaultConstraint(Blueprint $blueprint, Flu... method compileDropPrimary (line 419) | public function compileDropPrimary(Blueprint $blueprint, Fluent $command) method compileDropUnique (line 433) | public function compileDropUnique(Blueprint $blueprint, Fluent $command) method compileDropIndex (line 447) | public function compileDropIndex(Blueprint $blueprint, Fluent $command) method compileDropSpatialIndex (line 461) | public function compileDropSpatialIndex(Blueprint $blueprint, Fluent $... method compileDropForeign (line 473) | public function compileDropForeign(Blueprint $blueprint, Fluent $command) method compileRename (line 487) | public function compileRename(Blueprint $blueprint, Fluent $command) method compileRenameIndex (line 502) | public function compileRenameIndex(Blueprint $blueprint, Fluent $command) method compileEnableForeignKeyConstraints (line 515) | public function compileEnableForeignKeyConstraints() method compileDisableForeignKeyConstraints (line 525) | public function compileDisableForeignKeyConstraints() method compileDropAllForeignKeys (line 535) | public function compileDropAllForeignKeys() method compileDropAllViews (line 551) | public function compileDropAllViews() method typeChar (line 566) | protected function typeChar(Fluent $column) method typeString (line 577) | protected function typeString(Fluent $column) method typeTinyText (line 588) | protected function typeTinyText(Fluent $column) method typeText (line 599) | protected function typeText(Fluent $column) method typeMediumText (line 610) | protected function typeMediumText(Fluent $column) method typeLongText (line 621) | protected function typeLongText(Fluent $column) method typeInteger (line 632) | protected function typeInteger(Fluent $column) method typeBigInteger (line 643) | protected function typeBigInteger(Fluent $column) method typeMediumInteger (line 654) | protected function typeMediumInteger(Fluent $column) method typeTinyInteger (line 665) | protected function typeTinyInteger(Fluent $column) method typeSmallInteger (line 676) | protected function typeSmallInteger(Fluent $column) method typeFloat (line 687) | protected function typeFloat(Fluent $column) method typeDouble (line 702) | protected function typeDouble(Fluent $column) method typeDecimal (line 713) | protected function typeDecimal(Fluent $column) method typeBoolean (line 724) | protected function typeBoolean(Fluent $column) method typeEnum (line 735) | protected function typeEnum(Fluent $column) method typeJson (line 750) | protected function typeJson(Fluent $column) method typeJsonb (line 761) | protected function typeJsonb(Fluent $column) method typeDate (line 772) | protected function typeDate(Fluent $column) method typeDateTime (line 787) | protected function typeDateTime(Fluent $column) method typeDateTimeTz (line 798) | protected function typeDateTimeTz(Fluent $column) method typeTime (line 809) | protected function typeTime(Fluent $column) method typeTimeTz (line 820) | protected function typeTimeTz(Fluent $column) method typeTimestamp (line 831) | protected function typeTimestamp(Fluent $column) method typeTimestampTz (line 848) | protected function typeTimestampTz(Fluent $column) method typeYear (line 863) | protected function typeYear(Fluent $column) method typeBinary (line 878) | protected function typeBinary(Fluent $column) method typeUuid (line 893) | protected function typeUuid(Fluent $column) method typeIpAddress (line 904) | protected function typeIpAddress(Fluent $column) method typeMacAddress (line 915) | protected function typeMacAddress(Fluent $column) method typeGeometry (line 926) | protected function typeGeometry(Fluent $column) method typeGeography (line 937) | protected function typeGeography(Fluent $column) method typeComputed (line 948) | protected function typeComputed(Fluent $column) method modifyCollate (line 960) | protected function modifyCollate(Blueprint $blueprint, Fluent $column) method modifyNullable (line 974) | protected function modifyNullable(Blueprint $blueprint, Fluent $column) method modifyDefault (line 988) | protected function modifyDefault(Blueprint $blueprint, Fluent $column) method modifyIncrement (line 1002) | protected function modifyIncrement(Blueprint $blueprint, Fluent $column) method modifyPersisted (line 1016) | protected function modifyPersisted(Blueprint $blueprint, Fluent $column) method quoteString (line 1037) | public function quoteString($value) FILE: src/Illuminate/Database/Schema/IndexDefinition.php class IndexDefinition (line 16) | class IndexDefinition extends Fluent FILE: src/Illuminate/Database/Schema/MariaDbBuilder.php class MariaDbBuilder (line 5) | class MariaDbBuilder extends MySqlBuilder FILE: src/Illuminate/Database/Schema/MariaDbSchemaState.php class MariaDbSchemaState (line 5) | class MariaDbSchemaState extends MySqlSchemaState method load (line 13) | public function load($path) method baseDumpCommand (line 31) | protected function baseDumpCommand() FILE: src/Illuminate/Database/Schema/MySqlBuilder.php class MySqlBuilder (line 5) | class MySqlBuilder extends Builder method dropAllTables (line 12) | public function dropAllTables() method dropAllViews (line 36) | public function dropAllViews() method getCurrentSchemaListing (line 54) | public function getCurrentSchemaListing() FILE: src/Illuminate/Database/Schema/MySqlSchemaState.php class MySqlSchemaState (line 11) | class MySqlSchemaState extends SchemaState method dump (line 20) | public function dump(Connection $connection, $path) method removeAutoIncrementingState (line 41) | protected function removeAutoIncrementingState(string $path) method appendMigrationData (line 56) | protected function appendMigrationData(string $path) method load (line 73) | public function load($path) method baseDumpCommand (line 91) | protected function baseDumpCommand() method connectionString (line 110) | protected function connectionString(array $versionInfo) method baseVariables (line 155) | protected function baseVariables(array $config) method executeDumpProcess (line 183) | protected function executeDumpProcess(Process $process, $output, array... method detectClientVersion (line 215) | protected function detectClientVersion(): array FILE: src/Illuminate/Database/Schema/PostgresBuilder.php class PostgresBuilder (line 7) | class PostgresBuilder extends Builder method dropAllTables (line 16) | public function dropAllTables() method dropAllViews (line 42) | public function dropAllViews() method dropAllTypes (line 60) | public function dropAllTypes() method getCurrentSchemaListing (line 89) | public function getCurrentSchemaListing() FILE: src/Illuminate/Database/Schema/PostgresSchemaState.php class PostgresSchemaState (line 8) | class PostgresSchemaState extends SchemaState method dump (line 17) | public function dump(Connection $connection, $path) method load (line 40) | public function load($path) method getMigrationTable (line 60) | protected function getMigrationTable(): string method baseDumpCommand (line 72) | protected function baseDumpCommand() method baseVariables (line 83) | protected function baseVariables(array $config) FILE: src/Illuminate/Database/Schema/SQLiteBuilder.php class SQLiteBuilder (line 9) | class SQLiteBuilder extends Builder method createDatabase (line 17) | public function createDatabase($name) method dropDatabaseIfExists (line 28) | public function dropDatabaseIfExists($name) method getTables (line 34) | public function getTables($schema = null) method getViews (line 64) | public function getViews($schema = null) method getColumns (line 80) | public function getColumns($table) method dropAllTables (line 97) | public function dropAllTables() method dropAllViews (line 126) | public function dropAllViews() method pragma (line 146) | public function pragma($key, $value = null) method refreshDatabaseFile (line 159) | public function refreshDatabaseFile($path = null) method getCurrentSchemaListing (line 169) | public function getCurrentSchemaListing() FILE: src/Illuminate/Database/Schema/SchemaState.php class SchemaState (line 9) | abstract class SchemaState method __construct (line 53) | public function __construct(Connection $connection, ?Filesystem $files... method dump (line 75) | abstract public function dump(Connection $connection, $path); method load (line 83) | abstract public function load($path); method makeProcess (line 91) | public function makeProcess(...$arguments) method hasMigrationTable (line 101) | public function hasMigrationTable(): bool method getMigrationTable (line 111) | protected function getMigrationTable(): string method withMigrationTable (line 122) | public function withMigrationTable(string $table) method handleOutputUsing (line 135) | public function handleOutputUsing(callable $output) FILE: src/Illuminate/Database/Schema/SqlServerBuilder.php class SqlServerBuilder (line 7) | class SqlServerBuilder extends Builder method dropAllTables (line 14) | public function dropAllTables() method dropAllViews (line 26) | public function dropAllViews() method getCurrentSchemaName (line 36) | public function getCurrentSchemaName() FILE: src/Illuminate/Database/Schema/SqliteSchemaState.php class SqliteSchemaState (line 8) | class SqliteSchemaState extends SchemaState method dump (line 17) | public function dump(Connection $connection, $path) method appendMigrationData (line 40) | protected function appendMigrationData(string $path) method load (line 61) | public function load($path) method baseCommand (line 86) | protected function baseCommand() method baseVariables (line 97) | protected function baseVariables(array $config) FILE: src/Illuminate/Database/Seeder.php class Seeder (line 12) | abstract class Seeder method call (line 43) | public function call($class, $silent = false, array $parameters = []) method callWith (line 83) | public function callWith($class, array $parameters = []) method callSilent (line 95) | public function callSilent($class, array $parameters = []) method callOnce (line 107) | public function callOnce($class, $silent = false, array $parameters = []) method resolve (line 126) | protected function resolve($class) method setContainer (line 149) | public function setContainer(Container $container) method setCommand (line 162) | public function setCommand(Command $command) method __invoke (line 177) | public function __invoke(array $parameters = []) FILE: src/Illuminate/Database/SqlServerConnection.php class SqlServerConnection (line 15) | class SqlServerConnection extends Connection method getDriverTitle (line 20) | public function getDriverTitle() method transaction (line 34) | public function transaction(Closure $callback, $attempts = 1) method escapeBinary (line 71) | protected function escapeBinary($value) method isUniqueConstraintError (line 84) | protected function isUniqueConstraintError(Exception $exception) method getDefaultQueryGrammar (line 94) | protected function getDefaultQueryGrammar() method getSchemaBuilder (line 104) | public function getSchemaBuilder() method getDefaultSchemaGrammar (line 118) | protected function getDefaultSchemaGrammar() method getSchemaState (line 131) | public function getSchemaState(?Filesystem $files = null, ?callable $p... method getDefaultPostProcessor (line 141) | protected function getDefaultPostProcessor() FILE: src/Illuminate/Database/UniqueConstraintViolationException.php class UniqueConstraintViolationException (line 5) | class UniqueConstraintViolationException extends QueryException FILE: src/Illuminate/Encryption/Encrypter.php class Encrypter (line 11) | class Encrypter implements EncrypterContract, StringEncrypter method __construct (line 54) | public function __construct($key, $cipher = 'aes-128-cbc') method supported (line 75) | public static function supported($key, $cipher) method generateKey (line 90) | public static function generateKey($cipher) method encrypt (line 104) | public function encrypt(#[\SensitiveParameter] $value, $serialize = true) method encryptString (line 141) | public function encryptString(#[\SensitiveParameter] $value) method decrypt (line 155) | public function decrypt($payload, $unserialize = true) method decryptString (line 206) | public function decryptString($payload) method hash (line 219) | protected function hash(#[\SensitiveParameter] $iv, #[\SensitiveParame... method getJsonPayload (line 232) | protected function getJsonPayload($payload) method validPayload (line 256) | protected function validPayload($payload) method validMac (line 281) | protected function validMac(array $payload) method validMacForKey (line 293) | protected function validMacForKey(#[\SensitiveParameter] $payload, $key) method ensureTagIsValid (line 308) | protected function ensureTagIsValid($tag) method shouldValidateMac (line 324) | protected function shouldValidateMac() method appearsEncrypted (line 335) | public static function appearsEncrypted($value) method getKey (line 358) | public function getKey() method getAllKeys (line 368) | public function getAllKeys() method getPreviousKeys (line 378) | public function getPreviousKeys() method previousKeys (line 391) | public function previousKeys(array $keys) FILE: src/Illuminate/Encryption/EncryptionServiceProvider.php class EncryptionServiceProvider (line 9) | class EncryptionServiceProvider extends ServiceProvider method register (line 16) | public function register() method registerEncrypter (line 27) | protected function registerEncrypter() method registerSerializableClosureSecurityKey (line 45) | protected function registerSerializableClosureSecurityKey() method parseKey (line 62) | protected function parseKey(array $config) method key (line 79) | protected function key(array $config) FILE: src/Illuminate/Encryption/MissingAppKeyException.php class MissingAppKeyException (line 7) | class MissingAppKeyException extends RuntimeException method __construct (line 14) | public function __construct($message = 'No application encryption key ... FILE: src/Illuminate/Events/CallQueuedListener.php class CallQueuedListener (line 12) | class CallQueuedListener implements ShouldQueue method __construct (line 120) | public function __construct($class, $method, $data) method handle (line 133) | public function handle(Container $container) method shouldBeUnique (line 147) | public function shouldBeUnique(): bool method shouldBeUniqueUntilProcessing (line 155) | public function shouldBeUniqueUntilProcessing(): bool method uniqueId (line 163) | public function uniqueId(): mixed method uniqueFor (line 171) | public function uniqueFor(): ?int method uniqueVia (line 179) | public function uniqueVia(): ?Cache method setJobInstanceIfNecessary (line 199) | protected function setJobInstanceIfNecessary(Job $job, $instance) method failed (line 216) | public function failed($e) method prepareData (line 234) | protected function prepareData() method displayName (line 246) | public function displayName() method __clone (line 256) | public function __clone() FILE: src/Illuminate/Events/Dispatcher.php class Dispatcher (line 41) | class Dispatcher implements DispatcherContract method __construct (line 111) | public function __construct(?ContainerContract $container = null) method listen (line 123) | public function listen($events, $listener = null) method setupWildcardListen (line 155) | protected function setupWildcardListen($event, $listener) method hasListeners (line 168) | public function hasListeners($eventName) method hasWildcardListeners (line 181) | public function hasWildcardListeners($eventName) method push (line 199) | public function push($event, $payload = []) method flush (line 212) | public function flush($event) method subscribe (line 223) | public function subscribe($subscriber) method resolveSubscriber (line 250) | protected function resolveSubscriber($subscriber) method until (line 266) | public function until($event, $payload = []) method dispatch (line 279) | public function dispatch($event, $payload = [], $halt = false) method invokeListeners (line 319) | protected function invokeListeners($event, $payload, $halt = false) method parseEventAndPayload (line 357) | protected function parseEventAndPayload($event, $payload) method shouldBroadcast (line 371) | protected function shouldBroadcast(array $payload) method broadcastWhen (line 384) | protected function broadcastWhen($event) method broadcastEvent (line 397) | protected function broadcastEvent($event) method getListeners (line 408) | public function getListeners($eventName) method getWildcardListeners (line 426) | protected function getWildcardListeners($eventName) method addInterfaceListeners (line 447) | protected function addInterfaceListeners($eventName, array $listeners ... method prepareListeners (line 465) | protected function prepareListeners(string $eventName) method makeListener (line 483) | public function makeListener($listener, $wildcard = false) method createClassListener (line 509) | public function createClassListener($listener, $wildcard = false) method createClassCallable (line 528) | protected function createClassCallable($listener) method parseClassCallable (line 556) | protected function parseClassCallable($listener) method handlerShouldBeQueued (line 569) | protected function handlerShouldBeQueued($class) method createQueuedHandlerCallable (line 587) | protected function createQueuedHandlerCallable($class, $method) method handlerShouldBeDispatchedAfterDatabaseTransactions (line 606) | protected function handlerShouldBeDispatchedAfterDatabaseTransactions(... method createCallbackForListenerRunningAfterCommits (line 620) | protected function createCallbackForListenerRunningAfterCommits($liste... method handlerWantsToBeQueued (line 640) | protected function handlerWantsToBeQueued($class, $arguments) method queueHandler (line 659) | protected function queueHandler($class, $method, $arguments) method createListenerAndJob (line 703) | protected function createListenerAndJob($class, $method, $arguments) method propagateListenerOptions (line 719) | protected function propagateListenerOptions($listener, $job) method forget (line 770) | public function forget($event) method forgetPushed (line 790) | public function forgetPushed() method resolveQueue (line 804) | protected function resolveQueue() method setQueueResolver (line 815) | public function setQueueResolver(callable $resolver) method resolveTransactionManager (line 827) | protected function resolveTransactionManager() method setTransactionManagerResolver (line 838) | public function setTransactionManagerResolver(callable $resolver) method defer (line 854) | public function defer(callable $callback, ?array $events = null) method shouldDeferEvent (line 886) | protected function shouldDeferEvent(string $event) method getRawListeners (line 896) | public function getRawListeners() FILE: src/Illuminate/Events/EventServiceProvider.php class EventServiceProvider (line 8) | class EventServiceProvider extends ServiceProvider method register (line 15) | public function register() FILE: src/Illuminate/Events/InvokeQueuedClosure.php class InvokeQueuedClosure (line 7) | class InvokeQueuedClosure method handle (line 16) | public function handle($closure, array $arguments) method failed (line 30) | public function failed($closure, array $arguments, array $catchCallbac... FILE: src/Illuminate/Events/NullDispatcher.php class NullDispatcher (line 8) | class NullDispatcher implements DispatcherContract method __construct (line 24) | public function __construct(DispatcherContract $dispatcher) method dispatch (line 37) | public function dispatch($event, $payload = [], $halt = false) method push (line 49) | public function push($event, $payload = []) method until (line 61) | public function until($event, $payload = []) method listen (line 73) | public function listen($events, $listener = null) method hasListeners (line 84) | public function hasListeners($eventName) method subscribe (line 95) | public function subscribe($subscriber) method flush (line 106) | public function flush($event) method forget (line 117) | public function forget($event) method forgetPushed (line 127) | public function forgetPushed() method __call (line 139) | public function __call($method, $parameters) FILE: src/Illuminate/Events/QueuedClosure.php class QueuedClosure (line 11) | class QueuedClosure method __construct (line 67) | public function __construct(Closure $closure) method onConnection (line 78) | public function onConnection($connection) method onQueue (line 91) | public function onQueue($queue) method onGroup (line 106) | public function onGroup($group) method withDeduplicator (line 121) | public function withDeduplicator($deduplicator) method delay (line 136) | public function delay($delay) method catch (line 149) | public function catch(Closure $closure) method resolve (line 161) | public function resolve() FILE: src/Illuminate/Events/functions.php function queueable (line 13) | function queueable(Closure $closure): QueuedClosure FILE: src/Illuminate/Filesystem/AwsS3V3Adapter.php class AwsS3V3Adapter (line 10) | class AwsS3V3Adapter extends FilesystemAdapter method __construct (line 29) | public function __construct(FilesystemOperator $driver, FlysystemAdapt... method url (line 46) | public function url($path) method providesTemporaryUrls (line 65) | public function providesTemporaryUrls() method temporaryUrl (line 78) | public function temporaryUrl($path, $expiration, array $options = []) method temporaryUploadUrl (line 107) | public function temporaryUploadUrl($path, $expiration, array $options ... method getClient (line 138) | public function getClient() FILE: src/Illuminate/Filesystem/Filesystem.php class Filesystem (line 17) | class Filesystem method exists (line 27) | public function exists($path) method missing (line 38) | public function missing($path) method get (line 52) | public function get($path, $lock = false) method json (line 71) | public function json($path, $flags = 0, $lock = false) method sharedGet (line 82) | public function sharedGet($path) method getRequire (line 114) | public function getRequire($path, array $data = []) method requireOnce (line 139) | public function requireOnce($path, array $data = []) method lines (line 163) | public function lines($path) method hash (line 189) | public function hash($path, $algorithm = 'md5') method put (line 202) | public function put($path, $contents, $lock = false) method replace (line 215) | public function replace($path, $content, $mode = null) method replaceInFile (line 244) | public function replaceInFile($search, $replace, $path) method prepend (line 256) | public function prepend($path, $data) method append (line 273) | public function append($path, $data, $lock = false) method chmod (line 285) | public function chmod($path, $mode = null) method delete (line 300) | public function delete($paths) method move (line 328) | public function move($path, $target) method copy (line 340) | public function copy($path, $target) method link (line 352) | public function link($target, $link) method relativeLink (line 376) | public function relativeLink($target, $link) method name (line 395) | public function name($path) method basename (line 406) | public function basename($path) method dirname (line 417) | public function dirname($path) method extension (line 428) | public function extension($path) method guessExtension (line 441) | public function guessExtension($path) method type (line 458) | public function type($path) method mimeType (line 469) | public function mimeType($path) method size (line 480) | public function size($path) method lastModified (line 491) | public function lastModified($path) method isDirectory (line 502) | public function isDirectory($directory) method isEmptyDirectory (line 514) | public function isEmptyDirectory($directory, $ignoreDotFiles = false) method isReadable (line 525) | public function isReadable($path) method isWritable (line 536) | public function isWritable($path) method hasSameHash (line 548) | public function hasSameHash($firstFile, $secondFile) method isFile (line 561) | public function isFile($file) method glob (line 573) | public function glob($pattern, $flags = 0) method files (line 585) | public function files($directory, $hidden = false, array|string|int $d... method allFiles (line 600) | public function allFiles($directory, $hidden = false) method directories (line 611) | public function directories($directory, array|string|int $depth = 0) method allDirectories (line 627) | public function allDirectories(string $directory): array method ensureDirectoryExists (line 640) | public function ensureDirectoryExists($path, $mode = 0755, $recursive ... method makeDirectory (line 656) | public function makeDirectory($path, $mode = 0755, $recursive = false,... method moveDirectory (line 673) | public function moveDirectory($from, $to, $overwrite = false) method copyDirectory (line 690) | public function copyDirectory($directory, $destination, $options = null) method deleteDirectory (line 739) | public function deleteDirectory($directory, $preserve = false) method deleteDirectories (line 778) | public function deleteDirectories($directory) method cleanDirectory (line 799) | public function cleanDirectory($directory) FILE: src/Illuminate/Filesystem/FilesystemAdapter.php class FilesystemAdapter (line 44) | class FilesystemAdapter implements CloudFilesystemContract method __construct (line 107) | public function __construct(FilesystemOperator $driver, FlysystemAdapt... method assertExists (line 128) | public function assertExists($path, $content = null) method assertCount (line 161) | public function assertCount($path, $count, $recursive = false) method assertMissing (line 180) | public function assertMissing($path) method assertDirectoryEmpty (line 201) | public function assertDirectoryEmpty($path) method exists (line 216) | public function exists($path) method missing (line 227) | public function missing($path) method fileExists (line 238) | public function fileExists($path) method fileMissing (line 249) | public function fileMissing($path) method directoryExists (line 260) | public function directoryExists($path) method directoryMissing (line 271) | public function directoryMissing($path) method path (line 282) | public function path($path) method get (line 293) | public function get($path) method json (line 311) | public function json($path, $flags = 0) method response (line 327) | public function response($path, $name = null, array $headers = [], $di... method serve (line 364) | public function serve(Request $request, $path, $name = null, array $he... method download (line 379) | public function download($path, $name = null, array $headers = []) method fallbackName (line 390) | protected function fallbackName($name) method put (line 403) | public function put($path, $contents, $options = []) method putFile (line 446) | public function putFile($path, $file = null, $options = []) method putFileAs (line 466) | public function putFileAs($path, $file, $name = null, $options = []) method getVisibility (line 494) | public function getVisibility($path) method setVisibility (line 510) | public function setVisibility($path, $visibility) method prepend (line 533) | public function prepend($path, $data, $separator = PHP_EOL) method append (line 550) | public function append($path, $data, $separator = PHP_EOL) method delete (line 565) | public function delete($paths) method copy (line 593) | public function copy($from, $to) method move (line 615) | public function move($from, $to) method size (line 636) | public function size($path) method checksum (line 648) | public function checksum(string $path, array $options = []) method mimeType (line 667) | public function mimeType($path) method lastModified (line 686) | public function lastModified($path) method readStream (line 694) | public function readStream($path) method writeStream (line 708) | public function writeStream($path, $resource, array $options = []) method url (line 731) | public function url($path) method getFtpUrl (line 758) | protected function getFtpUrl($path) method getLocalUrl (line 771) | protected function getLocalUrl($path) method providesTemporaryUrls (line 797) | public function providesTemporaryUrls() method providesTemporaryUploadUrls (line 807) | public function providesTemporaryUploadUrls() method temporaryUrl (line 822) | public function temporaryUrl($path, $expiration, array $options = []) method temporaryUploadUrl (line 847) | public function temporaryUploadUrl($path, $expiration, array $options ... method concatPathToUrl (line 869) | protected function concatPathToUrl($url, $path) method replaceBaseUrl (line 881) | protected function replaceBaseUrl($uri, $url) method files (line 898) | public function files($directory = null, $recursive = false) method allFiles (line 917) | public function allFiles($directory = null) method directories (line 929) | public function directories($directory = null, $recursive = false) method allDirectories (line 947) | public function allDirectories($directory = null) method makeDirectory (line 958) | public function makeDirectory($path) method deleteDirectory (line 979) | public function deleteDirectory($directory) method getDriver (line 999) | public function getDriver() method getAdapter (line 1009) | public function getAdapter() method getConfig (line 1019) | public function getConfig() method parseVisibility (line 1032) | protected function parseVisibility($visibility) method serveUsing (line 1051) | public function serveUsing(Closure $callback) method buildTemporaryUrlsUsing (line 1062) | public function buildTemporaryUrlsUsing(Closure $callback) method buildTemporaryUploadUrlsUsing (line 1073) | public function buildTemporaryUploadUrlsUsing(Closure $callback) method throwsExceptions (line 1083) | protected function throwsExceptions(): bool method report (line 1096) | protected function report($exception) method shouldReport (line 1108) | protected function shouldReport(): bool method __call (line 1122) | public function __call($method, $parameters) FILE: src/Illuminate/Filesystem/FilesystemManager.php class FilesystemManager (line 30) | class FilesystemManager implements FactoryContract method __construct (line 58) | public function __construct($app) method drive (line 69) | public function drive($name = null) method disk (line 80) | public function disk($name = null) method cloud (line 92) | public function cloud() method build (line 105) | public function build($config) method get (line 119) | protected function get($name) method resolve (line 133) | protected function resolve($name, $config = null) method callCustomCreator (line 162) | protected function callCustomCreator(array $config) method createLocalDriver (line 174) | public function createLocalDriver(array $config, string $name = 'local') method createFtpDriver (line 205) | public function createFtpDriver(array $config) method createSftpDriver (line 222) | public function createSftpDriver(array $config) method createS3Driver (line 243) | public function createS3Driver(array $config) method formatS3Config (line 270) | protected function formatS3Config(array $config) method createScopedDriver (line 293) | public function createScopedDriver(array $config) method createFlysystem (line 333) | protected function createFlysystem(FlysystemAdapter $adapter, array $c... method set (line 364) | public function set($name, $disk) method getConfig (line 377) | protected function getConfig($name) method getDefaultDriver (line 387) | public function getDefaultDriver() method getDefaultCloudDriver (line 397) | public function getDefaultCloudDriver() method forgetDisk (line 408) | public function forgetDisk($disk) method purge (line 423) | public function purge($name = null) method extend (line 440) | public function extend($driver, Closure $callback) method setApplication (line 453) | public function setApplication($app) method __call (line 467) | public function __call($method, $parameters) FILE: src/Illuminate/Filesystem/FilesystemServiceProvider.php class FilesystemServiceProvider (line 11) | class FilesystemServiceProvider extends ServiceProvider method boot (line 18) | public function boot() method register (line 28) | public function register() method registerNativeFilesystem (line 39) | protected function registerNativeFilesystem() method registerFlysystem (line 51) | protected function registerFlysystem() method registerManager (line 69) | protected function registerManager() method serveFiles (line 83) | protected function serveFiles() method shouldServeFiles (line 136) | protected function shouldServeFiles(array $config) method getDefaultDriver (line 146) | protected function getDefaultDriver() method getCloudDriver (line 156) | protected function getCloudDriver() FILE: src/Illuminate/Filesystem/LocalFilesystemAdapter.php class LocalFilesystemAdapter (line 9) | class LocalFilesystemAdapter extends FilesystemAdapter method providesTemporaryUrls (line 39) | public function providesTemporaryUrls() method providesTemporaryUploadUrls (line 51) | public function providesTemporaryUploadUrls() method temporaryUrl (line 68) | public function temporaryUrl($path, $expiration, array $options = []) method temporaryUploadUrl (line 100) | public function temporaryUploadUrl($path, $expiration, array $options ... method diskName (line 131) | public function diskName(string $disk) method shouldServeSignedUrls (line 145) | public function shouldServeSignedUrls(bool $serve = true, ?Closure $ur... FILE: src/Illuminate/Filesystem/LockableFile.php class LockableFile (line 7) | class LockableFile method __construct (line 36) | public function __construct($path, $mode) method ensureDirectoryExists (line 50) | protected function ensureDirectoryExists($path) method createResource (line 66) | protected function createResource($path, $mode) method read (line 77) | public function read($length = null) method size (line 89) | public function size() method write (line 100) | public function write($contents) method truncate (line 114) | public function truncate() method getSharedLock (line 131) | public function getSharedLock($block = false) method getExclusiveLock (line 150) | public function getExclusiveLock($block = false) method releaseLock (line 166) | public function releaseLock() method close (line 180) | public function close() FILE: src/Illuminate/Filesystem/ReceiveFile.php class ReceiveFile (line 10) | class ReceiveFile method __construct (line 15) | public function __construct( method __invoke (line 26) | public function __invoke(Request $request, string $path): Response method hasValidSignature (line 45) | protected function hasValidSignature(Request $request): bool FILE: src/Illuminate/Filesystem/ServeFile.php class ServeFile (line 9) | class ServeFile method __construct (line 14) | public function __construct( method __invoke (line 25) | public function __invoke(Request $request, string $path) method hasValidSignature (line 55) | protected function hasValidSignature(Request $request): bool FILE: src/Illuminate/Filesystem/functions.php function join_paths (line 12) | function join_paths($basePath, ...$paths): string FILE: src/Illuminate/Foundation/AliasLoader.php class AliasLoader (line 5) | class AliasLoader method __construct (line 40) | private function __construct($aliases) method getInstance (line 51) | public static function getInstance(array $aliases = []) method load (line 70) | public function load($alias) method loadFacade (line 89) | protected function loadFacade($alias) method ensureFacadeExists (line 100) | protected function ensureFacadeExists($alias) method formatFacadeStub (line 130) | protected function formatFacadeStub($alias, $stub) method alias (line 150) | public function alias($alias, $class) method register (line 160) | public function register() method prependToLoaderStack (line 174) | protected function prependToLoaderStack() method getAliases (line 184) | public function getAliases() method setAliases (line 195) | public function setAliases(array $aliases) method isRegistered (line 205) | public function isRegistered() method setRegistered (line 216) | public function setRegistered($value) method setFacadeNamespace (line 227) | public static function setFacadeNamespace($namespace) method setInstance (line 238) | public static function setInstance($loader) method __clone (line 248) | private function __clone() FILE: src/Illuminate/Foundation/Application.php class Application (line 39) | class Application extends Container implements ApplicationContract, Cach... method __construct (line 216) | public function __construct($basePath = null) method configure (line 234) | public static function configure(?string $basePath = null) method inferBasePath (line 253) | public static function inferBasePath() method version (line 270) | public function version() method registerBaseBindings (line 280) | protected function registerBaseBindings() method registerBaseServiceProviders (line 299) | protected function registerBaseServiceProviders() method registerLaravelCloudServices (line 312) | protected function registerLaravelCloudServices() method bootstrapWith (line 335) | public function bootstrapWith(array $bootstrappers) method afterLoadingEnvironment (line 354) | public function afterLoadingEnvironment(Closure $callback) method beforeBootstrapping (line 368) | public function beforeBootstrapping($bootstrapper, Closure $callback) method afterBootstrapping (line 380) | public function afterBootstrapping($bootstrapper, Closure $callback) method hasBeenBootstrapped (line 390) | public function hasBeenBootstrapped() method setBasePath (line 401) | public function setBasePath($basePath) method bindPathsInContainer (line 415) | protected function bindPathsInContainer() method path (line 444) | public function path($path = '') method useAppPath (line 455) | public function useAppPath($path) method basePath (line 470) | public function basePath($path = '') method bootstrapPath (line 481) | public function bootstrapPath($path = '') method getBootstrapProvidersPath (line 491) | public function getBootstrapProvidersPath() method useBootstrapPath (line 502) | public function useBootstrapPath($path) method configPath (line 517) | public function configPath($path = '') method useConfigPath (line 528) | public function useConfigPath($path) method databasePath (line 543) | public function databasePath($path = '') method useDatabasePath (line 554) | public function useDatabasePath($path) method langPath (line 569) | public function langPath($path = '') method useLangPath (line 580) | public function useLangPath($path) method publicPath (line 595) | public function publicPath($path = '') method usePublicPath (line 606) | public function usePublicPath($path) method storagePath (line 621) | public function storagePath($path = '') method useStoragePath (line 640) | public function useStoragePath($path) method resourcePath (line 655) | public function resourcePath($path = '') method viewPath (line 668) | public function viewPath($path = '') method joinPaths (line 682) | public function joinPaths($basePath, $path = '') method environmentPath (line 692) | public function environmentPath() method useEnvironmentPath (line 703) | public function useEnvironmentPath($path) method loadEnvironmentFrom (line 716) | public function loadEnvironmentFrom($file) method environmentFile (line 728) | public function environmentFile() method environmentFilePath (line 738) | public function environmentFilePath() method environment (line 749) | public function environment(...$environments) method isLocal (line 765) | public function isLocal() method isProduction (line 775) | public function isProduction() method detectEnvironment (line 786) | public function detectEnvironment(Closure $callback) method runningInConsole (line 800) | public function runningInConsole() method runningConsoleCommand (line 815) | public function runningConsoleCommand(...$commands) method runningUnitTests (line 832) | public function runningUnitTests() method hasDebugModeEnabled (line 842) | public function hasDebugModeEnabled() method registered (line 853) | public function registered($callback) method registerConfiguredProviders (line 863) | public function registerConfiguredProviders() method register (line 883) | public function register($provider, $force = false) method getProvider (line 933) | public function getProvider($provider) method getProviders (line 946) | public function getProviders($provider) method resolveProvider (line 959) | public function resolveProvider($provider) method markAsRegistered (line 970) | protected function markAsRegistered($provider) method loadDeferredProviders (line 984) | public function loadDeferredProviders() method loadDeferredProvider (line 1002) | public function loadDeferredProvider($service) method registerDeferredProvider (line 1025) | public function registerDeferredProvider($provider, $service = null) method make (line 1054) | public function make($abstract, array $parameters = []) method resolve (line 1074) | protected function resolve($abstract, $parameters = [], $raiseEvents =... method loadDeferredProviderIfNeeded (line 1087) | protected function loadDeferredProviderIfNeeded($abstract) method bound (line 1100) | public function bound($abstract) method isBooted (line 1110) | public function isBooted() method boot (line 1120) | public function boot() method bootProvider (line 1146) | protected function bootProvider(ServiceProvider $provider) method booting (line 1163) | public function booting($callback) method booted (line 1174) | public function booted($callback) method fireAppCallbacks (line 1189) | protected function fireAppCallbacks(array &$callbacks) method handle (line 1205) | public function handle(SymfonyRequest $request, int $type = self::MAIN... method handleRequest (line 1216) | public function handleRequest(Request $request) method handleCommand (line 1231) | public function handleCommand(InputInterface $input) method shouldMergeFrameworkConfiguration (line 1250) | public function shouldMergeFrameworkConfiguration() method dontMergeFrameworkConfiguration (line 1260) | public function dontMergeFrameworkConfiguration() method shouldSkipMiddleware (line 1272) | public function shouldSkipMiddleware() method getCachedServicesPath (line 1283) | public function getCachedServicesPath() method getCachedPackagesPath (line 1293) | public function getCachedPackagesPath() method configurationIsCached (line 1303) | public function configurationIsCached() method getCachedConfigPath (line 1317) | public function getCachedConfigPath() method routesAreCached (line 1327) | public function routesAreCached() method getCachedRoutesPath (line 1341) | public function getCachedRoutesPath() method eventsAreCached (line 1351) | public function eventsAreCached() method getCachedEventsPath (line 1367) | public function getCachedEventsPath() method normalizeCachePath (line 1379) | protected function normalizeCachePath($key, $default) method addAbsoluteCachePathPrefix (line 1396) | public function addAbsoluteCachePathPrefix($prefix) method maintenanceMode (line 1408) | public function maintenanceMode() method isDownForMaintenance (line 1418) | public function isDownForMaintenance() method abort (line 1434) | public function abort($code, $message = '', array $headers = []) method terminating (line 1449) | public function terminating($callback) method terminate (line 1461) | public function terminate() method getLoadedProviders (line 1477) | public function getLoadedProviders() method providerIsLoaded (line 1488) | public function providerIsLoaded(string $provider) method getDeferredServices (line 1498) | public function getDeferredServices() method setDeferredServices (line 1509) | public function setDeferredServices(array $services) method isDeferredService (line 1520) | public function isDeferredService($service) method addDeferredServices (line 1531) | public function addDeferredServices(array $services) method removeDeferredServices (line 1542) | public function removeDeferredServices(array $services) method provideFacades (line 1555) | public function provideFacades($namespace) method getLocale (line 1565) | public function getLocale() method currentLocale (line 1575) | public function currentLocale() method getFallbackLocale (line 1585) | public function getFallbackLocale() method setLocale (line 1596) | public function setLocale($locale) method setFallbackLocale (line 1613) | public function setFallbackLocale($fallbackLocale) method isLocale (line 1626) | public function isLocale($locale) method registerCoreContainerAliases (line 1636) | public function registerCoreContainerAliases() method flush (line 1690) | public function flush() method getNamespace (line 1717) | public function getNamespace() FILE: src/Illuminate/Foundation/Auth/Access/Authorizable.php type Authorizable (line 7) | trait Authorizable method can (line 16) | public function can($abilities, $arguments = []) method canAny (line 28) | public function canAny($abilities, $arguments = []) method cant (line 40) | public function cant($abilities, $arguments = []) method cannot (line 52) | public function cannot($abilities, $arguments = []) FILE: src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php type AuthorizesRequests (line 10) | trait AuthorizesRequests method authorize (line 21) | public function authorize($ability, $arguments = []) method authorizeForUser (line 38) | public function authorizeForUser($user, $ability, $arguments = []) method parseAbilityAndArguments (line 52) | protected function parseAbilityAndArguments($ability, $arguments) method normalizeGuessedAbilityName (line 71) | protected function normalizeGuessedAbilityName($ability) method authorizeResource (line 87) | public function authorizeResource($model, $parameter = null, array $op... method resourceAbilityMap (line 113) | protected function resourceAbilityMap() method resourceMethodsWithoutModels (line 131) | protected function resourceMethodsWithoutModels() FILE: src/Illuminate/Foundation/Auth/EmailVerificationRequest.php class EmailVerificationRequest (line 9) | class EmailVerificationRequest extends FormRequest method authorize (line 16) | public function authorize() method rules (line 34) | public function rules() method fulfill (line 46) | public function fulfill() method withValidator (line 61) | public function withValidator(Validator $validator) FILE: src/Illuminate/Foundation/Auth/User.php class User (line 14) | class User extends Model implements FILE: src/Illuminate/Foundation/Bootstrap/BootProviders.php class BootProviders (line 7) | class BootProviders method bootstrap (line 15) | public function bootstrap(Application $app) FILE: src/Illuminate/Foundation/Bootstrap/HandleExceptions.php class HandleExceptions (line 19) | class HandleExceptions method bootstrap (line 41) | public function bootstrap(Application $app) method handleError (line 71) | public function handleError($level, $message, $file = '', $line = 0) method handleDeprecationError (line 89) | public function handleDeprecationError($message, $file, $line, $level ... method shouldIgnoreDeprecationErrors (line 121) | protected function shouldIgnoreDeprecationErrors() method ensureDeprecationLoggerIsConfigured (line 133) | protected function ensureDeprecationLoggerIsConfigured() method ensureNullLogDriverIsConfigured (line 157) | protected function ensureNullLogDriverIsConfigured() method handleException (line 181) | public function handleException(Throwable $e) method renderForConsole (line 208) | protected function renderForConsole(Throwable $e) method renderHttpResponse (line 219) | protected function renderHttpResponse(Throwable $e) method handleShutdown (line 229) | public function handleShutdown() method fatalErrorFromPhpError (line 245) | protected function fatalErrorFromPhpError(array $error, $traceOffset =... method forwardsTo (line 255) | protected function forwardsTo($method) method isDeprecation (line 268) | protected function isDeprecation($level) method isFatal (line 279) | protected function isFatal($type) method getExceptionHandler (line 289) | protected function getExceptionHandler() method forgetApp (line 301) | public static function forgetApp() method flushState (line 312) | public static function flushState(?TestCase $testCase = null) method flushHandlersState (line 331) | public static function flushHandlersState(?TestCase $testCase = null) FILE: src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php class LoadConfiguration (line 13) | class LoadConfiguration method bootstrap (line 28) | public function bootstrap(Application $app) method loadConfigurationFiles (line 79) | protected function loadConfigurationFiles(Application $app, Repository... method loadConfigurationFile (line 113) | protected function loadConfigurationFile(RepositoryContract $repositor... method mergeableOptions (line 140) | protected function mergeableOptions($name) method getConfigurationFiles (line 160) | protected function getConfigurationFiles(Application $app) method getNestedDirectory (line 188) | protected function getNestedDirectory(SplFileInfo $file, $configPath) method getBaseConfiguration (line 204) | protected function getBaseConfiguration() method alwaysUse (line 221) | public static function alwaysUse(?Closure $alwaysUseConfig): void FILE: src/Illuminate/Foundation/Bootstrap/LoadEnvironmentVariables.php class LoadEnvironmentVariables (line 12) | class LoadEnvironmentVariables method bootstrap (line 20) | public function bootstrap(Application $app) method checkForSpecificEnvironmentFile (line 41) | protected function checkForSpecificEnvironmentFile($app) method setEnvironmentFilePath (line 67) | protected function setEnvironmentFilePath($app, $file) method createDotenv (line 84) | protected function createDotenv($app) method writeErrorAndDie (line 99) | protected function writeErrorAndDie(InvalidFileException $e) FILE: src/Illuminate/Foundation/Bootstrap/RegisterFacades.php class RegisterFacades (line 10) | class RegisterFacades method bootstrap (line 18) | public function bootstrap(Application $app) FILE: src/Illuminate/Foundation/Bootstrap/RegisterProviders.php class RegisterProviders (line 8) | class RegisterProviders method bootstrap (line 30) | public function bootstrap(Application $app) method mergeAdditionalProviders (line 45) | protected function mergeAdditionalProviders(Application $app) method merge (line 75) | public static function merge(array $providers, ?string $bootstrapProvi... method flushState (line 89) | public static function flushState() FILE: src/Illuminate/Foundation/Bootstrap/SetRequestForConsole.php class SetRequestForConsole (line 8) | class SetRequestForConsole method bootstrap (line 16) | public function bootstrap(Application $app) FILE: src/Illuminate/Foundation/Bus/Dispatchable.php type Dispatchable (line 9) | trait Dispatchable method dispatch (line 17) | public static function dispatch(...$arguments) method dispatchIf (line 29) | public static function dispatchIf($boolean, ...$arguments) method dispatchUnless (line 51) | public static function dispatchUnless($boolean, ...$arguments) method dispatchSync (line 74) | public static function dispatchSync(...$arguments) method dispatchAfterResponse (line 85) | public static function dispatchAfterResponse(...$arguments) method withChain (line 96) | public static function withChain($chain) method newPendingDispatch (line 107) | protected static function newPendingDispatch($job) FILE: src/Illuminate/Foundation/Bus/DispatchesJobs.php type DispatchesJobs (line 5) | trait DispatchesJobs method dispatch (line 13) | protected function dispatch($job) method dispatchSync (line 26) | public function dispatchSync($job) FILE: src/Illuminate/Foundation/Bus/PendingChain.php class PendingChain (line 15) | class PendingChain method __construct (line 67) | public function __construct($job, $chain) method onConnection (line 79) | public function onConnection($connection) method onQueue (line 92) | public function onQueue($queue) method prepend (line 105) | public function prepend($job) method append (line 128) | public function append($job) method delay (line 149) | public function delay($delay) method catch (line 162) | public function catch($callback) method catchCallbacks (line 176) | public function catchCallbacks() method dispatch (line 186) | public function dispatch() method dispatchIf (line 222) | public function dispatchIf($boolean) method dispatchUnless (line 233) | public function dispatchUnless($boolean) FILE: src/Illuminate/Foundation/Bus/PendingClosureDispatch.php class PendingClosureDispatch (line 7) | class PendingClosureDispatch extends PendingDispatch method catch (line 15) | public function catch(Closure $callback) FILE: src/Illuminate/Foundation/Bus/PendingDispatch.php class PendingDispatch (line 12) | class PendingDispatch method __construct (line 35) | public function __construct($job) method onConnection (line 46) | public function onConnection($connection) method onQueue (line 59) | public function onQueue($queue) method onGroup (line 74) | public function onGroup($group) method withDeduplicator (line 89) | public function withDeduplicator($deduplicator) method allOnConnection (line 102) | public function allOnConnection($connection) method allOnQueue (line 115) | public function allOnQueue($queue) method delay (line 128) | public function delay($delay) method withoutDelay (line 140) | public function withoutDelay() method afterCommit (line 152) | public function afterCommit() method beforeCommit (line 164) | public function beforeCommit() method chain (line 177) | public function chain($chain) method afterResponse (line 190) | public function afterResponse($afterResponse = true) method shouldDispatch (line 202) | protected function shouldDispatch() method getJob (line 217) | public function getJob() method __call (line 229) | public function __call($method, $parameters) method __destruct (line 241) | public function __destruct() FILE: src/Illuminate/Foundation/CacheBasedMaintenanceMode.php class CacheBasedMaintenanceMode (line 9) | class CacheBasedMaintenanceMode implements MaintenanceMode method __construct (line 39) | public function __construct(Factory $cache, string $store, string $key) method activate (line 52) | public function activate(array $payload): void method deactivate (line 62) | public function deactivate(): void method active (line 72) | public function active(): bool method data (line 82) | public function data(): array method getStore (line 92) | protected function getStore(): Repository FILE: src/Illuminate/Foundation/Cloud.php class Cloud (line 12) | class Cloud method bootstrapperBootstrapping (line 17) | public static function bootstrapperBootstrapping(Application $app, str... method bootstrapperBootstrapped (line 25) | public static function bootstrapperBootstrapped(Application $app, stri... method configureDisks (line 43) | public static function configureDisks(Application $app): void method configureUnpooledPostgresConnection (line 74) | public static function configureUnpooledPostgresConnection(Application... method ensureMigrationsUseUnpooledConnection (line 100) | public static function ensureMigrationsUseUnpooledConnection(Applicati... method configureCloudLogging (line 118) | public static function configureCloudLogging(Application $app): void FILE: src/Illuminate/Foundation/ComposerScripts.php class ComposerScripts (line 14) | class ComposerScripts method postInstall (line 22) | public static function postInstall(Event $event) method postUpdate (line 35) | public static function postUpdate(Event $event) method postAutoloadDump (line 48) | public static function postAutoloadDump(Event $event) method prePackageUninstall (line 61) | public static function prePackageUninstall(PackageEvent $event) method clearCompiled (line 100) | protected static function clearCompiled() FILE: src/Illuminate/Foundation/Concerns/ResolvesDumpSource.php type ResolvesDumpSource (line 8) | trait ResolvesDumpSource method resolveDumpSource (line 63) | public function resolveDumpSource() method isCompiledViewFile (line 128) | protected function isCompiledViewFile($file) method getOriginalFileForCompiledView (line 139) | protected function getOriginalFileForCompiledView($file) method resolveSourceHref (line 157) | protected function resolveSourceHref($file, $line) method resolveDumpSourceUsing (line 192) | public static function resolveDumpSourceUsing($callable) method dontIncludeSource (line 202) | public static function dontIncludeSource() FILE: src/Illuminate/Foundation/Configuration/ApplicationBuilder.php class ApplicationBuilder (line 23) | class ApplicationBuilder method __construct (line 49) | public function __construct(protected Application $app) method withKernels (line 58) | public function withKernels() method withProviders (line 80) | public function withProviders(array $providers = [], bool $withBootstr... method withEvents (line 98) | public function withEvents(iterable|bool $discover = true) method withBroadcasting (line 126) | public function withBroadcasting(string $channels, array $attributes =... method withRouting (line 152) | public function withRouting(?Closure $using = null, method buildRoutingCallback (line 200) | protected function buildRoutingCallback(array|string|null $web, method withMiddleware (line 276) | public function withMiddleware(?callable $callback = null) method withCommands (line 323) | public function withCommands(array $commands = []) method withCommandRouting (line 349) | protected function withCommandRouting(array $paths) method withSchedule (line 364) | public function withSchedule(callable $callback) method withExceptions (line 383) | public function withExceptions(?callable $using = null) method withBindings (line 406) | public function withBindings(array $bindings) method withSingletons (line 421) | public function withSingletons(array $singletons) method withScopedSingletons (line 440) | public function withScopedSingletons(array $scopedSingletons) method registered (line 459) | public function registered(callable $callback) method booting (line 472) | public function booting(callable $callback) method booted (line 485) | public function booted(callable $callback) method create (line 497) | public function create() FILE: src/Illuminate/Foundation/Configuration/Exceptions.php class Exceptions (line 10) | class Exceptions method __construct (line 17) | public function __construct(public Handler $handler) method report (line 27) | public function report(callable $using) method reportable (line 38) | public function reportable(callable $reportUsing) method render (line 49) | public function render(callable $using) method renderable (line 62) | public function renderable(callable $renderUsing) method respond (line 75) | public function respond(callable $using) method throttle (line 88) | public function throttle(callable $throttleUsing) method map (line 104) | public function map($from, $to = null) method level (line 118) | public function level(string $type, string $level) method context (line 131) | public function context(Closure $contextCallback) method dontReport (line 144) | public function dontReport(array|string $class) method dontReportWhen (line 159) | public function dontReportWhen(Closure $dontReportWhen) method dontReportDuplicates (line 171) | public function dontReportDuplicates() method dontFlash (line 184) | public function dontFlash(array|string $attributes) method shouldRenderJsonWhen (line 197) | public function shouldRenderJsonWhen(callable $callback) method stopIgnoring (line 210) | public function stopIgnoring(array|string $class) method truncateRequestExceptionsAt (line 223) | public function truncateRequestExceptionsAt(int $length) method dontTruncateRequestExceptions (line 235) | public function dontTruncateRequestExceptions() FILE: src/Illuminate/Foundation/Configuration/Middleware.php class Middleware (line 21) | class Middleware method prepend (line 169) | public function prepend(array|string $middleware) method append (line 185) | public function append(array|string $middleware) method remove (line 201) | public function remove(array|string $middleware) method replace (line 218) | public function replace(string $search, string $replace) method use (line 231) | public function use(array $middleware) method group (line 245) | public function group(string $group, array $middleware) method prependToGroup (line 259) | public function prependToGroup(string $group, array|string $middleware) method appendToGroup (line 276) | public function appendToGroup(string $group, array|string $middleware) method removeFromGroup (line 293) | public function removeFromGroup(string $group, array|string $middleware) method replaceInGroup (line 311) | public function replaceInGroup(string $group, string $search, string $... method web (line 327) | public function web(array|string $append = [], array|string $prepend =... method api (line 341) | public function api(array|string $append = [], array|string $prepend =... method modifyGroup (line 356) | protected function modifyGroup(string $group, array|string $append, ar... method pages (line 385) | public function pages(array $middleware) method alias (line 398) | public function alias(array $aliases) method priority (line 411) | public function priority(array $priority) method prependToPriorityList (line 425) | public function prependToPriorityList($before, $prepend) method appendToPriorityList (line 439) | public function appendToPriorityList($after, $append) method getGlobalMiddleware (line 451) | public function getGlobalMiddleware() method getMiddlewareGroups (line 482) | public function getMiddlewareGroups() method redirectGuestsTo (line 539) | public function redirectGuestsTo(callable|string $redirect) method redirectUsersTo (line 550) | public function redirectUsersTo(callable|string $redirect) method redirectTo (line 562) | public function redirectTo(callable|string|null $guests = null, callab... method encryptCookies (line 586) | public function encryptCookies(array $except = []) method preventRequestForgery (line 601) | public function preventRequestForgery(array $except = [], bool $origin... method validateCsrfTokens (line 621) | public function validateCsrfTokens(array $except = []) method validateSignatures (line 632) | public function validateSignatures(array $except = []) method convertEmptyStringsToNull (line 645) | public function convertEmptyStringsToNull(array $except = []) method trimStrings (line 658) | public function trimStrings(array $except = []) method trustHosts (line 676) | public function trustHosts(array|callable|null $at = null, bool $subdo... method trustProxies (line 694) | public function trustProxies(array|string|null $at = null, ?int $heade... method preventRequestsDuringMaintenance (line 713) | public function preventRequestsDuringMaintenance(array $except = []) method statefulApi (line 725) | public function statefulApi() method throttleApi (line 739) | public function throttleApi($limiter = 'api', $redis = false) method throttleWithRedis (line 755) | public function throttleWithRedis() method authenticateSessions (line 767) | public function authenticateSessions() method getPageMiddleware (line 779) | public function getPageMiddleware() method getMiddlewareAliases (line 789) | public function getMiddlewareAliases() method defaultAliases (line 799) | protected function defaultAliases() method getMiddlewarePriority (line 829) | public function getMiddlewarePriority() method getMiddlewarePriorityPrepends (line 839) | public function getMiddlewarePriorityPrepends() method getMiddlewarePriorityAppends (line 849) | public function getMiddlewarePriorityAppends() FILE: src/Illuminate/Foundation/Console/AboutCommand.php class AboutCommand (line 13) | #[AsCommand(name: 'about')] method __construct (line 57) | public function __construct(Composer $composer) method handle (line 69) | public function handle() method display (line 111) | protected function display($data) method displayDetail (line 122) | protected function displayDetail($data) method displayJson (line 143) | protected function displayJson($data) method gatherApplicationInformation (line 161) | protected function gatherApplicationInformation() method determineStoragePathLinkStatus (line 272) | protected function determineStoragePathLinkStatus(callable $formatStor... method hasPhpFiles (line 289) | protected function hasPhpFiles(string $path): bool method add (line 302) | public static function add(string $section, $data, ?string $value = null) method addToSection (line 315) | protected static function addToSection(string $section, $data, ?string... method sections (line 333) | protected function sections() method format (line 349) | public static function format($value, ?Closure $console = null, ?Closu... method toSearchKeyword (line 368) | protected function toSearchKeyword(string $value) method flushState (line 378) | public static function flushState() FILE: src/Illuminate/Foundation/Console/ApiInstallCommand.php class ApiInstallCommand (line 14) | #[AsCommand(name: 'install:api')] method handle (line 42) | public function handle() method uncommentApiRoutesFile (line 93) | protected function uncommentApiRoutesFile() method installSanctum (line 123) | protected function installSanctum() method installPassport (line 149) | protected function installPassport() FILE: src/Illuminate/Foundation/Console/BroadcastingInstallCommand.php class BroadcastingInstallCommand (line 19) | #[AsCommand(name: 'install:broadcasting')] method handle (line 67) | public function handle() method uncommentChannelsRoutesFile (line 144) | protected function uncommentChannelsRoutesFile() method enableBroadcastServiceProvider (line 180) | protected function enableBroadcastServiceProvider() method collectDriverConfig (line 207) | protected function collectDriverConfig() method installDriverPackages (line 227) | protected function installDriverPackages() method collectPusherConfig (line 247) | protected function collectPusherConfig() method collectAblyConfig (line 285) | protected function collectAblyConfig() method injectFrameworkSpecificConfiguration (line 305) | protected function injectFrameworkSpecificConfiguration() method installReverb (line 372) | protected function installReverb() method installNodeDependencies (line 400) | protected function installNodeDependencies() method resolveDriver (line 455) | protected function resolveDriver(): string method isUsingSupportedFramework (line 481) | protected function isUsingSupportedFramework(): bool method appUsesReact (line 491) | protected function appUsesReact(): bool method appUsesVue (line 501) | protected function appUsesVue(): bool method packageDependenciesInclude (line 511) | protected function packageDependenciesInclude(string $package): bool FILE: src/Illuminate/Foundation/Console/CastMakeCommand.php class CastMakeCommand (line 9) | #[AsCommand(name: 'make:cast')] method getStub (line 38) | protected function getStub() method resolveStubPath (line 51) | protected function resolveStubPath($stub) method getDefaultNamespace (line 64) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 74) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/ChannelListCommand.php class ChannelListCommand (line 12) | #[AsCommand(name: 'channel:list')] method handle (line 42) | public function handle(Broadcaster $broadcaster) method displayChannels (line 64) | protected function displayChannels($channels) method forCli (line 75) | protected function forCli($channels) method determineChannelCountOutput (line 118) | protected function determineChannelCountOutput($channels, $terminalWidth) method getTerminalWidth (line 134) | public static function getTerminalWidth() method resolveTerminalWidthUsing (line 147) | public static function resolveTerminalWidthUsing($resolver) FILE: src/Illuminate/Foundation/Console/ChannelMakeCommand.php class ChannelMakeCommand (line 9) | #[AsCommand(name: 'make:channel')] method buildClass (line 39) | protected function buildClass($name) method getStub (line 53) | protected function getStub() method getDefaultNamespace (line 64) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 74) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/ClassMakeCommand.php class ClassMakeCommand (line 9) | #[AsCommand(name: 'make:class')] method getStub (line 38) | protected function getStub() method resolveStubPath (line 51) | protected function resolveStubPath($stub) method getOptions (line 63) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/ClearCompiledCommand.php class ClearCompiledCommand (line 8) | #[AsCommand(name: 'clear-compiled')] method handle (line 30) | public function handle() FILE: src/Illuminate/Foundation/Console/CliDumper.php class CliDumper (line 13) | class CliDumper extends BaseCliDumper method __construct (line 52) | public function __construct($output, $basePath, $compiledViewPath) method register (line 70) | public static function register($basePath, $compiledViewPath) method dumpWithSource (line 85) | public function dumpWithSource(Data $data) method getDumpSourceContent (line 110) | protected function getDumpSourceContent() method supportsColors (line 131) | protected function supportsColors(): bool FILE: src/Illuminate/Foundation/Console/ClosureCommand.php class ClosureCommand (line 17) | class ClosureCommand extends Command method __construct (line 41) | public function __construct($signature, Closure $callback) method execute (line 56) | protected function execute(InputInterface $input, OutputInterface $out... method purpose (line 85) | public function purpose($description) method describe (line 96) | public function describe($description) method schedule (line 109) | public function schedule($parameters = []) method __call (line 123) | public function __call($method, $parameters) FILE: src/Illuminate/Foundation/Console/ComponentMakeCommand.php class ComponentMakeCommand (line 13) | #[AsCommand(name: 'make:component')] method handle (line 44) | public function handle() method writeView (line 64) | protected function writeView() method buildClass (line 102) | protected function buildClass($name) method getView (line 124) | protected function getView() method getStub (line 149) | protected function getStub() method resolveStubPath (line 160) | protected function resolveStubPath($stub) method getDefaultNamespace (line 173) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 183) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/ConfigCacheCommand.php class ConfigCacheCommand (line 13) | #[AsCommand(name: 'config:cache')] method __construct (line 42) | public function __construct(Filesystem $files) method handle (line 56) | public function handle() method getFreshConfiguration (line 92) | protected function getFreshConfiguration() FILE: src/Illuminate/Foundation/Console/ConfigClearCommand.php class ConfigClearCommand (line 9) | #[AsCommand(name: 'config:clear')] method __construct (line 38) | public function __construct(Filesystem $files) method handle (line 50) | public function handle() FILE: src/Illuminate/Foundation/Console/ConfigMakeCommand.php class ConfigMakeCommand (line 12) | #[AsCommand(name: 'make:config', aliases: ['config:make'])] method getPath (line 48) | protected function getPath($name): string method getStub (line 56) | protected function getStub(): string method getOptions (line 68) | protected function getOptions(): array method promptForMissingArgumentsUsing (line 80) | protected function promptForMissingArgumentsUsing() FILE: src/Illuminate/Foundation/Console/ConfigPublishCommand.php class ConfigPublishCommand (line 12) | #[AsCommand(name: 'config:publish')] method handle (line 37) | public function handle() method publish (line 71) | protected function publish(string $name, string $file, string $destina... method getBaseConfigurationFiles (line 89) | protected function getBaseConfigurationFiles() FILE: src/Illuminate/Foundation/Console/ConfigShowCommand.php class ConfigShowCommand (line 9) | #[AsCommand(name: 'config:show')] method handle (line 31) | public function handle() method render (line 52) | public function render($name) method title (line 79) | public function title($title, $subtitle = null) method formatKey (line 93) | protected function formatKey($key) method formatValue (line 110) | protected function formatValue($value) FILE: src/Illuminate/Foundation/Console/ConsoleMakeCommand.php class ConsoleMakeCommand (line 12) | #[AsCommand(name: 'make:command')] method replaceClass (line 45) | protected function replaceClass($stub, $name) method getStub (line 59) | protected function getStub() method getDefaultNamespace (line 74) | protected function getDefaultNamespace($rootNamespace) method getArguments (line 84) | protected function getArguments() method getOptions (line 96) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/DocsCommand.php class DocsCommand (line 21) | #[AsCommand(name: 'docs')] method configure (line 85) | protected function configure(): void method handle (line 103) | public function handle(Http $http, Cache $cache) method openUrl (line 128) | protected function openUrl() method url (line 142) | protected function url() method page (line 160) | protected function page() method resolvePage (line 178) | protected function resolvePage() method didNotRequestPage (line 194) | protected function didNotRequestPage() method askForPage (line 204) | protected function askForPage() method askForPageViaCustomStrategy (line 214) | protected function askForPageViaCustomStrategy() method askForPageViaAutocomplete (line 234) | protected function askForPageViaAutocomplete() method guessPage (line 257) | protected function guessPage($search) method section (line 283) | protected function section($page) method didNotRequestSection (line 295) | protected function didNotRequestSection() method guessSection (line 306) | protected function guessSection($page) method open (line 332) | protected function open($url) method openViaCustomStrategy (line 351) | protected function openViaCustomStrategy($url) method openViaBuiltInStrategy (line 376) | protected function openViaBuiltInStrategy($url) method sectionsFor (line 412) | public function sectionsFor($page) method pages (line 422) | public function pages() method docs (line 432) | public function docs() method refreshDocs (line 446) | protected function refreshDocs() method fetchDocs (line 460) | protected function fetchDocs() method version (line 470) | protected function version() method searchQuery (line 480) | protected function searchQuery() method isSearching (line 490) | protected function isSearching() method setVersion (line 501) | public function setVersion($version) method setUrlOpener (line 514) | public function setUrlOpener($opener) method setSystemOsFamily (line 527) | public function setSystemOsFamily($family) FILE: src/Illuminate/Foundation/Console/DownCommand.php class DownCommand (line 17) | #[AsCommand(name: 'down')] method handle (line 45) | public function handle() method getDownFilePayload (line 84) | protected function getDownFilePayload() method excludedPaths (line 102) | protected function excludedPaths() method redirectPath (line 120) | protected function redirectPath() method prerenderView (line 134) | protected function prerenderView() method getRetryTime (line 148) | protected function getRetryTime() method getSecret (line 174) | protected function getSecret() FILE: src/Illuminate/Foundation/Console/EnumMakeCommand.php class EnumMakeCommand (line 13) | #[AsCommand(name: 'make:enum')] method getStub (line 42) | protected function getStub() method resolveStubPath (line 57) | protected function resolveStubPath($stub) method getDefaultNamespace (line 70) | protected function getDefaultNamespace($rootNamespace) method buildClass (line 87) | protected function buildClass($name) method afterPromptingForMissingArguments (line 107) | protected function afterPromptingForMissingArguments(InputInterface $i... method getOptions (line 129) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/EnvironmentCommand.php class EnvironmentCommand (line 8) | #[AsCommand(name: 'env')] method handle (line 30) | public function handle() FILE: src/Illuminate/Foundation/Console/EnvironmentDecryptCommand.php class EnvironmentDecryptCommand (line 16) | #[AsCommand(name: 'env:decrypt')] method __construct (line 51) | public function __construct(Filesystem $files) method handle (line 63) | public function handle() method isReadableFormat (line 124) | protected function isReadableFormat(string $contents): bool method decryptReadableFormat (line 136) | protected function decryptReadableFormat(string $contents, Encrypter $... method parseKey (line 162) | protected function parseKey(string $key) method outputFilePath (line 176) | protected function outputFilePath() FILE: src/Illuminate/Foundation/Console/EnvironmentEncryptCommand.php class EnvironmentEncryptCommand (line 16) | #[AsCommand(name: 'env:encrypt')] method __construct (line 51) | public function __construct(Filesystem $files) method handle (line 63) | public function handle() method encryptReadableFormat (line 138) | protected function encryptReadableFormat(string $contents, Encrypter $... method parseKey (line 164) | protected function parseKey(string $key) FILE: src/Illuminate/Foundation/Console/EventCacheCommand.php class EventCacheCommand (line 9) | #[AsCommand(name: 'event:cache')] method handle (line 31) | public function handle() method getEvents (line 48) | protected function getEvents() FILE: src/Illuminate/Foundation/Console/EventClearCommand.php class EventClearCommand (line 9) | #[AsCommand(name: 'event:clear')] method __construct (line 38) | public function __construct(Filesystem $files) method handle (line 52) | public function handle() FILE: src/Illuminate/Foundation/Console/EventGenerateCommand.php class EventGenerateCommand (line 9) | #[AsCommand(name: 'event:generate')] method handle (line 38) | public function handle() method makeEventAndListeners (line 58) | protected function makeEventAndListeners($event, $listeners) method makeListeners (line 76) | protected function makeListeners($event, $listeners) FILE: src/Illuminate/Foundation/Console/EventListCommand.php class EventListCommand (line 13) | #[AsCommand(name: 'event:list')] method handle (line 44) | public function handle() method displayJson (line 71) | protected function displayJson(Collection $events) method displayForCli (line 89) | protected function displayForCli(Collection $events) method getEvents (line 106) | protected function getEvents() method getListenersOnDispatcher (line 122) | protected function getListenersOnDispatcher() method appendEventInterfaces (line 151) | protected function appendEventInterfaces($event) method appendListenerInterfaces (line 172) | protected function appendListenerInterfaces($listener) method stringifyClosure (line 193) | protected function stringifyClosure(Closure $rawListener) method filterEvents (line 208) | protected function filterEvents($events) method filteringByEvent (line 224) | protected function filteringByEvent() method getRawListeners (line 236) | protected function getRawListeners() method getEventsDispatcher (line 248) | public function getEventsDispatcher() method resolveEventsUsing (line 261) | public static function resolveEventsUsing($resolver) FILE: src/Illuminate/Foundation/Console/EventMakeCommand.php class EventMakeCommand (line 9) | #[AsCommand(name: 'make:event')] method alreadyExists (line 39) | protected function alreadyExists($rawName) method getStub (line 50) | protected function getStub() method resolveStubPath (line 61) | protected function resolveStubPath($stub) method getDefaultNamespace (line 74) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 84) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/ExceptionMakeCommand.php class ExceptionMakeCommand (line 13) | #[AsCommand(name: 'make:exception')] method getStub (line 42) | protected function getStub() method alreadyExists (line 61) | protected function alreadyExists($rawName) method getDefaultNamespace (line 72) | protected function getDefaultNamespace($rootNamespace) method afterPromptingForMissingArguments (line 84) | protected function afterPromptingForMissingArguments(InputInterface $i... method getOptions (line 99) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/InteractsWithComposerPackages.php type InteractsWithComposerPackages (line 9) | trait InteractsWithComposerPackages method requireComposerPackages (line 18) | protected function requireComposerPackages(string $composer, array $pa... method phpBinary (line 41) | protected function phpBinary() FILE: src/Illuminate/Foundation/Console/InterfaceMakeCommand.php class InterfaceMakeCommand (line 9) | #[AsCommand(name: 'make:interface')] method getStub (line 38) | protected function getStub() method getDefaultNamespace (line 49) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 63) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/JobMakeCommand.php class JobMakeCommand (line 10) | #[AsCommand(name: 'make:job')] method getStub (line 41) | protected function getStub() method resolveStubPath (line 58) | protected function resolveStubPath($stub) method getDefaultNamespace (line 71) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 81) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/JobMiddlewareMakeCommand.php class JobMiddlewareMakeCommand (line 10) | #[AsCommand(name: 'make:job-middleware')] method getStub (line 41) | protected function getStub() method resolveStubPath (line 52) | protected function resolveStubPath($stub) method getDefaultNamespace (line 65) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 75) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/Kernel.php class Kernel (line 34) | class Kernel implements KernelContract method __construct (line 136) | public function __construct(Application $app, Dispatcher $events) method rerouteSymfonyCommandEvents (line 159) | public function rerouteSymfonyCommandEvents() method handle (line 187) | public function handle($input, $output = null) method terminate (line 215) | public function terminate($input, $status) method whenCommandLifecycleIsLongerThan (line 245) | public function whenCommandLifecycleIsLongerThan($threshold, $handler) method commandStartedAt (line 266) | public function commandStartedAt() method schedule (line 277) | protected function schedule(Schedule $schedule) method resolveConsoleSchedule (line 287) | public function resolveConsoleSchedule() method scheduleTimezone (line 299) | protected function scheduleTimezone() method scheduleCache (line 311) | protected function scheduleCache() method commands (line 323) | protected function commands() method command (line 335) | public function command($signature, Closure $callback) method load (line 352) | protected function load($paths) method findCommands (line 397) | protected function findCommands(array $paths) method commandClassFromFile (line 409) | protected function commandClassFromFile(SplFileInfo $file, string $nam... method registerCommand (line 424) | public function registerCommand($command) method call (line 439) | public function call($command, array $parameters = [], $outputBuffer =... method queue (line 457) | public function queue($command, array $parameters = []) method all (line 467) | public function all() method output (line 479) | public function output() method bootstrap (line 491) | public function bootstrap() method discoverCommands (line 515) | protected function discoverCommands() method bootstrapWithoutBootingProviders (line 533) | public function bootstrapWithoutBootingProviders() method shouldDiscoverCommands (line 547) | protected function shouldDiscoverCommands() method getArtisan (line 557) | protected function getArtisan() method setArtisan (line 579) | public function setArtisan($artisan) method addCommands (line 590) | public function addCommands(array $commands) method addCommandPaths (line 603) | public function addCommandPaths(array $paths) method addCommandRoutePaths (line 616) | public function addCommandRoutePaths(array $paths) method bootstrappers (line 628) | protected function bootstrappers() method reportException (line 639) | protected function reportException(Throwable $e) method renderException (line 651) | protected function renderException($output, Throwable $e) FILE: src/Illuminate/Foundation/Console/KeyGenerateCommand.php class KeyGenerateCommand (line 10) | #[AsCommand(name: 'key:generate')] method handle (line 36) | public function handle() method generateRandomKey (line 61) | protected function generateRandomKey() method setKeyInEnvironmentFile (line 74) | protected function setKeyInEnvironmentFile($key) method writeNewEnvironmentFileWith (line 95) | protected function writeNewEnvironmentFileWith($key) method keyReplacementPattern (line 123) | protected function keyReplacementPattern() FILE: src/Illuminate/Foundation/Console/LangPublishCommand.php class LangPublishCommand (line 9) | #[AsCommand(name: 'lang:publish')] method handle (line 33) | public function handle() FILE: src/Illuminate/Foundation/Console/ListenerMakeCommand.php class ListenerMakeCommand (line 15) | #[AsCommand(name: 'make:listener')] method buildClass (line 47) | protected function buildClass($name) method resolveStubPath (line 74) | protected function resolveStubPath($stub) method getStub (line 86) | protected function getStub() method alreadyExists (line 105) | protected function alreadyExists($rawName) method getDefaultNamespace (line 116) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 126) | protected function getOptions() method afterPromptingForMissingArguments (line 142) | protected function afterPromptingForMissingArguments(InputInterface $i... FILE: src/Illuminate/Foundation/Console/MailMakeCommand.php class MailMakeCommand (line 17) | #[AsCommand(name: 'make:mail')] method handle (line 48) | public function handle() method writeMarkdownTemplate (line 68) | protected function writeMarkdownTemplate() method writeView (line 96) | protected function writeView() method buildClass (line 131) | protected function buildClass($name) method getView (line 151) | protected function getView() method getStub (line 171) | protected function getStub() method resolveStubPath (line 190) | protected function resolveStubPath($stub) method getDefaultNamespace (line 203) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 213) | protected function getOptions() method afterPromptingForMissingArguments (line 229) | protected function afterPromptingForMissingArguments(InputInterface $i... FILE: src/Illuminate/Foundation/Console/ModelMakeCommand.php class ModelMakeCommand (line 17) | #[AsCommand(name: 'make:model')] method handle (line 48) | public function handle() method createFactory (line 99) | protected function createFactory() method createMigration (line 114) | protected function createMigration() method createSeeder (line 133) | protected function createSeeder() method createController (line 147) | protected function createController() method createFormRequests (line 168) | protected function createFormRequests() method createPolicy (line 186) | protected function createPolicy() method getStub (line 201) | protected function getStub() method resolveStubPath (line 220) | protected function resolveStubPath($stub) method getDefaultNamespace (line 233) | protected function getDefaultNamespace($rootNamespace) method buildClass (line 246) | protected function buildClass($name) method buildFactoryReplacements (line 260) | protected function buildFactoryReplacements() method getOptions (line 290) | protected function getOptions() method afterPromptingForMissingArguments (line 315) | protected function afterPromptingForMissingArguments(InputInterface $i... FILE: src/Illuminate/Foundation/Console/NotificationMakeCommand.php class NotificationMakeCommand (line 17) | #[AsCommand(name: 'make:notification')] method handle (line 48) | public function handle() method writeMarkdownTemplate (line 64) | protected function writeMarkdownTemplate() method buildClass (line 91) | protected function buildClass($name) method getStub (line 107) | protected function getStub() method resolveStubPath (line 120) | protected function resolveStubPath($stub) method getDefaultNamespace (line 133) | protected function getDefaultNamespace($rootNamespace) method afterPromptingForMissingArguments (line 145) | protected function afterPromptingForMissingArguments(InputInterface $i... method getOptions (line 170) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/ObserverMakeCommand.php class ObserverMakeCommand (line 14) | #[AsCommand(name: 'make:observer')] method buildClass (line 44) | protected function buildClass($name) method replaceModel (line 60) | protected function replaceModel($stub, $model) method parseModel (line 89) | protected function parseModel($model) method getStub (line 103) | protected function getStub() method resolveStubPath (line 116) | protected function resolveStubPath($stub) method getDefaultNamespace (line 129) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 139) | protected function getOptions() method afterPromptingForMissingArguments (line 154) | protected function afterPromptingForMissingArguments(InputInterface $i... FILE: src/Illuminate/Foundation/Console/OptimizeClearCommand.php class OptimizeClearCommand (line 11) | #[AsCommand(name: 'optimize:clear')] method handle (line 33) | public function handle() method getOptimizeClearTasks (line 59) | public function getOptimizeClearTasks() method getOptions (line 77) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/OptimizeCommand.php class OptimizeCommand (line 11) | #[AsCommand(name: 'optimize')] method handle (line 33) | public function handle() method getOptimizeTasks (line 59) | protected function getOptimizeTasks() method getOptions (line 75) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/PackageDiscoverCommand.php class PackageDiscoverCommand (line 10) | #[AsCommand(name: 'package:discover')] method handle (line 33) | public function handle(PackageManifest $manifest) FILE: src/Illuminate/Foundation/Console/PolicyMakeCommand.php class PolicyMakeCommand (line 15) | #[AsCommand(name: 'make:policy')] method buildClass (line 45) | protected function buildClass($name) method replaceUserNamespace (line 62) | protected function replaceUserNamespace($stub) method userProviderModel (line 84) | protected function userProviderModel() method replaceModel (line 110) | protected function replaceModel($stub, $model) method getStub (line 161) | protected function getStub() method resolveStubPath (line 174) | protected function resolveStubPath($stub) method getDefaultNamespace (line 187) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 197) | protected function getOptions() method afterPromptingForMissingArguments (line 213) | protected function afterPromptingForMissingArguments(InputInterface $i... FILE: src/Illuminate/Foundation/Console/ProviderMakeCommand.php class ProviderMakeCommand (line 10) | #[AsCommand(name: 'make:provider')] method handle (line 41) | public function handle() method getStub (line 62) | protected function getStub() method resolveStubPath (line 73) | protected function resolveStubPath($stub) method getDefaultNamespace (line 86) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 96) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/QueuedCommand.php class QueuedCommand (line 10) | class QueuedCommand implements ShouldQueue method __construct (line 26) | public function __construct($data) method handle (line 37) | public function handle(KernelContract $kernel) method displayName (line 47) | public function displayName() FILE: src/Illuminate/Foundation/Console/ReloadCommand.php class ReloadCommand (line 11) | #[AsCommand(name: 'reload')] method handle (line 33) | public function handle() method getReloadTasks (line 59) | public function getReloadTasks() method getOptions (line 73) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/RequestMakeCommand.php class RequestMakeCommand (line 9) | #[AsCommand(name: 'make:request')] method getStub (line 38) | protected function getStub() method resolveStubPath (line 49) | protected function resolveStubPath($stub) method getDefaultNamespace (line 62) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 72) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/ResourceMakeCommand.php class ResourceMakeCommand (line 9) | #[AsCommand(name: 'make:resource')] method handle (line 38) | public function handle() method getStub (line 52) | protected function getStub() method collection (line 66) | protected function collection() method resolveStubPath (line 78) | protected function resolveStubPath($stub) method getDefaultNamespace (line 91) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 101) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/RouteCacheCommand.php class RouteCacheCommand (line 11) | #[AsCommand(name: 'route:cache')] method __construct (line 40) | public function __construct(Filesystem $files) method handle (line 52) | public function handle() method getFreshApplicationRoutes (line 78) | protected function getFreshApplicationRoutes() method getFreshApplication (line 91) | protected function getFreshApplication() method buildRouteCacheFile (line 104) | protected function buildRouteCacheFile(RouteCollection $routes) FILE: src/Illuminate/Foundation/Console/RouteClearCommand.php class RouteClearCommand (line 9) | #[AsCommand(name: 'route:clear')] method __construct (line 38) | public function __construct(Filesystem $files) method handle (line 50) | public function handle() FILE: src/Illuminate/Foundation/Console/RouteListCommand.php class RouteListCommand (line 21) | #[AsCommand(name: 'route:list')] method __construct (line 80) | public function __construct(Router $router) method handle (line 92) | public function handle() method getRoutes (line 114) | protected function getRoutes() method getRouteInformation (line 140) | protected function getRouteInformation(Route $route) method sortRoutes (line 161) | protected function sortRoutes($sort, array $routes) method pluckColumns (line 182) | protected function pluckColumns(array $routes) method displayRoutes (line 195) | protected function displayRoutes(array $routes) method resolveUri (line 210) | protected function resolveUri(Route $route) method getMiddleware (line 227) | protected function getMiddleware($route) method getClosurePath (line 240) | protected function getClosurePath(Route $route) method isVendorRoute (line 259) | protected function isVendorRoute(Route $route) method isFrameworkController (line 287) | protected function isFrameworkController(Route $route) method filterRoute (line 301) | protected function filterRoute(array $route) method getHeaders (line 330) | protected function getHeaders() method getColumns (line 340) | protected function getColumns() method parseColumns (line 351) | protected function parseColumns(array $columns) method asJson (line 372) | protected function asJson($routes) method forCli (line 390) | protected function forCli($routes) method formatActionForCli (line 459) | protected function formatActionForCli($route) method determineRouteCountOutput (line 500) | protected function determineRouteCountOutput($routes, $terminalWidth) method getTerminalWidth (line 516) | public static function getTerminalWidth() method resolveTerminalWidthUsing (line 529) | public static function resolveTerminalWidthUsing($resolver) method getOptions (line 539) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/RuleMakeCommand.php class RuleMakeCommand (line 9) | #[AsCommand(name: 'make:rule')] method buildClass (line 41) | protected function buildClass($name) method getStub (line 55) | protected function getStub() method getDefaultNamespace (line 72) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 82) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/ScopeMakeCommand.php class ScopeMakeCommand (line 9) | #[AsCommand(name: 'make:scope')] method getStub (line 38) | protected function getStub() method resolveStubPath (line 49) | protected function resolveStubPath($stub) method getDefaultNamespace (line 62) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 72) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/ServeCommand.php class ServeCommand (line 20) | #[AsCommand(name: 'serve')] method initialize (line 97) | #[\Override] method handle (line 126) | public function handle() method startProcess (line 181) | protected function startProcess($hasEnvironment) method serverCommand (line 209) | protected function serverCommand() method host (line 228) | protected function host() method port (line 240) | protected function port() method getHostAndPort (line 258) | protected function getHostAndPort() method canTryAnotherPort (line 280) | protected function canTryAnotherPort() method handleProcessOutput (line 291) | protected function handleProcessOutput() method flushOutputBuffer (line 305) | protected function flushOutputBuffer() method getDateFromLine (line 393) | protected function getDateFromLine($line) method getRequestPortFromLine (line 414) | public static function getRequestPortFromLine($line) method getOptions (line 430) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/StorageLinkCommand.php class StorageLinkCommand (line 8) | #[AsCommand(name: 'storage:link')] method handle (line 32) | public function handle() method links (line 61) | protected function links() method isRemovableSymlink (line 74) | protected function isRemovableSymlink(string $link, bool $force): bool FILE: src/Illuminate/Foundation/Console/StorageUnlinkCommand.php class StorageUnlinkCommand (line 8) | #[AsCommand(name: 'storage:unlink')] method handle (line 30) | public function handle() method links (line 48) | protected function links() FILE: src/Illuminate/Foundation/Console/StubPublishCommand.php class StubPublishCommand (line 10) | #[AsCommand(name: 'stub:publish')] method handle (line 34) | public function handle() FILE: src/Illuminate/Foundation/Console/TestMakeCommand.php class TestMakeCommand (line 14) | #[AsCommand(name: 'make:test')] method getStub (line 43) | protected function getStub() method resolveStubPath (line 58) | protected function resolveStubPath($stub) method getPath (line 71) | protected function getPath($name) method getDefaultNamespace (line 84) | protected function getDefaultNamespace($rootNamespace) method rootNamespace (line 98) | protected function rootNamespace() method getOptions (line 108) | protected function getOptions() method afterPromptingForMissingArguments (line 125) | protected function afterPromptingForMissingArguments(InputInterface $i... method usingPest (line 147) | protected function usingPest() FILE: src/Illuminate/Foundation/Console/TraitMakeCommand.php class TraitMakeCommand (line 9) | #[AsCommand(name: 'make:trait')] method getStub (line 38) | protected function getStub() method resolveStubPath (line 49) | protected function resolveStubPath($stub) method getDefaultNamespace (line 62) | protected function getDefaultNamespace($rootNamespace) method getOptions (line 76) | protected function getOptions() FILE: src/Illuminate/Foundation/Console/UpCommand.php class UpCommand (line 10) | #[AsCommand(name: 'up')] method handle (line 32) | public function handle() FILE: src/Illuminate/Foundation/Console/VendorPublishCommand.php class VendorPublishCommand (line 22) | #[AsCommand(name: 'vendor:publish')] method __construct (line 84) | public function __construct(Filesystem $files) method handle (line 96) | public function handle() method determineWhatShouldBePublished (line 112) | protected function determineWhatShouldBePublished() method promptForProviderOrTag (line 132) | protected function promptForProviderOrTag() method publishableChoices (line 164) | protected function publishableChoices() method parseChoice (line 179) | protected function parseChoice($choice) method publishTag (line 196) | protected function publishTag($tag) method pathsToPublish (line 226) | protected function pathsToPublish($tag) method publishItem (line 240) | protected function publishItem($from, $to) method publishFile (line 258) | protected function publishFile($from, $to) method publishDirectory (line 291) | protected function publishDirectory($from, $to) method moveManagedFiles (line 310) | protected function moveManagedFiles($from, $manager) method createParentDirectory (line 335) | protected function createParentDirectory($directory) method ensureMigrationNameIsUpToDate (line 349) | protected function ensureMigrationNameIsUpToDate($from, $to) method status (line 382) | protected function status($from, $to, $type) method dontUpdateMigrationDates (line 401) | public static function dontUpdateMigrationDates() FILE: src/Illuminate/Foundation/Console/ViewCacheCommand.php class ViewCacheCommand (line 12) | #[AsCommand(name: 'view:cache')] method handle (line 34) | public function handle() method compileViews (line 57) | protected function compileViews(Collection $views) method bladeFilesIn (line 78) | protected function bladeFilesIn(array $paths) method paths (line 100) | protected function paths() FILE: src/Illuminate/Foundation/Console/ViewClearCommand.php class ViewClearCommand (line 10) | #[AsCommand(name: 'view:clear')] method __construct (line 39) | public function __construct(Filesystem $files) method handle (line 53) | public function handle() FILE: src/Illuminate/Foundation/Console/ViewMakeCommand.php class ViewMakeCommand (line 14) | #[AsCommand(name: 'make:view')] method buildClass (line 48) | protected function buildClass($name) method getPath (line 65) | protected function getPath($name) method getNameInput (line 77) | protected function getNameInput() method getStub (line 91) | protected function getStub() method resolveStubPath (line 104) | protected function resolveStubPath($stub) method getTestPath (line 116) | protected function getTestPath() method handleTestCreation (line 132) | protected function handleTestCreation($path): bool method testNamespace (line 158) | protected function testNamespace() method testClassName (line 170) | protected function testClassName() method testClassFullyQualifiedName (line 183) | protected function testClassFullyQualifiedName() method getTestStub (line 207) | protected function getTestStub() method testViewName (line 221) | protected function testViewName() method usingPest (line 234) | protected function usingPest() method getOptions (line 250) | protected function getOptions() FILE: src/Illuminate/Foundation/EnvironmentDetector.php class EnvironmentDetector (line 7) | class EnvironmentDetector method detect (line 16) | public function detect(Closure $callback, $consoleArgs = null) method detectWebEnvironment (line 31) | protected function detectWebEnvironment(Closure $callback) method detectConsoleEnvironment (line 43) | protected function detectConsoleEnvironment(Closure $callback, array $... method getEnvironmentArgument (line 61) | protected function getEnvironmentArgument(array $args) FILE: src/Illuminate/Foundation/Events/DiagnosingHealth.php class DiagnosingHealth (line 5) | class DiagnosingHealth FILE: src/Illuminate/Foundation/Events/DiscoverEvents.php class DiscoverEvents (line 15) | class DiscoverEvents method within (line 31) | public static function within($listenerPath, $basePath) method getListenerEvents (line 63) | protected static function getListenerEvents($listeners, $basePath) method classFromFile (line 101) | protected static function classFromFile(SplFileInfo $file, $basePath) method guessClassNamesUsing (line 122) | public static function guessClassNamesUsing(callable $callback) FILE: src/Illuminate/Foundation/Events/Dispatchable.php type Dispatchable (line 5) | trait Dispatchable method dispatch (line 13) | public static function dispatch(...$arguments) method dispatchIf (line 25) | public static function dispatchIf($boolean, ...$arguments) method dispatchUnless (line 39) | public static function dispatchUnless($boolean, ...$arguments) method broadcast (line 52) | public static function broadcast(...$arguments) FILE: src/Illuminate/Foundation/Events/LocaleUpdated.php class LocaleUpdated (line 5) | class LocaleUpdated method __construct (line 27) | public function __construct($locale, $previousLocale = null) FILE: src/Illuminate/Foundation/Events/MaintenanceModeDisabled.php class MaintenanceModeDisabled (line 5) | class MaintenanceModeDisabled FILE: src/Illuminate/Foundation/Events/MaintenanceModeEnabled.php class MaintenanceModeEnabled (line 5) | class MaintenanceModeEnabled FILE: src/Illuminate/Foundation/Events/PublishingStubs.php class PublishingStubs (line 5) | class PublishingStubs method __construct (line 21) | public function __construct(array $stubs) method add (line 33) | public function add(string $path, string $name) FILE: src/Illuminate/Foundation/Events/Terminating.php class Terminating (line 5) | class Terminating FILE: src/Illuminate/Foundation/Events/VendorTagPublished.php class VendorTagPublished (line 5) | class VendorTagPublished method __construct (line 27) | public function __construct($tag, $paths) FILE: src/Illuminate/Foundation/Exceptions/Handler.php class Handler (line 57) | class Handler implements ExceptionHandlerContract method __construct (line 196) | public function __construct(Container $container) method register (line 210) | public function register() method reportable (line 221) | public function reportable(callable $reportUsing) method renderable (line 238) | public function renderable(callable $renderUsing) method map (line 258) | public function map($from, $to = null) method dontReport (line 285) | public function dontReport(array|string $exceptions) method dontReportWhen (line 296) | public function dontReportWhen(callable $dontReportWhen) method ignore (line 313) | public function ignore(array|string $exceptions) method dontFlash (line 328) | public function dontFlash(array|string $attributes) method level (line 344) | public function level($type, $level) method report (line 359) | public function report(Throwable $e) method reportThrowable (line 378) | protected function reportThrowable(Throwable $e): void method shouldReport (line 414) | public function shouldReport(Throwable $e) method shouldntReport (line 425) | protected function shouldntReport(Throwable $e) method throttle (line 471) | protected function throttle(Throwable $e) method throttleUsing (line 494) | public function throttleUsing(callable $throttleUsing) method stopIgnoring (line 511) | public function stopIgnoring(array|string $exceptions) method buildExceptionContext (line 534) | protected function buildExceptionContext(Throwable $e) method exceptionContext (line 549) | protected function exceptionContext(Throwable $e) method context (line 569) | protected function context() method buildContextUsing (line 586) | public function buildContextUsing(Closure $contextCallback) method render (line 602) | public function render($request, Throwable $e) method finalizeRenderedResponse (line 640) | protected function finalizeRenderedResponse($request, $response, Throw... method respondUsing (line 653) | public function respondUsing($callback) method prepareException (line 666) | protected function prepareException(Throwable $e) method mapException (line 690) | protected function mapException(Throwable $e) method renderViaCallbacks (line 715) | protected function renderViaCallbacks($request, Throwable $e) method renderExceptionResponse (line 737) | protected function renderExceptionResponse($request, Throwable $e) method unauthenticated (line 751) | protected function unauthenticated($request, AuthenticationException $... method convertValidationExceptionToResponse (line 765) | protected function convertValidationExceptionToResponse(ValidationExce... method invalid (line 783) | protected function invalid($request, ValidationException $exception) method invalidJson (line 797) | protected function invalidJson($request, ValidationException $exception) method shouldReturnJson (line 812) | protected function shouldReturnJson($request, Throwable $e) method shouldRenderJsonWhen (line 825) | public function shouldRenderJsonWhen($callback) method prepareResponse (line 839) | protected function prepareResponse($request, Throwable $e) method convertExceptionToResponse (line 860) | protected function convertExceptionToResponse(Throwable $e) method renderExceptionContent (line 875) | protected function renderExceptionContent(Throwable $e) method renderExceptionWithCustomRenderer (line 898) | protected function renderExceptionWithCustomRenderer(Throwable $e) method renderExceptionWithSymfony (line 910) | protected function renderExceptionWithSymfony(Throwable $e, $debug) method renderHttpException (line 925) | protected function renderHttpException(HttpExceptionInterface $e) method registerErrorViewPaths (line 950) | protected function registerErrorViewPaths() method getHttpExceptionView (line 961) | protected function getHttpExceptionView(HttpExceptionInterface $e) method toIlluminateResponse (line 985) | protected function toIlluminateResponse($response, Throwable $e) method prepareJsonResponse (line 1007) | protected function prepareJsonResponse($request, Throwable $e) method convertExceptionToArray (line 1023) | protected function convertExceptionToArray(Throwable $e) method renderForConsole (line 1045) | public function renderForConsole($output, Throwable $e) method dontReportDuplicates (line 1072) | public function dontReportDuplicates() method isHttpException (line 1085) | protected function isHttpException(Throwable $e) method mapLogLevel (line 1096) | protected function mapLogLevel(Throwable $e) method newLogger (line 1108) | protected function newLogger() FILE: src/Illuminate/Foundation/Exceptions/RegisterErrorViewPaths.php class RegisterErrorViewPaths (line 8) | class RegisterErrorViewPaths method __invoke (line 15) | public function __invoke() FILE: src/Illuminate/Foundation/Exceptions/Renderer/Exception.php class Exception (line 13) | class Exception method __construct (line 51) | public function __construct(FlattenException $exception, Request $requ... method title (line 64) | public function title() method message (line 74) | public function message() method class (line 84) | public function class() method code (line 94) | public function code() method httpStatusCode (line 104) | public function httpStatusCode() method previousExceptions (line 114) | public function previousExceptions() method frames (line 126) | public function frames() method frameGroups (line 178) | public function frameGroups() method request (line 203) | public function request() method requestHeaders (line 213) | public function requestHeaders() method requestBody (line 225) | public function requestBody() method applicationRouteContext (line 241) | public function applicationRouteContext() method applicationRouteParametersContext (line 259) | public function applicationRouteParametersContext() method applicationQueries (line 274) | public function applicationQueries() FILE: src/Illuminate/Foundation/Exceptions/Renderer/Frame.php class Frame (line 10) | class Frame method __construct (line 65) | public function __construct(FlattenException $exception, array $classM... method source (line 79) | public function source() method editorHref (line 92) | public function editorHref() method class (line 102) | public function class() method file (line 118) | public function file() method line (line 132) | public function line() method operator (line 148) | public function operator() method callable (line 158) | public function callable() method args (line 171) | public function args() method snippet (line 192) | public function snippet() method isFromVendor (line 212) | public function isFromVendor() method previous (line 223) | public function previous() method markAsMain (line 233) | public function markAsMain() method isMain (line 243) | public function isMain() FILE: src/Illuminate/Foundation/Exceptions/Renderer/Listener.php class Listener (line 14) | class Listener method registerListeners (line 29) | public function registerListeners(Dispatcher $events) method queries (line 49) | public function queries() method onQueryExecuted (line 60) | public function onQueryExecuted(QueryExecuted $event) FILE: src/Illuminate/Foundation/Exceptions/Renderer/Mappers/BladeMapper.php class BladeMapper (line 46) | class BladeMapper method __construct (line 68) | public function __construct(Factory $factory, BladeCompiler $bladeComp... method map (line 80) | public function map(FlattenException $exception) method findCompiledView (line 109) | protected function findCompiledView(string $compiledPath) method getKnownPaths (line 119) | protected function getKnownPaths() method filterViewData (line 151) | protected function filterViewData(array $data) method detectLineNumber (line 169) | protected function detectLineNumber(string $filename, int $compiledLin... method compileSourcemap (line 182) | protected function compileSourcemap(string $value) method addEchoLineNumbers (line 205) | protected function addEchoLineNumbers(string $value) method addStatementLineNumbers (line 231) | protected function addStatementLineNumbers(string $value) method addBladeComponentLineNumbers (line 257) | protected function addBladeComponentLineNumbers(string $value) method insertLineNumberAtPosition (line 284) | protected function insertLineNumberAtPosition(int $position, string $v... method trimEmptyLines (line 299) | protected function trimEmptyLines(string $value) method findClosestLineNumberMapping (line 313) | protected function findClosestLineNumberMapping(string $map, int $comp... FILE: src/Illuminate/Foundation/Exceptions/Renderer/Renderer.php class Renderer (line 11) | class Renderer method __construct (line 64) | public function __construct( method render (line 85) | public function render(Request $request, Throwable $throwable) method css (line 108) | public static function css() method js (line 118) | public static function js() FILE: src/Illuminate/Foundation/Exceptions/ReportableHandler.php class ReportableHandler (line 8) | class ReportableHandler method __construct (line 31) | public function __construct(callable $callback) method __invoke (line 42) | public function __invoke(Throwable $e) method handles (line 59) | public function handles(Throwable $e) method stop (line 75) | public function stop() FILE: src/Illuminate/Foundation/Exceptions/Whoops/WhoopsExceptionRenderer.php class WhoopsExceptionRenderer (line 10) | class WhoopsExceptionRenderer implements ExceptionRenderer method render (line 18) | public function render($throwable) method whoopsHandler (line 34) | protected function whoopsHandler() FILE: src/Illuminate/Foundation/Exceptions/Whoops/WhoopsHandler.php class WhoopsHandler (line 9) | class WhoopsHandler method forDebug (line 16) | public function forDebug() method registerApplicationPaths (line 33) | protected function registerApplicationPaths($handler) method directoriesExceptVendor (line 47) | protected function directoriesExceptVendor() method registerBlacklist (line 61) | protected function registerBlacklist($handler) method registerEditor (line 78) | protected function registerEditor($handler) FILE: src/Illuminate/Foundation/FileBasedMaintenanceMode.php class FileBasedMaintenanceMode (line 7) | class FileBasedMaintenanceMode implements MaintenanceModeContract method activate (line 15) | public function activate(array $payload): void method deactivate (line 28) | public function deactivate(): void method active (line 40) | public function active(): bool method data (line 50) | public function data(): array method path (line 60) | protected function path(): string FILE: src/Illuminate/Foundation/Http/Attributes/ErrorBag.php class ErrorBag (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $name) FILE: src/Illuminate/Foundation/Http/Attributes/RedirectTo.php class RedirectTo (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $url) FILE: src/Illuminate/Foundation/Http/Attributes/RedirectToRoute.php class RedirectToRoute (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $route) FILE: src/Illuminate/Foundation/Http/Attributes/StopOnFirstFailure.php class StopOnFirstFailure (line 7) | #[Attribute(Attribute::TARGET_CLASS)] FILE: src/Illuminate/Foundation/Http/Events/RequestHandled.php class RequestHandled (line 5) | class RequestHandled method __construct (line 27) | public function __construct($request, $response) FILE: src/Illuminate/Foundation/Http/FormRequest.php class FormRequest (line 20) | class FormRequest extends Request implements ValidatesWhenResolved method getValidatorInstance (line 85) | protected function getValidatorInstance() method configureFromAttributes (line 122) | protected function configureFromAttributes() method createDefaultValidator (line 155) | protected function createDefaultValidator(ValidationFactory $factory) method validationData (line 180) | public function validationData() method validationRules (line 190) | protected function validationRules() method failedValidation (line 203) | protected function failedValidation(Validator $validator) method getRedirectUrl (line 217) | protected function getRedirectUrl() method passesAuthorization (line 239) | protected function passesAuthorization() method failedAuthorization (line 257) | protected function failedAuthorization() method safe (line 268) | public function safe(?array $keys = null) method validated (line 282) | public function validated($key = null, $default = null) method messages (line 292) | public function messages() method attributes (line 302) | public function attributes() method setValidator (line 313) | public function setValidator(Validator $validator) method setRedirector (line 326) | public function setRedirector(Redirector $redirector) method setContainer (line 339) | public function setContainer(Container $container) FILE: src/Illuminate/Foundation/Http/HtmlDumper.php class HtmlDumper (line 12) | class HtmlDumper extends BaseHtmlDumper method __construct (line 57) | public function __construct($basePath, $compiledViewPath) method register (line 72) | public static function register($basePath, $compiledViewPath) method dumpWithSource (line 87) | public function dumpWithSource(Data $data) method getDumpSourceContent (line 123) | protected function getDumpSourceContent() FILE: src/Illuminate/Foundation/Http/Kernel.php class Kernel (line 20) | class Kernel implements KernelContract method __construct (line 123) | public function __construct(Application $app, Router $router) method handle (line 137) | public function handle($request) method sendRequestThroughRouter (line 164) | protected function sendRequestThroughRouter($request) method bootstrap (line 183) | public function bootstrap() method dispatchToRouter (line 195) | protected function dispatchToRouter() method terminate (line 211) | public function terminate($request, $response) method terminateMiddleware (line 243) | protected function terminateMiddleware($request, $response) method whenRequestLifecycleIsLongerThan (line 272) | public function whenRequestLifecycleIsLongerThan($threshold, $handler) method requestStartedAt (line 293) | public function requestStartedAt() method gatherRouteMiddleware (line 304) | protected function gatherRouteMiddleware($request) method parseMiddleware (line 319) | protected function parseMiddleware($middleware) method hasMiddleware (line 336) | public function hasMiddleware($middleware) method prependMiddleware (line 347) | public function prependMiddleware($middleware) method pushMiddleware (line 362) | public function pushMiddleware($middleware) method prependMiddlewareToGroup (line 380) | public function prependMiddlewareToGroup($group, $middleware) method appendMiddlewareToGroup (line 404) | public function appendMiddlewareToGroup($group, $middleware) method prependToMiddlewarePriority (line 425) | public function prependToMiddlewarePriority($middleware) method appendToMiddlewarePriority (line 442) | public function appendToMiddlewarePriority($middleware) method addToMiddlewarePriorityBefore (line 460) | public function addToMiddlewarePriorityBefore($before, $middleware) method addToMiddlewarePriorityAfter (line 472) | public function addToMiddlewarePriorityAfter($after, $middleware) method addToMiddlewarePriorityRelative (line 485) | protected function addToMiddlewarePriorityRelative($existing, $middlew... method syncMiddlewareToRouter (line 521) | protected function syncMiddlewareToRouter() method getMiddlewarePriority (line 539) | public function getMiddlewarePriority() method bootstrappers (line 549) | protected function bootstrappers() method reportException (line 560) | protected function reportException(Throwable $e) method renderException (line 572) | protected function renderException($request, Throwable $e) method getGlobalMiddleware (line 582) | public function getGlobalMiddleware() method setGlobalMiddleware (line 593) | public function setGlobalMiddleware(array $middleware) method getMiddlewareGroups (line 607) | public function getMiddlewareGroups() method setMiddlewareGroups (line 618) | public function setMiddlewareGroups(array $groups) method getRouteMiddleware (line 634) | public function getRouteMiddleware() method getMiddlewareAliases (line 644) | public function getMiddlewareAliases() method setMiddlewareAliases (line 655) | public function setMiddlewareAliases(array $aliases) method setMiddlewarePriority (line 670) | public function setMiddlewarePriority(array $priority) method getApplication (line 684) | public function getApplication() method setApplication (line 695) | public function setApplication(Application $app) FILE: src/Illuminate/Foundation/Http/MaintenanceModeBypassCookie.php class MaintenanceModeBypassCookie (line 8) | class MaintenanceModeBypassCookie method create (line 16) | public static function create(string $key) method isValid (line 33) | public static function isValid(string $cookie, string $key) FILE: src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php class CheckForMaintenanceMode (line 5) | class CheckForMaintenanceMode extends PreventRequestsDuringMaintenance FILE: src/Illuminate/Foundation/Http/Middleware/Concerns/ExcludesPaths.php type ExcludesPaths (line 5) | trait ExcludesPaths method inExceptArray (line 13) | protected function inExceptArray($request) method getExcludedPaths (line 33) | public function getExcludedPaths() FILE: src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php class ConvertEmptyStringsToNull (line 7) | class ConvertEmptyStringsToNull extends TransformsRequest method handle (line 23) | public function handle($request, Closure $next) method transform (line 41) | protected function transform($key, $value) method skipWhen (line 52) | public static function skipWhen(Closure $callback) method flushState (line 62) | public static function flushState() FILE: src/Illuminate/Foundation/Http/Middleware/HandlePrecognitiveRequests.php class HandlePrecognitiveRequests (line 11) | class HandlePrecognitiveRequests method __construct (line 25) | public function __construct(Container $container) method handle (line 37) | public function handle($request, $next) method prepareForPrecognition (line 64) | protected function prepareForPrecognition($request) method appendVaryHeader (line 79) | protected function appendVaryHeader($request, $response) method restoreDispatchers (line 94) | protected function restoreDispatchers($callableBinding, $controllerBin... FILE: src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php class InvokeDeferredCallbacks (line 11) | class InvokeDeferredCallbacks method handle (line 20) | public function handle(Request $request, Closure $next) method terminate (line 32) | public function terminate(Request $request, Response $response) FILE: src/Illuminate/Foundation/Http/Middleware/PreventRequestForgery.php class PreventRequestForgery (line 19) | class PreventRequestForgery method __construct (line 79) | public function __construct(Application $app, Encrypter $encrypter) method handle (line 95) | public function handle($request, Closure $next) method isReading (line 120) | protected function isReading($request) method runningUnitTests (line 130) | protected function runningUnitTests() method hasValidOrigin (line 143) | protected function hasValidOrigin($request) method tokensMatch (line 168) | protected function tokensMatch($request) method getTokenFromRequest (line 183) | protected function getTokenFromRequest($request) method shouldAddXsrfTokenCookie (line 203) | public function shouldAddXsrfTokenCookie() method addCookieToResponse (line 219) | protected function addCookieToResponse($request, $response) method newCookie (line 239) | protected function newCookie($request, $config) method except (line 261) | public static function except($uris) method allowSameSite (line 274) | public static function allowSameSite($allow = true) method useOriginOnly (line 285) | public static function useOriginOnly($originOnly = true) method getExcludedPaths (line 295) | public function getExcludedPaths() method serialized (line 305) | public static function serialized() method flushState (line 315) | public static function flushState() FILE: src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php class PreventRequestsDuringMaintenance (line 13) | class PreventRequestsDuringMaintenance method __construct (line 43) | public function __construct(Application $app) method handle (line 58) | public function handle($request, Closure $next) method hasValidBypassCookie (line 119) | protected function hasValidBypassCookie($request, array $data) method bypassResponse (line 135) | protected function bypassResponse(string $secret) method getHeaders (line 148) | protected function getHeaders($data) method getExcludedPaths (line 164) | public function getExcludedPaths() method except (line 175) | public static function except($uris) method flushState (line 187) | public static function flushState() FILE: src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php class TransformsRequest (line 8) | class TransformsRequest method handle (line 17) | public function handle($request, Closure $next) method clean (line 30) | protected function clean($request) method cleanParameterBag (line 47) | protected function cleanParameterBag(ParameterBag $bag) method cleanArray (line 59) | protected function cleanArray(array $data, $keyPrefix = '') method cleanValue (line 75) | protected function cleanValue($key, $value) method transform (line 91) | protected function transform($key, $value) FILE: src/Illuminate/Foundation/Http/Middleware/TrimStrings.php class TrimStrings (line 9) | class TrimStrings extends TransformsRequest method handle (line 43) | public function handle($request, Closure $next) method transform (line 61) | protected function transform($key, $value) method shouldSkip (line 79) | protected function shouldSkip($key, $except) method except (line 90) | public static function except($attributes) method skipWhen (line 103) | public static function skipWhen(Closure $callback) method flushState (line 113) | public static function flushState() FILE: src/Illuminate/Foundation/Http/Middleware/ValidateCsrfToken.php class ValidateCsrfToken (line 8) | class ValidateCsrfToken extends PreventRequestForgery FILE: src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php class ValidatePostSize (line 7) | class ValidatePostSize extends Middleware FILE: src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php class VerifyCsrfToken (line 8) | class VerifyCsrfToken extends PreventRequestForgery FILE: src/Illuminate/Foundation/Inspiring.php class Inspiring (line 44) | class Inspiring method quote (line 57) | public static function quote() method quotes (line 67) | public static function quotes() method formatForConsole (line 120) | protected static function formatForConsole($quote) FILE: src/Illuminate/Foundation/MaintenanceModeManager.php class MaintenanceModeManager (line 7) | class MaintenanceModeManager extends Manager method createFileDriver (line 14) | protected function createFileDriver(): FileBasedMaintenanceMode method createCacheDriver (line 26) | protected function createCacheDriver(): CacheBasedMaintenanceMode method getDefaultDriver (line 40) | public function getDefaultDriver(): string FILE: src/Illuminate/Foundation/Mix.php class Mix (line 8) | class Mix method __invoke (line 19) | public function __invoke($path, $manifestDirectory = '') FILE: src/Illuminate/Foundation/MixFileNotFoundException.php class MixFileNotFoundException (line 7) | class MixFileNotFoundException extends Exception FILE: src/Illuminate/Foundation/MixManifestNotFoundException.php class MixManifestNotFoundException (line 7) | class MixManifestNotFoundException extends Exception FILE: src/Illuminate/Foundation/PackageManifest.php class PackageManifest (line 10) | class PackageManifest method __construct (line 54) | public function __construct(Filesystem $files, $basePath, $manifestPath) method providers (line 67) | public function providers() method aliases (line 77) | public function aliases() method config (line 88) | public function config($key) method getManifest (line 101) | protected function getManifest() method build (line 120) | public function build() method format (line 147) | protected function format($package) method packagesToIgnore (line 157) | protected function packagesToIgnore() method write (line 176) | protected function write(array $manifest) FILE: src/Illuminate/Foundation/Precognition.php class Precognition (line 5) | class Precognition method afterValidationHook (line 13) | public static function afterValidationHook($request) FILE: src/Illuminate/Foundation/ProviderRepository.php class ProviderRepository (line 9) | class ProviderRepository method __construct (line 39) | public function __construct(ApplicationContract $app, Filesystem $file... method load (line 52) | public function load(array $providers) method loadManifest (line 85) | public function loadManifest() method shouldRecompile (line 106) | public function shouldRecompile($manifest, $providers) method registerLoadEvents (line 118) | protected function registerLoadEvents($provider, array $events) method compileManifest (line 133) | protected function compileManifest($providers) method freshManifest (line 171) | protected function freshManifest(array $providers) method writeManifest (line 184) | public function writeManifest($manifest) method createProvider (line 203) | public function createProvider($provider) FILE: src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php class ArtisanServiceProvider (line 117) | class ArtisanServiceProvider extends ServiceProvider implements Deferrab... method register (line 248) | public function register() method registerCommands (line 267) | protected function registerCommands(array $commands) method registerAboutCommand (line 287) | protected function registerAboutCommand() method registerCacheClearCommand (line 299) | protected function registerCacheClearCommand() method registerCacheForgetCommand (line 311) | protected function registerCacheForgetCommand() method registerCacheTableCommand (line 323) | protected function registerCacheTableCommand() method registerCastMakeCommand (line 335) | protected function registerCastMakeCommand() method registerChannelMakeCommand (line 347) | protected function registerChannelMakeCommand() method registerClassMakeCommand (line 359) | protected function registerClassMakeCommand() method registerComponentMakeCommand (line 371) | protected function registerComponentMakeCommand() method registerConfigCacheCommand (line 383) | protected function registerConfigCacheCommand() method registerConfigClearCommand (line 395) | protected function registerConfigClearCommand() method registerConfigMakeCommand (line 407) | protected function registerConfigMakeCommand() method registerConfigPublishCommand (line 419) | protected function registerConfigPublishCommand() method registerConsoleMakeCommand (line 431) | protected function registerConsoleMakeCommand() method registerControllerMakeCommand (line 443) | protected function registerControllerMakeCommand() method registerEnumMakeCommand (line 455) | protected function registerEnumMakeCommand() method registerEventMakeCommand (line 467) | protected function registerEventMakeCommand() method registerExceptionMakeCommand (line 479) | protected function registerExceptionMakeCommand() method registerFactoryMakeCommand (line 491) | protected function registerFactoryMakeCommand() method registerEventClearCommand (line 503) | protected function registerEventClearCommand() method registerInterfaceMakeCommand (line 515) | protected function registerInterfaceMakeCommand() method registerJobMakeCommand (line 527) | protected function registerJobMakeCommand() method registerJobMiddlewareMakeCommand (line 539) | protected function registerJobMiddlewareMakeCommand() method registerListenerMakeCommand (line 551) | protected function registerListenerMakeCommand() method registerMailMakeCommand (line 563) | protected function registerMailMakeCommand() method registerMiddlewareMakeCommand (line 575) | protected function registerMiddlewareMakeCommand() method registerModelMakeCommand (line 587) | protected function registerModelMakeCommand() method registerNotificationMakeCommand (line 599) | protected function registerNotificationMakeCommand() method registerNotificationTableCommand (line 611) | protected function registerNotificationTableCommand() method registerObserverMakeCommand (line 623) | protected function registerObserverMakeCommand() method registerPolicyMakeCommand (line 635) | protected function registerPolicyMakeCommand() method registerProviderMakeCommand (line 647) | protected function registerProviderMakeCommand() method registerQueueForgetCommand (line 659) | protected function registerQueueForgetCommand() method registerQueueListenCommand (line 669) | protected function registerQueueListenCommand() method registerQueueMonitorCommand (line 681) | protected function registerQueueMonitorCommand() method registerQueuePruneBatchesCommand (line 693) | protected function registerQueuePruneBatchesCommand() method registerQueuePruneFailedJobsCommand (line 705) | protected function registerQueuePruneFailedJobsCommand() method registerQueueRestartCommand (line 717) | protected function registerQueueRestartCommand() method registerQueueWorkCommand (line 729) | protected function registerQueueWorkCommand() method registerQueueFailedTableCommand (line 741) | protected function registerQueueFailedTableCommand() method registerQueueTableCommand (line 753) | protected function registerQueueTableCommand() method registerQueueBatchesTableCommand (line 765) | protected function registerQueueBatchesTableCommand() method registerRequestMakeCommand (line 777) | protected function registerRequestMakeCommand() method registerResourceMakeCommand (line 789) | protected function registerResourceMakeCommand() method registerRuleMakeCommand (line 801) | protected function registerRuleMakeCommand() method registerScopeMakeCommand (line 813) | protected function registerScopeMakeCommand() method registerSeederMakeCommand (line 825) | protected function registerSeederMakeCommand() method registerSessionTableCommand (line 837) | protected function registerSessionTableCommand() method registerRouteCacheCommand (line 849) | protected function registerRouteCacheCommand() method registerRouteClearCommand (line 861) | protected function registerRouteClearCommand() method registerRouteListCommand (line 873) | protected function registerRouteListCommand() method registerSeedCommand (line 885) | protected function registerSeedCommand() method registerTestMakeCommand (line 897) | protected function registerTestMakeCommand() method registerTraitMakeCommand (line 909) | protected function registerTraitMakeCommand() method registerVendorPublishCommand (line 921) | protected function registerVendorPublishCommand() method registerViewClearCommand (line 933) | protected function registerViewClearCommand() method provides (line 945) | public function provides() FILE: src/Illuminate/Foundation/Providers/ComposerServiceProvider.php class ComposerServiceProvider (line 9) | class ComposerServiceProvider extends ServiceProvider implements Deferra... method register (line 16) | public function register() method provides (line 28) | public function provides() FILE: src/Illuminate/Foundation/Providers/ConsoleSupportServiceProvider.php class ConsoleSupportServiceProvider (line 9) | class ConsoleSupportServiceProvider extends AggregateServiceProvider imp... FILE: src/Illuminate/Foundation/Providers/FormRequestServiceProvider.php class FormRequestServiceProvider (line 10) | class FormRequestServiceProvider extends ServiceProvider method register (line 17) | public function register() method boot (line 27) | public function boot() FILE: src/Illuminate/Foundation/Providers/FoundationServiceProvider.php class FoundationServiceProvider (line 39) | class FoundationServiceProvider extends AggregateServiceProvider method boot (line 66) | public function boot() method register (line 86) | public function register() method registerConsoleSchedule (line 106) | public function registerConsoleSchedule() method registerDumper (line 118) | public function registerDumper() method registerRequestValidation (line 148) | public function registerRequestValidation() method registerRequestSignatureValidation (line 177) | public function registerRequestSignatureValidation() method registerUriUrlGeneration (line 201) | protected function registerUriUrlGeneration() method registerDeferHandler (line 211) | protected function registerDeferHandler() method registerExceptionTracking (line 233) | protected function registerExceptionTracking() method registerExceptionRenderer (line 257) | protected function registerExceptionRenderer() method registerMaintenanceModeManager (line 289) | public function registerMaintenanceModeManager() FILE: src/Illuminate/Foundation/Queue/InteractsWithUniqueJobs.php type InteractsWithUniqueJobs (line 9) | trait InteractsWithUniqueJobs method addUniqueJobInformationToContext (line 17) | public function addUniqueJobInformationToContext($job): void method removeUniqueJobInformationFromContext (line 33) | public function removeUniqueJobInformationFromContext($job): void method getUniqueJobCacheStore (line 49) | protected function getUniqueJobCacheStore($job): ?string FILE: src/Illuminate/Foundation/Queue/Queueable.php type Queueable (line 10) | trait Queueable FILE: src/Illuminate/Foundation/Routing/PrecognitionCallableDispatcher.php class PrecognitionCallableDispatcher (line 8) | class PrecognitionCallableDispatcher extends CallableDispatcher method dispatch (line 17) | public function dispatch(Route $route, $callable) FILE: src/Illuminate/Foundation/Routing/PrecognitionControllerDispatcher.php class PrecognitionControllerDispatcher (line 9) | class PrecognitionControllerDispatcher extends ControllerDispatcher method dispatch (line 19) | public function dispatch(Route $route, $controller, $method) method ensureMethodExists (line 37) | protected function ensureMethodExists($controller, $method) FILE: src/Illuminate/Foundation/Support/Providers/AuthServiceProvider.php class AuthServiceProvider (line 8) | class AuthServiceProvider extends ServiceProvider method register (line 22) | public function register() method registerPolicies (line 34) | public function registerPolicies() method policies (line 46) | public function policies() FILE: src/Illuminate/Foundation/Support/Providers/EventServiceProvider.php class EventServiceProvider (line 13) | class EventServiceProvider extends ServiceProvider method register (line 55) | public function register() method boot (line 85) | public function boot() method listens (line 95) | public function listens() method getEvents (line 105) | public function getEvents() method discoveredEvents (line 124) | protected function discoveredEvents() method shouldDiscoverEvents (line 136) | public function shouldDiscoverEvents() method discoverEvents (line 146) | public function discoverEvents() method discoverEventsWithin (line 166) | protected function discoverEventsWithin() method addEventDiscoveryPaths (line 179) | public static function addEventDiscoveryPaths(iterable|string $paths) method setEventDiscoveryPaths (line 193) | public static function setEventDiscoveryPaths(iterable $paths) method eventDiscoveryBasePath (line 203) | protected function eventDiscoveryBasePath() method disableEventDiscovery (line 213) | public static function disableEventDiscovery() method configureEmailVerification (line 223) | protected function configureEmailVerification() FILE: src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php class RouteServiceProvider (line 14) | class RouteServiceProvider extends ServiceProvider method register (line 51) | public function register() method boot (line 74) | public function boot() method routes (line 85) | protected function routes(Closure $routesCallback) method loadRoutesUsing (line 98) | public static function loadRoutesUsing(?Closure $routesCallback) method loadCachedRoutesUsing (line 109) | public static function loadCachedRoutesUsing(?Closure $routesCallback) method setRootControllerNamespace (line 119) | protected function setRootControllerNamespace() method routesAreCached (line 131) | protected function routesAreCached() method loadCachedRoutes (line 141) | protected function loadCachedRoutes() method loadRoutes (line 159) | protected function loadRoutes() method __call (line 179) | public function __call($method, $parameters) FILE: src/Illuminate/Foundation/Testing/Attributes/Seed.php class Seed (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 13) | public function __construct() FILE: src/Illuminate/Foundation/Testing/Attributes/Seeder.php class Seeder (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $class) FILE: src/Illuminate/Foundation/Testing/Attributes/SetUp.php class SetUp (line 7) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Illuminate/Foundation/Testing/Attributes/TearDown.php class TearDown (line 7) | #[Attribute(Attribute::TARGET_METHOD)] FILE: src/Illuminate/Foundation/Testing/CachedState.php class CachedState (line 5) | class CachedState FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithAuthentication.php type InteractsWithAuthentication (line 7) | trait InteractsWithAuthentication method actingAs (line 16) | public function actingAs(UserContract $user, $guard = null) method actingAsGuest (line 27) | public function actingAsGuest($guard = null) method be (line 43) | public function be(UserContract $user, $guard = null) method assertAuthenticated (line 62) | public function assertAuthenticated($guard = null) method assertGuest (line 75) | public function assertGuest($guard = null) method isAuthenticated (line 88) | protected function isAuthenticated($guard = null) method assertAuthenticatedAs (line 100) | public function assertAuthenticatedAs($user, $guard = null) method assertCredentials (line 126) | public function assertCredentials(array $credentials, $guard = null) method assertInvalidCredentials (line 142) | public function assertInvalidCredentials(array $credentials, $guard = ... method hasCredentials (line 158) | protected function hasCredentials(array $credentials, $guard = null) FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php type InteractsWithConsole (line 9) | trait InteractsWithConsole method artisan (line 81) | public function artisan($command, $parameters = []) method withoutMockingConsoleOutput (line 95) | protected function withoutMockingConsoleOutput() FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithContainer.php type InteractsWithContainer (line 13) | trait InteractsWithContainer method swap (line 45) | protected function swap($abstract, $instance) method instance (line 59) | protected function instance($abstract, $instance) method mock (line 73) | protected function mock($abstract, ?Closure $mock = null) method partialMock (line 85) | protected function partialMock($abstract, ?Closure $mock = null) method spy (line 97) | protected function spy($abstract, ?Closure $mock = null) method forgetMock (line 108) | protected function forgetMock($abstract) method withoutVite (line 120) | protected function withoutVite() method withVite (line 209) | protected function withVite() method withoutMix (line 223) | protected function withoutMix() method withMix (line 241) | protected function withMix() method withoutDefer (line 255) | protected function withoutDefer() method withDefer (line 277) | protected function withDefer() FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase.php type InteractsWithDatabase (line 16) | trait InteractsWithDatabase method assertDatabaseHas (line 26) | protected function assertDatabaseHas($table, array $data = [], $connec... method assertDatabaseMissing (line 58) | protected function assertDatabaseMissing($table, array $data = [], $co... method assertDatabaseCount (line 92) | protected function assertDatabaseCount($table, int $count, $connection... method assertDatabaseEmpty (line 108) | protected function assertDatabaseEmpty($table, $connection = null) method assertSoftDeleted (line 126) | protected function assertSoftDeleted($table, array $data = [], $connec... method assertNotSoftDeleted (line 166) | protected function assertNotSoftDeleted($table, array $data = [], $con... method assertModelExists (line 203) | protected function assertModelExists($model) method assertModelMissing (line 214) | protected function assertModelMissing($model) method expectsDatabaseQueryCount (line 226) | public function expectsDatabaseQueryCount($expected, $connection = null) method isSoftDeletableModel (line 255) | protected function isSoftDeletableModel($model) method castAsJson (line 267) | public function castAsJson($value, $connection = null) method getConnection (line 291) | protected function getConnection($connection = null, $table = null) method getTable (line 306) | protected function getTable($table) method getTableConnection (line 321) | protected function getTableConnection($table) method getDeletedAtColumn (line 337) | protected function getDeletedAtColumn($table, $defaultColumnName = 'de... method newModelFor (line 348) | protected function newModelFor($table) method seed (line 359) | public function seed($class = 'Database\\Seeders\\DatabaseSeeder') FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithDeprecationHandling.php type InteractsWithDeprecationHandling (line 7) | trait InteractsWithDeprecationHandling method withDeprecationHandling (line 21) | protected function withDeprecationHandling() method withoutDeprecationHandling (line 37) | protected function withoutDeprecationHandling() FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithExceptionHandling.php type InteractsWithExceptionHandling (line 15) | trait InteractsWithExceptionHandling method withExceptionHandling (line 31) | protected function withExceptionHandling() method handleExceptions (line 50) | protected function handleExceptions(array $exceptions) method handleValidationExceptions (line 60) | protected function handleValidationExceptions() method withoutExceptionHandling (line 71) | protected function withoutExceptionHandling(array $except = []) method assertThrows (line 179) | protected function assertThrows(Closure $test, string|Closure $expecte... method assertDoesntThrow (line 223) | protected function assertDoesntThrow(Closure $test) FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithRedis.php type InteractsWithRedis (line 11) | trait InteractsWithRedis method setUpRedis (line 32) | public function setUpRedis() method tearDownRedis (line 106) | public function tearDownRedis() method redisDriverProvider (line 128) | public static function redisDriverProvider() method ifRedisAvailable (line 142) | public function ifRedisAvailable($callback) FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithSession.php type InteractsWithSession (line 5) | trait InteractsWithSession method withSession (line 13) | public function withSession(array $data) method session (line 26) | public function session(array $data) method startSession (line 42) | protected function startSession() method flushSession (line 56) | public function flushSession() FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithTestCaseLifecycle.php type InteractsWithTestCaseLifecycle (line 50) | trait InteractsWithTestCaseLifecycle method setUpTheTestEnvironment (line 94) | protected function setUpTheTestEnvironment(): void method tearDownTheTestEnvironment (line 124) | protected function tearDownTheTestEnvironment(): void method setUpTraits (line 218) | protected function setUpTraits() method tearDownAfterClassUsingTestCase (line 276) | public static function tearDownAfterClassUsingTestCase() method afterApplicationCreated (line 292) | public function afterApplicationCreated(callable $callback) method beforeApplicationDestroyed (line 307) | protected function beforeApplicationDestroyed(callable $callback) method callBeforeApplicationDestroyedCallbacks (line 317) | protected function callBeforeApplicationDestroyedCallbacks() FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php type InteractsWithTime (line 8) | trait InteractsWithTime method freezeTime (line 18) | public function freezeTime($callback = null) method freezeSecond (line 33) | public function freezeSecond($callback = null) method travel (line 46) | public function travel($value) method travelTo (line 60) | public function travelTo($date, $callback = null) method travelBack (line 76) | public function travelBack() FILE: src/Illuminate/Foundation/Testing/Concerns/InteractsWithViews.php type InteractsWithViews (line 12) | trait InteractsWithViews method view (line 21) | protected function view(string $view, $data = []) method blade (line 33) | protected function blade(string $template, $data = []) method component (line 57) | protected function component(string $componentClass, $data = []) method withViewErrors (line 77) | protected function withViewErrors(array $errors, $key = 'default') FILE: src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php type MakesHttpRequests (line 16) | trait MakesHttpRequests method withHeaders (line 75) | public function withHeaders(array $headers) method withHeader (line 89) | public function withHeader(string $name, string $value) method withoutHeader (line 102) | public function withoutHeader(string $name) method withoutHeaders (line 115) | public function withoutHeaders(array $headers) method withToken (line 131) | public function withToken(string $token, string $type = 'Bearer') method withBasicAuth (line 143) | public function withBasicAuth(string $username, string $password) method withoutToken (line 153) | public function withoutToken() method flushHeaders (line 163) | public function flushHeaders() method withServerVariables (line 176) | public function withServerVariables(array $server) method withoutMiddleware (line 189) | public function withoutMiddleware($middleware = null) method withMiddleware (line 216) | public function withMiddleware($middleware = null) method withCookies (line 237) | public function withCookies(array $cookies) method withCookie (line 251) | public function withCookie(string $name, string $value) method withUnencryptedCookies (line 264) | public function withUnencryptedCookies(array $cookies) method withUnencryptedCookie (line 278) | public function withUnencryptedCookie(string $name, string $value) method followingRedirects (line 290) | public function followingRedirects() method withCredentials (line 302) | public function withCredentials() method disableCookieEncryption (line 314) | public function disableCookieEncryption() method from (line 327) | public function from(string $url) method fromRoute (line 341) | public function fromRoute(BackedEnum|string $name, $parameters = []) method withPrecognition (line 351) | public function withPrecognition() method get (line 363) | public function get($uri, array $headers = []) method getJson (line 379) | public function getJson($uri, array $headers = [], $options = 0) method post (line 392) | public function post($uri, array $data = [], array $headers = []) method postJson (line 409) | public function postJson($uri, array $data = [], array $headers = [], ... method put (line 422) | public function put($uri, array $data = [], array $headers = []) method putJson (line 439) | public function putJson($uri, array $data = [], array $headers = [], $... method patch (line 452) | public function patch($uri, array $data = [], array $headers = []) method patchJson (line 469) | public function patchJson($uri, array $data = [], array $headers = [],... method delete (line 482) | public function delete($uri, array $data = [], array $headers = []) method deleteJson (line 499) | public function deleteJson($uri, array $data = [], array $headers = []... method options (line 512) | public function options($uri, array $data = [], array $headers = []) method optionsJson (line 530) | public function optionsJson($uri, array $data = [], array $headers = [... method head (line 542) | public function head($uri, array $headers = []) method json (line 561) | public function json($method, $uri, array $data = [], array $headers =... method call (line 596) | public function call($method, $uri, $parameters = [], $cookies = [], $... method prepareUrlForRequest (line 626) | protected function prepareUrlForRequest($uri) method transformHeadersToServerVars (line 643) | protected function transformHeadersToServerVars(array $headers) method formatServerHeaderKey (line 658) | protected function formatServerHeaderKey($name) method extractFilesFromDataArray (line 673) | protected function extractFilesFromDataArray(&$data) method prepareCookiesForRequest (line 699) | protected function prepareCookiesForRequest() method prepareCookiesForJsonRequest (line 716) | protected function prepareCookiesForJsonRequest() method followRedirects (line 727) | protected function followRedirects($response) method createTestRequest (line 744) | protected function createTestRequest($symfonyRequest) method createTestResponse (line 756) | protected function createTestResponse($response, $request) FILE: src/Illuminate/Foundation/Testing/Concerns/WithoutExceptionHandlingHandler.php type WithoutExceptionHandlingHandler (line 5) | interface WithoutExceptionHandlingHandler FILE: src/Illuminate/Foundation/Testing/DatabaseMigrations.php type DatabaseMigrations (line 8) | trait DatabaseMigrations method runDatabaseMigrations (line 17) | public function runDatabaseMigrations() method refreshTestDatabase (line 35) | protected function refreshTestDatabase() method beforeRefreshingDatabase (line 47) | protected function beforeRefreshingDatabase() method afterRefreshingDatabase (line 57) | protected function afterRefreshingDatabase() FILE: src/Illuminate/Foundation/Testing/DatabaseTransactions.php type DatabaseTransactions (line 5) | trait DatabaseTransactions method beginDatabaseTransaction (line 12) | public function beginDatabaseTransaction() method connectionsToTransact (line 48) | protected function connectionsToTransact() FILE: src/Illuminate/Foundation/Testing/DatabaseTransactionsManager.php class DatabaseTransactionsManager (line 7) | class DatabaseTransactionsManager extends BaseManager method __construct (line 19) | public function __construct(array $connectionsTransacting) method addCallback (line 32) | public function addCallback($callback) method callbackApplicableTransactions (line 49) | public function callbackApplicableTransactions() method afterCommitCallbacksShouldBeExecuted (line 60) | public function afterCommitCallbacksShouldBeExecuted($level) FILE: src/Illuminate/Foundation/Testing/DatabaseTruncation.php type DatabaseTruncation (line 11) | trait DatabaseTruncation method truncateDatabaseTables (line 27) | protected function truncateDatabaseTables(): void method truncateTablesForAllConnections (line 61) | protected function truncateTablesForAllConnections(): void method truncateTablesForConnection (line 82) | protected function truncateTablesForConnection(ConnectionInterface $co... method getAllTablesForConnection (line 116) | protected function getAllTablesForConnection(ConnectionInterface $conn... method tableExistsIn (line 130) | protected function tableExistsIn(array $table, array $tables): bool method connectionsToTruncate (line 142) | protected function connectionsToTruncate(): array method tablesToTruncate (line 152) | protected function tablesToTruncate(ConnectionInterface $connection, ?... method exceptTables (line 162) | protected function exceptTables(ConnectionInterface $connection, ?stri... method beforeTruncatingDatabase (line 182) | protected function beforeTruncatingDatabase(): void method afterTruncatingDatabase (line 192) | protected function afterTruncatingDatabase(): void FILE: src/Illuminate/Foundation/Testing/LazilyRefreshDatabase.php type LazilyRefreshDatabase (line 5) | trait LazilyRefreshDatabase method refreshDatabase (line 16) | public function refreshDatabase() FILE: src/Illuminate/Foundation/Testing/RefreshDatabase.php type RefreshDatabase (line 8) | trait RefreshDatabase method refreshDatabase (line 17) | public function refreshDatabase() method usingInMemoryDatabases (line 35) | protected function usingInMemoryDatabases() method usingInMemoryDatabase (line 51) | protected function usingInMemoryDatabase(?string $name = null) method restoreInMemoryDatabase (line 65) | protected function restoreInMemoryDatabase() method refreshTestDatabase (line 81) | protected function refreshTestDatabase() method updateLocalCacheOfInMemoryDatabases (line 101) | protected function updateLocalCacheOfInMemoryDatabases() method migrateDatabases (line 117) | protected function migrateDatabases() method beginDatabaseTransaction (line 127) | public function beginDatabaseTransaction() method connectionsToTransact (line 174) | protected function connectionsToTransact() method beforeRefreshingDatabase (line 186) | protected function beforeRefreshingDatabase() method afterRefreshingDatabase (line 196) | protected function afterRefreshingDatabase() FILE: src/Illuminate/Foundation/Testing/RefreshDatabaseState.php class RefreshDatabaseState (line 5) | class RefreshDatabaseState FILE: src/Illuminate/Foundation/Testing/TestCase.php class TestCase (line 9) | abstract class TestCase extends BaseTestCase method createApplication (line 35) | public function createApplication() method setUp (line 61) | protected function setUp(): void method refreshApplication (line 71) | protected function refreshApplication() method tearDown (line 83) | protected function tearDown(): void method tearDownAfterClass (line 93) | public static function tearDownAfterClass(): void FILE: src/Illuminate/Foundation/Testing/Traits/CanConfigureMigrationCommands.php type CanConfigureMigrationCommands (line 9) | trait CanConfigureMigrationCommands method migrateFreshUsing (line 16) | protected function migrateFreshUsing() method shouldDropViews (line 34) | protected function shouldDropViews() method shouldDropTypes (line 44) | protected function shouldDropTypes() method shouldSeed (line 54) | protected function shouldSeed() method seeder (line 72) | protected function seeder() FILE: src/Illuminate/Foundation/Testing/WithCachedConfig.php type WithCachedConfig (line 8) | trait WithCachedConfig method setUpWithCachedConfig (line 13) | protected function setUpWithCachedConfig(): void method tearDownWithCachedConfig (line 27) | protected function tearDownWithCachedConfig(): void method markConfigCached (line 35) | protected function markConfigCached(Application $app): void FILE: src/Illuminate/Foundation/Testing/WithCachedRoutes.php type WithCachedRoutes (line 8) | trait WithCachedRoutes method setUpWithCachedRoutes (line 15) | protected function setUpWithCachedRoutes(): void method tearDownWithCachedRoutes (line 36) | protected function tearDownWithCachedRoutes(): void method markRoutesCached (line 44) | protected function markRoutesCached(Application $app): void FILE: src/Illuminate/Foundation/Testing/WithConsoleEvents.php type WithConsoleEvents (line 7) | trait WithConsoleEvents method setUpWithConsoleEvents (line 14) | protected function setUpWithConsoleEvents() FILE: src/Illuminate/Foundation/Testing/WithFaker.php type WithFaker (line 8) | trait WithFaker method setUpFaker (line 22) | protected function setUpFaker() method faker (line 33) | protected function faker($locale = null) method makeFaker (line 44) | protected function makeFaker($locale = null) FILE: src/Illuminate/Foundation/Testing/WithoutMiddleware.php type WithoutMiddleware (line 7) | trait WithoutMiddleware method disableMiddlewareForAllTests (line 14) | public function disableMiddlewareForAllTests() FILE: src/Illuminate/Foundation/Testing/Wormhole.php class Wormhole (line 7) | class Wormhole method __construct (line 21) | public function __construct($value) method microsecond (line 34) | public function microsecond($callback = null) method microseconds (line 47) | public function microseconds($callback = null) method millisecond (line 62) | public function millisecond($callback = null) method milliseconds (line 75) | public function milliseconds($callback = null) method second (line 90) | public function second($callback = null) method seconds (line 103) | public function seconds($callback = null) method minute (line 118) | public function minute($callback = null) method minutes (line 131) | public function minutes($callback = null) method hour (line 146) | public function hour($callback = null) method hours (line 159) | public function hours($callback = null) method day (line 174) | public function day($callback = null) method days (line 187) | public function days($callback = null) method week (line 202) | public function week($callback = null) method weeks (line 215) | public function weeks($callback = null) method month (line 230) | public function month($callback = null) method months (line 243) | public function months($callback = null) method year (line 258) | public function year($callback = null) method years (line 271) | public function years($callback = null) method back (line 283) | public static function back() method handleCallback (line 298) | protected function handleCallback($callback) FILE: src/Illuminate/Foundation/Validation/ValidatesRequests.php type ValidatesRequests (line 10) | trait ValidatesRequests method validateWith (line 21) | public function validateWith($validator, ?Request $request = null) method validate (line 50) | public function validate(Request $request, array $rules, method validateWithBag (line 79) | public function validateWithBag($errorBag, Request $request, array $ru... method getValidationFactory (line 96) | protected function getValidationFactory() FILE: src/Illuminate/Foundation/Vite.php class Vite (line 12) | class Vite implements Htmlable method preloadedAssets (line 126) | public function preloadedAssets() method cspNonce (line 136) | public function cspNonce() method useCspNonce (line 147) | public function useCspNonce($nonce = null) method useIntegrityKey (line 158) | public function useIntegrityKey($key) method withEntryPoints (line 171) | public function withEntryPoints($entryPoints) method mergeEntryPoints (line 184) | public function mergeEntryPoints($entryPoints) method useManifestFilename (line 198) | public function useManifestFilename($filename) method createAssetPathsUsing (line 211) | public function createAssetPathsUsing($resolver) method hotFile (line 223) | public function hotFile() method useHotFile (line 234) | public function useHotFile($path) method useBuildDirectory (line 247) | public function useBuildDirectory($path) method useScriptTagAttributes (line 260) | public function useScriptTagAttributes($attributes) method useStyleTagAttributes (line 277) | public function useStyleTagAttributes($attributes) method usePreloadTagAttributes (line 294) | public function usePreloadTagAttributes($attributes) method prefetch (line 312) | public function prefetch($concurrency = null, $event = 'load') method useWaterfallPrefetching (line 326) | public function useWaterfallPrefetching(?int $concurrency = null) method useAggressivePrefetching (line 338) | public function useAggressivePrefetching() method usePrefetchStrategy (line 350) | public function usePrefetchStrategy($strategy, $config = []) method __invoke (line 370) | public function __invoke($entrypoints, $buildDirectory = null) method makeTagForChunk (line 585) | protected function makeTagForChunk($src, $url, $chunk, $manifest) method makePreloadTagForChunk (line 618) | protected function makePreloadTagForChunk($src, $url, $chunk, $manifest) method resolveScriptTagAttributes (line 642) | protected function resolveScriptTagAttributes($src, $url, $chunk, $man... method resolveStylesheetTagAttributes (line 664) | protected function resolveStylesheetTagAttributes($src, $url, $chunk, ... method resolvePreloadTagAttributes (line 686) | protected function resolvePreloadTagAttributes($src, $url, $chunk, $ma... method makeTag (line 725) | protected function makeTag($url) method makeScriptTag (line 742) | protected function makeScriptTag($url) method makeStylesheetTag (line 755) | protected function makeStylesheetTag($url) method makeScriptTagWithAttributes (line 767) | protected function makeScriptTagWithAttributes($url, $attributes) method makeStylesheetTagWithAttributes (line 785) | protected function makeStylesheetTagWithAttributes($url, $attributes) method isCssPath (line 802) | protected function isCssPath($path) method parseAttributes (line 813) | protected function parseAttributes($attributes) method reactRefresh (line 828) | public function reactRefresh() method hotAsset (line 860) | protected function hotAsset($asset) method asset (line 872) | public function asset($asset, $buildDirectory = null) method content (line 894) | public function content($asset, $buildDirectory = null) method assetPath (line 916) | protected function assetPath($path, $secure = null) method publicPath (line 927) | protected function publicPath($path) method manifest (line 940) | protected function manifest($buildDirectory) method manifestPath (line 961) | protected function manifestPath($buildDirectory) method manifestHash (line 972) | public function manifestHash($buildDirectory = null) method chunk (line 996) | protected function chunk($manifest, $file) method nonceAttribute (line 1010) | protected function nonceAttribute() method isRunningHot (line 1024) | public function isRunningHot() method toHtml (line 1034) | public function toHtml() method flush (line 1044) | public function flush() FILE: src/Illuminate/Foundation/ViteException.php class ViteException (line 7) | class ViteException extends Exception FILE: src/Illuminate/Foundation/ViteManifestNotFoundException.php class ViteManifestNotFoundException (line 8) | class ViteManifestNotFoundException extends ViteException FILE: src/Illuminate/Foundation/helpers.php function abort (line 59) | function abort($code, $message = '', array $headers = []) function abort_if (line 82) | function abort_if($boolean, $code, $message = '', array $headers = []): ... function abort_unless (line 101) | function abort_unless($boolean, $code, $message = '', array $headers = [... function action (line 117) | function action($name, $parameters = [], $absolute = true): string function app (line 132) | function app($abstract = null, array $parameters = []) function app_path (line 148) | function app_path($path = ''): string function asset (line 161) | function asset($path, $secure = null): string function auth (line 174) | function auth($guard = null): AuthFactory|Guard function back (line 192) | function back($status = 302, $headers = [], $fallback = false): Redirect... function base_path (line 204) | function base_path($path = ''): string function bcrypt (line 217) | function bcrypt($value, $options = []): string function broadcast (line 229) | function broadcast($event = null): PendingBroadcast function broadcast_if (line 242) | function broadcast_if($boolean, $event = null): PendingBroadcast function broadcast_unless (line 259) | function broadcast_unless($boolean, $event = null): PendingBroadcast function cache (line 281) | function cache($key = null, $default = null) function config (line 311) | function config($key = null, $default = null) function config_path (line 331) | function config_path($path = ''): string function context (line 345) | function context($key = null, $default = null) function cookie (line 372) | function cookie($name = null, $value = null, $minutes = 0, $path = null,... function csrf_field (line 388) | function csrf_field(): HtmlString function csrf_token (line 400) | function csrf_token(): ?string function database_path (line 418) | function database_path($path = ''): string function decrypt (line 432) | function decrypt($value, $unserialize = true) function defer (line 444) | function defer(?callable $callback = null, ?string $name = null, bool $a... function dispatch (line 457) | function dispatch($job): PendingDispatch|PendingClosureDispatch function dispatch_sync (line 475) | function dispatch_sync($job, $handler = null) function encrypt (line 488) | function encrypt($value, $serialize = true): string function event (line 503) | function event(...$args) function fake (line 515) | function fake($locale = null): \Faker\Generator function info (line 540) | function info($message, $context = []): void function lang_path (line 552) | function lang_path($path = ''): string function logger (line 565) | function logger($message = null, array $context = []): ?LoggerInterface function logs (line 582) | function logs($driver = null): LoggerInterface|LogManager function method_field (line 594) | function method_field($method): HtmlString function mix (line 609) | function mix($path, $manifestDirectory = ''): HtmlString|string function now (line 621) | function now($tz = null): CarbonInterface function old (line 635) | function old($key = null, $default = null) function policy (line 650) | function policy($class) function precognitive (line 663) | function precognitive($callable = null) function public_path (line 691) | function public_path($path = ''): string function redirect (line 707) | function redirect($to = null, $status = 302, $headers = [], $secure = nu... function report (line 723) | function report($exception): void function report_if (line 740) | function report_if($boolean, $exception): void function report_unless (line 755) | function report_unless($boolean, $exception): void function request (line 771) | function request($key = null, $default = null) function rescue (line 799) | function rescue(callable $callback, $rescue = null, $report = true) function resolve (line 822) | function resolve($name, array $parameters = []) function resource_path (line 834) | function resource_path($path = ''): string function response (line 848) | function response($content = null, $status = 200, array $headers = []): ... function route (line 868) | function route($name, $parameters = [], $absolute = true): string function secure_asset (line 880) | function secure_asset($path): string function secure_url (line 894) | function secure_url($path, $parameters = []) function session (line 910) | function session($key = null, $default = null) function storage_path (line 930) | function storage_path($path = ''): string function to_action (line 946) | function to_action($action, $parameters = [], $status = 302, $headers = []) function to_route (line 962) | function to_route($route, $parameters = [], $status = 302, $headers = []) function today (line 975) | function today($tz = null): CarbonInterface function trans (line 990) | function trans($key = null, $replace = [], $locale = null): Translator|a... function trans_choice (line 1008) | function trans_choice($key, $number, array $replace = [], $locale = null... function __ (line 1022) | function __($key = null, $replace = [], $locale = null): string|array|null function uri (line 1036) | function uri(UriInterface|Stringable|array|string $uri, mixed $parameter... function url (line 1055) | function url($path = null, $parameters = [], $secure = null): UrlGenerat... function validator (line 1071) | function validator(?array $data = null, array $rules = [], array $messag... function view (line 1092) | function view($view = null, $data = [], $mergeData = []): ViewFactory|Vi... FILE: src/Illuminate/Foundation/resources/exceptions/renderer/dist/scripts.js function Ql (line 1) | function Ql(e){tu(e)} function Jl (line 1) | function Jl(){Wr=!0} function eu (line 1) | function eu(){Wr=!1,io()} function tu (line 1) | function tu(e){ot.includes(e)||ot.push(e),io()} function nu (line 1) | function nu(e){let t=ot.indexOf(e);t!==-1&&t>pr&&ot.splice(t,1)} function io (line 1) | function io(){if(!ur&&!lr){if(Wr)return;lr=!0,queueMicrotask(au)}} function au (line 1) | function au(){lr=!1,ur=!0;for(let e=0;ee.effect(t,{scheduler:n=... function Mi (line 1) | function Mi(e){_t=e} function su (line 1) | function su(e){let t=()=>{};return[a=>{let r=_t(a);return e._x_effects||... function oo (line 1) | function oo(e,t){let n=!0,a,r=_t(()=>{let i=e();if(JSON.stringify(i),!n&... function ou (line 1) | async function ou(e){Jl();try{await e(),await Promise.resolve()}finally{... function cu (line 1) | function cu(e){uo.push(e)} function Vr (line 1) | function Vr(e,t){typeof t=="function"?(e._x_cleanups||(e._x_cleanups=[])... function po (line 1) | function po(e){co.push(e)} function mo (line 1) | function mo(e,t,n){e._x_attributeCleanups||(e._x_attributeCleanups={}),e... function ho (line 1) | function ho(e,t){e._x_attributeCleanups&&Object.entries(e._x_attributeCl... function lu (line 1) | function lu(e){for(e._x_effects?.forEach(nu);e._x_cleanups?.length;)e._x... function Xr (line 1) | function Xr(){Zr.observe(document,{subtree:!0,childList:!0,attributes:!0... function go (line 1) | function go(){uu(),Zr.disconnect(),Yr=!1} function uu (line 1) | function uu(){let e=Zr.takeRecords();tn.push(()=>e.length>0&&Qr(e));let ... function z (line 1) | function z(e){if(!Yr)return e();go();let t=e();return Xr(),t} function pu (line 1) | function pu(){Kr=!0} function du (line 1) | function du(){Kr=!1,Qr(la),la=[]} function Qr (line 1) | function Qr(e){if(Kr){la=la.concat(e);return}let t=[],n=new Set,a=new Ma... function fo (line 1) | function fo(e){return mt(dt(e))} function Fn (line 1) | function Fn(e,t,n){return e._x_dataStack=[t,...dt(n||e)],()=>{e._x_dataS... function dt (line 1) | function dt(e){return e._x_dataStack?e._x_dataStack:typeof ShadowRoot=="... function mt (line 1) | function mt(e){return new Proxy({objects:e},mu)} method ownKeys (line 1) | ownKeys({objects:e}){return Array.from(new Set(e.flatMap(t=>Object.keys(... method has (line 1) | has({objects:e},t){return t==Symbol.unscopables?!1:e.some(n=>Object.prot... method get (line 1) | get({objects:e},t,n){return t=="toJSON"?hu:Reflect.get(e.find(a=>Reflect... method set (line 1) | set({objects:e},t,n,a){const r=e.find(s=>Object.prototype.hasOwnProperty... function hu (line 1) | function hu(){return Reflect.ownKeys(this).reduce((t,n)=>(t[n]=Reflect.g... function Jr (line 1) | function Jr(e){let t=a=>typeof a=="object"&&!Array.isArray(a)&&a!==null,... function bo (line 1) | function bo(e,t=()=>{}){let n={initialValue:void 0,_x_interceptor:!0,ini... function gu (line 1) | function gu(e,t){return t.split(".").reduce((n,a)=>n[a],e)} function mr (line 1) | function mr(e,t,n){if(typeof t=="string"&&(t=t.split(".")),t.length===1)... function ve (line 1) | function ve(e,t){_o[e]=t} function fn (line 1) | function fn(e,t){let n=fu(t);return Object.entries(_o).forEach(([a,r])=>... function fu (line 1) | function fu(e){let[t,n]=Fo(e),a={interceptor:bo,...t};return Vr(e,n),a} function bu (line 1) | function bu(e,t,n,...a){try{return n(...a)}catch(r){bn(r,e,t)}} function bn (line 1) | function bn(...e){return yo(...e)} function _u (line 1) | function _u(e){yo=e} function yu (line 1) | function yu(e,t,n=void 0){e=Object.assign(e??{message:"No error message ... function vo (line 5) | function vo(e){let t=Rt;Rt=!1;let n=e();return Rt=t,n} function ct (line 5) | function ct(e,t,n={}){let a;return ne(e,t)(r=>a=r,n),a} function ne (line 5) | function ne(...e){return wo(...e)} function vu (line 5) | function vu(e){wo=e} function wu (line 5) | function wu(e){xo=e} function ko (line 5) | function ko(e,t){let n={};fn(n,e);let a=[n,...dt(e)],r=typeof t=="functi... function xu (line 5) | function xu(e,t){return(n=()=>{},{scope:a={},params:r=[],context:i}={})=... function ku (line 5) | function ku(e,t){if(za[e])return za[e];let n=Object.getPrototypeOf(async... function Cu (line 5) | function Cu(e,t,n){let a=ku(t,n);return(r=()=>{},{scope:i={},params:s=[]... function _n (line 5) | function _n(e,t,n,a,r){if(Rt&&typeof t=="function"){let i=t.apply(n,a);i... function Eu (line 5) | function Eu(...e){return xo(...e)} function Fu (line 5) | function Fu(e,t,n={}){let a={};fn(a,e);let r=[a,...dt(e)],i=mt([n.scope?... function Ut (line 5) | function Ut(e=""){return ei+e} function $u (line 5) | function $u(e){ei=e} function W (line 5) | function W(e,t){return ua[e]=t,{before(n){if(!ua[n]){console.warn(String... function ju (line 5) | function ju(e){return Object.keys(ua).includes(e)} function ti (line 5) | function ti(e,t,n){if(t=Array.from(t),e._x_virtualDirectives){let i=Obje... function Co (line 5) | function Co(e){return Array.from(e).map(So()).filter(t=>!To(t))} function Su (line 5) | function Su(e){hr=!0;let t=Symbol();Eo=t,on.set(t,[]);let n=()=>{for(;on... function Fo (line 5) | function Fo(e){let t=[],n=o=>t.push(o),[a,r]=su(e);return t.push(r),[{Al... function Au (line 5) | function Au(e,t){let n=()=>{},a=ua[t.type]||n,[r,i]=Fo(e);mo(e,t.origina... function So (line 5) | function So(e=()=>{}){return({name:t,value:n})=>{let{name:a,value:r}=Ao.... function ni (line 5) | function ni(e){Ao.push(e)} function To (line 5) | function To({name:e}){return Ro().test(e)} function Tu (line 5) | function Tu(e,t){return({name:n,value:a})=>{n===a&&(a="");let r=n.match(... function Ru (line 5) | function Ru(e,t){let n=rt.indexOf(e.type)===-1?gr:e.type,a=rt.indexOf(t.... function ln (line 5) | function ln(e,t,n={}){e.dispatchEvent(new CustomEvent(t,{detail:n,bubble... function ht (line 5) | function ht(e,t){if(typeof ShadowRoot=="function"&&e instanceof ShadowRo... function pe (line 5) | function pe(e,...t){console.warn(`Alpine Warning: ${e}`,...t)} function Ou (line 5) | function Ou(){qi&&pe("Alpine has already been initialized on this page. ... function No (line 5) | function No(){return ai.map(e=>e())} function Io (line 5) | function Io(){return ai.concat(Oo).map(e=>e())} function Lo (line 5) | function Lo(e){ai.push(e)} function Po (line 5) | function Po(e){Oo.push(e)} function Ea (line 5) | function Ea(e,t=!1){return gt(e,n=>{if((t?Io():No()).some(r=>n.matches(r... function gt (line 5) | function gt(e,t){if(e){if(t(e))return e;if(e._x_teleportBack&&(e=e._x_te... function Nu (line 5) | function Nu(e){return No().some(t=>e.matches(t))} function Iu (line 5) | function Iu(e){Do.push(e)} function Pe (line 5) | function Pe(e,t=ht,n=()=>{}){gt(e,a=>a._x_ignore)||Su(()=>{t(e,(a,r)=>{a... function Gt (line 5) | function Gt(e,t=ht){t(e,n=>{lu(n),ho(n),delete n._x_marker})} function Pu (line 5) | function Pu(){[["ui","dialog",["[x-dialog], [x-popover]"]],["anchor","an... function ii (line 5) | function ii(e=()=>{}){return queueMicrotask(()=>{ri||setTimeout(()=>{br(... function br (line 5) | function br(){for(ri=!1;fr.length;)fr.shift()()} function Du (line 5) | function Du(){ri=!0} function si (line 5) | function si(e,t){return Array.isArray(t)?zi(e,t.join(" ")):typeof t=="ob... function zi (line 5) | function zi(e,t){let n=r=>r.split(" ").filter(i=>!e.classList.contains(i... function Mu (line 5) | function Mu(e,t){let n=o=>o.split(" ").filter(Boolean),a=Object.entries(... function Fa (line 5) | function Fa(e,t){return typeof t=="object"&&t!==null?qu(e,t):zu(e,t)} function qu (line 5) | function qu(e,t){let n={};return Object.entries(t).forEach(([a,r])=>{n[a... function zu (line 5) | function zu(e,t){let n=e.getAttribute("style",t);return e.setAttribute("... function Bu (line 5) | function Bu(e){return e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()} function _r (line 5) | function _r(e,t=()=>{}){let n=!1;return function(){n?t.apply(this,argume... function Uu (line 5) | function Uu(e,t,n){Mo(e,si,""),{enter:r=>{e._x_transition.enter.during=r... function Gu (line 5) | function Gu(e,t,n){Mo(e,Fa);let a=!t.includes("in")&&!t.includes("out")&... function Mo (line 5) | function Mo(e,t,n={}){e._x_transition||(e._x_transition={enter:{during:n... function qo (line 5) | function qo(e){let t=e.parentNode;if(t)return t._x_hidePromise?t:qo(t)} function yr (line 5) | function yr(e,t,{during:n,start:a,end:r}={},i=()=>{},s=()=>{}){if(e._x_t... function Hu (line 5) | function Hu(e,t){let n,a,r,i=_r(()=>{z(()=>{n=!0,a||t.before(),r||(t.end... function nn (line 5) | function nn(e,t,n){if(e.indexOf(t)===-1)return n;const a=e[e.indexOf(t)+... function Ve (line 5) | function Ve(e,t=()=>{}){return(...n)=>He?t(...n):e(...n)} function Wu (line 5) | function Wu(e){return(...t)=>He&&e(...t)} function $a (line 5) | function $a(e){zo.push(e)} function Vu (line 5) | function Vu(e,t){zo.forEach(n=>n(e,t)),He=!0,Bo(()=>{Pe(t,(n,a)=>{a(n,()... function Zu (line 5) | function Zu(e,t){t._x_dataStack||(t._x_dataStack=e._x_dataStack),He=!0,v... function Yu (line 5) | function Yu(e){let t=!1;Pe(e,(a,r)=>{ht(a,(i,s)=>{if(t&&Nu(i))return s()... function Bo (line 5) | function Bo(e){let t=_t;Mi((n,a)=>{let r=t(n);return Bt(r),()=>{}}),e(),... function Uo (line 5) | function Uo(e,t,n,a=[]){switch(e._x_bindings||(e._x_bindings=zt({})),e._... function Xu (line 5) | function Xu(e,t){if(Vo(e))e.attributes.value===void 0&&(e.value=t),windo... function Ku (line 5) | function Ku(e,t){e._x_undoAddedClasses&&e._x_undoAddedClasses(),e._x_und... function Qu (line 5) | function Qu(e,t){e._x_undoAddedStyles&&e._x_undoAddedStyles(),e._x_undoA... function Ju (line 5) | function Ju(e,t,n){Go(e,t,n),tp(e,t,n)} function Go (line 5) | function Go(e,t,n){[null,void 0,!1].includes(n)&&ip(t)?e.removeAttribute... function ep (line 5) | function ep(e,t,n){e.getAttribute(t)!=n&&e.setAttribute(t,n)} function tp (line 5) | function tp(e,t,n){e[t]!==n&&(e[t]=n)} function np (line 5) | function np(e,t){const n=[].concat(t).map(a=>a+"");Array.from(e.options)... function ap (line 5) | function ap(e){return e.toLowerCase().replace(/-(\w)/g,(t,n)=>n.toUpperC... function Bi (line 5) | function Bi(e,t){return e==t} function ra (line 5) | function ra(e){return[1,"1","true","on","yes",!0].includes(e)?!0:[0,"0",... function Ho (line 5) | function Ho(e){return rp.has(e)} function ip (line 5) | function ip(e){return!["aria-pressed","aria-checked","aria-expanded","ar... function sp (line 5) | function sp(e,t,n){return e._x_bindings&&e._x_bindings[t]!==void 0?e._x_... function op (line 5) | function op(e,t,n,a=!0){if(e._x_bindings&&e._x_bindings[t]!==void 0)retu... function Wo (line 5) | function Wo(e,t,n){let a=e.getAttribute(t);return a===null?typeof n=="fu... function oi (line 5) | function oi(e){return e.type==="checkbox"||e.localName==="ui-checkbox"||... function Vo (line 5) | function Vo(e){return e.type==="radio"||e.localName==="ui-radio"} function Zo (line 5) | function Zo(e,t){let n;return function(){const a=this,r=arguments,i=func... function Yo (line 5) | function Yo(e,t){let n;return function(){let a=this,r=arguments;n||(e.ap... function Xo (line 5) | function Xo({get:e,set:t},{get:n,set:a}){let r=!0,i,s=_t(()=>{let o=e(),... function Ba (line 5) | function Ba(e){return typeof e=="object"?JSON.parse(JSON.stringify(e)):e} function cp (line 5) | function cp(e){(Array.isArray(e)?e:[e]).forEach(n=>n(Ht))} function lp (line 5) | function lp(e,t){if(Ui||(et=zt(et),Ui=!0),t===void 0)return et[e];et[e]=... function up (line 5) | function up(){return et} function pp (line 5) | function pp(e,t){let n=typeof t!="function"?()=>t:t;return e instanceof ... function dp (line 5) | function dp(e){return Object.entries(Ko).forEach(([t,n])=>{Object.define... function Qo (line 5) | function Qo(e,t,n){let a=[];for(;a.length;)a.pop()();let r=Object.entrie... function mp (line 5) | function mp(e,t){Jo[e]=t} function hp (line 5) | function hp(e,t){return Object.entries(Jo).forEach(([n,a])=>{Object.defi... method reactive (line 5) | get reactive(){return zt} method release (line 5) | get release(){return Bt} method effect (line 5) | get effect(){return _t} method raw (line 5) | get raw(){return so} method transaction (line 5) | get transaction(){return ou} function fp (line 5) | function fp(e,t){const n=Object.create(null),a=e.split(",");for(let r=0;... function kp (line 5) | function kp(e){return e&&e._isEffect===!0} function Cp (line 5) | function Cp(e,t=bp){kp(e)&&(e=e.raw);const n=$p(e,t);return t.lazy||n(),n} function Ep (line 5) | function Ep(e){e.active&&(ac(e),e.options.onStop&&e.options.onStop(),e.a... function $p (line 5) | function $p(e,t){const n=function(){if(!n.active)return e();if(!an.inclu... function ac (line 5) | function ac(e){const{deps:t}=e;if(t.length){for(let n=0;nr==="__v_isReactive"?!e:... function cc (line 5) | function cc(e,t,n){const a=M(n);if(a!==n&&t.call(e,a)){const r=tc(e);con... function Zp (line 5) | function Zp(e){switch(e){case"Object":case"Array":return 1;case"Map":cas... function Yp (line 5) | function Yp(e){return e.__v_skip||!Object.isExtensible(e)?0:Zp(tc(e))} function hi (line 5) | function hi(e){return e&&e.__v_isReadonly?e:dc(e,!1,Mp,Gp,lc)} function pc (line 5) | function pc(e){return dc(e,!0,qp,Hp,uc)} function dc (line 5) | function dc(e,t,n,a,r){if(!Sa(e))return console.warn(`value cannot be ma... function M (line 5) | function M(e){return e&&M(e.__v_raw)||e} function kr (line 5) | function kr(e){return!!(e&&e.__v_isRef===!0)} function Xp (line 5) | function Xp(e){let t=[];return gt(e,n=>{n._x_refs&&t.push(n._x_refs)}),t} function mc (line 5) | function mc(e){return Ua[e]||(Ua[e]=0),++Ua[e]} function Kp (line 5) | function Kp(e,t){return gt(e,n=>{if(n._x_ids&&n._x_ids[t])return!0})} function Qp (line 5) | function Qp(e,t){e._x_ids||(e._x_ids={}),e._x_ids[t]||(e._x_ids[t]=mc(t))} function Jp (line 5) | function Jp(e,t,n,a){if(e._x_id||(e._x_id={}),e._x_id[t])return e._x_id[... function hc (line 5) | function hc(e,t,n){ve(t,a=>pe(`You can't use [$${t}] without first insta... method get (line 5) | get(){return u()} method set (line 5) | set(h){p(h)} method get (line 5) | get(){return s()} method set (line 5) | set(h){c(h)} function Yi (line 5) | function Yi(e){let t=Ve(()=>document.querySelector(e),()=>ed)();return t... function $t (line 5) | function $t(e,t,n,a){let r=e,i=c=>a(c),s={},o=(c,l)=>u=>l(c,u);if(n.incl... function td (line 5) | function td(e){return e.replace(/-/g,".")} function nd (line 5) | function nd(e){return e.toLowerCase().replace(/-(\w)/g,(t,n)=>n.toUpperC... function pa (line 5) | function pa(e){return!Array.isArray(e)&&!isNaN(e)} function ad (line 5) | function ad(e){return[" ","_"].includes(e)?e:e.replace(/([a-z])([A-Z])/g... function rd (line 5) | function rd(e){return["keydown","keyup"].includes(e)} function fc (line 5) | function fc(e){return["contextmenu","click","mouse"].some(t=>e.includes(... function id (line 5) | function id(e,t){let n=t.filter(i=>!["window","document","prevent","stop... function Xi (line 5) | function Xi(e){if(!e)return[];e=ad(e);let t={ctrl:"control",slash:"/",sp... method get (line 5) | get(){return c()} method set (line 5) | set(_){l(_)} function Yn (line 5) | function Yn(e,t,n,a){return z(()=>{if(n instanceof CustomEvent&&n.detail... function Ga (line 5) | function Ga(e){let t=e?parseFloat(e):null;return od(t)?t:e} function sd (line 5) | function sd(e,t){return e==t} function od (line 5) | function od(e){return!Array.isArray(e)&&!isNaN(e)} function Ki (line 5) | function Ki(e){return e!==null&&typeof e=="object"&&typeof e.get=="funct... function cd (line 5) | function cd(e,t){e._x_keyExpression=t} function ld (line 5) | function ld(e){return He?vr?!0:e.hasAttribute("data-has-alpine-state"):!1} function ud (line 5) | function ud(e,t,n,a){let r=s=>typeof s=="object"&&!Array.isArray(s),i=e;... function pd (line 5) | function pd(e){let t=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,n=/^\s*\(|\)\s*$/g... function Qi (line 5) | function Qi(e,t,n,a){let r={};return/^\[.*\]$/.test(e.item)&&Array.isArr... function dd (line 5) | function dd(e){return!Array.isArray(e)&&!isNaN(e)} function _c (line 5) | function _c(){} function Ta (line 5) | function Ta(e,t,n){W(t,a=>pe(`You can't use [x-${t}] without first insta... function je (line 5) | function je(e){return e?(e.nodeName||"").toLowerCase():null} function oe (line 5) | function oe(e){if(e==null)return window;if(e.toString()!=="[object Windo... function ft (line 5) | function ft(e){var t=oe(e).Element;return e instanceof t||e instanceof E... function me (line 5) | function me(e){var t=oe(e).HTMLElement;return e instanceof t||e instance... function fi (line 5) | function fi(e){if(typeof ShadowRoot>"u")return!1;var t=oe(e).ShadowRoot;... function Fd (line 5) | function Fd(e){var t=e.state;Object.keys(t.elements).forEach(function(n)... function $d (line 5) | function $d(e){var t=e.state,n={popper:{position:t.options.strategy,left... function $e (line 5) | function $e(e){return e.split("-")[0]} function Cr (line 5) | function Cr(){var e=navigator.userAgentData;return e!=null&&e.brands&&Ar... function kc (line 5) | function kc(){return!/^((?!chrome|android).)*safari/i.test(Cr())} function Dt (line 5) | function Dt(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var a=e.getBoun... function bi (line 5) | function bi(e){var t=Dt(e),n=e.offsetWidth,a=e.offsetHeight;return Math.... function Cc (line 5) | function Cc(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))r... function De (line 5) | function De(e){return oe(e).getComputedStyle(e)} function jd (line 5) | function jd(e){return["table","td","th"].indexOf(je(e))>=0} function Ze (line 5) | function Ze(e){return((ft(e)?e.ownerDocument:e.document)||window.documen... function Ra (line 5) | function Ra(e){return je(e)==="html"?e:e.assignedSlot||e.parentNode||(fi... function es (line 5) | function es(e){return!me(e)||De(e).position==="fixed"?null:e.offsetParent} function Sd (line 5) | function Sd(e){var t=/firefox/i.test(Cr()),n=/Trident/i.test(Cr());if(n&... function jn (line 5) | function jn(e){for(var t=oe(e),n=es(e);n&&jd(n)&&De(n).position==="stati... function _i (line 5) | function _i(e){return["top","bottom"].indexOf(e)>=0?"x":"y"} function pn (line 5) | function pn(e,t,n){return pt(e,da(t,n))} function Ad (line 5) | function Ad(e,t,n){var a=pn(e,t,n);return a>n?n:a} function Ec (line 5) | function Ec(){return{top:0,right:0,bottom:0,left:0}} function Fc (line 5) | function Fc(e){return Object.assign({},Ec(),e)} function $c (line 5) | function $c(e,t){return t.reduce(function(n,a){return n[a]=e,n},{})} function Rd (line 5) | function Rd(e){var t,n=e.state,a=e.name,r=e.options,i=n.elements.arrow,s... function Od (line 5) | function Od(e){var t=e.state,n=e.options,a=n.element,r=a===void 0?"[data... function Mt (line 5) | function Mt(e){return e.split("-")[1]} function Ld (line 5) | function Ld(e,t){var n=e.x,a=e.y,r=t.devicePixelRatio||1;return{x:Pt(n*r... function ts (line 5) | function ts(e){var t,n=e.popper,a=e.popperRect,r=e.placement,i=e.variati... function Pd (line 5) | function Pd(e){var t=e.state,n=e.options,a=n.gpuAcceleration,r=a===void ... function Md (line 5) | function Md(e){var t=e.state,n=e.instance,a=e.options,r=a.scroll,i=r===v... function ia (line 5) | function ia(e){return e.replace(/left|right|bottom|top/g,function(t){ret... function ns (line 5) | function ns(e){return e.replace(/start|end/g,function(t){return Bd[t]})} function yi (line 5) | function yi(e){var t=oe(e),n=t.pageXOffset,a=t.pageYOffset;return{scroll... function vi (line 5) | function vi(e){return Dt(Ze(e)).left+yi(e).scrollLeft} function Ud (line 5) | function Ud(e,t){var n=oe(e),a=Ze(e),r=n.visualViewport,i=a.clientWidth,... function Gd (line 5) | function Gd(e){var t,n=Ze(e),a=yi(e),r=(t=e.ownerDocument)==null?void 0:... function wi (line 5) | function wi(e){var t=De(e),n=t.overflow,a=t.overflowX,r=t.overflowY;retu... function jc (line 5) | function jc(e){return["html","body","#document"].indexOf(je(e))>=0?e.own... function dn (line 5) | function dn(e,t){var n;t===void 0&&(t=[]);var a=jc(e),r=a===((n=e.ownerD... function Er (line 5) | function Er(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.w... function Hd (line 5) | function Hd(e,t){var n=Dt(e,!1,t==="fixed");return n.top=n.top+e.clientT... function as (line 5) | function as(e,t,n){return t===vc?Er(Ud(e,n)):ft(t)?Hd(t,n):Er(Gd(Ze(e)))} function Wd (line 5) | function Wd(e){var t=dn(Ra(e)),n=["absolute","fixed"].indexOf(De(e).posi... function Vd (line 5) | function Vd(e,t,n,a){var r=t==="clippingParents"?Wd(e):[].concat(t),i=[]... function Sc (line 5) | function Sc(e){var t=e.reference,n=e.element,a=e.placement,r=a?$e(a):nul... function vn (line 5) | function vn(e,t){t===void 0&&(t={});var n=t,a=n.placement,r=a===void 0?e... function Zd (line 5) | function Zd(e,t){t===void 0&&(t={});var n=t,a=n.placement,r=n.boundary,i... function Yd (line 5) | function Yd(e){if($e(e)===gi)return[];var t=ia(e);return[ns(e),t,ns(t)]} function Xd (line 5) | function Xd(e){var t=e.state,n=e.options,a=e.name;if(!t.modifiersData[a]... function rs (line 5) | function rs(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-... function is (line 5) | function is(e){return[ae,ge,he,re].some(function(t){return e[t]>=0})} function Qd (line 5) | function Qd(e){var t=e.state,n=e.name,a=t.rects.reference,r=t.rects.popp... function em (line 5) | function em(e,t,n){var a=$e(e),r=[re,ae].indexOf(a)>=0?-1:1,i=typeof n==... function tm (line 5) | function tm(e){var t=e.state,n=e.options,a=e.name,r=n.offset,i=r===void ... function am (line 5) | function am(e){var t=e.state,n=e.name;t.modifiersData[n]=Sc({reference:t... function im (line 5) | function im(e){return e==="x"?"y":"x"} function sm (line 5) | function sm(e){var t=e.state,n=e.options,a=e.name,r=n.mainAxis,i=r===voi... function cm (line 5) | function cm(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}} function lm (line 5) | function lm(e){return e===oe(e)||!me(e)?yi(e):cm(e)} function um (line 5) | function um(e){var t=e.getBoundingClientRect(),n=Pt(t.width)/e.offsetWid... function pm (line 5) | function pm(e,t,n){n===void 0&&(n=!1);var a=me(t),r=me(t)&&um(t),i=Ze(t)... function dm (line 5) | function dm(e){var t=new Map,n=new Set,a=[];e.forEach(function(i){t.set(... function mm (line 5) | function mm(e){var t=dm(e);return Ed.reduce(function(n,a){return n.conca... function hm (line 5) | function hm(e){var t;return function(){return t||(t=new Promise(function... function gm (line 5) | function gm(e){var t=e.reduce(function(n,a){var r=n[a.name];return n[a.n... function os (line 5) | function os(){for(var e=arguments.length,t=new Array(e),n=0;n{for(let a in n)e[a]=n[a]}),e} function Mc (line 5) | function Mc(e){const t=~e.lastIndexOf("/")||~e.lastIndexOf("\\");return ... method hasCaptures (line 5) | static hasCaptures(e){return e===null?!1:(Ya.lastIndex=0,Ya.test(e))} method replaceCaptures (line 5) | static replaceCaptures(e,t,n){return e.replace(Ya,(a,r,i,s)=>{let o=n[pa... function qc (line 5) | function qc(e,t){return et?1:0} function zc (line 5) | function zc(e,t){if(e===null&&t===null)return 0;if(!e)return-1;if(!t)ret... function bs (line 5) | function bs(e){return!!(/^#[0-9a-f]{6}$/i.test(e)||/^#[0-9a-f]{8}$/i.tes... function Bc (line 5) | function Bc(e){return e.replace(/[\-\\\{\}\*\+\?\|\^\$\.\,\[\]\(\)\#\s]/... method constructor (line 5) | constructor(e){this.fn=e} method get (line 5) | get(e){if(this.cache.has(e))return this.cache.get(e);const t=this.fn(e);... method constructor (line 5) | constructor(e,t,n){this._colorMap=e,this._defaults=t,this._root=n} method createFromRawTheme (line 5) | static createFromRawTheme(e,t){return this.createFromParsedTheme(Zm(e),t)} method createFromParsedTheme (line 5) | static createFromParsedTheme(e,t){return Xm(e,t)} method getColorMap (line 5) | getColorMap(){return this._colorMap.getColorMap()} method getDefaults (line 5) | getDefaults(){return this._defaults} method match (line 5) | match(e){if(e===null)return this._defaults;const t=e.scopeName,a=this._c... method constructor (line 5) | constructor(t,n){this.parent=t,this.scopeName=n} method push (line 5) | static push(t,n){for(const a of n)t=new sa(t,a);return t} method from (line 5) | static from(...t){let n=null;for(let a=0;a{let u=qc(c.scope,l.scope);return u!==0||... method constructor (line 5) | constructor(e){if(this._lastColorId=0,this._id2color=[],this._color2id=O... method getId (line 5) | getId(e){if(e===null)return 0;e=e.toUpperCase();let t=this._color2id[e];... method getColorMap (line 5) | getColorMap(){return this._id2color.slice(0)} method constructor (line 5) | constructor(t,n,a,r,i){this.scopeDepth=t,this.parentScopes=n||Qm,this.fo... method clone (line 5) | clone(){return new Hc(this.scopeDepth,this.parentScopes,this.fontStyle,t... method cloneArr (line 5) | static cloneArr(t){let n=[];for(let a=0,r=t.length;at?console.log("how did this hap... method constructor (line 5) | constructor(t,n=[],a={}){this._mainRule=t,this._children=a,this._rulesWi... method _cmpBySpecificity (line 5) | static _cmpBySpecificity(t,n){if(t.scopeDepth!==n.scopeDepth)return n.sc... method match (line 5) | match(t){if(t!==""){let a=t.indexOf("."),r,i;if(a===-1?(r=t,i=""):(r=t.s... method insert (line 5) | insert(t,n,a,r,i,s){if(n===""){this._doInsertHere(t,a,r,i,s);return}let ... method _doInsertHere (line 5) | _doInsertHere(t,n,a,r,i){if(n===null){this._mainRule.acceptOverwrite(t,a... method toBinaryStr (line 5) | static toBinaryStr(t){return t.toString(2).padStart(32,"0")} method print (line 5) | static print(t){const n=le.getLanguageId(t),a=le.getTokenType(t),r=le.ge... method getLanguageId (line 5) | static getLanguageId(t){return(t&255)>>>0} method getTokenType (line 5) | static getTokenType(t){return(t&768)>>>8} method containsBalancedBrackets (line 5) | static containsBalancedBrackets(t){return(t&1024)!==0} method getFontStyle (line 5) | static getFontStyle(t){return(t&30720)>>>11} method getForeground (line 5) | static getForeground(t){return(t&16744448)>>>15} method getBackground (line 5) | static getBackground(t){return(t&4278190080)>>>24} method set (line 5) | static set(t,n,a,r,i,s,o){let c=le.getLanguageId(t),l=le.getTokenType(t)... function ga (line 5) | function ga(e,t){const n=[],a=eh(e);let r=a.next();for(;r!==null;){let c... function _s (line 5) | function _s(e){return!!e&&!!e.match(/[\w\.:]+/)} function eh (line 5) | function eh(e){let t=/([LR]:|[\w\.:][\w\.:\-]*|[\,\|\-\(\)])/g,n=t.exec(... function Wc (line 5) | function Wc(e){typeof e.dispose=="function"&&e.dispose()} method constructor (line 5) | constructor(e){this.scopeName=e} method toKey (line 5) | toKey(){return this.scopeName} method constructor (line 5) | constructor(e,t){this.scopeName=e,this.ruleName=t} method toKey (line 5) | toKey(){return`${this.scopeName}#${this.ruleName}`} method references (line 5) | get references(){return this._references} method add (line 5) | add(e){const t=e.toKey();this._seenReferenceKeys.has(t)||(this._seenRefe... method constructor (line 5) | constructor(e,t){this.repo=e,this.initialScopeName=t,this.seenFullScopeR... method processQueue (line 5) | processQueue(){const e=this.Q;this.Q=[];const t=new nh;for(const n of e)... function rh (line 5) | function rh(e,t,n,a){const r=n.lookup(e.scopeName);if(!r){if(e.scopeName... function Ar (line 5) | function Ar(e,t,n){if(t.repository&&t.repository[e]){const a=t.repositor... function oa (line 5) | function oa(e,t){e.selfGrammar.patterns&&Array.isArray(e.selfGrammar.pat... function fa (line 5) | function fa(e,t,n){for(const a of e){if(n.visitedRule.has(a))continue;n.... method constructor (line 5) | constructor(e){this.ruleName=e} method constructor (line 5) | constructor(e){this.scopeName=e} method constructor (line 5) | constructor(e,t){this.scopeName=e,this.ruleName=t} function Vc (line 5) | function Vc(e){if(e==="$base")return new ih;if(e==="$self")return new sh... method constructor (line 5) | constructor(e,t,n,a){this.$location=e,this.id=t,this._name=n||null,this.... method debugName (line 5) | get debugName(){const e=this.$location?`${Mc(this.$location.filename)}:$... method getName (line 5) | getName(e,t){return!this._nameIsCapturing||this._name===null||e===null||... method getContentName (line 5) | getContentName(e,t){return!this._contentNameIsCapturing||this._contentNa... method constructor (line 5) | constructor(e,t,n,a,r){super(e,t,n,a),this.retokenizeCapturedWithRuleId=r} method dispose (line 5) | dispose(){} method collectPatterns (line 5) | collectPatterns(e,t){throw new Error("Not supported!")} method compile (line 5) | compile(e,t){throw new Error("Not supported!")} method compileAG (line 5) | compileAG(e,t,n,a){throw new Error("Not supported!")} method constructor (line 5) | constructor(e,t,n,a,r){super(e,t,n,null),this._match=new xn(a,this.id),t... method dispose (line 5) | dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.di... method debugMatchRegExp (line 5) | get debugMatchRegExp(){return`${this._match.source}`} method collectPatterns (line 5) | collectPatterns(e,t){t.push(this._match)} method compile (line 5) | compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)} method compileAG (line 5) | compileAG(e,t,n,a){return this._getCachedCompiledPatterns(e).compileAG(e... method _getCachedCompiledPatterns (line 5) | _getCachedCompiledPatterns(e){return this._cachedCompiledPatterns||(this... method constructor (line 5) | constructor(e,t,n,a,r){super(e,t,n,a),this.patterns=r.patterns,this.hasM... method dispose (line 5) | dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.di... method collectPatterns (line 5) | collectPatterns(e,t){for(const n of this.patterns)e.getRule(n).collectPa... method compile (line 5) | compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)} method compileAG (line 5) | compileAG(e,t,n,a){return this._getCachedCompiledPatterns(e).compileAG(e... method _getCachedCompiledPatterns (line 5) | _getCachedCompiledPatterns(e){return this._cachedCompiledPatterns||(this... method constructor (line 5) | constructor(e,t,n,a,r,i,s,o,c,l){super(e,t,n,a),this._begin=new xn(r,thi... method dispose (line 5) | dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.di... method debugBeginRegExp (line 5) | get debugBeginRegExp(){return`${this._begin.source}`} method debugEndRegExp (line 5) | get debugEndRegExp(){return`${this._end.source}`} method getEndWithResolvedBackReferences (line 5) | getEndWithResolvedBackReferences(e,t){return this._end.resolveBackRefere... method collectPatterns (line 5) | collectPatterns(e,t){t.push(this._begin)} method compile (line 5) | compile(e,t){return this._getCachedCompiledPatterns(e,t).compile(e)} method compileAG (line 5) | compileAG(e,t,n,a){return this._getCachedCompiledPatterns(e,t).compileAG... method _getCachedCompiledPatterns (line 5) | _getCachedCompiledPatterns(e,t){if(!this._cachedCompiledPatterns){this._... method constructor (line 5) | constructor(e,t,n,a,r,i,s,o,c){super(e,t,n,a),this._begin=new xn(r,this.... method dispose (line 5) | dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.di... method debugBeginRegExp (line 5) | get debugBeginRegExp(){return`${this._begin.source}`} method debugWhileRegExp (line 5) | get debugWhileRegExp(){return`${this._while.source}`} method getWhileWithResolvedBackReferences (line 5) | getWhileWithResolvedBackReferences(e,t){return this._while.resolveBackRe... method collectPatterns (line 5) | collectPatterns(e,t){t.push(this._begin)} method compile (line 5) | compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)} method compileAG (line 5) | compileAG(e,t,n,a){return this._getCachedCompiledPatterns(e).compileAG(e... method _getCachedCompiledPatterns (line 5) | _getCachedCompiledPatterns(e){if(!this._cachedCompiledPatterns){this._ca... method compileWhile (line 5) | compileWhile(e,t){return this._getCachedCompiledWhilePatterns(e,t).compi... method compileWhileAG (line 5) | compileWhileAG(e,t,n,a){return this._getCachedCompiledWhilePatterns(e,t)... method _getCachedCompiledWhilePatterns (line 5) | _getCachedCompiledWhilePatterns(e,t){return this._cachedCompiledWhilePat... method createCaptureRule (line 5) | static createCaptureRule(t,n,a,r,i){return t.registerRule(s=>new dh(n,s,... method getCompiledRuleId (line 5) | static getCompiledRuleId(t,n,a){return t.id||n.registerRule(r=>{if(t.id=... method _compileCaptures (line 5) | static _compileCaptures(t,n,a){let r=[];if(t){let i=0;for(const s in t){... method _compilePatterns (line 5) | static _compilePatterns(t,n,a){let r=[];if(t)for(let i=0,s=t.length;in.source);this._ca... method compileAG (line 5) | compileAG(e,t,n){return this._hasAnchors?t?n?(this._anchorCache.A1_G1||(... method _resolveAnchors (line 5) | _resolveAnchors(e,t,n){let a=this._items.map(r=>r.resolveAnchors(t,n));r... method constructor (line 5) | constructor(e,t,n){this.regExps=t,this.rules=n,this.scanner=e.createOnig... method dispose (line 5) | dispose(){typeof this.scanner.dispose=="function"&&this.scanner.dispose()} method toString (line 5) | toString(){const e=[];for(let t=0,n=this.rules.length;tr===this._rootScopeName?this._gr... method getInjections (line 6) | getInjections(){return this._injections===null&&(this._injections=this._... method registerRule (line 6) | registerRule(e){const t=++this._lastRuleId,n=e(t);return this._ruleId2de... method getRule (line 6) | getRule(e){return this._ruleId2desc[e]} method getExternalGrammar (line 6) | getExternalGrammar(e,t){if(this._includedGrammars[e])return this._includ... method tokenizeLine (line 6) | tokenizeLine(e,t,n=0){const a=this._tokenize(e,t,!1,n);return{tokens:a.l... method tokenizeLine2 (line 6) | tokenizeLine2(e,t,n=0){const a=this._tokenize(e,t,!0,n);return{tokens:a.... method _tokenize (line 6) | _tokenize(e,t,n,a){this._rootId===-1&&(this._rootId=Yc.getCompiledRuleId... function Cs (line 7) | function Cs(e,t){return e=Um(e),e.repository=e.repository||{},e.reposito... method constructor (line 7) | constructor(t,n,a){this.parent=t,this.scopePath=n,this.tokenAttributes=a} method fromExtension (line 7) | static fromExtension(t,n){let a=t,r=t?.scopePath??null;for(const i of n)... method createRoot (line 7) | static createRoot(t,n){return new Ce(null,new Xa(null,t),n)} method createRootAndLookUpScopeName (line 7) | static createRootAndLookUpScopeName(t,n,a){const r=a.getMetadataForScope... method scopeName (line 7) | get scopeName(){return this.scopePath.scopeName} method toString (line 7) | toString(){return this.getScopeNames().join(" ")} method equals (line 7) | equals(t){return Ce.equals(this,t)} method equals (line 7) | static equals(t,n){do{if(t===n||!t&&!n)return!0;if(!t||!n||t.scopeName!=... method mergeAttributes (line 7) | static mergeAttributes(t,n,a){let r=-1,i=0,s=0;return a!==null&&(r=a.fon... method pushAttributed (line 7) | pushAttributed(t,n){if(t===null)return this;if(t.indexOf(" ")===-1)retur... method _pushAttributed (line 7) | static _pushAttributed(t,n,a){const r=a.getMetadataForScope(n),i=t.scope... method getScopeNames (line 7) | getScopeNames(){return this.scopePath.getSegments()} method getExtensionIfDefined (line 7) | getExtensionIfDefined(t){const n=[];let a=this;for(;a&&a!==t;)n.push({en... method constructor (line 7) | constructor(t,n,a,r,i,s,o,c){this.parent=t,this.ruleId=n,this.beginRuleC... method equals (line 7) | equals(t){return t===null?!1:nt._equals(this,t)} method _equals (line 7) | static _equals(t,n){return t===n?!0:this._structuralEquals(t,n)?hn.equal... method _structuralEquals (line 7) | static _structuralEquals(t,n){do{if(t===n||!t&&!n)return!0;if(!t||!n||t.... method clone (line 7) | clone(){return this} method _reset (line 7) | static _reset(t){for(;t;)t._enterPos=-1,t._anchorPos=-1,t=t.parent} method reset (line 7) | reset(){nt._reset(this)} method pop (line 7) | pop(){return this.parent} method safePop (line 7) | safePop(){return this.parent?this.parent:this} method push (line 7) | push(t,n,a,r,i,s,o){return new nt(this,t,n,a,r,i,s,o)} method getEnterPos (line 7) | getEnterPos(){return this._enterPos} method getAnchorPos (line 7) | getAnchorPos(){return this._anchorPos} method getRule (line 7) | getRule(t){return t.getRule(this.ruleId)} method toString (line 7) | toString(){const t=[];return this._writeString(t,0),"["+t.join(",")+"]"} method _writeString (line 7) | _writeString(t,n){return this.parent&&(n=this.parent._writeString(t,n)),... method withContentNameScopesList (line 7) | withContentNameScopesList(t){return this.contentNameScopesList===t?this:... method withEndRule (line 7) | withEndRule(t){return this.endRule===t?this:new nt(this.parent,this.rule... method hasSameRuleAs (line 7) | hasSameRuleAs(t){let n=this;for(;n&&n._enterPos===t._enterPos;){if(n.rul... method toStateStackFrame (line 7) | toStateStackFrame(){return{ruleId:this.ruleId,beginRuleCapturedEOL:this.... method pushFrame (line 7) | static pushFrame(t,n){const a=hn.fromExtension(t?.nameScopesList??null,n... method constructor (line 7) | constructor(e,t){this.balancedBracketScopes=e.flatMap(n=>n==="*"?(this.a... method matchesAlways (line 7) | get matchesAlways(){return this.allowAny&&this.unbalancedBracketScopes.l... method matchesNever (line 7) | get matchesNever(){return this.balancedBracketScopes.length===0&&!this.a... method match (line 7) | match(e){for(const t of this.unbalancedBracketScopes)if(t(e))return!1;fo... method constructor (line 7) | constructor(e,t,n,a){this.balancedBracketSelectors=a,this._emitBinaryTok... method produce (line 7) | produce(e,t){this.produceFromScopes(e.contentNameScopesList,t)} method produceFromScopes (line 7) | produceFromScopes(e,t){if(this._lastTokenEndIndex>=t)return;if(this._emi... method getResult (line 7) | getResult(e,t){return this._tokens.length>0&&this._tokens[this._tokens.l... method getBinaryResult (line 7) | getBinaryResult(e,t){this._binaryTokens.length>0&&this._binaryTokens[thi... method constructor (line 7) | constructor(e,t){this._onigLib=t,this._theme=e} method dispose (line 7) | dispose(){for(const e of this._grammars.values())e.dispose()} method setTheme (line 7) | setTheme(e){this._theme=e} method getColorMap (line 7) | getColorMap(){return this._theme.getColorMap()} method addGrammar (line 7) | addGrammar(e,t){this._rawGrammars.set(e.scopeName,e),t&&this._injectionG... method lookup (line 7) | lookup(e){return this._rawGrammars.get(e)} method injections (line 7) | injections(e){return this._injectionGrammars.get(e)} method getDefaults (line 7) | getDefaults(){return this._theme.getDefaults()} method themeMatch (line 7) | themeMatch(e){return this._theme.match(e)} method grammarForScopeName (line 7) | grammarForScopeName(e,t,n,a,r){if(!this._grammars.has(e)){let i=this._ra... method constructor (line 7) | constructor(t){this._options=t,this._syncRegistry=new $h(ha.createFromRa... method dispose (line 7) | dispose(){this._syncRegistry.dispose()} method setTheme (line 7) | setTheme(t,n){this._syncRegistry.setTheme(ha.createFromRawTheme(t,n))} method getColorMap (line 7) | getColorMap(){return this._syncRegistry.getColorMap()} method loadGrammarWithEmbeddedLanguages (line 7) | loadGrammarWithEmbeddedLanguages(t,n,a){return this.loadGrammarWithConfi... method loadGrammarWithConfiguration (line 7) | loadGrammarWithConfiguration(t,n,a){return this._loadGrammar(t,n,a.embed... method loadGrammar (line 7) | loadGrammar(t){return this._loadGrammar(t,0,null,null,null)} method _loadGrammar (line 7) | _loadGrammar(t,n,a,r,i){const s=new ah(this._syncRegistry,t);for(;s.Q.le... method _loadSingleGrammar (line 7) | _loadSingleGrammar(t){this._ensureGrammarCache.has(t)||(this._doLoadSing... method _doLoadSingleGrammar (line 7) | _doLoadSingleGrammar(t){const n=this._options.loadGrammar(t);if(n){const... method addGrammar (line 7) | addGrammar(t,n=[],a=0,r=null){return this._syncRegistry.addGrammar(t,n),... method _grammarForScopeName (line 7) | _grammarForScopeName(t,n=0,a=null,r=null,i=null){return this._syncRegist... class Tn (line 7) | class Tn{constructor(t,n,a){this.normal=n,this.property=t,a&&(this.space... method constructor (line 7) | constructor(t,n,a){this.normal=n,this.property=t,a&&(this.space=a)} function Jc (line 7) | function Jc(e,t){const n={},a={};for(const r of e)Object.assign(n,r.prop... function Ir (line 7) | function Ir(e){return e.toLowerCase()} class ie (line 7) | class ie{constructor(t,n){this.attribute=n,this.property=t}} method constructor (line 7) | constructor(t,n){this.attribute=n,this.property=t} function yt (line 7) | function yt(){return 2**++Ah} class Ci (line 7) | class Ci extends ie{constructor(t,n,a,r){let i=-1;if(super(t,n),Es(this,... method constructor (line 7) | constructor(t,n,a,r){let i=-1;if(super(t,n),Es(this,"space",r),typeof ... function Es (line 7) | function Es(e,t,n){n&&(e[t]=n)} function Wt (line 7) | function Wt(e){const t={},n={};for(const[a,r]of Object.entries(e.propert... method transform (line 7) | transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()} function tl (line 7) | function tl(e,t){return t in e?e[t]:t} function nl (line 7) | function nl(e,t){return tl(e,t.toLowerCase())} method transform (line 7) | transform(e,t){return"xlink:"+t.slice(5).toLowerCase()} method transform (line 7) | transform(e,t){return"xml:"+t.slice(3).toLowerCase()} function Ih (line 7) | function Ih(e,t){const n=Ir(t);let a=t,r=ie;if(n in e.normal)return e.pr... function Lh (line 7) | function Lh(e){return"-"+e.toLowerCase()} function Ph (line 7) | function Ph(e){return e.charAt(1).toUpperCase()} function Mh (line 7) | function Mh(e,t){const n=t||{};function a(r,...i){let s=a.invalid;const ... function Gh (line 7) | function Gh(e,t){if(e=e.replace(t.subset?Hh(t.subset):qh,a),t.subset||t.... function Hh (line 7) | function Hh(e){let t=js.get(e);return t||(t=Wh(e),js.set(e,t)),t} function Wh (line 7) | function Wh(e){const t=[];let n=-1;for(;++nr);function n(r){if(r===e.len... function Xg (line 15) | function Xg(e,t){let n=0;const a=[];for(const r of t)r>n&&a.push({...e,c... function Kg (line 15) | function Kg(e,t){const n=Array.from(t instanceof Set?t:new Set(t)).sort(... function Qg (line 15) | function Qg(e,t,n,a,r="css-vars"){const i={content:e.content,explanation... function va (line 15) | function va(e){const t={};if(e.color&&(t.color=e.color),e.bgColor&&(t["b... function Mr (line 15) | function Mr(e){return typeof e=="string"?e:Object.entries(e).map(([t,n])... function Ia (line 15) | function Ia(e,t){hl.set(e,t)} function Cn (line 15) | function Cn(e){return hl.get(e)} class Vt (line 15) | class Vt{_stacks={};lang;get themes(){return Object.keys(this._stacks)}g... method themes (line 15) | get themes(){return Object.keys(this._stacks)} method theme (line 15) | get theme(){return this.themes[0]} method _stack (line 15) | get _stack(){return this._stacks[this.theme]} method initial (line 15) | static initial(t,n){return new Vt(Object.fromEntries(Hg(n).map(a=>[a,N... method constructor (line 15) | constructor(...t){if(t.length===2){const[n,a]=t;this.lang=a,this._stac... method getInternalStack (line 15) | getInternalStack(t=this.theme){return this._stacks[t]} method getScopes (line 15) | getScopes(t=this.theme){return Jg(this._stacks[t])} method toJSON (line 15) | toJSON(){return{lang:this.lang,theme:this.theme,themes:this.themes,sco... function Jg (line 15) | function Jg(e){const t=[],n=new Set;function a(r){if(n.has(r))return;n.a... function ef (line 15) | function ef(e,t){if(!(e instanceof Vt))throw new Y("Invalid grammar stat... function tf (line 15) | function tf(){const e=new WeakMap;function t(n){if(!e.has(n.meta)){let a... function nf (line 15) | function nf(e){for(let t=0;t0;){const n=e.shift();if(!n)cont... function cf (line 15) | function cf(){let e=null,t=null,n=new Set;return{parse(a){const r=[];let... function uf (line 15) | function uf(e=lf){function t(o){return e[o]}function n(o){return`#${o.ma... function df (line 15) | function df(e,t,n){const a=ya(e,n),r=Na(t),i=Object.fromEntries(it.map(c... function mf (line 15) | function mf(e){const t=e.match(/#([0-9a-f]{3,8})/i);if(t){const a=t[1];i... function Ai (line 15) | function Ai(e,t,n={}){const{theme:a=e.getLoadedThemes()[0]}=n,r=e.resolv... function hf (line 15) | function hf(...e){if(e.length===2)return Cn(e[1]);const[t,n,a={}]=e,{lan... function gf (line 15) | function gf(e,t,n,a,r){const i=Ti(e,t,n,a,r),s=new Vt(i.stateStack,t.nam... function Ti (line 15) | function Ti(e,t,n,a,r){const i=ya(n,r),{tokenizeMaxLineLength:s=0,tokeni... function ff (line 15) | function ff(e){return e.map(t=>({scopeName:t}))} function bf (line 15) | function bf(e,t){const n=[];for(let a=0,r=t.length;ac[1]).map(... function vf (line 15) | function vf(...e){const t=e.map(()=>[]),n=e.length;for(let a=0;a{const l=Ge(t[c][i],n[c])... function ka (line 15) | function ka(e,t,n,a={meta:{},options:n,codeToHast:(r,i)=>ka(e,r,i),codeT... function wf (line 15) | function wf(e,t,n,a=Cn(e)){const r=wa(t),i=[],s={type:"root",children:[]... function xf (line 16) | function xf(e){return e.map(t=>{const n=[];let a="",r;return t.forEach((... function kf (line 16) | function kf(e){return e.map(t=>t.flatMap(n=>{if(n.content.match(/^\s+$/)... function Cf (line 16) | function Cf(e){return e.map(t=>{const n=[];for(const a of t){if(n.length... function Ff (line 16) | function Ff(e,t,n){const a={meta:{},options:n,codeToHast:(i,s)=>ka(e,i,s... function Ri (line 16) | function Ri(e){if(e?.[Ds])return e;const t={...e};t.tokenColors&&!t.sett... function $f (line 16) | async function $f(e){return Array.from(new Set((await Promise.all(e.filt... function jf (line 16) | async function jf(e){return(await Promise.all(e.map(async n=>Vg(n)?null:... class Tt (line 16) | class Tt extends Error{constructor(t){super(t),this.name="ShikiError"}} method constructor (line 16) | constructor(t){super(t),this.name="ShikiError"} function bl (line 16) | function bl(e,t){if(!t)return e;if(t[e]){const n=new Set([e]);for(;t[e];... class Sf (line 16) | class Sf extends jh{constructor(t,n,a,r={}){super(t),this._resolver=t,th... method constructor (line 16) | constructor(t,n,a,r={}){super(t),this._resolver=t,this._themes=n,this.... method getTheme (line 16) | getTheme(t){return typeof t=="string"?this._resolvedThemes.get(t):this... method loadTheme (line 16) | loadTheme(t){const n=Ri(t);return n.name&&(this._resolvedThemes.set(n.... method getLoadedThemes (line 16) | getLoadedThemes(){return this._loadedThemesCache||(this._loadedThemesC... method setTheme (line 16) | setTheme(t){let n=this._textmateThemeCache.get(t);n||(n=ha.createFromR... method getGrammar (line 16) | getGrammar(t){return t=bl(t,this._alias),this._resolvedGrammars.get(t)} method loadLanguage (line 16) | loadLanguage(t){if(this.getGrammar(t.name))return;const n=new Set([...... method dispose (line 16) | dispose(){super.dispose(),this._resolvedThemes.clear(),this._resolvedG... method loadLanguages (line 16) | loadLanguages(t){for(const r of t)this.resolveEmbeddedLanguages(r);con... method getLoadedLanguages (line 16) | getLoadedLanguages(){return this._loadedLanguagesCache||(this._loadedL... method resolveEmbeddedLanguages (line 16) | resolveEmbeddedLanguages(t){this._langMap.set(t.name,t),this._langGrap... class Af (line 16) | class Af{_langs=new Map;_scopeToLang=new Map;_injections=new Map;_onigLi... method constructor (line 16) | constructor(t,n){this._onigLib={createOnigScanner:a=>t.createScanner(a... method onigLib (line 16) | get onigLib(){return this._onigLib} method getLangRegistration (line 16) | getLangRegistration(t){return this._langs.get(t)} method loadGrammar (line 16) | loadGrammar(t){return this._scopeToLang.get(t)} method addLanguage (line 16) | addLanguage(t){this._langs.set(t.name,t),t.aliases&&t.aliases.forEach(... method getInjections (line 16) | getInjections(t){const n=t.split(".");let a=[];for(let r=1;r<=n.length... function Tf (line 16) | function Tf(e){sn+=1,e.warnings!==!1&&sn>=10&&sn%10===0&&console.warn(`[... function Rf (line 16) | function Rf(e){const t=Tf(e);return{getLastGrammarState:(...n)=>hf(t,...... function Zt (line 16) | function Zt(e){if([...e].length!==1)throw new Error(`Expected "${e}" to ... function Of (line 16) | function Of(e,t,n){return e.has(t)||e.set(t,n),e.get(t)} function Yt (line 16) | function Yt(e,t){if(e==null)throw new Error(t??"Value expected");return e} function Nf (line 47) | function Nf(e,t={}){const n={flags:"",...t,rules:{captureGroup:!1,single... function If (line 47) | function If(e,t,n,a){const[r,i]=n;if(n==="["||n==="[^"){const s=Lf(t,n,a... function Lf (line 48) | function Lf(e,t,n){const a=[qs(t[1]==="^",t)];let r=1,i;for(nr.lastIndex... function Pf (line 48) | function Pf(e){if(e[0]==="\\")return vl(e,{inCharClass:!0});if(e[0]==="[... function vl (line 48) | function vl(e,{inCharClass:t}){const n=e[1];if(n==="c"||n==="C")return Z... function Df (line 48) | function Df(e){return{type:"Alternator",raw:e}} function Ms (line 48) | function Ms(e,t){return{type:"Assertion",kind:e,raw:t}} function wl (line 48) | function wl(e){return{type:"Backreference",raw:e}} function Ie (line 48) | function Ie(e,t){return{type:"Character",value:e,raw:t}} function Mf (line 48) | function Mf(e){return{type:"CharacterClassClose",raw:e}} function qf (line 48) | function qf(e){return{type:"CharacterClassHyphen",raw:e}} function zf (line 48) | function zf(e){return{type:"CharacterClassIntersector",raw:e}} function qs (line 48) | function qs(e,t){return{type:"CharacterClassOpen",negate:e,raw:t}} function st (line 48) | function st(e,t,n={}){return{type:"CharacterSet",kind:e,...n,raw:t}} function xl (line 48) | function xl(e,t,n={}){return e==="keep"?{type:"Directive",kind:e,raw:t}:... function Bf (line 48) | function Bf(e,t){return{type:"EscapedNumber",inCharClass:e,raw:t}} function Uf (line 48) | function Uf(e){return{type:"GroupClose",raw:e}} function St (line 48) | function St(e,t,n={}){return{type:"GroupOpen",kind:e,...n,raw:t}} function Gf (line 48) | function Gf(e,t,n,a){return{type:"NamedCallout",kind:e,tag:t,arguments:n... function Hf (line 48) | function Hf(e,t,n,a){return{type:"Quantifier",kind:e,min:t,max:n,raw:a}} function Wf (line 48) | function Wf(e){return{type:"Subroutine",raw:e}} function Zf (line 48) | function Zf(e){const t=e[1]==="c"?e[2]:e[3];if(!t||!/[A-Za-z]/.test(t))t... function Yf (line 48) | function Yf(e,t){let{on:n,off:a}=/^\(\?(?[imx]*)(?:-(?[-imx]*))... function Xf (line 48) | function Xf(e){const t=/\(\*(?[A-Za-z_]\w*)?(?:\[(?(?:[A-Za-z... function Bs (line 48) | function Bs(e){let t=null,n,a;if(e[0]==="{"){const{minStr:r,maxStr:i}=/^... function Kf (line 48) | function Kf(e){const t=e[1].toLowerCase();return st({d:"digit",h:"hex",s... function Qf (line 48) | function Qf(e){const{p:t,neg:n,value:a}=/^\\(?

[pP])\{(?\^?)(?1114111){const a=e.... function ca (line 48) | function ca(e){const t={kind:"union",negate:!1,...e};return{type:"Charac... function hb (line 48) | function hb(e,t){if(t.valuen)throw new Error("Invalid reversed quantifier... function yb (line 48) | function yb(e,t){return{type:"Regex",body:Rn(t?.body),flags:e}} function $l (line 48) | function $l(e){return{type:"Subroutine",ref:e}} function At (line 48) | function At(e,t){const n={negate:!1,normalizeUnknownPropertyNames:!1,ski... function vb (line 48) | function vb({flags:e,kind:t,name:n,negate:a,number:r}){switch(t){case"ab... function Rn (line 48) | function Rn(e){if(e===void 0)e=[bt()];else if(!Array.isArray(e)||!e.leng... function jl (line 48) | function jl(e){if(e===void 0)e=[];else if(!Array.isArray(e)||!e.every(t=... function Gs (line 48) | function Gs(e){return e.type==="LookaroundAssertion"&&e.kind==="lookahead"} function Hs (line 48) | function Hs(e){return e.type==="LookaroundAssertion"&&e.kind==="lookbehi... function wb (line 48) | function wb(e){return/^[\p{Alpha}\p{Pc}][^)]*$/u.test(e)} function xb (line 48) | function xb(e){return e.trim().replace(/[- _]+/g,"_").replace(/[A-Z][a-z... function Pa (line 48) | function Pa(e){return e.replace(/[- _]+/g,"").toLowerCase()} function Ws (line 48) | function Ws(e,t){return Yt(e,`${t?.type==="Character"&&t.value===93?"Emp... function Vs (line 48) | function Vs(e){return Yt(e,"Unclosed group")} function gn (line 48) | function gn(e,t,n=null){function a(i,s){for(let o=0;o=t&&e[n]++} function Eb (line 48) | function Eb(e,t,n,a){return e.slice(0,t)+a+e.slice(t+n.length)} function Ii (line 48) | function Ii(e,t,n,a){const r=new RegExp(String.raw`${t}|(?<$skip>\[\^?|\... function Sl (line 48) | function Sl(e,t,n,a){Ii(e,t,n,a)} function Fb (line 48) | function Fb(e,t,n=0,a){if(!new RegExp(t,"su").test(e))return null;const ... function aa (line 48) | function aa(e,t,n){return!!Fb(e,t,0,n)} function $b (line 48) | function $b(e,t){const n=/\\?./gsu;n.lastIndex=t;let a=e.length,r=0,i=1,... function jb (line 48) | function jb(e,t){const n=t?.hiddenCaptures??[];let a=t?.captureTransfers... function Sb (line 63) | function Sb(e){if(!new RegExp(`${Al}\\+`).test(e))return{pattern:e};cons... function Tb (line 63) | function Tb(e,t){const{hiddenCaptures:n,mode:a}={hiddenCaptures:[],mode:... function Ys (line 63) | function Ys(e){const t=`Max depth must be integer between 2 and 100; use... function Xs (line 63) | function Xs(e,t,n,a,r,i,s){const o=new Set;a&&Sl(e+t,Da,({groups:{captur... function Ks (line 63) | function Ks(e,t,n,a,r,i,s){const c=u=>t==="forward"?u+2:n-u+2-1;let l=""... function Rb (line 63) | function Rb(e,t){for(let n=0;n=t&&e[n]++} function Qs (line 63) | function Qs(e,t,n,a,r,i){if(e.size&&a){let s=0;Sl(t,Tl,()=>s++,de.DEFAUL... function Ca (line 63) | function Ca(e,{enable:t,disable:n}){return{dotAll:!n?.dotAll&&!!(t?.dotA... function En (line 63) | function En(e,t,n){return e.has(t)||e.set(t,n),e.get(t)} function Gr (line 63) | function Gr(e,t){return Js[e]>=Js[t]} function Ob (line 63) | function Ob(e,t){if(e==null)throw new Error(t??"Value expected");return e} function Rl (line 63) | function Rl(e={}){if({}.toString.call(e)!=="[object Object]")throw new E... function Ol (line 63) | function Ol(e){if(Lb.has(e))return[e];const t=new Set,n=e.toLowerCase(),... function zb (line 153) | function zb(e,t){const n=[];for(let a=e;a<=t;a++)n.push(a);return n} function Be (line 153) | function Be(e){const t=V(e);return[t.toLowerCase(),t]} function ir (line 153) | function ir(e,t){return zb(e,t).map(n=>Be(n))} function Bb (line 153) | function Bb(e,t){const n={accuracy:"default",asciiWordBoundaries:!1,avoi... method AbsenceFunction (line 153) | AbsenceFunction({node:e,parent:t,replaceWith:n}){const{body:a,kind:r}=e;... method enter (line 153) | enter({node:e,parent:t,key:n},{flagDirectivesByAlt:a}){const r=e.body.fi... method exit (line 153) | exit({node:e},{flagDirectivesByAlt:t}){if(t.get(e)?.length){const n=Pl(t... method Assertion (line 153) | Assertion({node:e,parent:t,key:n,container:a,root:r,remove:i,replaceWith... method Backreference (line 153) | Backreference({node:e},{jsGroupNameMap:t}){let{ref:n}=e;typeof n=="strin... method CapturingGroup (line 153) | CapturingGroup({node:e},{jsGroupNameMap:t,subroutineRefMap:n}){let{name:... method CharacterClassRange (line 153) | CharacterClassRange({node:e,parent:t,replaceWith:n}){if(t.kind==="inters... method CharacterSet (line 153) | CharacterSet({node:e,parent:t,replaceWith:n},{accuracy:a,minTargetEs2024... method Directive (line 156) | Directive({node:e,parent:t,root:n,remove:a,replaceWith:r,removeAllPrevSi... method Flags (line 156) | Flags({node:e,parent:t}){if(e.posixIsAscii)throw new Error('Unsupported ... method Group (line 156) | Group({node:e}){if(!e.flags)return;const{enable:t,disable:n}=e.flags;t?.... method LookaroundAssertion (line 156) | LookaroundAssertion({node:e},t){const{kind:n}=e;n==="lookbehind"&&(t.pas... method NamedCallout (line 156) | NamedCallout({node:e,parent:t,replaceWith:n}){const{kind:a}=e;if(a==="fa... method Quantifier (line 156) | Quantifier({node:e}){if(e.body.type==="Quantifier"){const t=be();t.body[... method enter (line 156) | enter({node:e},{supportedGNodes:t}){const n=[];let a=!1,r=!1;for(const i... method exit (line 156) | exit(e,{accuracy:t,passedLookbehind:n,strategy:a}){if(t==="strict"&&n&&a... method Subroutine (line 156) | Subroutine({node:e},{jsGroupNameMap:t}){let{ref:n}=e;typeof n=="string"&... method Backreference (line 156) | Backreference({node:e},{multiplexCapturesToLeftByRef:t,reffedNodesByRefe... method enter (line 156) | enter({node:e,parent:t,replaceWith:n,skip:a},{groupOriginByCopy:r,groups... method exit (line 156) | exit({node:e},{openRefs:t}){t.delete(e.number)} method enter (line 156) | enter({node:e},t){t.prevFlags=t.currentFlags,e.flags&&(t.currentFlags=Ca... method exit (line 156) | exit(e,t){t.currentFlags=t.prevFlags} method Subroutine (line 156) | Subroutine({node:e,parent:t,replaceWith:n},a){const{isRecursive:r,ref:i}... method Backreference (line 156) | Backreference({node:e,parent:t,replaceWith:n},a){if(e.orphan){a.highestO... method CapturingGroup (line 156) | CapturingGroup({node:e},t){e.number=++t.numCapturesToLeft,e.name&&t.grou... method exit (line 156) | exit({node:e},t){const n=Math.max(t.highestOrphanBackref-t.numCapturesTo... method Subroutine (line 156) | Subroutine({node:e},t){!e.isRecursive||e.ref===0||(e.ref=t.reffedNodesBy... function Il (line 156) | function Il(e){gn(e,{"*"({node:t,parent:n}){t.parent=n}})} function Wb (line 156) | function Wb(e,t){return e.dotAll===t.dotAll&&e.ignoreCase===t.ignoreCase} function Vb (line 156) | function Vb(e,t){let n=t;do{if(n.type==="Regex")return!1;if(n.type==="Al... function Ll (line 156) | function Ll(e,t,n,a){const r=Array.isArray(e)?[]:{};for(const[i,s]of Obj... function eo (line 156) | function eo(e){const t=$l(e);return t.isRecursive=!0,t} function Zb (line 156) | function Zb(e,t){const n=[];for(;e=e.parent;)(!t||t(e))&&n.push(e);retur... function sr (line 156) | function sr(e,t){if(t.has(e))return t.get(e);const n=`$${t.size}_${e.rep... function Pl (line 156) | function Pl(e){const t=["dotAll","ignoreCase"],n={enable:{},disable:{}};... function Yb (line 156) | function Yb({dotAll:e,ignoreCase:t}){const n={};return(e||t)&&(n.enable=... function Dl (line 156) | function Dl(e){if(!e)throw new Error("Node expected");const{body:t}=e;re... function Ml (line 156) | function Ml(e){const t=e.find(n=>n.kind==="search_start"||Qb(n,{negate:!... function ql (line 156) | function ql(e,t){const n=Dl(e)??[];for(const a of n)if(a===t||ql(a,t))re... function Xb (line 156) | function Xb({type:e}){return e==="Assertion"||e==="Directive"||e==="Look... function Kb (line 156) | function Kb(e){const t=["Character","CharacterClass","CharacterSet"];ret... function Qb (line 156) | function Qb(e,t){const n={negate:null,...t};return e.type==="LookaroundA... function or (line 156) | function or(e){return/^[$_\p{IDS}][$\u200C\u200D\p{IDC}]*$/u.test(e)} function Ne (line 156) | function Ne(e,t){const a=Cl(e,{...t,unicodePropertyMap:Li}).body;return ... function cr (line 156) | function cr(e,t){return e.negate=t,e} function Ue (line 156) | function Ue(e,t){return e.parent=t,e} function B (line 156) | function B(e,t){return Il(e),e.parent=t,e} function Jb (line 156) | function Jb(e,t){const n=Rl(t),a=Gr(n.target,"ES2024"),r=Gr(n.target,"ES... method enter (line 156) | enter({node:e},t){if(no(e)){const n=t.getCurrentModI();t.pushModI(e.flag... method exit (line 156) | exit({node:e},t){no(e)&&t.popModI()} method Backreference (line 156) | Backreference(e,t){t.setHasCasedChar()} method Character (line 156) | Character({node:e},t){Pi(V(e.value))&&t.setHasCasedChar()} method CharacterClassRange (line 156) | CharacterClassRange({node:e,skip:t},n){t(),zl(e,{firstOnly:!0}).length&&... method CharacterSet (line 156) | CharacterSet({node:e},t){e.kind==="property"&&Nl.has(e.value)&&t.setHasC... method Alternative (line 156) | Alternative({body:e},t,n){return e.map(n).join("")} method Assertion (line 156) | Assertion({kind:e,negate:t}){if(e==="string_end")return"$";if(e==="strin... method Backreference (line 156) | Backreference({ref:e},t){if(typeof e!="number")throw new Error("Unexpect... method CapturingGroup (line 156) | CapturingGroup(e,t,n){const{body:a,name:r,number:i}=e,s={ignoreCase:t.cu... method Character (line 156) | Character({value:e},t){const n=V(e),a=Ft(e,{escDigit:t.lastNode.type==="... method CharacterClass (line 156) | CharacterClass(e,t,n){const{kind:a,negate:r,parent:i}=e;let{body:s}=e;if... method CharacterClassRange (line 156) | CharacterClassRange(e,t){const n=e.min.value,a=e.max.value,r={escDigit:!... method CharacterSet (line 156) | CharacterSet({kind:e,negate:t,value:n,key:a},r){if(e==="dot")return r.cu... method Flags (line 156) | Flags(e,t){return(t.appliedGlobalFlags.ignoreCase?"i":"")+(e.dotAll?"s":... method Group (line 156) | Group({atomic:e,body:t,flags:n,parent:a},r,i){const s=r.currentFlags;n&&... method LookaroundAssertion (line 156) | LookaroundAssertion({body:e,kind:t,negate:n},a,r){return`(?${`${t==="loo... method Quantifier (line 156) | Quantifier(e,t,n){return n(e.body)+c_(e)} method Subroutine (line 156) | Subroutine({isRecursive:e,ref:t},n){if(!e)throw new Error("Unexpected no... function Pi (line 156) | function Pi(e){return i_.test(e)} function zl (line 156) | function zl(e,t){const n=!!t?.firstOnly,a=e.min.value,r=e.max.value,i=[]... function Ft (line 156) | function Ft(e,{escDigit:t,inCharClass:n,useFlagV:a}){if(to.has(e))return... function s_ (line 156) | function s_(e){const t=e.map(r=>r.codePointAt(0)).sort((r,i)=>r-i),n=[];... function o_ (line 156) | function o_(e,t,n){if(e)return">";let a="";if(t&&n){const{enable:r,disab... function c_ (line 156) | function c_({kind:e,max:t,min:n}){let a;return!n&&t===1?a="?":!n&&t===1/... function no (line 156) | function no({type:e}){return e==="CapturingGroup"||e==="Group"||e==="Loo... function l_ (line 156) | function l_(e){return e>47&&e<58} function ao (line 156) | function ao({type:e,value:t}){return e==="Character"&&t===45} method source (line 156) | get source(){return this.#a||"(?:)"} method constructor (line 156) | constructor(t,n,a){const r=!!a?.lazyCompile;if(t instanceof RegExp){if(a... method exec (line 156) | exec(t){if(!this.#e){const{lazyCompile:r,...i}=this.rawOptions;this.#e=n... method #i (line 156) | #i(t){this.#e.lastIndex=this.lastIndex;const n=super.exec.call(this.#e,t... function p_ (line 156) | function p_(e,t,n,a){if(e.index+=t,e.input=n,a){const r=e.indices;for(le... function d_ (line 156) | function d_(e,t){const n=new Map;for(const a of e)n.set(a,{hidden:!0});f... function m_ (line 156) | function m_(e){const t=/(?\((?:\?<(?![=!])(?[^>]+)>|(?!\?... function h_ (line 156) | function h_(e,t){const n=g_(e,t);return n.options?new u_(n.pattern,n.fla... function g_ (line 156) | function g_(e,t){const n=Rl(t),a=Cl(e,{flags:n.flags,normalizeUnknownPro... class f_ (line 156) | class f_{constructor(t,n={}){this.patterns=t,this.options=n;const{forgiv... method constructor (line 156) | constructor(t,n={}){this.patterns=t,this.options=n;const{forgiving:a=!... method findNextMatchSync (line 156) | findNextMatchSync(t,n,a){const r=typeof t=="string"?t:t.content,i=[];f... function b_ (line 156) | function b_(e,t){return h_(e,{global:!0,hasIndices:!0,lazyCompileLength:... function __ (line 156) | function __(e={}){const t=Object.assign({target:"auto",cache:new Map},e)... method pre (line 156) | pre(s){this.addClassToHast(s,["bg-transparent!",n?"truncate":"w-fit min-... method line (line 156) | line(s,o){if(!a)return;const c=r+o-1,l=i===o-1,u={type:"element",tagName... FILE: src/Illuminate/Foundation/resources/exceptions/renderer/scripts.js method pre (line 63) | pre(node) { method line (line 66) | line(node, line) { FILE: src/Illuminate/Hashing/AbstractHasher.php class AbstractHasher (line 5) | abstract class AbstractHasher method info (line 13) | public function info($hashedValue) method check (line 26) | public function check(#[\SensitiveParameter] $value, $hashedValue, arr... FILE: src/Illuminate/Hashing/Argon2IdHasher.php class Argon2IdHasher (line 7) | class Argon2IdHasher extends ArgonHasher method check (line 19) | public function check(#[\SensitiveParameter] $value, $hashedValue, arr... method isUsingCorrectAlgorithm (line 38) | protected function isUsingCorrectAlgorithm($hashedValue) method algorithm (line 48) | protected function algorithm() FILE: src/Illuminate/Hashing/ArgonHasher.php class ArgonHasher (line 9) | class ArgonHasher extends AbstractHasher implements HasherContract method __construct (line 44) | public function __construct(array $options = []) method make (line 61) | public function make(#[\SensitiveParameter] $value, array $options = []) method algorithm (line 81) | protected function algorithm() method check (line 96) | public function check(#[\SensitiveParameter] $value, $hashedValue, arr... method needsRehash (line 116) | public function needsRehash($hashedValue, array $options = []) method verifyConfiguration (line 130) | public function verifyConfiguration($value) method isUsingCorrectAlgorithm (line 141) | protected function isUsingCorrectAlgorithm($hashedValue) method isUsingValidOptions (line 152) | protected function isUsingValidOptions($hashedValue) method setMemory (line 181) | public function setMemory(int $memory) method setTime (line 194) | public function setTime(int $time) method setThreads (line 207) | public function setThreads(int $threads) method memory (line 220) | protected function memory(array $options) method time (line 231) | protected function time(array $options) method threads (line 242) | protected function threads(array $options) FILE: src/Illuminate/Hashing/BcryptHasher.php class BcryptHasher (line 10) | class BcryptHasher extends AbstractHasher implements HasherContract method __construct (line 38) | public function __construct(array $options = []) method make (line 55) | public function make(#[\SensitiveParameter] $value, array $options = []) method check (line 82) | public function check(#[\SensitiveParameter] $value, $hashedValue, arr... method needsRehash (line 102) | public function needsRehash($hashedValue, array $options = []) method verifyConfiguration (line 114) | public function verifyConfiguration($value) method isUsingCorrectAlgorithm (line 125) | protected function isUsingCorrectAlgorithm($hashedValue) method isUsingValidOptions (line 136) | protected function isUsingValidOptions($hashedValue) method setRounds (line 157) | public function setRounds($rounds) method cost (line 170) | protected function cost(array $options = []) FILE: src/Illuminate/Hashing/HashManager.php class HashManager (line 11) | class HashManager extends Manager implements Hasher method createBcryptDriver (line 18) | public function createBcryptDriver() method createArgonDriver (line 28) | public function createArgonDriver() method createArgon2idDriver (line 38) | public function createArgon2idDriver() method info (line 49) | public function info($hashedValue) method make (line 61) | public function make(#[\SensitiveParameter] $value, array $options = []) method check (line 74) | public function check(#[\SensitiveParameter] $value, $hashedValue, arr... method needsRehash (line 86) | public function needsRehash($hashedValue, array $options = []) method isHashed (line 97) | public function isHashed(#[\SensitiveParameter] $value) method getDefaultDriver (line 107) | public function getDefaultDriver() method verifyConfiguration (line 120) | public function verifyConfiguration($value) FILE: src/Illuminate/Hashing/HashServiceProvider.php class HashServiceProvider (line 8) | class HashServiceProvider extends ServiceProvider implements DeferrableP... method register (line 15) | public function register() method provides (line 31) | public function provides() FILE: src/Illuminate/Http/Client/Batch.php class Batch (line 18) | class Batch method __construct (line 128) | public function __construct(?Factory $factory = null) method as (line 143) | public function as(string $key) method newRequest (line 161) | public function newRequest() method before (line 178) | public function before(Closure $callback): self method progress (line 191) | public function progress(Closure $callback): self method catch (line 204) | public function catch(Closure $callback): self method then (line 217) | public function then(Closure $callback): self method finally (line 230) | public function finally(Closure $callback): self method concurrency (line 243) | public function concurrency(int $limit): self method defer (line 255) | public function defer(): DeferredCallback method send (line 265) | public function send(): array method asyncRequest (line 362) | protected function asyncRequest() method processedRequests (line 372) | public function processedRequests(): int method finished (line 382) | public function finished(): bool method incrementPendingRequests (line 392) | protected function incrementPendingRequests(): void method decrementPendingRequests (line 403) | protected function decrementPendingRequests(): void method hasFailures (line 413) | public function hasFailures(): bool method incrementFailedRequests (line 423) | protected function incrementFailedRequests(): void method getRequests (line 433) | public function getRequests(): array method __call (line 447) | public function __call(string $method, array $parameters) FILE: src/Illuminate/Http/Client/BatchInProgressException.php class BatchInProgressException (line 5) | class BatchInProgressException extends HttpClientException method __construct (line 7) | public function __construct() FILE: src/Illuminate/Http/Client/Concerns/DeterminesStatusCode.php type DeterminesStatusCode (line 5) | trait DeterminesStatusCode method ok (line 12) | public function ok() method created (line 22) | public function created() method accepted (line 32) | public function accepted() method noContent (line 43) | public function noContent($status = 204) method movedPermanently (line 53) | public function movedPermanently() method found (line 63) | public function found() method notModified (line 73) | public function notModified() method badRequest (line 83) | public function badRequest() method unauthorized (line 93) | public function unauthorized() method paymentRequired (line 103) | public function paymentRequired() method forbidden (line 113) | public function forbidden() method notFound (line 123) | public function notFound() method requestTimeout (line 133) | public function requestTimeout() method conflict (line 143) | public function conflict() method unprocessableContent (line 153) | public function unprocessableContent() method unprocessableEntity (line 163) | public function unprocessableEntity() method tooManyRequests (line 173) | public function tooManyRequests() FILE: src/Illuminate/Http/Client/ConnectionException.php class ConnectionException (line 5) | class ConnectionException extends HttpClientException FILE: src/Illuminate/Http/Client/Events/ConnectionFailed.php class ConnectionFailed (line 8) | class ConnectionFailed method __construct (line 30) | public function __construct(Request $request, ConnectionException $exc... FILE: src/Illuminate/Http/Client/Events/RequestSending.php class RequestSending (line 7) | class RequestSending method __construct (line 21) | public function __construct(Request $request) FILE: src/Illuminate/Http/Client/Events/ResponseReceived.php class ResponseReceived (line 8) | class ResponseReceived method __construct (line 30) | public function __construct(Request $request, Response $response) FILE: src/Illuminate/Http/Client/Factory.php class Factory (line 21) | class Factory method __construct (line 95) | public function __construct(?Dispatcher $dispatcher = null) method globalMiddleware (line 108) | public function globalMiddleware($middleware) method globalRequestMiddleware (line 121) | public function globalRequestMiddleware($middleware) method globalResponseMiddleware (line 134) | public function globalResponseMiddleware($middleware) method globalOptions (line 147) | public function globalOptions($options) method response (line 162) | public static function response($body = null, $status = 200, $headers ... method psr7Response (line 177) | public static function psr7Response($body = null, $status = 200, $head... method failedRequest (line 196) | public static function failedRequest($body = null, $status = 200, $hea... method failedConnection (line 207) | public static function failedConnection($message = null) method sequence (line 223) | public function sequence(array $responses = []) method fake (line 234) | public function fake($callback = null) method fakeSequence (line 282) | public function fakeSequence($url = '*') method stubUrl (line 296) | public function stubUrl($url, $callback) method preventStrayRequests (line 325) | public function preventStrayRequests($prevent = true) method preventingStrayRequests (line 337) | public function preventingStrayRequests() method allowStrayRequests (line 348) | public function allowStrayRequests(?array $only = null) method record (line 366) | public function record() method recordRequestResponsePair (line 380) | public function recordRequestResponsePair($request, $response) method assertSent (line 393) | public function assertSent($callback) method assertSentInOrder (line 407) | public function assertSentInOrder($callbacks) method assertNotSent (line 429) | public function assertNotSent($callback) method assertNothingSent (line 442) | public function assertNothingSent() method assertSentCount (line 456) | public function assertSentCount($count) method assertSequencesAreEmpty (line 466) | public function assertSequencesAreEmpty() method recorded (line 482) | public function recorded($callback = null) method createPendingRequest (line 502) | public function createPendingRequest() method newPendingRequest (line 517) | protected function newPendingRequest() method getDispatcher (line 527) | public function getDispatcher() method getGlobalMiddleware (line 537) | public function getGlobalMiddleware() method __call (line 549) | public function __call($method, $parameters) FILE: src/Illuminate/Http/Client/HttpClientException.php class HttpClientException (line 7) | class HttpClientException extends Exception FILE: src/Illuminate/Http/Client/PendingRequest.php class PendingRequest (line 38) | class PendingRequest method __construct (line 258) | public function __construct(?Factory $factory = null, $middleware = []) method baseUrl (line 288) | public function baseUrl(string $url) method withBody (line 302) | public function withBody($content, $contentType = 'application/json') method asJson (line 318) | public function asJson() method asForm (line 328) | public function asForm() method attach (line 342) | public function attach($name, $contents = '', $filename = null, array ... method asMultipart (line 369) | public function asMultipart() method bodyFormat (line 380) | public function bodyFormat(string $format) method withQueryParameters (line 393) | public function withQueryParameters(array $parameters) method contentType (line 408) | public function contentType(string $contentType) method acceptJson (line 420) | public function acceptJson() method accept (line 431) | public function accept($contentType) method withHeaders (line 442) | public function withHeaders(array $headers) method withHeader (line 458) | public function withHeader($name, $value) method replaceHeaders (line 469) | public function replaceHeaders(array $headers) method withBasicAuth (line 483) | public function withBasicAuth(string $username, string $password) method withDigestAuth (line 497) | public function withDigestAuth($username, $password) method withNtlmAuth (line 511) | public function withNtlmAuth($username, $password) method withToken (line 525) | public function withToken($token, $type = 'Bearer') method withUserAgent (line 538) | public function withUserAgent($userAgent) method withUrlParameters (line 551) | public function withUrlParameters(array $parameters = []) method withCookies (line 565) | public function withCookies(array $cookies, string $domain) method maxRedirects (line 580) | public function maxRedirects(int $max) method withoutRedirecting (line 592) | public function withoutRedirecting() method withoutVerifying (line 604) | public function withoutVerifying() method sink (line 617) | public function sink($to) method timeout (line 630) | public function timeout(int|float $seconds) method connectTimeout (line 643) | public function connectTimeout(int|float $seconds) method retry (line 659) | public function retry(array|int $times, Closure|int $sleepMilliseconds... method withOptions (line 675) | public function withOptions(array $options) method withMiddleware (line 691) | public function withMiddleware(callable $middleware) method withRequestMiddleware (line 704) | public function withRequestMiddleware(callable $middleware) method withResponseMiddleware (line 717) | public function withResponseMiddleware(callable $middleware) method withAttributes (line 730) | public function withAttributes($attributes) method beforeSending (line 743) | public function beforeSending($callback) method afterResponse (line 756) | public function afterResponse(callable $callback) method throw (line 769) | public function throw(?callable $callback = null) method throwIf (line 782) | public function throwIf($condition) method throwUnless (line 797) | public function throwUnless($condition) method dump (line 807) | public function dump() method dd (line 823) | public function dd() method get (line 847) | public function get(string $url, $query = null) method head (line 865) | public function head(string $url, $query = null) method post (line 883) | public function post(string $url, $data = []) method patch (line 901) | public function patch(string $url, $data = []) method put (line 919) | public function put(string $url, $data = []) method delete (line 937) | public function delete(string $url, $data = []) method pool (line 951) | public function pool(callable $callback, ?int $concurrency = 0) method batch (line 1003) | public function batch(callable $callback): Batch method send (line 1021) | public function send(string $method, string $url, array $options = []) method expandUrlParameters (line 1109) | protected function expandUrlParameters(string $url) method parseHttpOptions (line 1120) | protected function parseHttpOptions(array $options) method parseMultipartBodyFormat (line 1155) | protected function parseMultipartBodyFormat(array $data) method makePromise (line 1186) | protected function makePromise(string $method, string $url, array $opt... method handlePromiseResponse (line 1230) | protected function handlePromiseResponse(Response|Throwable $response,... method sendRequest (line 1287) | protected function sendRequest(string $method, string $url, array $opt... method parseRequestData (line 1323) | protected function parseRequestData($method, $url, array $options) method normalizeRequestOptions (line 1356) | protected function normalizeRequestOptions(array $options) method populateResponse (line 1375) | protected function populateResponse(Response $response) method buildClient (line 1389) | public function buildClient() method requestsReusableClient (line 1399) | protected function requestsReusableClient() method getReusableClient (line 1409) | protected function getReusableClient() method createClient (line 1420) | public function createClient($handlerStack) method buildHandlerStack (line 1433) | public function buildHandlerStack() method pushHandlers (line 1444) | public function pushHandlers($handlerStack) method buildBeforeSendingHandler (line 1462) | public function buildBeforeSendingHandler() method buildRecorderHandler (line 1476) | public function buildRecorderHandler() method buildStubHandler (line 1503) | public function buildStubHandler() method sinkStubHandler (line 1545) | protected function sinkStubHandler($sink) method runBeforeSendingCallbacks (line 1568) | public function runBeforeSendingCallbacks($request, array $options) method mergeOptions (line 1596) | public function mergeOptions(...$options) method newResponse (line 1610) | protected function newResponse($response) method runAfterResponseCallbacks (line 1629) | protected function runAfterResponseCallbacks(Response $response) method stub (line 1648) | public function stub($callback) method preventStrayRequests (line 1661) | public function preventStrayRequests($prevent = true) method allowStrayRequests (line 1674) | public function allowStrayRequests(array $only) method isAllowedRequestUrl (line 1687) | public function isAllowedRequestUrl($url) method async (line 1712) | public function async(bool $async = true) method getPromise (line 1724) | public function getPromise() method dispatchRequestSendingEvent (line 1734) | protected function dispatchRequestSendingEvent() method dispatchResponseReceivedEvent (line 1747) | protected function dispatchResponseReceivedEvent(Response $response) method dispatchConnectionFailedEvent (line 1763) | protected function dispatchConnectionFailedEvent(Request $request, Con... method truncateExceptionsAt (line 1776) | public function truncateExceptionsAt(int $length) method dontTruncateExceptions (line 1788) | public function dontTruncateExceptions() method marshalConnectionException (line 1803) | protected function marshalConnectionException(ConnectException $e) method marshalRequestExceptionWithoutResponse (line 1826) | protected function marshalRequestExceptionWithoutResponse(RequestExcep... method marshalRequestExceptionWithResponse (line 1850) | protected function marshalRequestExceptionWithResponse(RequestExceptio... method setClient (line 1868) | public function setClient(Client $client) method setHandler (line 1881) | public function setHandler($handler) method getOptions (line 1893) | public function getOptions() FILE: src/Illuminate/Http/Client/Pool.php class Pool (line 10) | class Pool method __construct (line 38) | public function __construct(?Factory $factory = null) method newRequest (line 49) | public function newRequest() method as (line 60) | public function as(string $key) method asyncRequest (line 70) | protected function asyncRequest() method getRequests (line 80) | public function getRequests() method __call (line 92) | public function __call($method, $parameters) FILE: src/Illuminate/Http/Client/Promises/FluentPromise.php class FluentPromise (line 11) | class FluentPromise implements PromiseInterface method __construct (line 20) | public function __construct(protected PromiseInterface $guzzlePromise) method then (line 24) | #[\Override] method otherwise (line 30) | #[\Override] method resolve (line 36) | #[\Override] method reject (line 42) | #[\Override] method cancel (line 48) | #[\Override] method wait (line 54) | #[\Override] method getState (line 60) | #[\Override] method getGuzzlePromise (line 71) | public function getGuzzlePromise(): PromiseInterface method __call (line 83) | public function __call($method, $parameters) FILE: src/Illuminate/Http/Client/Promises/LazyPromise.php class LazyPromise (line 9) | class LazyPromise implements PromiseInterface method __construct (line 30) | public function __construct(protected Closure $promiseBuilder) method buildPromise (line 41) | public function buildPromise(): PromiseInterface method then (line 58) | #[\Override] method otherwise (line 70) | #[\Override] method getState (line 82) | #[\Override] method resolve (line 92) | #[\Override] method reject (line 98) | #[\Override] method cancel (line 104) | #[\Override] method wait (line 110) | #[\Override] method promiseNeedsBuilt (line 125) | public function promiseNeedsBuilt(): bool FILE: src/Illuminate/Http/Client/Request.php class Request (line 11) | class Request implements ArrayAccess method __construct (line 41) | public function __construct($request) method method (line 51) | public function method() method url (line 61) | public function url() method hasHeader (line 73) | public function hasHeader($key, $value = null) method hasHeaders (line 96) | public function hasHeaders($headers) method header (line 117) | public function header($key) method headers (line 127) | public function headers() method body (line 137) | public function body() method hasFile (line 150) | public function hasFile($name, $value = null, $filename = null) method data (line 168) | public function data() method parameters (line 184) | protected function parameters() method json (line 200) | protected function json() method isForm (line 214) | public function isForm() method isJson (line 224) | public function isJson() method isMultipart (line 235) | public function isMultipart() method withData (line 247) | public function withData(array $data) method attributes (line 259) | public function attributes() method setRequestAttributes (line 270) | public function setRequestAttributes($attributes) method toPsrRequest (line 282) | public function toPsrRequest() method offsetExists (line 293) | public function offsetExists($offset): bool method offsetGet (line 304) | public function offsetGet($offset): mixed method offsetSet (line 318) | public function offsetSet($offset, $value): void method offsetUnset (line 331) | public function offsetUnset($offset): void FILE: src/Illuminate/Http/Client/RequestException.php class RequestException (line 7) | class RequestException extends HttpClientException method __construct (line 43) | public function __construct(Response $response, $truncateExceptionsAt ... method truncate (line 57) | public static function truncate() method truncateAt (line 68) | public static function truncateAt(int $length) method dontTruncate (line 78) | public static function dontTruncate() method report (line 88) | public function report() method prepareMessage (line 105) | protected function prepareMessage(Response $response) FILE: src/Illuminate/Http/Client/Response.php class Response (line 17) | class Response implements ArrayAccess, Stringable method __construct (line 77) | public function __construct($response) method body (line 87) | public function body() method json (line 100) | public function json($key = null, $default = null, $flags = null) method object (line 125) | public function object($flags = null) method collect (line 137) | public function collect($key = null, $flags = null) method fluent (line 149) | public function fluent($key = null, $flags = null) method resource (line 161) | public function resource() method header (line 172) | public function header(string $header) method headers (line 182) | public function headers() method status (line 192) | public function status() method reason (line 202) | public function reason() method effectiveUri (line 212) | public function effectiveUri() method successful (line 222) | public function successful() method redirect (line 232) | public function redirect() method failed (line 242) | public function failed() method clientError (line 252) | public function clientError() method serverError (line 262) | public function serverError() method onError (line 273) | public function onError(callable $callback) method cookies (line 287) | public function cookies() method handlerStats (line 297) | public function handlerStats() method close (line 307) | public function close() method toPsrResponse (line 319) | public function toPsrResponse() method toException (line 329) | public function toException() method throw (line 344) | public function throw($callback = null) method throwIf (line 366) | public function throwIf($condition, $callback = null) method throwUnless (line 379) | public function throwUnless($condition) method throwIfStatus (line 392) | public function throwIfStatus($statusCode) method throwUnlessStatus (line 410) | public function throwUnlessStatus($statusCode) method throwIfClientError (line 426) | public function throwIfClientError() method throwIfServerError (line 438) | public function throwIfServerError() method truncateExceptionsAt (line 449) | public function truncateExceptionsAt(int $length) method dontTruncateExceptions (line 461) | public function dontTruncateExceptions() method dump (line 474) | public function dump($key = null) method dd (line 499) | public function dd($key = null) method dumpHeaders (line 511) | public function dumpHeaders() method ddHeaders (line 523) | public function ddHeaders() method offsetExists (line 536) | public function offsetExists($offset): bool method offsetGet (line 547) | public function offsetGet($offset): mixed method offsetSet (line 561) | public function offsetSet($offset, $value): void method offsetUnset (line 574) | public function offsetUnset($offset): void method __toString (line 584) | public function __toString() method __call (line 596) | public function __call($method, $parameters) method flushState (line 606) | public static function flushState(): void FILE: src/Illuminate/Http/Client/ResponseSequence.php class ResponseSequence (line 9) | class ResponseSequence method __construct (line 39) | public function __construct(array $responses) method push (line 52) | public function push($body = null, int $status = 200, array $headers =... method pushStatus (line 66) | public function pushStatus(int $status, array $headers = []) method pushFile (line 81) | public function pushFile(string $filePath, int $status = 200, array $h... method pushFailedConnection (line 96) | public function pushFailedConnection($message = null) method pushResponse (line 109) | public function pushResponse($response) method whenEmpty (line 122) | public function whenEmpty($response) method dontFailWhenEmpty (line 135) | public function dontFailWhenEmpty() method isEmpty (line 145) | public function isEmpty() method __invoke (line 158) | public function __invoke($request) FILE: src/Illuminate/Http/Client/StrayRequestException.php class StrayRequestException (line 7) | class StrayRequestException extends RuntimeException method __construct (line 9) | public function __construct(string $uri) FILE: src/Illuminate/Http/Concerns/CanBePrecognitive.php type CanBePrecognitive (line 7) | trait CanBePrecognitive method filterPrecognitiveRules (line 15) | public function filterPrecognitiveRules($rules) method shouldValidatePrecognitiveAttribute (line 35) | protected function shouldValidatePrecognitiveAttribute($attribute, $va... method isAttemptingPrecognition (line 53) | public function isAttemptingPrecognition() method isPrecognitive (line 63) | public function isPrecognitive() FILE: src/Illuminate/Http/Concerns/InteractsWithContentTypes.php type InteractsWithContentTypes (line 7) | trait InteractsWithContentTypes method isJson (line 14) | public function isJson() method expectsJson (line 24) | public function expectsJson() method wantsJson (line 34) | public function wantsJson() method wantsMarkdown (line 46) | public function wantsMarkdown() method accepts (line 59) | public function accepts($contentTypes) method prefers (line 98) | public function prefers($contentTypes) method acceptsAnyContentType (line 136) | public function acceptsAnyContentType() method acceptsJson (line 150) | public function acceptsJson() method acceptsMarkdown (line 160) | public function acceptsMarkdown() method acceptsHtml (line 170) | public function acceptsHtml() method matchesType (line 182) | public static function matchesType($actual, $type) method format (line 199) | public function format($default = 'html') FILE: src/Illuminate/Http/Concerns/InteractsWithFlashData.php type InteractsWithFlashData (line 7) | trait InteractsWithFlashData method old (line 16) | public function old($key = null, $default = null) method flash (line 28) | public function flash() method flashOnly (line 39) | public function flashOnly($keys) method flashExcept (line 52) | public function flashExcept($keys) method flush (line 64) | public function flush() FILE: src/Illuminate/Http/Concerns/InteractsWithInput.php type InteractsWithInput (line 13) | trait InteractsWithInput method server (line 24) | public function server($key = null, $default = null) method hasHeader (line 35) | public function hasHeader($key) method header (line 47) | public function header($key = null, $default = null) method bearerToken (line 57) | public function bearerToken() method keys (line 75) | public function keys() method all (line 86) | public function all($keys = null) method input (line 110) | public function input($key = null, $default = null) method fluent (line 124) | public function fluent($key = null, array $default = []) method query (line 138) | public function query($key = null, $default = null) method post (line 150) | public function post($key = null, $default = null) method hasCookie (line 161) | public function hasCookie($key) method cookie (line 173) | public function cookie($key = null, $default = null) method allFiles (line 183) | public function allFiles() method convertUploadedFiles (line 196) | protected function convertUploadedFiles(array $files) method hasFile (line 215) | public function hasFile($key) method isValidFile (line 236) | protected function isValidFile($file) method file (line 248) | public function file($key = null, $default = null) method data (line 260) | protected function data($key = null, $default = null) method retrieveItem (line 273) | protected function retrieveItem($source, $key, $default) method dump (line 292) | public function dump($keys = []) FILE: src/Illuminate/Http/Exceptions/HttpResponseException.php class HttpResponseException (line 9) | class HttpResponseException extends RuntimeException method __construct (line 24) | public function __construct(Response $response, ?Throwable $previous =... method getResponse (line 36) | public function getResponse() FILE: src/Illuminate/Http/Exceptions/MalformedUrlException.php class MalformedUrlException (line 7) | class MalformedUrlException extends HttpException method __construct (line 12) | public function __construct() FILE: src/Illuminate/Http/Exceptions/OriginMismatchException.php class OriginMismatchException (line 7) | class OriginMismatchException extends Exception FILE: src/Illuminate/Http/Exceptions/PostTooLargeException.php class PostTooLargeException (line 8) | class PostTooLargeException extends HttpException method __construct (line 18) | public function __construct($message = '', ?Throwable $previous = null... FILE: src/Illuminate/Http/Exceptions/ThrottleRequestsException.php class ThrottleRequestsException (line 8) | class ThrottleRequestsException extends TooManyRequestsHttpException method __construct (line 18) | public function __construct($message = '', ?Throwable $previous = null... FILE: src/Illuminate/Http/File.php class File (line 7) | class File extends SymfonyFile FILE: src/Illuminate/Http/FileHelpers.php type FileHelpers (line 7) | trait FileHelpers method path (line 21) | public function path() method extension (line 31) | public function extension() method hashName (line 42) | public function hashName($path = null) method dimensions (line 62) | public function dimensions() FILE: src/Illuminate/Http/JsonResponse.php class JsonResponse (line 12) | class JsonResponse extends BaseJsonResponse method __construct (line 27) | public function __construct($data = null, $status = 200, $headers = []... method fromJsonString (line 39) | #[\Override] method withCallback (line 51) | public function withCallback($callback = null) method getData (line 63) | public function getData($assoc = false, $depth = 512) method setData (line 75) | #[\Override] method hasValidJson (line 103) | protected function hasValidJson($jsonError) method setEncodingOptions (line 122) | #[\Override] method hasEncodingOption (line 136) | public function hasEncodingOption($option) FILE: src/Illuminate/Http/Middleware/AddLinkHeadersForPreloadedAssets.php class AddLinkHeadersForPreloadedAssets (line 9) | class AddLinkHeadersForPreloadedAssets method using (line 17) | public static function using($limit) method handle (line 30) | public function handle($request, $next, $limit = null) FILE: src/Illuminate/Http/Middleware/CheckResponseForModifications.php class CheckResponseForModifications (line 8) | class CheckResponseForModifications method handle (line 17) | public function handle($request, Closure $next) FILE: src/Illuminate/Http/Middleware/FrameGuard.php class FrameGuard (line 7) | class FrameGuard method handle (line 16) | public function handle($request, Closure $next) FILE: src/Illuminate/Http/Middleware/HandleCors.php class HandleCors (line 10) | class HandleCors method __construct (line 39) | public function __construct(Container $container, CorsService $cors) method handle (line 52) | public function handle($request, Closure $next) method hasMatchingPath (line 89) | protected function hasMatchingPath(Request $request): bool method getPathsByHost (line 112) | protected function getPathsByHost(string $host) method skipWhen (line 131) | public static function skipWhen(Closure $callback) method flushState (line 141) | public static function flushState() FILE: src/Illuminate/Http/Middleware/SetCacheHeaders.php class SetCacheHeaders (line 12) | class SetCacheHeaders method using (line 20) | public static function using($options) method handle (line 49) | public function handle($request, Closure $next, $options = []) method parseOptions (line 89) | protected function parseOptions($options) FILE: src/Illuminate/Http/Middleware/TrustHosts.php class TrustHosts (line 8) | class TrustHosts method __construct (line 36) | public function __construct(Application $app) method hosts (line 46) | public function hosts() method handle (line 72) | public function handle(Request $request, $next) method at (line 88) | public static function at(array|callable $hosts, bool $subdomains = true) method shouldSpecifyTrustedHosts (line 99) | protected function shouldSpecifyTrustedHosts() method allSubdomainsOfApplicationUrl (line 110) | protected function allSubdomainsOfApplicationUrl() method flushState (line 122) | public static function flushState() FILE: src/Illuminate/Http/Middleware/TrustProxies.php class TrustProxies (line 8) | class TrustProxies method handle (line 52) | public function handle(Request $request, Closure $next) method setTrustedProxyIpAddresses (line 67) | protected function setTrustedProxyIpAddresses(Request $request) method setTrustedProxyIpAddressesToSpecificIps (line 103) | protected function setTrustedProxyIpAddressesToSpecificIps(Request $re... method setTrustedProxyIpAddressesToTheCallingIp (line 120) | protected function setTrustedProxyIpAddressesToTheCallingIp(Request $r... method getTrustedHeaderNames (line 130) | protected function getTrustedHeaderNames() method headers (line 155) | protected function headers() method proxies (line 165) | protected function proxies() method at (line 176) | public static function at(array|string $proxies) method withHeaders (line 187) | public static function withHeaders(int $headers) method flushState (line 197) | public static function flushState() FILE: src/Illuminate/Http/Middleware/ValidatePathEncoding.php class ValidatePathEncoding (line 9) | class ValidatePathEncoding method handle (line 20) | public function handle(Request $request, Closure $next) FILE: src/Illuminate/Http/Middleware/ValidatePostSize.php class ValidatePostSize (line 8) | class ValidatePostSize method handle (line 19) | public function handle($request, Closure $next) method getPostMaxSize (line 35) | protected function getPostMaxSize() FILE: src/Illuminate/Http/RedirectResponse.php class RedirectResponse (line 16) | class RedirectResponse extends BaseRedirectResponse method with (line 43) | public function with($key, $value = null) method withCookies (line 60) | public function withCookies(array $cookies) method withInput (line 75) | public function withInput(?array $input = null) method removeFilesFromInput (line 90) | protected function removeFilesFromInput(array $input) method onlyInput (line 110) | public function onlyInput() method exceptInput (line 120) | public function exceptInput() method withErrors (line 132) | public function withErrors($provider, $key = 'default') method parseErrors (line 155) | protected function parseErrors($provider) method withFragment (line 170) | public function withFragment($fragment) method withoutFragment (line 181) | public function withoutFragment() method enforceSameOrigin (line 189) | public function enforceSameOrigin( method getOriginalContent (line 211) | public function getOriginalContent() method getRequest (line 221) | public function getRequest() method setRequest (line 232) | public function setRequest(Request $request) method getSession (line 244) | public function getSession() method setSession (line 255) | public function setSession(SessionStore $session) method __call (line 271) | public function __call($method, $parameters) FILE: src/Illuminate/Http/Request.php class Request (line 29) | class Request extends SymfonyRequest implements Arrayable, ArrayAccess method capture (line 78) | public static function capture() method instance (line 90) | public function instance() method method (line 100) | public function method() method uri (line 110) | public function uri() method root (line 120) | public function root() method url (line 130) | public function url() method fullUrl (line 140) | public function fullUrl() method fullUrlWithQuery (line 155) | public function fullUrlWithQuery(array $query) method fullUrlWithoutQuery (line 170) | public function fullUrlWithoutQuery($keys) method path (line 186) | public function path() method decodedPath (line 198) | public function decodedPath() method segment (line 210) | public function segment($index, $default = null) method segments (line 220) | public function segments() method is (line 235) | public function is(...$patterns) method routeIs (line 247) | public function routeIs(...$patterns) method fullUrlIs (line 258) | public function fullUrlIs(...$patterns) method host (line 269) | public function host() method httpHost (line 279) | public function httpHost() method schemeAndHttpHost (line 289) | public function schemeAndHttpHost() method ajax (line 299) | public function ajax() method pjax (line 309) | public function pjax() method prefetch (line 319) | public function prefetch() method secure (line 331) | public function secure() method ip (line 341) | public function ip() method ips (line 351) | public function ips() method userAgent (line 361) | public function userAgent() method getAcceptableContentTypes (line 369) | #[\Override] method merge (line 389) | public function merge(array $input) method mergeIfMissing (line 406) | public function mergeIfMissing(array $input) method replace (line 420) | public function replace(array $input) method get (line 438) | public function get(string $key, mixed $default = null): mixed method json (line 462) | public function json($key = null, $default = null) method getInputSource (line 480) | protected function getInputSource() method createFrom (line 496) | public static function createFrom(self $from, $to = null) method createFromBase (line 537) | public static function createFromBase(SymfonyRequest $request) method duplicate (line 560) | #[\Override] method filterFiles (line 572) | protected function filterFiles($files) method hasSession (line 594) | #[\Override] method getSession (line 605) | #[\Override] method session (line 620) | public function session() method setLaravelSession (line 635) | public function setLaravelSession($session) method setRequestLocale (line 646) | public function setRequestLocale(string $locale) method setDefaultRequestLocale (line 657) | public function setDefaultRequestLocale(string $locale) method user (line 668) | public function user($guard = null) method route (line 680) | public function route($param = null, $default = null) method fingerprint (line 698) | public function fingerprint() method setJson (line 716) | public function setJson($json) method getUserResolver (line 728) | public function getUserResolver() method setUserResolver (line 741) | public function setUserResolver(Closure $callback) method getRouteResolver (line 753) | public function getRouteResolver() method setRouteResolver (line 766) | public function setRouteResolver(Closure $callback) method toArray (line 778) | public function toArray(): array method offsetExists (line 789) | public function offsetExists($offset): bool method offsetGet (line 805) | public function offsetGet($offset): mixed method offsetSet (line 817) | public function offsetSet($offset, $value): void method offsetUnset (line 828) | public function offsetUnset($offset): void method __isset (line 839) | public function __isset($key) method __get (line 850) | public function __get($key) FILE: src/Illuminate/Http/Resources/Attributes/Collects.php class Collects (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public string $class) FILE: src/Illuminate/Http/Resources/Attributes/PreserveKeys.php class PreserveKeys (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 13) | public function __construct() FILE: src/Illuminate/Http/Resources/CollectsResources.php type CollectsResources (line 15) | trait CollectsResources method collectResource (line 30) | protected function collectResource($resource) method collects (line 58) | protected function collects() method jsonOptions (line 94) | public function jsonOptions() method getIterator (line 112) | public function getIterator(): Traversable FILE: src/Illuminate/Http/Resources/ConditionallyLoadsAttributes.php type ConditionallyLoadsAttributes (line 10) | trait ConditionallyLoadsAttributes method filter (line 25) | protected function filter($data) method mergeData (line 62) | protected function mergeData($data, $index, $merge, $numericKeys) method removeMissingValues (line 82) | protected function removeMissingValues($data) method when (line 122) | protected function when($condition, $value, $default = new MissingValue) method unless (line 139) | public function unless($condition, $value, $default = new MissingValue) method merge (line 152) | protected function merge($value) method mergeWhen (line 165) | protected function mergeWhen($condition, $value, $default = new Missin... method mergeUnless (line 182) | protected function mergeUnless($condition, $value, $default = new Miss... method attributes (line 195) | protected function attributes($attributes) method whenHas (line 210) | public function whenHas($attribute, $value = null, $default = new Miss... method whenNull (line 228) | protected function whenNull($value, $default = new MissingValue) method whenNotNull (line 242) | protected function whenNotNull($value, $default = new MissingValue) method whenAppended (line 257) | protected function whenAppended($attribute, $value = null, $default = ... method whenLoaded (line 274) | protected function whenLoaded($relationship, $value = null, $default =... method whenCounted (line 305) | public function whenCounted($relationship, $value = null, $default = n... method whenAggregated (line 338) | public function whenAggregated($relationship, $column, $aggregate, $va... method whenExistsLoaded (line 369) | public function whenExistsLoaded($relationship, $value = null, $defaul... method whenPivotLoaded (line 396) | protected function whenPivotLoaded($table, $value, $default = new Miss... method whenPivotLoadedAs (line 410) | protected function whenPivotLoadedAs($accessor, $table, $value, $defau... method hasPivotLoaded (line 425) | protected function hasPivotLoaded($table) method hasPivotLoadedAs (line 437) | protected function hasPivotLoadedAs($accessor, $table) method transform (line 452) | protected function transform($value, callable $callback, $default = ne... FILE: src/Illuminate/Http/Resources/DelegatesToResource.php type DelegatesToResource (line 9) | trait DelegatesToResource method getRouteKey (line 20) | public function getRouteKey() method getRouteKeyName (line 30) | public function getRouteKeyName() method resolveRouteBinding (line 44) | public function resolveRouteBinding($value, $field = null) method resolveChildRouteBinding (line 59) | public function resolveChildRouteBinding($childType, $value, $field = ... method offsetExists (line 70) | public function offsetExists($offset): bool method offsetGet (line 81) | public function offsetGet($offset): mixed method offsetSet (line 93) | public function offsetSet($offset, $value): void method offsetUnset (line 104) | public function offsetUnset($offset): void method __isset (line 115) | public function __isset($key) method __unset (line 126) | public function __unset($key) method __get (line 137) | public function __get($key) method __call (line 149) | public function __call($method, $parameters) FILE: src/Illuminate/Http/Resources/Json/AnonymousResourceCollection.php class AnonymousResourceCollection (line 5) | class AnonymousResourceCollection extends ResourceCollection method __construct (line 27) | public function __construct($resource, $collects) method preserveKeys (line 37) | public function preserveKeys(bool $value = true): static FILE: src/Illuminate/Http/Resources/Json/JsonResource.php class JsonResource (line 20) | class JsonResource implements ArrayAccess, JsonSerializable, Responsable... method __construct (line 66) | public function __construct($resource) method make (line 77) | public static function make(...$parameters) method collection (line 88) | public static function collection($resource) method newCollection (line 111) | protected static function newCollection($resource) method resolve (line 122) | public function resolve($request = null) method toAttributes (line 143) | public function toAttributes(Request $request) method resolveResourceData (line 158) | public function resolveResourceData(Request $request) method toArray (line 169) | public function toArray(Request $request) method toJson (line 188) | public function toJson($options = 0) method toPrettyJson (line 207) | public function toPrettyJson(int $options = 0) method with (line 218) | public function with(Request $request) method additional (line 229) | public function additional(array $data) method jsonOptions (line 241) | public function jsonOptions() method withResponse (line 253) | public function withResponse(Request $request, JsonResponse $response) method resolveRequestFromContainer (line 263) | protected function resolveRequestFromContainer() method wrap (line 274) | public static function wrap($value) method withoutWrapping (line 284) | public static function withoutWrapping() method response (line 295) | public function response($request = null) method toResponse (line 308) | public function toResponse($request) method jsonSerialize (line 318) | public function jsonSerialize(): array method flushState (line 328) | public static function flushState() FILE: src/Illuminate/Http/Resources/Json/PaginatedResourceResponse.php class PaginatedResourceResponse (line 7) | class PaginatedResourceResponse extends ResourceResponse method toResponse (line 15) | public function toResponse($request) method paginationInformation (line 50) | protected function paginationInformation($request) method paginationLinks (line 73) | protected function paginationLinks($paginated) method meta (line 89) | protected function meta($paginated) FILE: src/Illuminate/Http/Resources/Json/ResourceCollection.php class ResourceCollection (line 12) | class ResourceCollection extends JsonResource implements Countable, Iter... method __construct (line 49) | public function __construct($resource) method preserveQuery (line 61) | public function preserveQuery() method withQuery (line 74) | public function withQuery(array $query) method count (line 88) | public function count(): int method toArray (line 99) | #[\Override] method toResponse (line 115) | public function toResponse($request) method preparePaginatedResponse (line 130) | protected function preparePaginatedResponse($request) FILE: src/Illuminate/Http/Resources/Json/ResourceResponse.php class ResourceResponse (line 9) | class ResourceResponse implements Responsable method __construct (line 23) | public function __construct($resource) method toResponse (line 34) | public function toResponse($request) method wrap (line 60) | protected function wrap($data, $with = [], $additional = []) method haveDefaultWrapperAndDataIsUnwrapped (line 81) | protected function haveDefaultWrapperAndDataIsUnwrapped($data) method haveAdditionalInformationAndDataIsUnwrapped (line 98) | protected function haveAdditionalInformationAndDataIsUnwrapped($data, ... method wrapper (line 110) | protected function wrapper() method calculateStatus (line 120) | protected function calculateStatus() FILE: src/Illuminate/Http/Resources/JsonApi/AnonymousResourceCollection.php class AnonymousResourceCollection (line 11) | class AnonymousResourceCollection extends BaseAnonymousResourceCollection method with (line 21) | #[\Override] method toAttributes (line 44) | #[\Override] method withResponse (line 59) | #[\Override] method toResponse (line 71) | #[\Override] method resolveRequestFromContainer (line 82) | #[\Override] FILE: src/Illuminate/Http/Resources/JsonApi/Concerns/ResolvesJsonApiElements.php type ResolvesJsonApiElements (line 25) | trait ResolvesJsonApiElements method maxRelationshipDepth (line 59) | public static function maxRelationshipDepth(int $depth): void method resolveResourceObject (line 67) | protected function resolveResourceObject(JsonApiRequest $request): array method resolveResourceIdentifier (line 90) | public function resolveResourceIdentifier(JsonApiRequest $request): st... method resolveResourceType (line 108) | public function resolveResourceType(JsonApiRequest $request): string method resolveResourceAttributes (line 136) | protected function resolveResourceAttributes(JsonApiRequest $request, ... method resolveResourceRelationshipIdentifiers (line 167) | protected function resolveResourceRelationshipIdentifiers(JsonApiReque... method compileResourceRelationships (line 186) | protected function compileResourceRelationships(JsonApiRequest $reques... method compileResourceRelationshipUsingResolver (line 231) | protected function compileResourceRelationshipUsingResolver( method compileIncludedNestedRelationshipsMap (line 309) | protected function compileIncludedNestedRelationshipsMap(JsonApiReques... method resolveIncludedResourceObjects (line 323) | public function resolveIncludedResourceObjects(JsonApiRequest $request... method resolveResourceLinks (line 391) | protected function resolveResourceLinks(JsonApiRequest $request): array method resolveResourceMetaInformation (line 401) | protected function resolveResourceMetaInformation(JsonApiRequest $requ... method respectFieldsAndIncludesInQueryString (line 411) | public function respectFieldsAndIncludesInQueryString(bool $value = true) method ignoreFieldsAndIncludesInQueryString (line 423) | public function ignoreFieldsAndIncludesInQueryString() method includePreviouslyLoadedRelationships (line 433) | public function includePreviouslyLoadedRelationships() FILE: src/Illuminate/Http/Resources/JsonApi/Concerns/ResolvesJsonApiRequest.php type ResolvesJsonApiRequest (line 8) | trait ResolvesJsonApiRequest method resolveJsonApiRequestFrom (line 15) | protected function resolveJsonApiRequestFrom(Request $request) FILE: src/Illuminate/Http/Resources/JsonApi/Exceptions/ResourceIdentificationException.php class ResourceIdentificationException (line 7) | class ResourceIdentificationException extends RuntimeException method attemptingToDetermineIdFor (line 15) | public static function attemptingToDetermineIdFor($resource) method attemptingToDetermineTypeFor (line 30) | public static function attemptingToDetermineTypeFor($resource) FILE: src/Illuminate/Http/Resources/JsonApi/JsonApiRequest.php class JsonApiRequest (line 9) | class JsonApiRequest extends Request method sparseFields (line 24) | public function sparseFields(string $key): array method sparseIncluded (line 38) | public function sparseIncluded(?string $key = null): ?array FILE: src/Illuminate/Http/Resources/JsonApi/JsonApiResource.php class JsonApiResource (line 11) | class JsonApiResource extends JsonResource method configure (line 45) | public static function configure(?string $version = null, array $ext =... method toId (line 60) | public function toId(Request $request) method toType (line 70) | public function toType(Request $request) method toAttributes (line 81) | #[\Override] method toRelationships (line 97) | public function toRelationships(Request $request) method toLinks (line 111) | public function toLinks(Request $request) method toMeta (line 121) | public function toMeta(Request $request) method with (line 132) | #[\Override] method resolve (line 153) | #[\Override] method resolveResourceData (line 167) | #[\Override] method withResponse (line 176) | #[\Override] method toResponse (line 188) | #[\Override] method resolveRequestFromContainer (line 199) | #[\Override] method newCollection (line 211) | #[\Override] method wrap (line 225) | #[\Override] method withoutWrapping (line 236) | #[\Override] method flushState (line 247) | #[\Override] FILE: src/Illuminate/Http/Resources/JsonApi/RelationResolver.php class RelationResolver (line 12) | class RelationResolver method __construct (line 33) | public function __construct(public string $relationName, Closure|strin... method handle (line 48) | public function handle(mixed $resource): Collection|Model|null method resourceClass (line 58) | public function resourceClass(): ?string FILE: src/Illuminate/Http/Resources/MergeValue.php class MergeValue (line 8) | class MergeValue method __construct (line 22) | public function __construct($data) FILE: src/Illuminate/Http/Resources/MissingValue.php class MissingValue (line 5) | class MissingValue implements PotentiallyMissing method isMissing (line 12) | public function isMissing() FILE: src/Illuminate/Http/Resources/PotentiallyMissing.php type PotentiallyMissing (line 5) | interface PotentiallyMissing method isMissing (line 12) | public function isMissing(); FILE: src/Illuminate/Http/Response.php class Response (line 15) | class Response extends SymfonyResponse method __construct (line 30) | public function __construct($content = '', $status = 200, array $heade... method getContent (line 42) | #[\Override] method setContent (line 56) | #[\Override] method shouldBeJson (line 92) | protected function shouldBeJson($content) method morphToJson (line 107) | protected function morphToJson($content) FILE: src/Illuminate/Http/ResponseTrait.php type ResponseTrait (line 9) | trait ResponseTrait method status (line 30) | public function status() method statusText (line 40) | public function statusText() method content (line 50) | public function content() method getOriginalContent (line 60) | public function getOriginalContent() method header (line 75) | public function header($key, $values, $replace = true) method withHeaders (line 88) | public function withHeaders($headers) method withoutHeader (line 107) | public function withoutHeader($key) method cookie (line 122) | public function cookie($cookie) method withCookie (line 133) | public function withCookie($cookie) method withoutCookie (line 152) | public function withoutCookie($cookie, $path = null, $domain = null) method getCallback (line 168) | public function getCallback() method withException (line 179) | public function withException(Throwable $e) method throwResponse (line 193) | public function throwResponse() FILE: src/Illuminate/Http/StreamedEvent.php class StreamedEvent (line 5) | class StreamedEvent method __construct (line 20) | public function __construct(string $event, mixed $data) FILE: src/Illuminate/Http/Testing/File.php class File (line 7) | class File extends UploadedFile method __construct (line 43) | public function __construct($name, $tempFile) method create (line 61) | public static function create($name, $kilobytes = 0) method createWithContent (line 73) | public static function createWithContent($name, $content) method image (line 86) | public static function image($name, $width = 10, $height = 10) method size (line 97) | public function size($kilobytes) method getSize (line 109) | public function getSize(): int method mimeType (line 120) | public function mimeType($mimeType) method getMimeType (line 132) | public function getMimeType(): string method tempFilePath (line 142) | protected function tempFilePath() FILE: src/Illuminate/Http/Testing/FileFactory.php class FileFactory (line 7) | class FileFactory method create (line 17) | public function create($name, $kilobytes = 0, $mimeType = null) method createWithContent (line 36) | public function createWithContent($name, $content) method image (line 57) | public function image($name, $width = 10, $height = 10) method generateImage (line 74) | protected function generateImage($width, $height, $extension) FILE: src/Illuminate/Http/Testing/MimeType.php class MimeType (line 8) | class MimeType method getMimeTypes (line 22) | public static function getMimeTypes() method from (line 37) | public static function from($filename) method get (line 50) | public static function get($extension) method search (line 61) | public static function search($mimeType) FILE: src/Illuminate/Http/UploadedFile.php class UploadedFile (line 13) | class UploadedFile extends SymfonyUploadedFile method fake (line 22) | public static function fake() method store (line 34) | public function store($path = '', $options = []) method storePublicly (line 46) | public function storePublicly($path = '', $options = []) method storePubliclyAs (line 63) | public function storePubliclyAs($path, $name = null, $options = []) method storeAs (line 84) | public function storeAs($path, $name = null, $options = []) method get (line 106) | public function get() method clientExtension (line 120) | public function clientExtension() method createFromBase (line 132) | public static function createFromBase(SymfonyUploadedFile $file, $test... method parseOptions (line 149) | protected function parseOptions($options) FILE: src/Illuminate/JsonSchema/JsonSchema.php class JsonSchema (line 16) | class JsonSchema method __callStatic (line 21) | public static function __callStatic(string $name, mixed $arguments): Type FILE: src/Illuminate/JsonSchema/JsonSchemaTypeFactory.php class JsonSchemaTypeFactory (line 8) | class JsonSchemaTypeFactory extends JsonSchema implements JsonSchemaCont... method object (line 15) | public function object(Closure|array $properties = []): Types\ObjectType method array (line 27) | public function array(): Types\ArrayType method string (line 35) | public function string(): Types\StringType method integer (line 43) | public function integer(): Types\IntegerType method number (line 51) | public function number(): Types\NumberType method boolean (line 59) | public function boolean(): Types\BooleanType FILE: src/Illuminate/JsonSchema/Serializer.php class Serializer (line 7) | class Serializer method serialize (line 23) | public static function serialize(Types\Type $type): array method isRequired (line 84) | protected static function isRequired(Types\Type $type): bool method isNullable (line 94) | protected static function isNullable(Types\Type $type): bool FILE: src/Illuminate/JsonSchema/Types/ArrayType.php class ArrayType (line 5) | class ArrayType extends Type method min (line 30) | public function min(int $value): static method max (line 40) | public function max(int $value): static method items (line 50) | public function items(Type $type): static method unique (line 60) | public function unique(bool $unique = true): static method default (line 74) | public function default(array $value): static FILE: src/Illuminate/JsonSchema/Types/BooleanType.php class BooleanType (line 5) | class BooleanType extends Type method default (line 10) | public function default(bool $value): static FILE: src/Illuminate/JsonSchema/Types/IntegerType.php class IntegerType (line 5) | class IntegerType extends Type method min (line 25) | public function min(int $value): static method max (line 35) | public function max(int $value): static method multipleOf (line 45) | public function multipleOf(int $value): static method default (line 55) | public function default(int $value): static FILE: src/Illuminate/JsonSchema/Types/NumberType.php class NumberType (line 5) | class NumberType extends Type method min (line 25) | public function min(int|float $value): static method max (line 35) | public function max(int|float $value): static method multipleOf (line 45) | public function multipleOf(int|float $value): static method default (line 55) | public function default(int|float $value): static FILE: src/Illuminate/JsonSchema/Types/ObjectType.php class ObjectType (line 5) | class ObjectType extends Type method __construct (line 17) | public function __construct(protected array $properties = []) method withoutAdditionalProperties (line 25) | public function withoutAdditionalProperties(): static method default (line 37) | public function default(array $value): static FILE: src/Illuminate/JsonSchema/Types/StringType.php class StringType (line 5) | class StringType extends Type method min (line 30) | public function min(int $value): static method max (line 40) | public function max(int $value): static method pattern (line 50) | public function pattern(string $value): static method format (line 62) | public function format(string $value): static method default (line 72) | public function default(string $value): static FILE: src/Illuminate/JsonSchema/Types/Type.php class Type (line 10) | abstract class Type extends JsonSchema method required (line 47) | public function required(bool $required = true): static method nullable (line 59) | public function nullable(bool $nullable = true): static method title (line 71) | public function title(string $value): static method description (line 81) | public function description(string $value): static method enum (line 95) | public function enum(array|string $values): static method toArray (line 116) | public function toArray(): array method toString (line 124) | public function toString(): string method __toString (line 132) | public function __toString(): string FILE: src/Illuminate/Log/Context/ContextLogProcessor.php class ContextLogProcessor (line 10) | class ContextLogProcessor implements ContextLogProcessorContract method __invoke (line 18) | public function __invoke(LogRecord $record): LogRecord FILE: src/Illuminate/Log/Context/ContextServiceProvider.php class ContextServiceProvider (line 12) | class ContextServiceProvider extends ServiceProvider method register (line 19) | public function register() method boot (line 41) | public function boot() FILE: src/Illuminate/Log/Context/Events/ContextDehydrating.php class ContextDehydrating (line 5) | class ContextDehydrating method __construct (line 19) | public function __construct($context) FILE: src/Illuminate/Log/Context/Events/ContextHydrated.php class ContextHydrated (line 5) | class ContextHydrated method __construct (line 19) | public function __construct($context) FILE: src/Illuminate/Log/Context/Repository.php class Repository (line 18) | class Repository method __construct (line 53) | public function __construct(Dispatcher $events) method has (line 64) | public function has($key) method missing (line 75) | public function missing($key) method hasHidden (line 86) | public function hasHidden($key) method missingHidden (line 97) | public function missingHidden($key) method all (line 107) | public function all() method allHidden (line 117) | public function allHidden() method get (line 129) | public function get($key, $default = null) method getHidden (line 141) | public function getHidden($key, $default = null) method pull (line 153) | public function pull($key, $default = null) method pullHidden (line 167) | public function pullHidden($key, $default = null) method only (line 180) | public function only($keys) method onlyHidden (line 191) | public function onlyHidden($keys) method except (line 202) | public function except($keys) method exceptHidden (line 213) | public function exceptHidden($keys) method add (line 225) | public function add($key, $value = null) method addHidden (line 242) | public function addHidden($key, #[\SensitiveParameter] $value = null) method remember (line 259) | public function remember($key, $value) method rememberHidden (line 277) | public function rememberHidden($key, #[\SensitiveParameter] $value) method forget (line 294) | public function forget($key) method forgetHidden (line 309) | public function forgetHidden($key) method addIf (line 325) | public function addIf($key, $value) method addHiddenIf (line 341) | public function addHiddenIf($key, #[\SensitiveParameter] $value) method push (line 359) | public function push($key, ...$values) method pop (line 381) | public function pop($key) method pushHidden (line 399) | public function pushHidden($key, ...$values) method popHidden (line 421) | public function popHidden($key) method increment (line 437) | public function increment(string $key, int $amount = 1) method decrement (line 454) | public function decrement(string $key, int $amount = 1) method stackContains (line 469) | public function stackContains(string $key, mixed $value, bool $strict ... method hiddenStackContains (line 496) | public function hiddenStackContains(string $key, mixed $value, bool $s... method isStackable (line 519) | protected function isStackable($key) method isHiddenStackable (line 531) | protected function isHiddenStackable($key) method scope (line 549) | public function scope(callable $callback, array $data = [], array $hid... method isEmpty (line 575) | public function isEmpty() method dehydrating (line 586) | public function dehydrating($callback) method hydrated (line 599) | public function hydrated($callback) method handleUnserializeExceptionsUsing (line 612) | public function handleUnserializeExceptionsUsing($callback) method flush (line 624) | public function flush() method dehydrate (line 639) | public function dehydrate() method hydrate (line 665) | public function hydrate($context) FILE: src/Illuminate/Log/Events/MessageLogged.php class MessageLogged (line 5) | class MessageLogged method __construct (line 14) | public function __construct( FILE: src/Illuminate/Log/LogManager.php class LogManager (line 29) | class LogManager implements LoggerInterface method __construct (line 73) | public function __construct($app) method build (line 84) | public function build(array $config) method stack (line 98) | public function stack(array $channels, $channel = null) method channel (line 112) | public function channel($channel = null) method driver (line 123) | public function driver($driver = null) method get (line 135) | protected function get($name, ?array $config = null) method tap (line 166) | protected function tap($name, Logger $logger) method parseTap (line 183) | protected function parseTap($tap) method createEmergencyLogger (line 193) | protected function createEmergencyLogger() method resolve (line 217) | protected function resolve($name, ?array $config = null) method callCustomCreator (line 244) | protected function callCustomCreator(array $config) method createCustomDriver (line 255) | protected function createCustomDriver(array $config) method createStackDriver (line 268) | protected function createStackDriver(array $config) method createSingleDriver (line 303) | protected function createSingleDriver(array $config) method createDailyDriver (line 321) | protected function createDailyDriver(array $config) method createSlackDriver (line 337) | protected function createSlackDriver(array $config) method createSyslogDriver (line 361) | protected function createSyslogDriver(array $config) method createErrorlogDriver (line 377) | protected function createErrorlogDriver(array $config) method createMonologDriver (line 395) | protected function createMonologDriver(array $config) method prepareHandlers (line 440) | protected function prepareHandlers(array $handlers) method prepareHandler (line 456) | protected function prepareHandler(HandlerInterface $handler, array $co... method formatter (line 486) | protected function formatter() method shareContext (line 497) | public function shareContext(array $context) method sharedContext (line 513) | public function sharedContext() method withoutContext (line 524) | public function withoutContext(?array $keys = null) method flushSharedContext (line 540) | public function flushSharedContext() method getFallbackChannelName (line 552) | protected function getFallbackChannelName() method configurationFor (line 563) | protected function configurationFor($name) method getDefaultDriver (line 573) | public function getDefaultDriver() method setDefaultDriver (line 584) | public function setDefaultDriver($name) method extend (line 599) | public function extend($driver, Closure $callback) method forgetChannel (line 612) | public function forgetChannel($driver = null) method parseDriver (line 627) | protected function parseDriver($driver) method getChannels (line 647) | public function getChannels() method emergency (line 659) | public function emergency($message, array $context = []): void method alert (line 674) | public function alert($message, array $context = []): void method critical (line 688) | public function critical($message, array $context = []): void method error (line 701) | public function error($message, array $context = []): void method warning (line 716) | public function warning($message, array $context = []): void method notice (line 728) | public function notice($message, array $context = []): void method info (line 742) | public function info($message, array $context = []): void method debug (line 754) | public function debug($message, array $context = []): void method log (line 767) | public function log($level, $message, array $context = []): void method setApplication (line 778) | public function setApplication($app) method __call (line 792) | public function __call($method, $parameters) FILE: src/Illuminate/Log/LogServiceProvider.php class LogServiceProvider (line 7) | class LogServiceProvider extends ServiceProvider method register (line 14) | public function register() FILE: src/Illuminate/Log/Logger.php class Logger (line 14) | class Logger implements LoggerInterface method __construct (line 45) | public function __construct(LoggerInterface $logger, ?Dispatcher $disp... method emergency (line 58) | public function emergency($message, array $context = []): void method alert (line 70) | public function alert($message, array $context = []): void method critical (line 82) | public function critical($message, array $context = []): void method error (line 94) | public function error($message, array $context = []): void method warning (line 106) | public function warning($message, array $context = []): void method notice (line 118) | public function notice($message, array $context = []): void method info (line 130) | public function info($message, array $context = []): void method debug (line 142) | public function debug($message, array $context = []): void method log (line 155) | public function log($level, $message, array $context = []): void method write (line 168) | public function write($level, $message, array $context = []): void method writeLog (line 181) | protected function writeLog($level, $message, $context): void method withContext (line 201) | public function withContext(array $context = []) method withoutContext (line 214) | public function withoutContext(?array $keys = null) method listen (line 233) | public function listen(Closure $callback) method fireLogEvent (line 250) | protected function fireLogEvent($level, $message, array $context = []) method formatMessage (line 270) | protected function formatMessage($message) method getLogger (line 285) | public function getLogger() method getEventDispatcher (line 295) | public function getEventDispatcher() method setEventDispatcher (line 306) | public function setEventDispatcher(Dispatcher $dispatcher) method __call (line 318) | public function __call($method, $parameters) FILE: src/Illuminate/Log/ParsesLogConfiguration.php type ParsesLogConfiguration (line 8) | trait ParsesLogConfiguration method getFallbackChannelName (line 31) | abstract protected function getFallbackChannelName(); method level (line 41) | protected function level(array $config) method actionLevel (line 60) | protected function actionLevel(array $config) method parseChannel (line 77) | protected function parseChannel(array $config) FILE: src/Illuminate/Log/functions.php function log (line 15) | function log($message = null, array $context = []): ?LoggerInterface FILE: src/Illuminate/Macroable/Traits/Macroable.php type Macroable (line 10) | trait Macroable method macro (line 29) | public static function macro($name, $macro) method mixin (line 43) | public static function mixin($mixin, $replace = true) method hasMacro (line 62) | public static function hasMacro($name) method flushMacros (line 72) | public static function flushMacros() method __callStatic (line 86) | public static function __callStatic($method, $parameters) method __call (line 112) | public function __call($method, $parameters) FILE: src/Illuminate/Mail/Attachment.php class Attachment (line 13) | class Attachment method __construct (line 43) | private function __construct(Closure $resolver) method fromPath (line 54) | public static function fromPath($path) method fromUrl (line 65) | public static function fromUrl($url) method fromData (line 77) | public static function fromData(Closure $data, $name = null) method fromUploadedFile (line 90) | public static function fromUploadedFile(UploadedFile $file) method fromStorage (line 107) | public static function fromStorage($path) method fromStorageDisk (line 119) | public static function fromStorageDisk($disk, $path) method fromCloudStorage (line 140) | public static function fromCloudStorage($path) method as (line 151) | public function as($name) method withMime (line 164) | public function withMime($mime) method attachWith (line 178) | public function attachWith(Closure $pathStrategy, Closure $dataStrategy) method attachTo (line 192) | public function attachTo($mail, $options = []) method isEquivalent (line 221) | public function isEquivalent(Attachment $attachment, $options = []) FILE: src/Illuminate/Mail/Events/MessageSending.php class MessageSending (line 7) | class MessageSending method __construct (line 15) | public function __construct( FILE: src/Illuminate/Mail/Events/MessageSent.php class MessageSent (line 12) | class MessageSent method __construct (line 20) | public function __construct( method __serialize (line 31) | public function __serialize() method __unserialize (line 48) | public function __unserialize(array $data) method __get (line 65) | public function __get($key) FILE: src/Illuminate/Mail/MailManager.php class MailManager (line 35) | class MailManager implements FactoryContract method __construct (line 63) | public function __construct($app) method mailer (line 74) | public function mailer($name = null) method driver (line 87) | public function driver($driver = null) method get (line 98) | protected function get($name) method resolve (line 111) | protected function resolve($name) method build (line 140) | public function build($config) method createSymfonyTransport (line 164) | public function createSymfonyTransport(array $config) method createSmtpTransport (line 189) | protected function createSmtpTransport(array $config) method configureSmtpTransport (line 218) | protected function configureSmtpTransport(EsmtpTransport $transport, a... method createSendmailTransport (line 241) | protected function createSendmailTransport(array $config) method createSesTransport (line 254) | protected function createSesTransport(array $config) method createSesV2Transport (line 276) | protected function createSesV2Transport(array $config) method addSesCredentials (line 298) | protected function addSesCredentials(array $config) method createResendTransport (line 317) | protected function createResendTransport(array $config) method createMailTransport (line 329) | protected function createMailTransport() method createMailgunTransport (line 340) | protected function createMailgunTransport(array $config) method createPostmarkTransport (line 362) | protected function createPostmarkTransport(array $config) method createFailoverTransport (line 389) | protected function createFailoverTransport(array $config) method createRoundrobinTransport (line 400) | protected function createRoundrobinTransport(array $config) method createRoundrobinTransportOfClass (line 416) | protected function createRoundrobinTransportOfClass(array $config, str... method createLogTransport (line 444) | protected function createLogTransport(array $config) method createArrayTransport (line 462) | protected function createArrayTransport() method getHttpClient (line 472) | protected function getHttpClient(array $config) method setGlobalAddress (line 490) | protected function setGlobalAddress($mailer, array $config, string $type) method getConfig (line 505) | protected function getConfig(string $name) method getDefaultDriver (line 528) | public function getDefaultDriver() method setDefaultDriver (line 543) | public function setDefaultDriver(string $name) method purge (line 558) | public function purge($name = null) method extend (line 572) | public function extend($driver, Closure $callback) method getApplication (line 584) | public function getApplication() method setApplication (line 595) | public function setApplication($app) method forgetMailers (line 607) | public function forgetMailers() method __call (line 621) | public function __call($method, $parameters) FILE: src/Illuminate/Mail/MailServiceProvider.php class MailServiceProvider (line 8) | class MailServiceProvider extends ServiceProvider implements DeferrableP... method register (line 15) | public function register() method registerIlluminateMailer (line 26) | protected function registerIlluminateMailer() method registerMarkdownRenderer (line 42) | protected function registerMarkdownRenderer() method provides (line 66) | public function provides() FILE: src/Illuminate/Mail/Mailable.php class Mailable (line 32) | class Mailable implements MailableContract, Renderable method send (line 198) | public function send($mailer) method queue (line 225) | public function queue(Queue $queue) method later (line 257) | public function later($delay, Queue $queue) method newQueuedJob (line 287) | protected function newQueuedJob() method render (line 309) | public function render() method buildView (line 327) | protected function buildView() method buildMarkdownView (line 356) | protected function buildMarkdownView() method buildViewData (line 373) | public function buildViewData() method additionalMessageData (line 395) | protected function additionalMessageData(): array method buildMarkdownHtml (line 408) | protected function buildMarkdownHtml($viewData) method buildMarkdownText (line 422) | protected function buildMarkdownText($viewData) method markdownRenderer (line 443) | protected function markdownRenderer() method buildFrom (line 458) | protected function buildFrom($message) method buildRecipients (line 473) | protected function buildRecipients($message) method buildSubject (line 490) | protected function buildSubject($message) method buildAttachments (line 507) | protected function buildAttachments($message) method buildDiskAttachments (line 530) | protected function buildDiskAttachments($message) method buildTags (line 551) | protected function buildTags($message) method buildMetadata (line 568) | protected function buildMetadata($message) method runCallbacks (line 585) | protected function runCallbacks($message) method locale (line 600) | public function locale($locale) method priority (line 615) | public function priority($level = 3) method from (line 631) | public function from($address, $name = null) method hasFrom (line 643) | public function hasFrom($address, $name = null) method to (line 655) | public function to($address, $name = null) method hasTo (line 671) | public function hasTo($address, $name = null) method cc (line 683) | public function cc($address, $name = null) method hasCc (line 695) | public function hasCc($address, $name = null) method bcc (line 707) | public function bcc($address, $name = null) method hasBcc (line 719) | public function hasBcc($address, $name = null) method replyTo (line 731) | public function replyTo($address, $name = null) method hasReplyTo (line 743) | public function hasReplyTo($address, $name = null) method setAddress (line 758) | protected function setAddress($address, $name = null, $property = 'to') method addressesToArray (line 790) | protected function addressesToArray($address, $name) method normalizeRecipient (line 805) | protected function normalizeRecipient($recipient) method hasRecipient (line 834) | protected function hasRecipient($address, $name = null, $property = 'to') method hasEnvelopeRecipient (line 870) | private function hasEnvelopeRecipient($address, $name, $property) method subject (line 887) | public function subject($subject) method hasSubject (line 900) | public function hasSubject($subject) method markdown (line 913) | public function markdown($view, array $data = []) method view (line 928) | public function view($view, array $data = []) method html (line 942) | public function html($html) method text (line 956) | public function text($textView, array $data = []) method with (line 971) | public function with($key, $value = null) method attach (line 989) | public function attach($file, array $options = []) method attachMany (line 1013) | public function attachMany($files) method hasAttachment (line 1033) | public function hasAttachment($file, array $options = []) method hasEnvelopeAttachment (line 1073) | private function hasEnvelopeAttachment($attachment, $options = []) method attachFromStorage (line 1094) | public function attachFromStorage($path, $name = null, array $options ... method attachFromStorageDisk (line 1108) | public function attachFromStorageDisk($disk, $path, $name = null, arra... method hasAttachmentFromStorage (line 1130) | public function hasAttachmentFromStorage($path, $name = null, array $o... method hasAttachmentFromStorageDisk (line 1144) | public function hasAttachmentFromStorageDisk($disk, $path, $name = nul... method attachData (line 1162) | public function attachData($data, $name, array $options = []) method hasAttachedData (line 1180) | public function hasAttachedData($data, $name, array $options = []) method tag (line 1195) | public function tag($value) method hasTag (line 1208) | public function hasTag($value) method metadata (line 1221) | public function metadata($key, $value = null) method hasMetadata (line 1239) | public function hasMetadata($key, $value) method assertFrom (line 1252) | public function assertFrom($address, $name = null) method assertTo (line 1274) | public function assertTo($address, $name = null) method assertHasTo (line 1296) | public function assertHasTo($address, $name = null) method assertHasCc (line 1308) | public function assertHasCc($address, $name = null) method assertHasBcc (line 1330) | public function assertHasBcc($address, $name = null) method assertHasReplyTo (line 1352) | public function assertHasReplyTo($address, $name = null) method formatAssertionRecipient (line 1374) | private function formatAssertionRecipient($address, $name = null) method formatActualRecipients (line 1393) | private function formatActualRecipients($recipients) method assertHasSubject (line 1415) | public function assertHasSubject($subject) method assertSeeInHtml (line 1436) | public function assertSeeInHtml($string, $escape = true) method assertDontSeeInHtml (line 1458) | public function assertDontSeeInHtml($string, $escape = true) method assertSeeInOrderInHtml (line 1480) | public function assertSeeInOrderInHtml($strings, $escape = true) method assertSeeInText (line 1499) | public function assertSeeInText($string) method assertDontSeeInText (line 1518) | public function assertDontSeeInText($string) method assertSeeInOrderInText (line 1537) | public function assertSeeInOrderInText($strings) method assertHasAttachment (line 1553) | public function assertHasAttachment($file, array $options = []) method assertHasAttachedData (line 1573) | public function assertHasAttachedData($data, $name, array $options = []) method assertHasAttachmentFromStorage (line 1593) | public function assertHasAttachmentFromStorage($path, $name = null, ar... method assertHasAttachmentFromStorageDisk (line 1614) | public function assertHasAttachmentFromStorageDisk($disk, $path, $name... method assertHasTag (line 1632) | public function assertHasTag($tag) method assertHasMetadata (line 1654) | public function assertHasMetadata($key, $value) method renderForAssertions (line 1677) | protected function renderForAssertions() method prepareMailableForDelivery (line 1711) | protected function prepareMailableForDelivery() method ensureHeadersAreHydrated (line 1728) | private function ensureHeadersAreHydrated() method ensureEnvelopeIsHydrated (line 1756) | private function ensureEnvelopeIsHydrated() method ensureContentIsHydrated (line 1796) | private function ensureContentIsHydrated() method ensureAttachmentsAreHydrated (line 1834) | private function ensureAttachmentsAreHydrated() method usesMailer (line 1854) | public function usesMailer($mailer) method mailer (line 1865) | public function mailer($mailer) method withSymfonyMessage (line 1878) | public function withSymfonyMessage($callback) method buildViewDataUsing (line 1891) | public static function buildViewDataUsing(callable $callback) method __call (line 1905) | public function __call($method, $parameters) FILE: src/Illuminate/Mail/Mailables/Address.php class Address (line 5) | class Address method __construct (line 27) | public function __construct(string $address, ?string $name = null) FILE: src/Illuminate/Mail/Mailables/Attachment.php class Attachment (line 7) | class Attachment extends BaseAttachment FILE: src/Illuminate/Mail/Mailables/Content.php class Content (line 7) | class Content method __construct (line 67) | public function __construct(?string $view = null, ?string $html = null... method view (line 83) | public function view(string $view) method html (line 96) | public function html(string $view) method text (line 107) | public function text(string $view) method markdown (line 120) | public function markdown(string $view) method htmlString (line 133) | public function htmlString(string $html) method with (line 147) | public function with($key, $value = null) FILE: src/Illuminate/Mail/Mailables/Envelope.php class Envelope (line 10) | class Envelope method __construct (line 92) | public function __construct(Address|string|null $from = null, $to = []... method normalizeAddresses (line 111) | protected function normalizeAddresses($addresses) method from (line 125) | public function from(Address|string $address, $name = null) method to (line 139) | public function to(Address|array|string $address, $name = null) method cc (line 155) | public function cc(Address|array|string $address, $name = null) method bcc (line 171) | public function bcc(Address|array|string $address, $name = null) method replyTo (line 187) | public function replyTo(Address|array|string $address, $name = null) method subject (line 202) | public function subject(string $subject) method tags (line 215) | public function tags(array $tags) method tag (line 228) | public function tag(string $tag) method metadata (line 242) | public function metadata(string $key, string|int $value) method using (line 255) | public function using(Closure $callback) method isFrom (line 269) | public function isFrom(string $address, ?string $name = null) method hasTo (line 286) | public function hasTo(string $address, ?string $name = null) method hasCc (line 298) | public function hasCc(string $address, ?string $name = null) method hasBcc (line 310) | public function hasBcc(string $address, ?string $name = null) method hasReplyTo (line 322) | public function hasReplyTo(string $address, ?string $name = null) method hasRecipient (line 335) | protected function hasRecipient(array $recipients, string $address, ?s... method hasSubject (line 353) | public function hasSubject(string $subject) method hasMetadata (line 365) | public function hasMetadata(string $key, string $value) FILE: src/Illuminate/Mail/Mailables/Headers.php class Headers (line 9) | class Headers method __construct (line 43) | public function __construct(?string $messageId = null, array $referenc... method messageId (line 56) | public function messageId(string $messageId) method references (line 69) | public function references(array $references) method text (line 82) | public function text(array $text) method referencesString (line 94) | public function referencesString(): string FILE: src/Illuminate/Mail/Mailer.php class Mailer (line 24) | class Mailer implements MailerContract, MailQueueContract method __construct (line 99) | public function __construct(string $name, Factory $views, TransportInt... method alwaysFrom (line 114) | public function alwaysFrom($address, $name = null) method alwaysReplyTo (line 126) | public function alwaysReplyTo($address, $name = null) method alwaysReturnPath (line 137) | public function alwaysReturnPath($address) method alwaysTo (line 149) | public function alwaysTo($address, $name = null) method to (line 161) | public function to($users, $name = null) method cc (line 177) | public function cc($users, $name = null) method bcc (line 193) | public function bcc($users, $name = null) method html (line 209) | public function html($html, $callback) method raw (line 221) | public function raw($text, $callback) method plain (line 234) | public function plain($view, array $data, $callback) method render (line 246) | public function render($view, array $data = []) method replaceEmbeddedAttachments (line 268) | protected function replaceEmbeddedAttachments(string $renderedView, ar... method send (line 297) | public function send($view, array $data = [], $callback = null) method sendMailable (line 349) | protected function sendMailable(MailableContract $mailable) method sendNow (line 364) | public function sendNow($mailable, array $data = [], $callback = null) method parseView (line 379) | protected function parseView($view) method addContent (line 416) | protected function addContent($message, $view, $plain, $raw, $data) method renderView (line 438) | protected function renderView($view, $data) method setGlobalToAndRemoveCcAndBcc (line 453) | protected function setGlobalToAndRemoveCcAndBcc($message) method queue (line 472) | public function queue($view, $queue = null) method onQueue (line 492) | public function onQueue($queue, $view) method queueOn (line 506) | public function queueOn($queue, $view) method later (line 521) | public function later($delay, $view, $queue = null) method laterOn (line 540) | public function laterOn($queue, $delay, $view) method createMessage (line 550) | protected function createMessage() method sendSymfonyMessage (line 581) | protected function sendSymfonyMessage(Email $message) method shouldSendMessage (line 597) | protected function shouldSendMessage($message, $data = []) method dispatchSentEvent (line 615) | protected function dispatchSentEvent($message, $data = []) method getSymfonyTransport (line 627) | public function getSymfonyTransport() method getViewFactory (line 637) | public function getViewFactory() method setSymfonyTransport (line 648) | public function setSymfonyTransport(TransportInterface $transport) method setQueue (line 659) | public function setQueue(QueueContract $queue) FILE: src/Illuminate/Mail/Markdown.php class Markdown (line 15) | class Markdown method __construct (line 58) | public function __construct(ViewFactory $view, array $options = []) method render (line 75) | public function render($view, array $data = [], $inliner = null) method renderText (line 131) | public function renderText($view, array $data = []) method parse (line 151) | public static function parse($text, bool $encoded = false) method converter (line 191) | public static function converter(array $config = []) method htmlComponentPaths (line 212) | public function htmlComponentPaths() method textComponentPaths (line 224) | public function textComponentPaths() method componentPaths (line 236) | protected function componentPaths() method loadComponentsFrom (line 249) | public function loadComponentsFrom(array $paths = []) method theme (line 260) | public function theme($theme) method getTheme (line 272) | public function getTheme() method withSecuredEncoding (line 282) | public static function withSecuredEncoding() method withoutSecuredEncoding (line 292) | public static function withoutSecuredEncoding() method flushState (line 302) | public static function flushState() FILE: src/Illuminate/Mail/Message.php class Message (line 16) | class Message method __construct (line 41) | public function __construct(Email $message) method from (line 53) | public function from($address, $name = null) method sender (line 69) | public function sender($address, $name = null) method returnPath (line 84) | public function returnPath($address) method to (line 99) | public function to($address, $name = null, $override = false) method forgetTo (line 117) | public function forgetTo() method cc (line 136) | public function cc($address, $name = null, $override = false) method forgetCc (line 154) | public function forgetCc() method bcc (line 173) | public function bcc($address, $name = null, $override = false) method forgetBcc (line 191) | public function forgetBcc() method replyTo (line 209) | public function replyTo($address, $name = null) method addAddresses (line 222) | protected function addAddresses($address, $name, $type) method addAddressDebugHeader (line 258) | protected function addAddressDebugHeader(string $header, array $addres... method subject (line 274) | public function subject($subject) method priority (line 287) | public function priority($level) method attach (line 301) | public function attach($file, array $options = []) method attachData (line 324) | public function attachData($data, $name, array $options = []) method embed (line 337) | public function embed($file) method embedData (line 379) | public function embedData($data, $name, $contentType = null) method getSymfonyMessage (line 393) | public function getSymfonyMessage() method __call (line 405) | public function __call($method, $parameters) FILE: src/Illuminate/Mail/PendingMail.php class PendingMail (line 10) | class PendingMail method __construct (line 54) | public function __construct(MailerContract $mailer) method locale (line 65) | public function locale($locale) method to (line 78) | public function to($users) method cc (line 95) | public function cc($users) method bcc (line 108) | public function bcc($users) method send (line 121) | public function send(MailableContract $mailable) method sendNow (line 132) | public function sendNow(MailableContract $mailable) method queue (line 143) | public function queue(MailableContract $mailable) method later (line 155) | public function later($delay, MailableContract $mailable) method fill (line 166) | protected function fill(MailableContract $mailable) FILE: src/Illuminate/Mail/SendQueuedMailable.php class SendQueuedMailable (line 19) | class SendQueuedMailable method __construct (line 63) | public function __construct(MailableContract $mailable) method handle (line 87) | public function handle(MailFactory $factory) method backoff (line 97) | public function backoff() method retryUntil (line 113) | public function retryUntil() method failed (line 128) | public function failed($e) method displayName (line 140) | public function displayName() method __clone (line 150) | public function __clone() FILE: src/Illuminate/Mail/SentMessage.php class SentMessage (line 12) | class SentMessage method __construct (line 28) | public function __construct(SymfonySentMessage $sentMessage) method getSymfonySentMessage (line 38) | public function getSymfonySentMessage() method __call (line 50) | public function __call($method, $parameters) method __serialize (line 60) | public function __serialize() method __unserialize (line 76) | public function __unserialize(array $data) FILE: src/Illuminate/Mail/TextMessage.php class TextMessage (line 10) | class TextMessage method __construct (line 26) | public function __construct($message) method embed (line 37) | public function embed($file) method embedData (line 50) | public function embedData($data, $name, $contentType = null) method __call (line 62) | public function __call($method, $parameters) FILE: src/Illuminate/Mail/Transport/ArrayTransport.php class ArrayTransport (line 12) | class ArrayTransport implements Stringable, TransportInterface method __construct (line 24) | public function __construct() method send (line 32) | public function send(RawMessage $message, ?Envelope $envelope = null):... method messages (line 42) | public function messages() method flush (line 52) | public function flush() method __toString (line 62) | public function __toString(): string FILE: src/Illuminate/Mail/Transport/LogTransport.php class LogTransport (line 13) | class LogTransport implements Stringable, TransportInterface method __construct (line 27) | public function __construct(LoggerInterface $logger) method send (line 35) | public function send(RawMessage $message, ?Envelope $envelope = null):... method decodeQuotedPrintableContent (line 65) | protected function decodeQuotedPrintableContent(string $part) method logger (line 84) | public function logger() method __toString (line 94) | public function __toString(): string FILE: src/Illuminate/Mail/Transport/ResendTransport.php class ResendTransport (line 39) | class ResendTransport extends AbstractTransport method __construct (line 44) | public function __construct(protected Client $resend) method doSend (line 55) | protected function doSend(SentMessage $message): void method getRecipients (line 133) | protected function getRecipients(Email $email, Envelope $envelope): array method __toString (line 143) | public function __toString(): string FILE: src/Illuminate/Mail/Transport/SesTransport.php class SesTransport (line 15) | class SesTransport extends AbstractTransport implements Stringable method __construct (line 37) | public function __construct(SesClient $ses, $options = []) method doSend (line 50) | protected function doSend(SentMessage $message): void method listManagementOptions (line 104) | protected function listManagementOptions(SentMessage $message) method ses (line 118) | public function ses() method getOptions (line 128) | public function getOptions() method setOptions (line 139) | public function setOptions(array $options) method __toString (line 149) | public function __toString(): string FILE: src/Illuminate/Mail/Transport/SesV2Transport.php class SesV2Transport (line 15) | class SesV2Transport extends AbstractTransport implements Stringable method __construct (line 37) | public function __construct(SesV2Client $ses, $options = []) method doSend (line 50) | protected function doSend(SentMessage $message): void method listManagementOptions (line 108) | protected function listManagementOptions(SentMessage $message) method ses (line 122) | public function ses() method getOptions (line 132) | public function getOptions() method setOptions (line 143) | public function setOptions(array $options) method __toString (line 153) | public function __toString(): string FILE: src/Illuminate/Notifications/Action.php class Action (line 5) | class Action method __construct (line 27) | public function __construct($text, $url) FILE: src/Illuminate/Notifications/AnonymousNotifiable.php class AnonymousNotifiable (line 8) | class AnonymousNotifiable method route (line 26) | public function route($channel, $route) method notify (line 43) | public function notify($notification) method notifyNow (line 54) | public function notifyNow($notification) method routeNotificationFor (line 65) | public function routeNotificationFor($driver) method getKey (line 75) | public function getKey() FILE: src/Illuminate/Notifications/ChannelManager.php class ChannelManager (line 14) | class ChannelManager extends Manager implements DispatcherContract, Fact... method send (line 46) | public function send($notifiables, $notification) method sendNow (line 59) | public function sendNow($notifiables, $notification, ?array $channels ... method channel (line 70) | public function channel($name = null) method createDatabaseDriver (line 80) | protected function createDatabaseDriver() method createBroadcastDriver (line 90) | protected function createBroadcastDriver() method createMailDriver (line 100) | protected function createMailDriver() method createDriver (line 113) | protected function createDriver($driver) method resolveNotificationSender (line 131) | protected function resolveNotificationSender() method getDefaultDriver (line 143) | public function getDefaultDriver() method deliversVia (line 153) | public function deliversVia() method deliverVia (line 164) | public function deliverVia($channel) method locale (line 175) | public function locale($locale) FILE: src/Illuminate/Notifications/Channels/BroadcastChannel.php class BroadcastChannel (line 11) | class BroadcastChannel method __construct (line 25) | public function __construct(Dispatcher $events) method send (line 37) | public function send($notifiable, Notification $notification) method getData (line 62) | protected function getData($notifiable, Notification $notification) FILE: src/Illuminate/Notifications/Channels/DatabaseChannel.php class DatabaseChannel (line 8) | class DatabaseChannel method send (line 17) | public function send($notifiable, Notification $notification) method buildPayload (line 31) | protected function buildPayload($notifiable, Notification $notification) method getData (line 54) | protected function getData($notifiable, Notification $notification) FILE: src/Illuminate/Notifications/Channels/MailChannel.php class MailChannel (line 18) | class MailChannel method __construct (line 40) | public function __construct(MailFactory $mailer, Markdown $markdown) method send (line 53) | public function send($notifiable, Notification $notification) method messageBuilder (line 81) | protected function messageBuilder($notifiable, $notification, $message) method buildView (line 94) | protected function buildView($message) method buildMarkdownHtml (line 112) | protected function buildMarkdownHtml($message) method buildMarkdownText (line 125) | protected function buildMarkdownText($message) method markdownRenderer (line 138) | protected function markdownRenderer($message) method additionalMessageData (line 153) | protected function additionalMessageData($notification) method buildMessage (line 174) | protected function buildMessage($mailMessage, $notifiable, $notificati... method addressMessage (line 212) | protected function addressMessage($mailMessage, $notifiable, $notifica... method addSender (line 238) | protected function addSender($mailMessage, $message) method getRecipients (line 259) | protected function getRecipients($notifiable, $notification, $message) method addAttachments (line 281) | protected function addAttachments($mailMessage, $message) method runCallbacks (line 299) | protected function runCallbacks($mailMessage, $message) FILE: src/Illuminate/Notifications/Console/NotificationTableCommand.php class NotificationTableCommand (line 8) | #[AsCommand(name: 'make:notifications-table', aliases: ['notifications:t... method migrationTableName (line 37) | protected function migrationTableName() method migrationStubFile (line 47) | protected function migrationStubFile() FILE: src/Illuminate/Notifications/DatabaseNotification.php class DatabaseNotification (line 9) | class DatabaseNotification extends Model method notifiable (line 62) | public function notifiable() method markAsRead (line 72) | public function markAsRead() method markAsUnread (line 84) | public function markAsUnread() method read (line 96) | public function read() method unread (line 106) | public function unread() method scopeRead (line 117) | public function scopeRead(Builder $query) method scopeUnread (line 128) | public function scopeUnread(Builder $query) FILE: src/Illuminate/Notifications/DatabaseNotificationCollection.php class DatabaseNotificationCollection (line 13) | class DatabaseNotificationCollection extends EloquentCollection method markAsRead (line 20) | public function markAsRead() method markAsUnread (line 30) | public function markAsUnread() FILE: src/Illuminate/Notifications/Events/BroadcastNotificationCreated.php class BroadcastNotificationCreated (line 13) | class BroadcastNotificationCreated implements ShouldBroadcast method __construct (line 24) | public function __construct( method broadcastOn (line 36) | public function broadcastOn() method channelName (line 63) | protected function channelName() method broadcastWith (line 79) | public function broadcastWith() method broadcastType (line 96) | public function broadcastType() method broadcastAs (line 108) | public function broadcastAs() FILE: src/Illuminate/Notifications/Events/NotificationFailed.php class NotificationFailed (line 8) | class NotificationFailed method __construct (line 20) | public function __construct( FILE: src/Illuminate/Notifications/Events/NotificationSending.php class NotificationSending (line 8) | class NotificationSending method __construct (line 19) | public function __construct( FILE: src/Illuminate/Notifications/Events/NotificationSent.php class NotificationSent (line 8) | class NotificationSent method __construct (line 20) | public function __construct( FILE: src/Illuminate/Notifications/HasDatabaseNotifications.php type HasDatabaseNotifications (line 5) | trait HasDatabaseNotifications method notifications (line 12) | public function notifications() method readNotifications (line 22) | public function readNotifications() method unreadNotifications (line 32) | public function unreadNotifications() FILE: src/Illuminate/Notifications/Messages/BroadcastMessage.php class BroadcastMessage (line 7) | class BroadcastMessage method __construct (line 23) | public function __construct(array $data) method data (line 34) | public function data($data) FILE: src/Illuminate/Notifications/Messages/DatabaseMessage.php class DatabaseMessage (line 5) | class DatabaseMessage method __construct (line 19) | public function __construct(array $data = []) FILE: src/Illuminate/Notifications/Messages/MailMessage.php class MailMessage (line 14) | class MailMessage extends SimpleMessage implements Renderable method view (line 123) | public function view($view, array $data = []) method text (line 140) | public function text($textView, array $data = []) method markdown (line 155) | public function markdown($view, array $data = []) method template (line 171) | public function template($template) method theme (line 184) | public function theme($theme) method from (line 198) | public function from($address, $name = null) method replyTo (line 212) | public function replyTo($address, $name = null) method cc (line 230) | public function cc($address, $name = null) method bcc (line 248) | public function bcc($address, $name = null) method attach (line 266) | public function attach($file, array $options = []) method attachMany (line 287) | public function attachMany($files) method attachData (line 308) | public function attachData($data, $name, array $options = []) method tag (line 321) | public function tag($value) method metadata (line 335) | public function metadata($key, $value) method priority (line 350) | public function priority($level) method data (line 362) | public function data() method parseAddresses (line 373) | protected function parseAddresses($value) method arrayOfAddresses (line 387) | protected function arrayOfAddresses($address) method render (line 397) | public function render() method withSymfonyMessage (line 417) | public function withSymfonyMessage($callback) FILE: src/Illuminate/Notifications/Messages/SimpleMessage.php class SimpleMessage (line 8) | class SimpleMessage method success (line 78) | public function success() method error (line 90) | public function error() method level (line 103) | public function level($level) method subject (line 116) | public function subject($subject) method greeting (line 129) | public function greeting($greeting) method salutation (line 142) | public function salutation($salutation) method line (line 155) | public function line($line) method lineIf (line 167) | public function lineIf($boolean, $line) method lines (line 182) | public function lines($lines) method linesIf (line 198) | public function linesIf($boolean, $lines) method with (line 213) | public function with($line) method formatLine (line 232) | protected function formatLine($line) method action (line 252) | public function action($text, $url) method mailer (line 266) | public function mailer($mailer) method toArray (line 278) | public function toArray() FILE: src/Illuminate/Notifications/Notifiable.php type Notifiable (line 5) | trait Notifiable FILE: src/Illuminate/Notifications/Notification.php class Notification (line 7) | class Notification method broadcastOn (line 30) | public function broadcastOn() method locale (line 41) | public function locale($locale) FILE: src/Illuminate/Notifications/NotificationSender.php class NotificationSender (line 22) | class NotificationSender method __construct (line 69) | public function __construct($manager, $bus, $events, $locale = null) method send (line 86) | public function send($notifiables, $notification) method sendNow (line 103) | public function sendNow($notifiables, $notification, ?array $channels ... method preferredLocale (line 133) | protected function preferredLocale($notifiable, $notification) method sendToNotifiable (line 153) | protected function sendToNotifiable($notifiable, $id, $notification, $... method shouldSendNotification (line 198) | protected function shouldSendNotification($notifiable, $notification, ... method queueNotification (line 217) | protected function queueNotification($notifiables, $notification) method formatNotifiables (line 303) | protected function formatNotifiables($notifiables) FILE: src/Illuminate/Notifications/NotificationServiceProvider.php class NotificationServiceProvider (line 9) | class NotificationServiceProvider extends ServiceProvider method boot (line 16) | public function boot() method register (line 32) | public function register() FILE: src/Illuminate/Notifications/RoutesNotifications.php type RoutesNotifications (line 8) | trait RoutesNotifications method notify (line 16) | public function notify($instance) method notifyNow (line 28) | public function notifyNow($instance, ?array $channels = null) method routeNotificationFor (line 40) | public function routeNotificationFor($driver, $notification = null) FILE: src/Illuminate/Notifications/SendQueuedNotifications.php class SendQueuedNotifications (line 21) | class SendQueuedNotifications implements ShouldQueue method __construct (line 86) | public function __construct($notifiables, $notification, ?array $chann... method wrapNotifiables (line 111) | protected function wrapNotifiables($notifiables) method handle (line 128) | public function handle(ChannelManager $manager) method displayName (line 138) | public function displayName() method failed (line 149) | public function failed($e) method backoff (line 161) | public function backoff() method retryUntil (line 177) | public function retryUntil() method __clone (line 191) | public function __clone() FILE: src/Illuminate/Pagination/AbstractCursorPaginator.php class AbstractCursorPaginator (line 28) | abstract class AbstractCursorPaginator implements Htmlable, Stringable method url (line 108) | public function url($cursor) method previousPageUrl (line 130) | public function previousPageUrl() method nextPageUrl (line 144) | public function nextPageUrl() method previousCursor (line 158) | public function previousCursor() method nextCursor (line 177) | public function nextCursor() method getCursorForItem (line 198) | public function getCursorForItem($item, $isNext = true) method getParametersForItem (line 211) | public function getParametersForItem($item) method getPivotParameterForItem (line 245) | protected function getPivotParameterForItem($item, $parameterName) method ensureParameterIsPrimitive (line 266) | protected function ensureParameterIsPrimitive($parameter) method fragment (line 279) | public function fragment($fragment = null) method appends (line 297) | public function appends($key, $value = null) method appendArray (line 316) | protected function appendArray(array $keys) method withQueryString (line 330) | public function withQueryString() method addQuery (line 346) | protected function addQuery($key, $value) method buildFragment (line 360) | protected function buildFragment() method loadMorph (line 372) | public function loadMorph($relation, $relations) method loadMorphCount (line 386) | public function loadMorphCount($relation, $relations) method items (line 398) | public function items() method through (line 413) | public function through(callable $callback) method perPage (line 425) | public function perPage() method cursor (line 435) | public function cursor() method getCursorName (line 445) | public function getCursorName() method setCursorName (line 456) | public function setCursorName($name) method withPath (line 469) | public function withPath($path) method setPath (line 480) | public function setPath($path) method path (line 492) | public function path() method resolveCurrentCursor (line 504) | public static function resolveCurrentCursor($cursorName = 'cursor', $d... method currentCursorResolver (line 519) | public static function currentCursorResolver(Closure $resolver) method viewFactory (line 529) | public static function viewFactory() method getIterator (line 539) | public function getIterator(): Traversable method isEmpty (line 549) | public function isEmpty() method isNotEmpty (line 559) | public function isNotEmpty() method count (line 569) | public function count(): int method getCollection (line 579) | public function getCollection() method setCollection (line 595) | public function setCollection(Collection $collection) method getOptions (line 607) | public function getOptions() method offsetExists (line 618) | public function offsetExists($key): bool method offsetGet (line 629) | public function offsetGet($key): mixed method offsetSet (line 641) | public function offsetSet($key, $value): void method offsetUnset (line 652) | public function offsetUnset($key): void method toHtml (line 662) | public function toHtml() method __call (line 674) | public function __call($method, $parameters) method __toString (line 684) | public function __toString() FILE: src/Illuminate/Pagination/AbstractPaginator.php class AbstractPaginator (line 23) | abstract class AbstractPaginator implements CanBeEscapedWhenCastToString... method isValidPageNumber (line 145) | protected function isValidPageNumber($page) method previousPageUrl (line 155) | public function previousPageUrl() method getUrlRange (line 169) | public function getUrlRange($start, $end) method url (line 182) | public function url($page) method fragment (line 209) | public function fragment($fragment = null) method appends (line 227) | public function appends($key, $value = null) method appendArray (line 246) | protected function appendArray(array $keys) method withQueryString (line 260) | public function withQueryString() method addQuery (line 276) | protected function addQuery($key, $value) method buildFragment (line 290) | protected function buildFragment() method loadMorph (line 302) | public function loadMorph($relation, $relations) method loadMorphCount (line 316) | public function loadMorphCount($relation, $relations) method items (line 328) | public function items() method firstItem (line 338) | public function firstItem() method lastItem (line 348) | public function lastItem() method through (line 363) | public function through(callable $callback) method perPage (line 375) | public function perPage() method hasPages (line 385) | public function hasPages() method onFirstPage (line 395) | public function onFirstPage() method onLastPage (line 405) | public function onLastPage() method currentPage (line 415) | public function currentPage() method getPageName (line 425) | public function getPageName() method setPageName (line 436) | public function setPageName($name) method withPath (line 449) | public function withPath($path) method setPath (line 460) | public function setPath($path) method onEachSide (line 473) | public function onEachSide($count) method path (line 485) | public function path() method resolveCurrentPath (line 496) | public static function resolveCurrentPath($default = '/') method currentPathResolver (line 511) | public static function currentPathResolver(Closure $resolver) method resolveCurrentPage (line 523) | public static function resolveCurrentPage($pageName = 'page', $default... method currentPageResolver (line 538) | public static function currentPageResolver(Closure $resolver) method resolveQueryString (line 549) | public static function resolveQueryString($default = null) method queryStringResolver (line 564) | public static function queryStringResolver(Closure $resolver) method viewFactory (line 574) | public static function viewFactory() method viewFactoryResolver (line 585) | public static function viewFactoryResolver(Closure $resolver) method defaultView (line 596) | public static function defaultView($view) method defaultSimpleView (line 607) | public static function defaultSimpleView($view) method useTailwind (line 617) | public static function useTailwind() method useBootstrap (line 628) | public static function useBootstrap() method useBootstrapThree (line 638) | public static function useBootstrapThree() method useBootstrapFour (line 649) | public static function useBootstrapFour() method useBootstrapFive (line 660) | public static function useBootstrapFive() method getIterator (line 671) | public function getIterator(): Traversable method isEmpty (line 681) | public function isEmpty() method isNotEmpty (line 691) | public function isNotEmpty() method count (line 701) | public function count(): int method getCollection (line 711) | public function getCollection() method setCollection (line 722) | public function setCollection(Collection $collection) method getOptions (line 734) | public function getOptions() method offsetExists (line 745) | public function offsetExists($key): bool method offsetGet (line 756) | public function offsetGet($key): mixed method offsetSet (line 768) | public function offsetSet($key, $value): void method offsetUnset (line 779) | public function offsetUnset($key): void method toHtml (line 789) | public function toHtml() method __call (line 801) | public function __call($method, $parameters) method __toString (line 811) | public function __toString() method escapeWhenCastingToString (line 824) | public function escapeWhenCastingToString($escape = true) FILE: src/Illuminate/Pagination/Cursor.php class Cursor (line 10) | class Cursor implements Arrayable method __construct (line 32) | public function __construct(array $parameters, $pointsToNextItems = true) method parameter (line 46) | public function parameter(string $parameterName) method parameters (line 61) | public function parameters(array $parameterNames) method pointsToNextItems (line 73) | public function pointsToNextItems() method pointsToPreviousItems (line 83) | public function pointsToPreviousItems() method toArray (line 93) | public function toArray() method encode (line 105) | public function encode() method fromEncoded (line 116) | public static function fromEncoded($encodedString) FILE: src/Illuminate/Pagination/CursorPaginator.php class CursorPaginator (line 26) | class CursorPaginator extends AbstractCursorPaginator implements Arrayab... method __construct (line 43) | public function __construct($items, $perPage, $cursor = null, array $o... method setItems (line 64) | protected function setItems($items) method links (line 84) | public function links($view = null, $data = []) method render (line 96) | public function render($view = null, $data = []) method hasMorePages (line 108) | public function hasMorePages() method hasPages (line 120) | public function hasPages() method onFirstPage (line 130) | public function onFirstPage() method onLastPage (line 140) | public function onLastPage() method toArray (line 150) | public function toArray() method jsonSerialize (line 168) | public function jsonSerialize(): array method toJson (line 179) | public function toJson($options = 0) method toPrettyJson (line 191) | public function toPrettyJson(int $options = 0) FILE: src/Illuminate/Pagination/LengthAwarePaginator.php class LengthAwarePaginator (line 26) | class LengthAwarePaginator extends AbstractPaginator implements Arrayabl... method __construct (line 51) | public function __construct($items, $total, $perPage, $currentPage = n... method setCurrentPage (line 74) | protected function setCurrentPage($currentPage, $pageName) method links (line 88) | public function links($view = null, $data = []) method render (line 100) | public function render($view = null, $data = []) method linkCollection (line 113) | public function linkCollection() method elements (line 146) | protected function elements() method total (line 164) | public function total() method hasMorePages (line 174) | public function hasMorePages() method nextPageUrl (line 184) | public function nextPageUrl() method lastPage (line 196) | public function lastPage() method toArray (line 206) | public function toArray() method jsonSerialize (line 230) | public function jsonSerialize(): array method toJson (line 241) | public function toJson($options = 0) method toPrettyJson (line 253) | public function toPrettyJson(int $options = 0) FILE: src/Illuminate/Pagination/PaginationServiceProvider.php class PaginationServiceProvider (line 7) | class PaginationServiceProvider extends ServiceProvider method boot (line 14) | public function boot() method register (line 30) | public function register() FILE: src/Illuminate/Pagination/PaginationState.php class PaginationState (line 5) | class PaginationState method resolveUsing (line 13) | public static function resolveUsing($app) FILE: src/Illuminate/Pagination/Paginator.php class Paginator (line 26) | class Paginator extends AbstractPaginator implements Arrayable, ArrayAcc... method __construct (line 43) | public function __construct($items, $perPage, $currentPage = null, arr... method setCurrentPage (line 64) | protected function setCurrentPage($currentPage) method setItems (line 77) | protected function setItems($items) method nextPageUrl (line 91) | public function nextPageUrl() method links (line 105) | public function links($view = null, $data = []) method render (line 117) | public function render($view = null, $data = []) method hasMorePagesWhen (line 130) | public function hasMorePagesWhen($hasMore = true) method hasMorePages (line 142) | public function hasMorePages() method toArray (line 152) | public function toArray() method jsonSerialize (line 173) | public function jsonSerialize(): array method toJson (line 184) | public function toJson($options = 0) method toPrettyJson (line 196) | public function toPrettyJson(int $options = 0) FILE: src/Illuminate/Pagination/UrlWindow.php class UrlWindow (line 7) | class UrlWindow method __construct (line 21) | public function __construct(PaginatorContract $paginator) method make (line 32) | public static function make(PaginatorContract $paginator) method get (line 42) | public function get() method getSmallSlider (line 58) | protected function getSmallSlider() method getUrlSlider (line 73) | protected function getUrlSlider($onEachSide) method getSliderTooCloseToBeginning (line 108) | protected function getSliderTooCloseToBeginning($window, $onEachSide) method getSliderTooCloseToEnding (line 124) | protected function getSliderTooCloseToEnding($window, $onEachSide) method getFullSlider (line 144) | protected function getFullSlider($onEachSide) method getAdjacentUrlRange (line 159) | public function getAdjacentUrlRange($onEachSide) method getStart (line 172) | public function getStart() method getFinish (line 182) | public function getFinish() method hasPages (line 195) | public function hasPages() method currentPage (line 205) | protected function currentPage() method lastPage (line 215) | protected function lastPage() FILE: src/Illuminate/Pipeline/Hub.php class Hub (line 9) | class Hub implements HubContract method __construct (line 30) | public function __construct(?Container $container = null) method defaults (line 41) | public function defaults(Closure $callback) method pipeline (line 53) | public function pipeline($name, Closure $callback) method pipe (line 65) | public function pipe($object, $pipeline = null) method getContainer (line 79) | public function getContainer() method setContainer (line 90) | public function setContainer(Container $container) FILE: src/Illuminate/Pipeline/Pipeline.php class Pipeline (line 13) | class Pipeline implements PipelineContract method __construct (line 65) | public function __construct(?Container $container = null) method send (line 76) | public function send($passable) method through (line 89) | public function through($pipes) method pipe (line 102) | public function pipe($pipes) method via (line 115) | public function via($method) method then (line 128) | public function then(Closure $destination) method thenReturn (line 150) | public function thenReturn() method finally (line 163) | public function finally(Closure $callback) method prepareDestination (line 176) | protected function prepareDestination(Closure $destination) method carry (line 192) | protected function carry() method parsePipeString (line 236) | protected function parsePipeString($pipe) method pipes (line 254) | protected function pipes() method withinTransaction (line 265) | public function withinTransaction($withinTransaction = null) method getContainer (line 279) | protected function getContainer() method setContainer (line 294) | public function setContainer(Container $container) method handleCarry (line 307) | protected function handleCarry($carry) method handleException (line 321) | protected function handleException($passable, Throwable $e) FILE: src/Illuminate/Pipeline/PipelineServiceProvider.php class PipelineServiceProvider (line 9) | class PipelineServiceProvider extends ServiceProvider implements Deferra... method register (line 16) | public function register() method provides (line 31) | public function provides() FILE: src/Illuminate/Process/Exceptions/ProcessFailedException.php class ProcessFailedException (line 8) | class ProcessFailedException extends RuntimeException method __construct (line 22) | public function __construct(ProcessResult $result) FILE: src/Illuminate/Process/Exceptions/ProcessTimedOutException.php class ProcessTimedOutException (line 9) | class ProcessTimedOutException extends RuntimeException method __construct (line 24) | public function __construct(SymfonyTimeoutException $original, Process... FILE: src/Illuminate/Process/Factory.php class Factory (line 11) | class Factory method result (line 53) | public function result(array|string $output = '', array|string $errorO... method describe (line 67) | public function describe() method sequence (line 78) | public function sequence(array $processes = []) method fake (line 89) | public function fake(Closure|array|null $callback = null) method isRecording (line 119) | public function isRecording() method recordIfRecording (line 131) | public function recordIfRecording(PendingProcess $process, ProcessResu... method record (line 147) | public function record(PendingProcess $process, ProcessResultContract ... method preventStrayProcesses (line 160) | public function preventStrayProcesses(bool $prevent = true) method preventingStrayProcesses (line 172) | public function preventingStrayProcesses() method assertRan (line 183) | public function assertRan(Closure|string $callback) method assertRanTimes (line 204) | public function assertRanTimes(Closure|string $callback, int $times = 1) method assertNotRan (line 226) | public function assertNotRan(Closure|string $callback) method assertDidntRun (line 246) | public function assertDidntRun(Closure|string $callback) method assertNothingRan (line 256) | public function assertNothingRan() method pool (line 272) | public function pool(callable $callback) method pipe (line 283) | public function pipe(callable|array $callback, ?callable $output = null) method concurrently (line 299) | public function concurrently(callable $callback, ?callable $output = n... method newPendingProcess (line 309) | public function newPendingProcess() method __call (line 321) | public function __call($method, $parameters) FILE: src/Illuminate/Process/FakeInvokedProcess.php class FakeInvokedProcess (line 7) | class FakeInvokedProcess implements InvokedProcessContract method __construct (line 64) | public function __construct(string $command, FakeProcessDescription $p... method id (line 75) | public function id() method command (line 87) | public function command() method signal (line 98) | public function signal(int $signal) method hasReceivedSignal (line 113) | public function hasReceivedSignal(int $signal) method running (line 123) | public function running() method invokeOutputHandlerWithNextLineOfOutput (line 148) | protected function invokeOutputHandlerWithNextLineOfOutput() method output (line 183) | public function output() method errorOutput (line 203) | public function errorOutput() method latestOutput (line 223) | public function latestOutput() method latestErrorOutput (line 246) | public function latestErrorOutput() method wait (line 270) | public function wait(?callable $output = null) method waitUntil (line 295) | public function waitUntil(?callable $output = null) method predictProcessResult (line 325) | public function predictProcessResult() method withOutputHandler (line 336) | public function withOutputHandler(?callable $outputHandler) FILE: src/Illuminate/Process/FakeProcessDescription.php class FakeProcessDescription (line 8) | class FakeProcessDescription method id (line 44) | public function id(int $processId) method output (line 57) | public function output(array|string $output) method errorOutput (line 76) | public function errorOutput(array|string $output) method replaceOutput (line 95) | public function replaceOutput(string $output) method replaceErrorOutput (line 118) | public function replaceErrorOutput(string $output) method exitCode (line 141) | public function exitCode(int $exitCode) method iterations (line 154) | public function iterations(int $iterations) method runsFor (line 165) | public function runsFor(int $iterations) method toSymfonyProcess (line 178) | public function toSymfonyProcess(string $command) method toProcessResult (line 189) | public function toProcessResult(string $command) method resolveOutput (line 204) | protected function resolveOutput() method resolveErrorOutput (line 219) | protected function resolveErrorOutput() FILE: src/Illuminate/Process/FakeProcessResult.php class FakeProcessResult (line 9) | class FakeProcessResult implements ProcessResultContract method __construct (line 47) | public function __construct(string $command = '', int $exitCode = 0, a... method normalizeOutput (line 61) | protected function normalizeOutput(array|string $output) method command (line 82) | public function command() method withCommand (line 93) | public function withCommand(string $command) method successful (line 103) | public function successful() method failed (line 113) | public function failed() method exitCode (line 123) | public function exitCode() method output (line 133) | public function output() method seeInOutput (line 144) | public function seeInOutput(string $output) method errorOutput (line 154) | public function errorOutput() method seeInErrorOutput (line 165) | public function seeInErrorOutput(string $output) method throw (line 178) | public function throw(?callable $callback = null) method throwIf (line 202) | public function throwIf(bool $condition, ?callable $callback = null) FILE: src/Illuminate/Process/FakeProcessSequence.php class FakeProcessSequence (line 8) | class FakeProcessSequence method __construct (line 36) | public function __construct(array $processes = []) method push (line 47) | public function push(ProcessResultContract|FakeProcessDescription|arra... method whenEmpty (line 60) | public function whenEmpty(ProcessResultContract|FakeProcessDescription... method toProcessResult (line 74) | protected function toProcessResult(ProcessResultContract|FakeProcessDe... method dontFailWhenEmpty (line 86) | public function dontFailWhenEmpty() method isEmpty (line 96) | public function isEmpty() method __invoke (line 108) | public function __invoke() FILE: src/Illuminate/Process/InvokedProcess.php class InvokedProcess (line 10) | class InvokedProcess implements InvokedProcessContract method __construct (line 24) | public function __construct(Process $process) method id (line 34) | public function id() method command (line 44) | public function command() method signal (line 55) | public function signal(int $signal) method stop (line 69) | public function stop(float $timeout = 10, ?int $signal = null) method running (line 79) | public function running() method output (line 89) | public function output() method errorOutput (line 99) | public function errorOutput() method latestOutput (line 109) | public function latestOutput() method latestErrorOutput (line 119) | public function latestErrorOutput() method ensureNotTimedOut (line 131) | public function ensureNotTimedOut() method wait (line 148) | public function wait(?callable $output = null) method waitUntil (line 167) | public function waitUntil(?callable $output = null) FILE: src/Illuminate/Process/InvokedProcessPool.php class InvokedProcessPool (line 8) | class InvokedProcessPool implements Countable method __construct (line 22) | public function __construct(array $invokedProcesses) method signal (line 33) | public function signal(int $signal) method stop (line 45) | public function stop(float $timeout = 10, ?int $signal = null) method running (line 55) | public function running() method wait (line 65) | public function wait() method count (line 75) | public function count(): int FILE: src/Illuminate/Process/PendingProcess.php class PendingProcess (line 16) | class PendingProcess method __construct (line 102) | public function __construct(Factory $factory) method command (line 113) | public function command(array|string $command) method path (line 126) | public function path(string $path) method timeout (line 139) | public function timeout(CarbonInterval|int $timeout) method idleTimeout (line 152) | public function idleTimeout(CarbonInterval|int $timeout) method forever (line 164) | public function forever() method env (line 177) | public function env(array $environment) method input (line 190) | public function input($input) method quietly (line 202) | public function quietly() method tty (line 215) | public function tty(bool $tty = true) method options (line 228) | public function options(array $options) method run (line 245) | public function run(array|string|null $command = null, ?callable $outp... method start (line 275) | public function start(array|string|null $command = null, ?callable $ou... method toSymfonyProcess (line 298) | protected function toSymfonyProcess(array|string|null $command) method supportsTty (line 337) | public function supportsTty() method withFakeHandlers (line 348) | public function withFakeHandlers(array $fakeHandlers) method fakeFor (line 361) | protected function fakeFor(string $command) method resolveSynchronousFake (line 377) | protected function resolveSynchronousFake(string $command, Closure $fake) method resolveAsynchronousFake (line 409) | protected function resolveAsynchronousFake(string $command, ?callable ... FILE: src/Illuminate/Process/Pipe.php class Pipe (line 12) | class Pipe method __construct (line 41) | public function __construct(Factory $factory, callable $callback) method as (line 53) | public function as(string $key) method run (line 68) | public function run(?callable $output = null) method __call (line 98) | public function __call($method, $parameters) FILE: src/Illuminate/Process/Pool.php class Pool (line 12) | class Pool method __construct (line 41) | public function __construct(Factory $factory, callable $callback) method as (line 53) | public function as(string $key) method start (line 68) | public function start(?callable $output = null) method run (line 93) | public function run() method wait (line 103) | public function wait() method __call (line 115) | public function __call($method, $parameters) FILE: src/Illuminate/Process/ProcessPoolResults.php class ProcessPoolResults (line 8) | class ProcessPoolResults implements ArrayAccess method __construct (line 22) | public function __construct(array $results) method successful (line 32) | public function successful() method failed (line 42) | public function failed() method collect (line 52) | public function collect() method offsetExists (line 63) | public function offsetExists($offset): bool method offsetGet (line 74) | public function offsetGet($offset): mixed method offsetSet (line 86) | public function offsetSet($offset, $value): void method offsetUnset (line 97) | public function offsetUnset($offset): void FILE: src/Illuminate/Process/ProcessResult.php class ProcessResult (line 9) | class ProcessResult implements ProcessResultContract method __construct (line 23) | public function __construct(Process $process) method command (line 33) | public function command() method successful (line 43) | public function successful() method failed (line 53) | public function failed() method exitCode (line 63) | public function exitCode() method output (line 73) | public function output() method seeInOutput (line 84) | public function seeInOutput(string $output) method errorOutput (line 94) | public function errorOutput() method seeInErrorOutput (line 105) | public function seeInErrorOutput(string $output) method throw (line 118) | public function throw(?callable $callback = null) method throwIf (line 142) | public function throwIf(bool $condition, ?callable $callback = null) FILE: src/Illuminate/Queue/Attributes/Backoff.php class Backoff (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public array|int $backoff) FILE: src/Illuminate/Queue/Attributes/Connection.php class Connection (line 8) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 16) | public function __construct(public BackedEnum|string $connection) FILE: src/Illuminate/Queue/Attributes/DeleteWhenMissingModels.php class DeleteWhenMissingModels (line 7) | #[Attribute(Attribute::TARGET_CLASS)] FILE: src/Illuminate/Queue/Attributes/FailOnTimeout.php class FailOnTimeout (line 7) | #[Attribute(Attribute::TARGET_CLASS)] FILE: src/Illuminate/Queue/Attributes/MaxExceptions.php class MaxExceptions (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public int $maxExceptions) FILE: src/Illuminate/Queue/Attributes/Queue.php class Queue (line 8) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 16) | public function __construct(public BackedEnum|string $queue) FILE: src/Illuminate/Queue/Attributes/ReadsQueueAttributes.php type ReadsQueueAttributes (line 7) | trait ReadsQueueAttributes FILE: src/Illuminate/Queue/Attributes/Timeout.php class Timeout (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public int $timeout) FILE: src/Illuminate/Queue/Attributes/Tries.php class Tries (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public int $tries) FILE: src/Illuminate/Queue/Attributes/UniqueFor.php class UniqueFor (line 7) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 15) | public function __construct(public int $uniqueFor) FILE: src/Illuminate/Queue/Attributes/WithoutRelations.php class WithoutRelations (line 7) | #[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_PROPERTY)] FILE: src/Illuminate/Queue/BackgroundQueue.php class BackgroundQueue (line 7) | class BackgroundQueue extends SyncQueue method push (line 19) | public function push($job, $data = '', $queue = null) FILE: src/Illuminate/Queue/BeanstalkdQueue.php class BeanstalkdQueue (line 13) | class BeanstalkdQueue extends Queue implements QueueContract method __construct (line 52) | public function __construct( method size (line 72) | public function size($queue = null) method pendingSize (line 87) | public function pendingSize($queue = null) method delayedSize (line 98) | public function delayedSize($queue = null) method reservedSize (line 109) | public function reservedSize($queue = null) method creationTimeOfOldestPendingJob (line 120) | public function creationTimeOfOldestPendingJob($queue = null) method push (line 134) | public function push($job, $data = '', $queue = null) method pushRaw (line 155) | public function pushRaw($payload, $queue = null, array $options = []) method later (line 173) | public function later($delay, $job, $data = '', $queue = null) method bulk (line 201) | public function bulk($jobs, $data = '', $queue = null) method pop (line 218) | public function pop($queue = null) method deleteMessage (line 246) | public function deleteMessage($queue, $id) method getQueue (line 259) | public function getQueue($queue) method getPheanstalk (line 269) | public function getPheanstalk() FILE: src/Illuminate/Queue/CallQueuedClosure.php class CallQueuedClosure (line 14) | class CallQueuedClosure implements ShouldQueue method __construct (line 51) | public function __construct($closure) method create (line 62) | public static function create(Closure $job) method handle (line 73) | public function handle(Container $container) method onFailure (line 84) | public function onFailure($callback) method failed (line 99) | public function failed($e) method displayName (line 111) | public function displayName() method name (line 130) | public function name($name) FILE: src/Illuminate/Queue/CallQueuedHandler.php class CallQueuedHandler (line 23) | class CallQueuedHandler method __construct (line 45) | public function __construct(Dispatcher $dispatcher, Container $container) method call (line 58) | public function call(Job $job, array $data) method getCommand (line 92) | protected function getCommand(array $data) method dispatchThroughMiddleware (line 112) | protected function dispatchThroughMiddleware(Job $job, $command) method resolveHandler (line 147) | protected function resolveHandler($job, $command) method setJobInstanceIfNecessary (line 165) | protected function setJobInstanceIfNecessary(Job $job, $instance) method ensureNextJobInChainIsDispatched (line 180) | protected function ensureNextJobInChainIsDispatched($command) method ensureSuccessfulBatchJobIsRecorded (line 193) | protected function ensureSuccessfulBatchJobIsRecorded($command) method ensureUniqueJobLockIsReleased (line 213) | protected function ensureUniqueJobLockIsReleased($command) method commandShouldBeUnique (line 223) | protected function commandShouldBeUnique(mixed $command): bool method commandShouldBeUniqueUntilProcessing (line 232) | protected function commandShouldBeUniqueUntilProcessing(mixed $command... method handleModelNotFound (line 245) | protected function handleModelNotFound(Job $job, $e) method ensureUniqueJobLockIsReleasedViaContext (line 265) | protected function ensureUniqueJobLockIsReleasedViaContext() method ensureSuccessfulBatchJobIsRecordedForMissingModel (line 294) | protected function ensureSuccessfulBatchJobIsRecordedForMissingModel(J... method failed (line 327) | public function failed(array $data, $e, string $uuid, ?Job $job = null) method ensureFailedBatchJobIsRecorded (line 359) | protected function ensureFailedBatchJobIsRecorded(string $uuid, $comma... method ensureChainCatchCallbacksAreInvoked (line 378) | protected function ensureChainCatchCallbacksAreInvoked(string $uuid, $... FILE: src/Illuminate/Queue/Capsule/Manager.php class Manager (line 14) | class Manager method __construct (line 30) | public function __construct(?Container $container = null) method setupDefaultConfiguration (line 49) | protected function setupDefaultConfiguration() method setupManager (line 59) | protected function setupManager() method registerConnectors (line 69) | protected function registerConnectors() method connection (line 82) | public static function connection($connection = null) method push (line 96) | public static function push($job, $data = '', $queue = null, $connecti... method bulk (line 110) | public static function bulk($jobs, $data = '', $queue = null, $connect... method later (line 125) | public static function later($delay, $job, $data = '', $queue = null, ... method getConnection (line 136) | public function getConnection($name = null) method addConnection (line 148) | public function addConnection(array $config, $name = 'default') method getQueueManager (line 158) | public function getQueueManager() method __call (line 170) | public function __call($method, $parameters) method __callStatic (line 182) | public static function __callStatic($method, $parameters) FILE: src/Illuminate/Queue/Connectors/BackgroundConnector.php class BackgroundConnector (line 7) | class BackgroundConnector implements ConnectorInterface method connect (line 14) | public function connect(array $config) FILE: src/Illuminate/Queue/Connectors/BeanstalkdConnector.php class BeanstalkdConnector (line 10) | class BeanstalkdConnector implements ConnectorInterface method connect (line 18) | public function connect(array $config) method pheanstalk (line 35) | protected function pheanstalk(array $config) FILE: src/Illuminate/Queue/Connectors/ConnectorInterface.php type ConnectorInterface (line 5) | interface ConnectorInterface method connect (line 13) | public function connect(array $config); FILE: src/Illuminate/Queue/Connectors/DatabaseConnector.php class DatabaseConnector (line 8) | class DatabaseConnector implements ConnectorInterface method __construct (line 22) | public function __construct(ConnectionResolverInterface $connections) method connect (line 33) | public function connect(array $config) FILE: src/Illuminate/Queue/Connectors/DeferredConnector.php class DeferredConnector (line 7) | class DeferredConnector implements ConnectorInterface method connect (line 14) | public function connect(array $config) FILE: src/Illuminate/Queue/Connectors/FailoverConnector.php class FailoverConnector (line 9) | class FailoverConnector implements ConnectorInterface method __construct (line 14) | public function __construct( method connect (line 25) | public function connect(array $config) FILE: src/Illuminate/Queue/Connectors/NullConnector.php class NullConnector (line 7) | class NullConnector implements ConnectorInterface method connect (line 15) | public function connect(array $config) FILE: src/Illuminate/Queue/Connectors/RedisConnector.php class RedisConnector (line 8) | class RedisConnector implements ConnectorInterface method __construct (line 30) | public function __construct(Redis $redis, $connection = null) method connect (line 42) | public function connect(array $config) FILE: src/Illuminate/Queue/Connectors/SqsConnector.php class SqsConnector (line 9) | class SqsConnector implements ConnectorInterface method connect (line 17) | public function connect(array $config) method getDefaultConfiguration (line 46) | protected function getDefaultConfiguration(array $config) FILE: src/Illuminate/Queue/Connectors/SyncConnector.php class SyncConnector (line 7) | class SyncConnector implements ConnectorInterface method connect (line 15) | public function connect(array $config) FILE: src/Illuminate/Queue/Console/BatchesTableCommand.php class BatchesTableCommand (line 10) | #[AsCommand(name: 'make:queue-batches-table', aliases: ['queue:batches-t... method migrationTableName (line 39) | protected function migrationTableName() method migrationStubFile (line 49) | protected function migrationStubFile() method migrationExists (line 60) | protected function migrationExists($table) FILE: src/Illuminate/Queue/Console/ClearCommand.php class ClearCommand (line 14) | #[AsCommand(name: 'queue:clear')] method handle (line 38) | public function handle() method getQueue (line 73) | protected function getQueue($connection) method getArguments (line 85) | protected function getArguments() method getOptions (line 97) | protected function getOptions() FILE: src/Illuminate/Queue/Console/Concerns/ParsesQueue.php type ParsesQueue (line 5) | trait ParsesQueue method parseQueue (line 13) | protected function parseQueue($queue) FILE: src/Illuminate/Queue/Console/FailedTableCommand.php class FailedTableCommand (line 10) | #[AsCommand(name: 'make:queue-failed-table', aliases: ['queue:failed-tab... method migrationTableName (line 39) | protected function migrationTableName() method migrationStubFile (line 49) | protected function migrationStubFile() method migrationExists (line 60) | protected function migrationExists($table) FILE: src/Illuminate/Queue/Console/FlushFailedCommand.php class FlushFailedCommand (line 8) | #[AsCommand(name: 'queue:flush')] method handle (line 30) | public function handle() FILE: src/Illuminate/Queue/Console/ForgetFailedCommand.php class ForgetFailedCommand (line 8) | #[AsCommand(name: 'queue:forget')] method handle (line 30) | public function handle() FILE: src/Illuminate/Queue/Console/ListFailedCommand.php class ListFailedCommand (line 10) | #[AsCommand(name: 'queue:failed')] method handle (line 39) | public function handle() method getFailedJobs (line 55) | protected function getFailedJobs() method parseFailedJob (line 71) | protected function parseFailedJob(array $failed) method extractJobName (line 86) | private function extractJobName($payload) method matchJobName (line 103) | protected function matchJobName($payload) method displayFailedJobs (line 116) | protected function displayFailedJobs(array $jobs) FILE: src/Illuminate/Queue/Console/ListenCommand.php class ListenCommand (line 11) | #[AsCommand(name: 'queue:listen')] method __construct (line 51) | public function __construct(Listener $listener) method handle (line 63) | public function handle() method getQueue (line 85) | protected function getQueue($connection) method gatherOptions (line 99) | protected function gatherOptions() method setOutputHandler (line 124) | protected function setOutputHandler(Listener $listener) FILE: src/Illuminate/Queue/Console/MonitorCommand.php class MonitorCommand (line 13) | #[AsCommand(name: 'queue:monitor')] method __construct (line 53) | public function __construct(Factory $manager, Dispatcher $events) method handle (line 66) | public function handle() method parseQueues (line 89) | protected function parseQueues($queues) method displaySizes (line 118) | protected function displaySizes(Collection $queues) method dispatchEvents (line 148) | protected function dispatchEvents(Collection $queues) FILE: src/Illuminate/Queue/Console/PauseCommand.php class PauseCommand (line 10) | #[AsCommand(name: 'queue:pause')] method handle (line 34) | public function handle(QueueManager $manager) FILE: src/Illuminate/Queue/Console/PruneBatchesCommand.php class PruneBatchesCommand (line 12) | #[AsCommand(name: 'queue:prune-batches')] method handle (line 37) | public function handle() FILE: src/Illuminate/Queue/Console/PruneFailedJobsCommand.php class PruneFailedJobsCommand (line 10) | #[AsCommand(name: 'queue:prune-failed')] method handle (line 33) | public function handle() FILE: src/Illuminate/Queue/Console/RestartCommand.php class RestartCommand (line 10) | #[AsCommand(name: 'queue:restart')] method __construct (line 41) | public function __construct(Cache $cache) method handle (line 53) | public function handle() FILE: src/Illuminate/Queue/Console/ResumeCommand.php class ResumeCommand (line 10) | #[AsCommand(name: 'queue:resume', aliases: ['queue:continue'])] method handle (line 41) | public function handle(QueueManager $manager) FILE: src/Illuminate/Queue/Console/RetryBatchCommand.php class RetryBatchCommand (line 10) | #[AsCommand(name: 'queue:retry-batch')] method handle (line 33) | public function handle() method isolatableId (line 68) | public function isolatableId() method getBatchJobIds (line 78) | protected function getBatchJobIds() FILE: src/Illuminate/Queue/Console/RetryCommand.php class RetryCommand (line 14) | #[AsCommand(name: 'queue:retry')] method handle (line 39) | public function handle() method getJobIds (line 69) | protected function getJobIds() method getJobIdsByQueue (line 98) | protected function getJobIdsByQueue($queue) method getJobIdsByRanges (line 122) | protected function getJobIdsByRanges(array $ranges) method retryJob (line 141) | protected function retryJob($job) method resetAttempts (line 160) | protected function resetAttempts($payload) method refreshRetryUntil (line 179) | protected function refreshRetryUntil($payload) method getQueueableOptions (line 207) | protected function getQueueableOptions($queue, $job) method getInstanceFromPayload (line 230) | protected function getInstanceFromPayload($payload) FILE: src/Illuminate/Queue/Console/TableCommand.php class TableCommand (line 10) | #[AsCommand(name: 'make:queue-table', aliases: ['queue:table'])] method migrationTableName (line 39) | protected function migrationTableName() method migrationStubFile (line 49) | protected function migrationStubFile() method migrationExists (line 60) | protected function migrationExists($table) FILE: src/Illuminate/Queue/Console/WorkCommand.php class WorkCommand (line 23) | #[AsCommand(name: 'queue:work')] method __construct (line 93) | public function __construct(Worker $worker, Cache $cache) method handle (line 106) | public function handle() method runWorker (line 143) | protected function runWorker($connection, $queue) method gatherWorkerOptions (line 158) | protected function gatherWorkerOptions() method listenForEvents (line 180) | protected function listenForEvents() method writeOutput (line 215) | protected function writeOutput(Job $job, $status, ?Throwable $exceptio... method writeOutputForCli (line 233) | protected function writeOutputForCli(Job $job, $status) method writeOutputAsJson (line 282) | protected function writeOutputAsJson(Job $job, $status, ?Throwable $ex... method now (line 318) | protected function now() method logFailedJob (line 336) | protected function logFailedJob(JobFailed $event) method getQueue (line 352) | protected function getQueue($connection) method downForMaintenance (line 364) | protected function downForMaintenance() method outputUsingJson (line 374) | protected function outputUsingJson() method flushState (line 388) | public static function flushState() FILE: src/Illuminate/Queue/DatabaseQueue.php class DatabaseQueue (line 17) | class DatabaseQueue extends Queue implements QueueContract, ClearableQueue method __construct (line 56) | public function __construct( method size (line 76) | public function size($queue = null) method pendingSize (line 89) | public function pendingSize($queue = null) method delayedSize (line 104) | public function delayedSize($queue = null) method reservedSize (line 119) | public function reservedSize($queue = null) method creationTimeOfOldestPendingJob (line 133) | public function creationTimeOfOldestPendingJob($queue = null) method push (line 151) | public function push($job, $data = '', $queue = null) method pushRaw (line 172) | public function pushRaw($payload, $queue = null, array $options = []) method later (line 186) | public function later($delay, $job, $data = '', $queue = null) method bulk (line 207) | public function bulk($jobs, $data = '', $queue = null) method release (line 232) | public function release($queue, $job, $delay) method pushToDatabase (line 246) | protected function pushToDatabase($queue, $payload, $delay = 0, $attem... method buildDatabaseRecord (line 265) | protected function buildDatabaseRecord($queue, $payload, $availableAt,... method pop (line 285) | public function pop($queue = null) method getNextAvailableJob (line 319) | protected function getNextAvailableJob($queue) method getLockForPopping (line 339) | protected function getLockForPopping() method isAvailable (line 373) | protected function isAvailable($query) method isReservedButExpired (line 387) | protected function isReservedButExpired($query) method marshalJob (line 403) | protected function marshalJob($queue, $job) method markJobAsReserved (line 420) | protected function markJobAsReserved($job) method deleteReserved (line 439) | public function deleteReserved($queue, $id) method deleteAndRelease (line 456) | public function deleteAndRelease($queue, $job, $delay) method clear (line 473) | public function clear($queue) method getQueue (line 486) | public function getQueue($queue) method getDatabase (line 496) | public function getDatabase() FILE: src/Illuminate/Queue/DeferredQueue.php class DeferredQueue (line 5) | class DeferredQueue extends SyncQueue method push (line 17) | public function push($job, $data = '', $queue = null) FILE: src/Illuminate/Queue/Events/JobAttempted.php class JobAttempted (line 5) | class JobAttempted method __construct (line 14) | public function __construct( method successful (line 26) | public function successful(): bool FILE: src/Illuminate/Queue/Events/JobExceptionOccurred.php class JobExceptionOccurred (line 5) | class JobExceptionOccurred method __construct (line 14) | public function __construct( FILE: src/Illuminate/Queue/Events/JobFailed.php class JobFailed (line 5) | class JobFailed method __construct (line 14) | public function __construct( FILE: src/Illuminate/Queue/Events/JobPopped.php class JobPopped (line 5) | class JobPopped method __construct (line 13) | public function __construct( FILE: src/Illuminate/Queue/Events/JobPopping.php class JobPopping (line 5) | class JobPopping method __construct (line 13) | public function __construct( FILE: src/Illuminate/Queue/Events/JobProcessed.php class JobProcessed (line 5) | class JobProcessed method __construct (line 13) | public function __construct( FILE: src/Illuminate/Queue/Events/JobProcessing.php class JobProcessing (line 5) | class JobProcessing method __construct (line 13) | public function __construct( FILE: src/Illuminate/Queue/Events/JobQueued.php class JobQueued (line 5) | class JobQueued method __construct (line 17) | public function __construct( method payload (line 32) | public function payload() FILE: src/Illuminate/Queue/Events/JobQueueing.php class JobQueueing (line 5) | class JobQueueing method __construct (line 16) | public function __construct( method payload (line 30) | public function payload() FILE: src/Illuminate/Queue/Events/JobReleasedAfterException.php class JobReleasedAfterException (line 5) | class JobReleasedAfterException method __construct (line 14) | public function __construct( FILE: src/Illuminate/Queue/Events/JobRetryRequested.php class JobRetryRequested (line 5) | class JobRetryRequested method __construct (line 19) | public function __construct( method payload (line 29) | public function payload() FILE: src/Illuminate/Queue/Events/JobTimedOut.php class JobTimedOut (line 5) | class JobTimedOut method __construct (line 13) | public function __construct( FILE: src/Illuminate/Queue/Events/Looping.php class Looping (line 5) | class Looping method __construct (line 13) | public function __construct( FILE: src/Illuminate/Queue/Events/QueueBusy.php class QueueBusy (line 5) | class QueueBusy method __construct (line 14) | public function __construct( FILE: src/Illuminate/Queue/Events/QueueFailedOver.php class QueueFailedOver (line 7) | class QueueFailedOver method __construct (line 16) | public function __construct( FILE: src/Illuminate/Queue/Events/QueuePaused.php class QueuePaused (line 5) | class QueuePaused method __construct (line 14) | public function __construct( FILE: src/Illuminate/Queue/Events/QueueResumed.php class QueueResumed (line 5) | class QueueResumed method __construct (line 13) | public function __construct( FILE: src/Illuminate/Queue/Events/WorkerStarting.php class WorkerStarting (line 5) | class WorkerStarting method __construct (line 14) | public function __construct( FILE: src/Illuminate/Queue/Events/WorkerStopping.php class WorkerStopping (line 5) | class WorkerStopping method __construct (line 14) | public function __construct( FILE: src/Illuminate/Queue/Failed/CountableFailedJobProvider.php type CountableFailedJobProvider (line 5) | interface CountableFailedJobProvider method count (line 14) | public function count($connection = null, $queue = null); FILE: src/Illuminate/Queue/Failed/DatabaseFailedJobProvider.php class DatabaseFailedJobProvider (line 9) | class DatabaseFailedJobProvider implements CountableFailedJobProvider, F... method __construct (line 39) | public function __construct(ConnectionResolverInterface $resolver, $da... method log (line 55) | public function log($connection, $queue, $payload, $exception) method ids (line 72) | public function ids($queue = null) method all (line 86) | public function all() method find (line 97) | public function find($id) method forget (line 108) | public function forget($id) method flush (line 119) | public function flush($hours = null) method prune (line 132) | public function prune(DateTimeInterface $before) method count (line 154) | public function count($connection = null, $queue = null) method getTable (line 167) | public function getTable() FILE: src/Illuminate/Queue/Failed/DatabaseUuidFailedJobProvider.php class DatabaseUuidFailedJobProvider (line 9) | class DatabaseUuidFailedJobProvider implements CountableFailedJobProvide... method __construct (line 39) | public function __construct(ConnectionResolverInterface $resolver, $da... method log (line 55) | public function log($connection, $queue, $payload, $exception) method ids (line 75) | public function ids($queue = null) method all (line 89) | public function all() method find (line 105) | public function find($id) method forget (line 121) | public function forget($id) method flush (line 132) | public function flush($hours = null) method prune (line 145) | public function prune(DateTimeInterface $before) method count (line 167) | public function count($connection = null, $queue = null) method getTable (line 180) | public function getTable() FILE: src/Illuminate/Queue/Failed/DynamoDbFailedJobProvider.php class DynamoDbFailedJobProvider (line 12) | class DynamoDbFailedJobProvider implements FailedJobProviderInterface method __construct (line 42) | public function __construct(DynamoDbClient $dynamo, $applicationName, ... method log (line 58) | public function log($connection, $queue, $payload, $exception) method ids (line 87) | public function ids($queue = null) method all (line 100) | public function all() method find (line 135) | public function find($id) method forget (line 167) | public function forget($id) method flush (line 188) | public function flush($hours = null) FILE: src/Illuminate/Queue/Failed/FailedJobProviderInterface.php type FailedJobProviderInterface (line 5) | interface FailedJobProviderInterface method log (line 16) | public function log($connection, $queue, $payload, $exception); method ids (line 24) | public function ids($queue = null); method all (line 31) | public function all(); method find (line 39) | public function find($id); method forget (line 47) | public function forget($id); method flush (line 55) | public function flush($hours = null); FILE: src/Illuminate/Queue/Failed/FileFailedJobProvider.php class FileFailedJobProvider (line 10) | class FileFailedJobProvider implements CountableFailedJobProvider, Faile... method __construct (line 40) | public function __construct($path, $limit = 100, ?Closure $lockProvide... method log (line 56) | public function log($connection, $queue, $payload, $exception) method ids (line 87) | public function ids($queue = null) method all (line 100) | public function all() method find (line 111) | public function find($id) method forget (line 123) | public function forget($id) method flush (line 141) | public function flush($hours = null) method prune (line 152) | public function prune(DateTimeInterface $before) method lock (line 173) | protected function lock(Closure $callback) method read (line 191) | protected function read() method write (line 214) | protected function write(array $jobs) method count (line 229) | public function count($connection = null, $queue = null) FILE: src/Illuminate/Queue/Failed/NullFailedJobProvider.php class NullFailedJobProvider (line 5) | class NullFailedJobProvider implements CountableFailedJobProvider, Faile... method log (line 16) | public function log($connection, $queue, $payload, $exception) method ids (line 27) | public function ids($queue = null) method all (line 37) | public function all() method find (line 48) | public function find($id) method forget (line 59) | public function forget($id) method flush (line 70) | public function flush($hours = null) method count (line 82) | public function count($connection = null, $queue = null) FILE: src/Illuminate/Queue/Failed/PrunableFailedJobProvider.php type PrunableFailedJobProvider (line 7) | interface PrunableFailedJobProvider method prune (line 15) | public function prune(DateTimeInterface $before); FILE: src/Illuminate/Queue/FailoverQueue.php class FailoverQueue (line 11) | class FailoverQueue extends Queue implements QueueContract method __construct (line 23) | public function __construct( method size (line 36) | public function size($queue = null) method pendingSize (line 47) | public function pendingSize($queue = null) method delayedSize (line 58) | public function delayedSize($queue = null) method reservedSize (line 69) | public function reservedSize($queue = null) method creationTimeOfOldestPendingJob (line 80) | public function creationTimeOfOldestPendingJob($queue = null) method push (line 95) | public function push($job, $data = '', $queue = null) method pushRaw (line 107) | public function pushRaw($payload, $queue = null, array $options = []) method later (line 121) | public function later($delay, $job, $data = '', $queue = null) method pop (line 132) | public function pop($queue = null) method attemptOnAllConnections (line 145) | protected function attemptOnAllConnections(string $method, array $argu... FILE: src/Illuminate/Queue/InteractsWithQueue.php type InteractsWithQueue (line 14) | trait InteractsWithQueue method attempts (line 30) | public function attempts() method delete (line 40) | public function delete() method fail (line 55) | public function fail($exception = null) method release (line 76) | public function release($delay = 0) method withFakeQueueInteractions (line 92) | public function withFakeQueueInteractions() method assertDeleted (line 104) | public function assertDeleted() method assertNotDeleted (line 121) | public function assertNotDeleted() method assertFailed (line 138) | public function assertFailed() method assertFailedWith (line 156) | public function assertFailedWith($exception) method assertNotFailed (line 201) | public function assertNotFailed() method assertReleased (line 219) | public function assertReleased($delay = null) method assertNotReleased (line 248) | public function assertNotReleased() method ensureQueueInteractionsHaveBeenFaked (line 267) | private function ensureQueueInteractionsHaveBeenFaked() method setJob (line 280) | public function setJob(JobContract $job) FILE: src/Illuminate/Queue/InvalidPayloadException.php class InvalidPayloadException (line 7) | class InvalidPayloadException extends InvalidArgumentException method __construct (line 22) | public function __construct($message = null, $value = null) FILE: src/Illuminate/Queue/Jobs/BeanstalkdJob.php class BeanstalkdJob (line 10) | class BeanstalkdJob extends Job implements JobContract method __construct (line 35) | public function __construct(Container $container, $pheanstalk, JobIdIn... method release (line 50) | public function release($delay = 0) method bury (line 64) | public function bury() method delete (line 76) | public function delete() method attempts (line 88) | public function attempts() method getJobId (line 100) | public function getJobId() method getRawBody (line 110) | public function getRawBody() method getPheanstalk (line 120) | public function getPheanstalk() method getPheanstalkJob (line 130) | public function getPheanstalkJob() FILE: src/Illuminate/Queue/Jobs/DatabaseJob.php class DatabaseJob (line 9) | class DatabaseJob extends Job implements JobContract method __construct (line 34) | public function __construct(Container $container, DatabaseQueue $datab... method release (line 49) | public function release($delay = 0) method delete (line 61) | public function delete() method attempts (line 73) | public function attempts() method getJobId (line 83) | public function getJobId() method getRawBody (line 93) | public function getRawBody() method getJobRecord (line 103) | public function getJobRecord() FILE: src/Illuminate/Queue/Jobs/DatabaseJobRecord.php class DatabaseJobRecord (line 7) | class DatabaseJobRecord method __construct (line 23) | public function __construct($record) method increment (line 33) | public function increment() method touch (line 45) | public function touch() method __get (line 58) | public function __get($key) FILE: src/Illuminate/Queue/Jobs/FakeJob.php class FakeJob (line 8) | class FakeJob extends Job implements JobContract method getJobId (line 36) | public function getJobId() method getRawBody (line 46) | public function getRawBody() method release (line 57) | public function release($delay = 0) method attempts (line 68) | public function attempts() method delete (line 78) | public function delete() method fail (line 89) | public function fail($e = null) FILE: src/Illuminate/Queue/Jobs/Job.php class Job (line 14) | abstract class Job method getJobId (line 72) | abstract public function getJobId(); method getRawBody (line 79) | abstract public function getRawBody(); method uuid (line 86) | public function uuid() method fire (line 96) | public function fire() method delete (line 110) | public function delete() method isDeleted (line 120) | public function isDeleted() method release (line 131) | public function release($delay = 0) method isReleased (line 141) | public function isReleased() method isDeletedOrReleased (line 151) | public function isDeletedOrReleased() method hasFailed (line 161) | public function hasFailed() method markAsFailed (line 171) | public function markAsFailed() method fail (line 182) | public function fail($e = null) method shouldRollBackDatabaseTransaction (line 233) | protected function shouldRollBackDatabaseTransaction($e) method failed (line 247) | protected function failed($e) method resolve (line 264) | protected function resolve($class) method getResolvedJob (line 274) | public function getResolvedJob() method payload (line 284) | public function payload() method maxTries (line 294) | public function maxTries() method maxExceptions (line 304) | public function maxExceptions() method shouldFailOnTimeout (line 314) | public function shouldFailOnTimeout() method backoff (line 324) | public function backoff() method timeout (line 334) | public function timeout() method retryUntil (line 344) | public function retryUntil() method getName (line 354) | public function getName() method resolveName (line 366) | public function resolveName() method resolveQueuedJobClass (line 378) | public function resolveQueuedJobClass() method getConnectionName (line 388) | public function getConnectionName() method getQueue (line 398) | public function getQueue() method getContainer (line 408) | public function getContainer() FILE: src/Illuminate/Queue/Jobs/JobName.php class JobName (line 7) | class JobName method parse (line 15) | public static function parse($job) method resolve (line 27) | public static function resolve($name, $payload) method resolveClassName (line 43) | public static function resolveClassName($name, $payload) FILE: src/Illuminate/Queue/Jobs/RedisJob.php class RedisJob (line 9) | class RedisJob extends Job implements JobContract method __construct (line 49) | public function __construct(Container $container, RedisQueue $redis, $... method getRawBody (line 69) | public function getRawBody() method delete (line 79) | public function delete() method release (line 92) | public function release($delay = 0) method attempts (line 104) | public function attempts() method getJobId (line 114) | public function getJobId() method getRedisQueue (line 124) | public function getRedisQueue() method getReservedJob (line 134) | public function getReservedJob() FILE: src/Illuminate/Queue/Jobs/SqsJob.php class SqsJob (line 9) | class SqsJob extends Job implements JobContract method __construct (line 34) | public function __construct(Container $container, SqsClient $sqs, arra... method release (line 49) | public function release($delay = 0) method delete (line 65) | public function delete() method attempts (line 79) | public function attempts() method getJobId (line 89) | public function getJobId() method getRawBody (line 99) | public function getRawBody() method getSqs (line 109) | public function getSqs() method getSqsJob (line 119) | public function getSqsJob() FILE: src/Illuminate/Queue/Jobs/SyncJob.php class SyncJob (line 8) | class SyncJob extends Job implements JobContract method __construct (line 32) | public function __construct(Container $container, $payload, $connectio... method release (line 46) | public function release($delay = 0) method attempts (line 56) | public function attempts() method getJobId (line 66) | public function getJobId() method getRawBody (line 76) | public function getRawBody() method getQueue (line 86) | public function getQueue() FILE: src/Illuminate/Queue/Listener.php class Listener (line 11) | class Listener method __construct (line 53) | public function __construct($commandPath) method phpBinary (line 63) | protected function phpBinary() method artisanBinary (line 73) | protected function artisanBinary() method listen (line 86) | public function listen($connection, $queue, ListenerOptions $options) method makeProcess (line 107) | public function makeProcess($connection, $queue, ListenerOptions $opti... method addEnvironment (line 138) | protected function addEnvironment($command, ListenerOptions $options) method createCommand (line 151) | protected function createCommand($connection, $queue, ListenerOptions ... method runProcess (line 178) | public function runProcess(Process $process, $memory) method handleWorkerOutput (line 199) | protected function handleWorkerOutput($type, $line) method memoryExceeded (line 212) | public function memoryExceeded($memoryLimit) method stop (line 222) | public function stop() method setOutputHandler (line 233) | public function setOutputHandler(Closure $outputHandler) FILE: src/Illuminate/Queue/ListenerOptions.php class ListenerOptions (line 5) | class ListenerOptions extends WorkerOptions method __construct (line 27) | public function __construct($name = 'default', $environment = null, $b... FILE: src/Illuminate/Queue/LuaScripts.php class LuaScripts (line 5) | class LuaScripts method size (line 16) | public static function size() method push (line 32) | public static function push() method later (line 51) | public static function later() method pop (line 69) | public static function pop() method release (line 99) | public static function release() method migrateExpiredJobs (line 122) | public static function migrateExpiredJobs() method clear (line 157) | public static function clear() FILE: src/Illuminate/Queue/ManuallyFailedException.php class ManuallyFailedException (line 7) | class ManuallyFailedException extends RuntimeException FILE: src/Illuminate/Queue/MaxAttemptsExceededException.php class MaxAttemptsExceededException (line 7) | class MaxAttemptsExceededException extends RuntimeException method forJob (line 22) | public static function forJob($job) FILE: src/Illuminate/Queue/Middleware/FailOnException.php class FailOnException (line 8) | class FailOnException method __construct (line 22) | public function __construct($callback) method failForExceptions (line 37) | protected function failForExceptions(array $exceptions) method handle (line 59) | public function handle($job, callable $next) FILE: src/Illuminate/Queue/Middleware/RateLimited.php class RateLimited (line 12) | class RateLimited method __construct (line 47) | public function __construct($limiterName) method handle (line 61) | public function handle($job, $next) method handleJob (line 94) | protected function handleJob($job, $next, array $limits) method releaseAfter (line 115) | public function releaseAfter($releaseAfter) method dontRelease (line 127) | public function dontRelease() method getTimeUntilNextRetry (line 140) | protected function getTimeUntilNextRetry($key) method __sleep (line 150) | public function __sleep() method __wakeup (line 163) | public function __wakeup() FILE: src/Illuminate/Queue/Middleware/RateLimitedWithRedis.php class RateLimitedWithRedis (line 10) | class RateLimitedWithRedis extends RateLimited method __construct (line 33) | public function __construct($limiterName, ?string $connection = null) method handleJob (line 48) | protected function handleJob($job, $next, array $limits) method tooManyAttempts (line 69) | protected function tooManyAttempts($key, $maxAttempts, $decaySeconds) method getTimeUntilNextRetry (line 90) | protected function getTimeUntilNextRetry($key) method connection (line 101) | public function connection(string $name) method __sleep (line 113) | public function __sleep() method __wakeup (line 123) | public function __wakeup() FILE: src/Illuminate/Queue/Middleware/Skip.php class Skip (line 7) | class Skip method __construct (line 9) | public function __construct(protected bool $skip = false) method when (line 18) | public static function when(Closure|bool $condition): self method unless (line 28) | public static function unless(Closure|bool $condition): self method handle (line 36) | public function handle(mixed $job, callable $next): mixed FILE: src/Illuminate/Queue/Middleware/SkipIfBatchCancelled.php class SkipIfBatchCancelled (line 5) | class SkipIfBatchCancelled method handle (line 14) | public function handle($job, $next) FILE: src/Illuminate/Queue/Middleware/ThrottlesExceptions.php class ThrottlesExceptions (line 9) | class ThrottlesExceptions method __construct (line 94) | public function __construct($maxAttempts = 10, $decaySeconds = 600) method handle (line 109) | public function handle($job, $next) method when (line 150) | public function when(callable $callback) method deleteWhen (line 163) | public function deleteWhen(callable|string $callback) method failWhen (line 178) | public function failWhen(callable|string $callback) method shouldDelete (line 193) | protected function shouldDelete(Throwable $throwable): bool method shouldFail (line 210) | protected function shouldFail(Throwable $throwable): bool method withPrefix (line 227) | public function withPrefix(string $prefix) method backoff (line 240) | public function backoff($backoff) method getKey (line 253) | protected function getKey($job) method by (line 274) | public function by($key) method byJob (line 286) | public function byJob() method report (line 299) | public function report(?callable $callback = null) method getTimeUntilNextRetry (line 312) | protected function getTimeUntilNextRetry($key) FILE: src/Illuminate/Queue/Middleware/ThrottlesExceptionsWithRedis.php class ThrottlesExceptionsWithRedis (line 12) | class ThrottlesExceptionsWithRedis extends ThrottlesExceptions method handle (line 46) | public function handle($job, $next) method connection (line 93) | public function connection(string $name) FILE: src/Illuminate/Queue/Middleware/WithoutOverlapping.php class WithoutOverlapping (line 9) | class WithoutOverlapping method __construct (line 55) | public function __construct($key = '', $releaseAfter = 0, $expiresAfte... method handle (line 69) | public function handle($job, $next) method releaseAfter (line 92) | public function releaseAfter($releaseAfter) method dontRelease (line 104) | public function dontRelease() method expireAfter (line 117) | public function expireAfter($expiresAfter) method withPrefix (line 130) | public function withPrefix(string $prefix) method shared (line 142) | public function shared() method getLockKey (line 155) | public function getLockKey($job) FILE: src/Illuminate/Queue/NullQueue.php class NullQueue (line 7) | class NullQueue extends Queue implements QueueContract method size (line 15) | public function size($queue = null) method pendingSize (line 26) | public function pendingSize($queue = null) method delayedSize (line 37) | public function delayedSize($queue = null) method reservedSize (line 48) | public function reservedSize($queue = null) method creationTimeOfOldestPendingJob (line 59) | public function creationTimeOfOldestPendingJob($queue = null) method push (line 72) | public function push($job, $data = '', $queue = null) method pushRaw (line 85) | public function pushRaw($payload, $queue = null, array $options = []) method later (line 99) | public function later($delay, $job, $data = '', $queue = null) method pop (line 110) | public function pop($queue = null) FILE: src/Illuminate/Queue/Queue.php class Queue (line 30) | abstract class Queue method pushOn (line 77) | public function pushOn($queue, $job, $data = '') method laterOn (line 91) | public function laterOn($queue, $delay, $job, $data = '') method bulk (line 104) | public function bulk($jobs, $data = '', $queue = null) method createPayload (line 122) | protected function createPayload($job, $queue, $data = '', $delay = null) method createPayloadArray (line 153) | protected function createPayloadArray($job, $queue, $data = '') method createObjectPayload (line 169) | protected function createObjectPayload($job, $queue) method getDisplayName (line 216) | protected function getDisplayName($job) method getJobTries (line 229) | public function getJobTries($job) method getJobBackoff (line 246) | public function getJobBackoff($job) method getJobExpiration (line 269) | public function getJobExpiration($job) method jobShouldBeEncrypted (line 288) | protected function jobShouldBeEncrypted($job) method createStringPayload (line 305) | protected function createStringPayload($job, $queue, $data) method createPayloadUsing (line 327) | public static function createPayloadUsing($callback) method withCreatePayloadHooks (line 342) | protected function withCreatePayloadHooks($queue, array $payload) method enqueueUsing (line 363) | protected function enqueueUsing($job, $payload, $queue, $delay, $callb... method shouldDispatchAfterCommit (line 399) | protected function shouldDispatchAfterCommit($job) method raiseJobQueueingEvent (line 421) | protected function raiseJobQueueingEvent($queue, $job, $payload, $delay) method raiseJobQueuedEvent (line 440) | protected function raiseJobQueuedEvent($queue, $jobId, $job, $payload,... method getConnectionName (line 454) | public function getConnectionName() method setConnectionName (line 465) | public function setConnectionName($name) method getConfig (line 477) | public function getConfig() method setConfig (line 487) | public function setConfig(array $config) method getContainer (line 499) | public function getContainer() method setContainer (line 509) | public function setContainer(Container $container) FILE: src/Illuminate/Queue/QueueManager.php class QueueManager (line 14) | class QueueManager implements FactoryContract, MonitorContract method __construct (line 44) | public function __construct($app) method before (line 55) | public function before($callback) method after (line 66) | public function after($callback) method exceptionOccurred (line 77) | public function exceptionOccurred($callback) method looping (line 88) | public function looping($callback) method failing (line 99) | public function failing($callback) method starting (line 110) | public function starting($callback) method stopping (line 121) | public function stopping($callback) method route (line 134) | public function route(array|string $class, $queue = null, $connection ... method connected (line 145) | public function connected($name = null) method connection (line 156) | public function connection($name = null) method resolve (line 180) | protected function resolve($name) method getConnector (line 207) | protected function getConnector($driver) method pause (line 223) | public function pause($connection, $queue) method pauseFor (line 242) | public function pauseFor($connection, $queue, $ttl) method resume (line 260) | public function resume($connection, $queue) method isPaused (line 278) | public function isPaused($connection, $queue) method withoutInterruptionPolling (line 292) | public function withoutInterruptionPolling() method extend (line 305) | public function extend($driver, Closure $resolver) method addConnector (line 317) | public function addConnector($driver, Closure $resolver) method getConfig (line 328) | protected function getConfig($name) method getDefaultDriver (line 342) | public function getDefaultDriver() method setDefaultDriver (line 353) | public function setDefaultDriver($name) method getName (line 364) | public function getName($connection = null) method getApplication (line 374) | public function getApplication() method setApplication (line 385) | public function setApplication($app) method __call (line 403) | public function __call($method, $parameters) FILE: src/Illuminate/Queue/QueueRoutes.php class QueueRoutes (line 5) | class QueueRoutes method getConnection (line 20) | public function getConnection($queueable) method getQueue (line 39) | public function getQueue($queueable) method getRoute (line 58) | public function getRoute($queueable) method set (line 88) | public function set(array|string $class, $queue = null, $connection = ... method all (line 102) | public function all() FILE: src/Illuminate/Queue/QueueServiceProvider.php class QueueServiceProvider (line 28) | class QueueServiceProvider extends ServiceProvider implements Deferrable... method register (line 37) | public function register() method configureSerializableClosureUses (line 54) | protected function configureSerializableClosureUses() method registerManager (line 78) | protected function registerManager() method registerConnection (line 95) | protected function registerConnection() method registerConnectors (line 108) | public function registerConnectors($manager) method registerNullConnector (line 121) | protected function registerNullConnector($manager) method registerSyncConnector (line 134) | protected function registerSyncConnector($manager) method registerDeferredConnector (line 147) | protected function registerDeferredConnector($manager) method registerBackgroundConnector (line 160) | protected function registerBackgroundConnector($manager) method registerFailoverConnector (line 173) | protected function registerFailoverConnector($manager) method registerDatabaseConnector (line 189) | protected function registerDatabaseConnector($manager) method registerRedisConnector (line 202) | protected function registerRedisConnector($manager) method registerBeanstalkdConnector (line 215) | protected function registerBeanstalkdConnector($manager) method registerSqsConnector (line 228) | protected function registerSqsConnector($manager) method registerWorker (line 240) | protected function registerWorker() method registerListener (line 285) | protected function registerListener() method registerRoutes (line 297) | protected function registerRoutes() method registerFailedJobServices (line 309) | protected function registerFailedJobServices() method databaseFailedJobProvider (line 343) | protected function databaseFailedJobProvider($config) method databaseUuidFailedJobProvider (line 356) | protected function databaseUuidFailedJobProvider($config) method dynamoFailedJobProvider (line 369) | protected function dynamoFailedJobProvider($config) method provides (line 397) | public function provides() FILE: src/Illuminate/Queue/RedisQueue.php class RedisQueue (line 13) | class RedisQueue extends Queue implements QueueContract, ClearableQueue method __construct (line 79) | public function __construct( method size (line 103) | public function size($queue = null) method pendingSize (line 118) | public function pendingSize($queue = null) method delayedSize (line 129) | public function delayedSize($queue = null) method reservedSize (line 140) | public function reservedSize($queue = null) method creationTimeOfOldestPendingJob (line 151) | public function creationTimeOfOldestPendingJob($queue = null) method bulk (line 172) | public function bulk($jobs, $data = '', $queue = null) method push (line 203) | public function push($job, $data = '', $queue = null) method pushRaw (line 224) | public function pushRaw($payload, $queue = null, array $options = []) method later (line 243) | public function later($delay, $job, $data = '', $queue = null) method laterRaw (line 264) | protected function laterRaw($delay, $payload, $queue = null) method createPayloadArray (line 282) | protected function createPayloadArray($job, $queue, $data = '') method pop (line 297) | public function pop($queue = null, $index = 0) method migrate (line 327) | protected function migrate($queue) method migrateExpiredJobs (line 343) | public function migrateExpiredJobs($from, $to) method retrieveNextJob (line 357) | protected function retrieveNextJob($queue, $block = true) method deleteReserved (line 385) | public function deleteReserved($queue, $job) method deleteAndRelease (line 398) | public function deleteAndRelease($queue, $job, $delay) method clear (line 414) | public function clear($queue) method getRandomId (line 429) | protected function getRandomId() method getQueue (line 440) | public function getQueue($queue) method getConnection (line 450) | public function getConnection() method getRedis (line 460) | public function getRedis() FILE: src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php type SerializesAndRestoresModelIdentifiers (line 13) | trait SerializesAndRestoresModelIdentifiers method getSerializedPropertyValue (line 22) | protected function getSerializedPropertyValue($value, $withRelations =... method getRestoredPropertyValue (line 55) | protected function getRestoredPropertyValue($value) method restoreCollection (line 72) | protected function restoreCollection($value) method restoreModel (line 108) | public function restoreModel($value) method getQueryForModelRestoration (line 124) | protected function getQueryForModelRestoration($model, $ids) FILE: src/Illuminate/Queue/SerializesModels.php type SerializesModels (line 9) | trait SerializesModels method __serialize (line 18) | public function __serialize() method __unserialize (line 73) | public function __unserialize(array $values) method getPropertyValue (line 108) | protected function getPropertyValue(ReflectionProperty $property) FILE: src/Illuminate/Queue/SqsQueue.php class SqsQueue (line 11) | class SqsQueue extends Queue implements QueueContract, ClearableQueue method __construct (line 50) | public function __construct( method size (line 70) | public function size($queue = null) method pendingSize (line 94) | public function pendingSize($queue = null) method delayedSize (line 110) | public function delayedSize($queue = null) method reservedSize (line 126) | public function reservedSize($queue = null) method creationTimeOfOldestPendingJob (line 144) | public function creationTimeOfOldestPendingJob($queue = null) method push (line 158) | public function push($job, $data = '', $queue = null) method pushRaw (line 179) | public function pushRaw($payload, $queue = null, array $options = []) method later (line 195) | public function later($delay, $job, $data = '', $queue = null) method getQueueableOptions (line 217) | public function getQueueableOptions($job, $queue, $payload, $delay = n... method bulk (line 278) | public function bulk($jobs, $data = '', $queue = null) method pop (line 295) | public function pop($queue = null) method clear (line 316) | public function clear($queue) method getQueue (line 331) | public function getQueue($queue) method suffixQueue (line 347) | protected function suffixQueue($queue, $suffix = '') method getSqs (line 363) | public function getSqs() FILE: src/Illuminate/Queue/SyncQueue.php class SyncQueue (line 17) | class SyncQueue extends Queue implements QueueContract method __construct (line 24) | public function __construct($dispatchAfterCommit = false) method size (line 35) | public function size($queue = null) method pendingSize (line 46) | public function pendingSize($queue = null) method delayedSize (line 57) | public function delayedSize($queue = null) method reservedSize (line 68) | public function reservedSize($queue = null) method creationTimeOfOldestPendingJob (line 79) | public function creationTimeOfOldestPendingJob($queue = null) method push (line 94) | public function push($job, $data = '', $queue = null) method executeJob (line 124) | protected function executeJob($job, $data = '', $queue = null) method resolveJob (line 152) | protected function resolveJob($payload, $queue) method raiseBeforeJobEvent (line 163) | protected function raiseBeforeJobEvent(Job $job) method raiseAfterJobEvent (line 176) | protected function raiseAfterJobEvent(Job $job) method raiseJobAttemptedEvent (line 190) | protected function raiseJobAttemptedEvent(Job $job, ?Throwable $except... method raiseExceptionOccurredJobEvent (line 204) | protected function raiseExceptionOccurredJobEvent(Job $job, Throwable $e) method handleException (line 220) | protected function handleException(Job $queueJob, Throwable $e) method pushRaw (line 237) | public function pushRaw($payload, $queue = null, array $options = []) method later (line 251) | public function later($delay, $job, $data = '', $queue = null) method pop (line 262) | public function pop($queue = null) FILE: src/Illuminate/Queue/TimeoutExceededException.php class TimeoutExceededException (line 5) | class TimeoutExceededException extends MaxAttemptsExceededException method forJob (line 13) | public static function forJob($job) FILE: src/Illuminate/Queue/Worker.php class Worker (line 24) | class Worker method __construct (line 132) | public function __construct( method daemon (line 154) | public function daemon($connectionName, $queue, WorkerOptions $options) method registerTimeoutHandler (line 234) | protected function registerTimeoutHandler($job, WorkerOptions $options) method resetTimeoutHandler (line 271) | protected function resetTimeoutHandler() method timeoutForJob (line 283) | protected function timeoutForJob($job, WorkerOptions $options) method daemonShouldRun (line 296) | protected function daemonShouldRun(WorkerOptions $options, $connection... method pauseWorker (line 310) | protected function pauseWorker(WorkerOptions $options, $lastRestart) method stopIfNecessary (line 327) | protected function stopIfNecessary(WorkerOptions $options, $lastRestar... method runNextJob (line 348) | public function runNextJob($connectionName, $queue, WorkerOptions $opt... method getNextJob (line 371) | protected function getNextJob($connection, $queue) method queuePaused (line 415) | protected function queuePaused($connectionName, $queue) method runJob (line 432) | protected function runJob($job, $connectionName, WorkerOptions $options) method stopWorkerIfLostConnection (line 449) | protected function stopWorkerIfLostConnection($e) method process (line 466) | public function process($connectionName, $job, WorkerOptions $options) method handleJobException (line 510) | protected function handleJobException($connectionName, $job, WorkerOpt... method markJobAsFailedIfAlreadyExceedsMaxAttempts (line 559) | protected function markJobAsFailedIfAlreadyExceedsMaxAttempts($connect... method markJobAsFailedIfWillExceedMaxAttempts (line 587) | protected function markJobAsFailedIfWillExceedMaxAttempts($connectionN... method markJobAsFailedIfWillExceedMaxExceptions (line 608) | protected function markJobAsFailedIfWillExceedMaxExceptions($connectio... method markJobAsFailedIfItShouldFailOnTimeout (line 634) | protected function markJobAsFailedIfItShouldFailOnTimeout($connectionN... method failJob (line 648) | protected function failJob($job, Throwable $e) method calculateBackoff (line 660) | protected function calculateBackoff($job, WorkerOptions $options) method raiseWorkerStartingEvent (line 680) | protected function raiseWorkerStartingEvent($connectionName, $queue, $... method raiseBeforeJobPopEvent (line 692) | protected function raiseBeforeJobPopEvent($connectionName, $queue = null) method raiseAfterJobPopEvent (line 704) | protected function raiseAfterJobPopEvent($connectionName, $job) method raiseBeforeJobEvent (line 718) | protected function raiseBeforeJobEvent($connectionName, $job) method raiseAfterJobEvent (line 732) | protected function raiseAfterJobEvent($connectionName, $job) method raiseExceptionOccurredJobEvent (line 747) | protected function raiseExceptionOccurredJobEvent($connectionName, $jo... method queueShouldRestart (line 760) | protected function queueShouldRestart($lastRestart) method getTimestampOfLastQueueRestart (line 774) | protected function getTimestampOfLastQueueRestart() method listenForSignals (line 790) | protected function listenForSignals() method supportsAsyncSignals (line 806) | protected function supportsAsyncSignals() method memoryExceeded (line 817) | public function memoryExceeded($memoryLimit) method stop (line 830) | public function stop($status = 0, $options = null, $reason = null) method kill (line 844) | public function kill($status = 0, $options = null) method maxAttemptsExceededException (line 861) | protected function maxAttemptsExceededException($job) method timeoutExceededException (line 872) | protected function timeoutExceededException($job) method sleep (line 883) | public function sleep($seconds) method setCache (line 898) | public function setCache(CacheContract $cache) method setName (line 911) | public function setName($name) method popUsing (line 925) | public static function popUsing($workerName, $callback) method getManager (line 939) | public function getManager() method setManager (line 950) | public function setManager(QueueManager $manager) FILE: src/Illuminate/Queue/WorkerOptions.php class WorkerOptions (line 5) | class WorkerOptions method __construct (line 99) | public function __construct( FILE: src/Illuminate/Redis/Connections/Connection.php class Connection (line 14) | abstract class Connection method createSubscription (line 49) | abstract public function createSubscription($channels, Closure $callba... method funnel (line 57) | public function funnel($name) method throttle (line 68) | public function throttle($name) method client (line 78) | public function client() method subscribe (line 90) | public function subscribe($channels, Closure $callback) method psubscribe (line 102) | public function psubscribe($channels, Closure $callback) method command (line 116) | public function command($method, array $parameters = []) method parseParametersForEvent (line 145) | protected function parseParametersForEvent(array $parameters) method event (line 158) | protected function event($event) method listen (line 169) | public function listen(Closure $callback) method listenForFailures (line 180) | public function listenForFailures(Closure $callback) method getName (line 190) | public function getName() method setName (line 201) | public function setName($name) method getEventDispatcher (line 213) | public function getEventDispatcher() method setEventDispatcher (line 224) | public function setEventDispatcher(Dispatcher $events) method unsetEventDispatcher (line 234) | public function unsetEventDispatcher() method __call (line 246) | public function __call($method, $parameters) FILE: src/Illuminate/Redis/Connections/PacksPhpRedisValues.php type PacksPhpRedisValues (line 9) | trait PacksPhpRedisValues method pack (line 41) | public function pack(array $values): array method withoutSerializationOrCompression (line 94) | public function withoutSerializationOrCompression(callable $callback) method serialized (line 130) | public function serialized(): bool method compressed (line 141) | public function compressed(): bool method lzfCompressed (line 152) | public function lzfCompressed(): bool method zstdCompressed (line 163) | public function zstdCompressed(): bool method lz4Compressed (line 174) | public function lz4Compressed(): bool method supportsPacking (line 185) | protected function supportsPacking(): bool method supportsLzf (line 199) | protected function supportsLzf(): bool method supportsZstd (line 213) | protected function supportsZstd(): bool method phpRedisVersionAtLeast (line 228) | protected function phpRedisVersionAtLeast(string $version): bool FILE: src/Illuminate/Redis/Connections/PhpRedisClusterConnection.php class PhpRedisClusterConnection (line 7) | class PhpRedisClusterConnection extends PhpRedisConnection method scan (line 32) | #[\Override] method flushdb (line 53) | public function flushdb() method defaultNode (line 73) | private function defaultNode() FILE: src/Illuminate/Redis/Connections/PhpRedisConnection.php class PhpRedisConnection (line 14) | class PhpRedisConnection extends Connection implements ConnectionContract method __construct (line 39) | public function __construct($client, ?callable $connector = null, arra... method get (line 52) | public function get($key) method mget (line 65) | public function mget(array $keys) method set (line 82) | public function set($key, $value, $expireResolution = null, $expireTTL... method setnx (line 98) | public function setnx($key, $value) method hmget (line 110) | public function hmget($key, ...$dictionary) method hmset (line 126) | public function hmset($key, ...$dictionary) method hsetnx (line 147) | public function hsetnx($hash, $key, $value) method lrem (line 160) | public function lrem($key, $count, $value) method blpop (line 171) | public function blpop(...$arguments) method brpop (line 184) | public function brpop(...$arguments) method spop (line 198) | public function spop($key, $count = 1) method zadd (line 210) | public function zadd($key, ...$dictionary) method zrangebyscore (line 241) | public function zrangebyscore($key, $min, $max, $options = []) method zrevrangebyscore (line 262) | public function zrevrangebyscore($key, $min, $max, $options = []) method zinterstore (line 282) | public function zinterstore($output, $keys, $options = []) method zunionstore (line 298) | public function zunionstore($output, $keys, $options = []) method scan (line 313) | public function scan($cursor, $options = []) method zscan (line 335) | public function zscan($key, $cursor, $options = []) method hscan (line 357) | public function hscan($key, $cursor, $options = []) method sscan (line 379) | public function sscan($key, $cursor, $options = []) method pipeline (line 399) | public function pipeline(?callable $callback = null) method transaction (line 414) | public function transaction(?callable $callback = null) method evalsha (line 431) | public function evalsha($script, $numkeys, ...$arguments) method eval (line 446) | public function eval($script, $numberOfKeys, ...$arguments) method subscribe (line 458) | public function subscribe($channels, Closure $callback) method psubscribe (line 472) | public function psubscribe($channels, Closure $callback) method createSubscription (line 487) | public function createSubscription($channels, Closure $callback, $meth... method flushdb (line 497) | public function flushdb() method executeRaw (line 514) | public function executeRaw(array $parameters) method command (line 528) | public function command($method, array $parameters = []) method disconnect (line 546) | public function disconnect() method __call (line 558) | public function __call($method, $parameters) FILE: src/Illuminate/Redis/Connections/PredisClusterConnection.php class PredisClusterConnection (line 8) | class PredisClusterConnection extends PredisConnection method keys (line 16) | public function keys(string $pattern) method flushdb (line 32) | public function flushdb() FILE: src/Illuminate/Redis/Connections/PredisConnection.php class PredisConnection (line 13) | class PredisConnection extends Connection implements ConnectionContract method __construct (line 27) | public function __construct($client) method createSubscription (line 40) | public function createSubscription($channels, Closure $callback, $meth... method parseParametersForEvent (line 61) | protected function parseParametersForEvent(array $parameters) FILE: src/Illuminate/Redis/Connectors/PhpRedisConnector.php class PhpRedisConnector (line 16) | class PhpRedisConnector implements Connector method connect (line 25) | public function connect(array $config, array $options) method connectToCluster (line 50) | public function connectToCluster(array $config, array $clusterOptions,... method buildClusterConnectionString (line 65) | protected function buildClusterConnectionString(array $server) method createClient (line 78) | protected function createClient(array $config) method establishConnection (line 165) | protected function establishConnection($client, array $config) method createRedisClusterInstance (line 195) | protected function createRedisClusterInstance(array $servers, array $o... method formatHost (line 250) | protected function formatHost(array $options) method parseBackoffAlgorithm (line 267) | protected function parseBackoffAlgorithm(mixed $algorithm) FILE: src/Illuminate/Redis/Connectors/PredisConnector.php class PredisConnector (line 12) | class PredisConnector implements Connector method connect (line 21) | public function connect(array $config, array $options) method connectToCluster (line 47) | public function connectToCluster(array $config, array $clusterOptions,... FILE: src/Illuminate/Redis/Events/CommandExecuted.php class CommandExecuted (line 5) | class CommandExecuted method __construct (line 50) | public function __construct($command, $parameters, $time, $connection) FILE: src/Illuminate/Redis/Events/CommandFailed.php class CommandFailed (line 7) | class CommandFailed method __construct (line 52) | public function __construct($command, $parameters, Throwable $exceptio... FILE: src/Illuminate/Redis/Limiters/ConcurrencyLimiter.php class ConcurrencyLimiter (line 10) | class ConcurrencyLimiter method __construct (line 48) | public function __construct($redis, $name, $maxLocks, $releaseAfter) method block (line 67) | public function block($timeout, $callback = null, $sleep = 250) method acquire (line 102) | protected function acquire($id) method lockScript (line 124) | protected function lockScript() method release (line 143) | protected function release($key, $id) method releaseScript (line 156) | protected function releaseScript() FILE: src/Illuminate/Redis/Limiters/ConcurrencyLimiterBuilder.php class ConcurrencyLimiterBuilder (line 8) | class ConcurrencyLimiterBuilder method __construct (line 60) | public function __construct($connection, $name) method limit (line 72) | public function limit($maxLocks) method releaseAfter (line 85) | public function releaseAfter($releaseAfter) method block (line 98) | public function block($timeout) method sleep (line 111) | public function sleep($sleep) method then (line 127) | public function then(callable $callback, ?callable $failure = null) FILE: src/Illuminate/Redis/Limiters/DurationLimiter.php class DurationLimiter (line 8) | class DurationLimiter method __construct (line 60) | public function __construct($redis, $name, $maxLocks, $decay) method block (line 78) | public function block($timeout, $callback = null, $sleep = 750) method acquire (line 102) | public function acquire() method tooManyAttempts (line 120) | public function tooManyAttempts() method clear (line 134) | public function clear() method luaScript (line 150) | protected function luaScript() method tooManyAttemptsLuaScript (line 185) | protected function tooManyAttemptsLuaScript() FILE: src/Illuminate/Redis/Limiters/DurationLimiterBuilder.php class DurationLimiterBuilder (line 8) | class DurationLimiterBuilder method __construct (line 60) | public function __construct($connection, $name) method allow (line 72) | public function allow($maxLocks) method every (line 85) | public function every($decay) method block (line 98) | public function block($timeout) method sleep (line 111) | public function sleep($sleep) method then (line 127) | public function then(callable $callback, ?callable $failure = null) FILE: src/Illuminate/Redis/RedisManager.php class RedisManager (line 19) | class RedisManager implements Factory method __construct (line 70) | public function __construct($app, $driver, array $config) method connection (line 83) | public function connection($name = null) method resolve (line 104) | public function resolve($name = null) method resolveCluster (line 130) | protected function resolveCluster($name) method configure (line 148) | protected function configure(Connection $connection, $name) method connector (line 164) | protected function connector() method parseConnectionConfiguration (line 185) | protected function parseConnectionConfiguration($config) method connections (line 205) | public function connections() method enableEvents (line 215) | public function enableEvents() method disableEvents (line 225) | public function disableEvents() method setDriver (line 236) | public function setDriver($driver) method purge (line 247) | public function purge($name = null) method extend (line 264) | public function extend($driver, Closure $callback) method __call (line 278) | public function __call($method, $parameters) FILE: src/Illuminate/Redis/RedisServiceProvider.php class RedisServiceProvider (line 9) | class RedisServiceProvider extends ServiceProvider implements Deferrable... method register (line 16) | public function register() method provides (line 34) | public function provides() FILE: src/Illuminate/Reflection/Reflector.php class Reflector (line 12) | class Reflector method isCallable (line 21) | public static function isCallable($var, $syntaxOnly = false) method getClassAttribute (line 70) | public static function getClassAttribute($objectOrClass, $attribute, $... method getClassAttributes (line 86) | public static function getClassAttributes($objectOrClass, $attribute, ... method getParameterClassName (line 108) | public static function getParameterClassName($parameter) method getParameterClassNames (line 125) | public static function getParameterClassNames($parameter) method getTypeName (line 153) | protected static function getTypeName($parameter, $type) method isParameterSubclassOf (line 177) | public static function isParameterSubclassOf($parameter, $className) method isParameterBackedEnumWithStringBackingType (line 192) | public static function isParameterBackedEnumWithStringBackingType($par... FILE: src/Illuminate/Reflection/Traits/ReflectsClosures.php type ReflectsClosures (line 13) | trait ReflectsClosures method firstClosureParameterType (line 24) | protected function firstClosureParameterType(Closure $closure) method firstClosureParameterTypes (line 48) | protected function firstClosureParameterTypes(Closure $closure) method closureParameterTypes (line 83) | protected function closureParameterTypes(Closure $closure) method closureReturnTypes (line 106) | protected function closureReturnTypes(Closure $closure) FILE: src/Illuminate/Reflection/helpers.php function lazy (line 17) | function lazy($class, $callback = 0, $options = 0, $eager = []) function proxy (line 65) | function proxy($class, $callback = 0, $options = 0, $eager = []) FILE: src/Illuminate/Routing/AbstractRouteCollection.php class AbstractRouteCollection (line 18) | abstract class AbstractRouteCollection implements Countable, IteratorAgg... method handleMatchedRoute (line 29) | protected function handleMatchedRoute(Request $request, $route) method checkForAlternateVerbs (line 56) | protected function checkForAlternateVerbs($request) method matchAgainstRoutes (line 79) | protected function matchAgainstRoutes(array $routes, $request, $includ... method getRouteForMethods (line 107) | protected function getRouteForMethods($request, array $methods) method requestMethodNotAllowed (line 128) | protected function requestMethodNotAllowed($request, array $others, $m... method methodNotAllowed (line 152) | protected function methodNotAllowed(array $others, $method) method compile (line 169) | public function compile() method dumper (line 198) | public function dumper() method toSymfonyRouteCollection (line 208) | public function toSymfonyRouteCollection() method addToSymfonyRoutesCollection (line 240) | protected function addToSymfonyRoutesCollection(SymfonyRouteCollection... method generateRouteName (line 270) | protected function generateRouteName() method getIterator (line 280) | public function getIterator(): Traversable method count (line 290) | public function count(): int FILE: src/Illuminate/Routing/Attributes/Controllers/Authorize.php class Authorize (line 10) | #[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribu... method __construct (line 16) | public function __construct( FILE: src/Illuminate/Routing/Attributes/Controllers/Middleware.php class Middleware (line 8) | #[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribu... method __construct (line 15) | public function __construct( FILE: src/Illuminate/Routing/CallableDispatcher.php class CallableDispatcher (line 9) | class CallableDispatcher implements CallableDispatcherContract method __construct (line 25) | public function __construct(Container $container) method dispatch (line 37) | public function dispatch(Route $route, $callable) method resolveParameters (line 49) | protected function resolveParameters(Route $route, $callable) FILE: src/Illuminate/Routing/CompiledRouteCollection.php class CompiledRouteCollection (line 15) | class CompiledRouteCollection extends AbstractRouteCollection method __construct (line 65) | public function __construct(array $compiled, array $attributes) method add (line 78) | public function add(Route $route) method refreshNameLookups (line 90) | public function refreshNameLookups() method refreshActionLookups (line 102) | public function refreshActionLookups() method match (line 116) | public function match(Request $request) method requestWithoutTrailingSlash (line 159) | protected function requestWithoutTrailingSlash(Request $request) method get (line 178) | public function get($method = null) method hasNamedRoute (line 189) | public function hasNamedRoute($name) method getByName (line 200) | public function getByName($name) method getByAction (line 219) | public function getByAction($action) method getRoutes (line 241) | public function getRoutes() method getRoutesByMethod (line 257) | public function getRoutesByMethod() method getRoutesByName (line 276) | public function getRoutesByName() method newRoute (line 291) | protected function newRoute(array $attributes) method setRouter (line 321) | public function setRouter(Router $router) method setContainer (line 334) | public function setContainer(Container $container) FILE: src/Illuminate/Routing/Console/ControllerMakeCommand.php class ControllerMakeCommand (line 17) | #[AsCommand(name: 'make:controller')] method getStub (line 48) | protected function getStub() method resolveStubPath (line 85) | protected function resolveStubPath($stub) method getDefaultNamespace (line 98) | protected function getDefaultNamespace($rootNamespace) method buildClass (line 111) | protected function buildClass($name) method buildParentReplacements (line 149) | protected function buildParentReplacements() method buildModelReplacements (line 177) | protected function buildModelReplacements(array $replace) method parseModel (line 208) | protected function parseModel($model) method buildFormRequestReplacements (line 224) | protected function buildFormRequestReplacements(array $replace, $model... method generateFormRequests (line 266) | protected function generateFormRequests($modelClass, $storeRequestClas... method getOptions (line 288) | protected function getOptions() method afterPromptingForMissingArguments (line 311) | protected function afterPromptingForMissingArguments(InputInterface $i... FILE: src/Illuminate/Routing/Console/MiddlewareMakeCommand.php class MiddlewareMakeCommand (line 9) | #[AsCommand(name: 'make:middleware')] method getStub (line 40) | protected function getStub() method resolveStubPath (line 51) | protected function resolveStubPath($stub) method getDefaultNamespace (line 64) | protected function getDefaultNamespace($rootNamespace) FILE: src/Illuminate/Routing/Contracts/CallableDispatcher.php type CallableDispatcher (line 7) | interface CallableDispatcher method dispatch (line 16) | public function dispatch(Route $route, $callable); FILE: src/Illuminate/Routing/Contracts/ControllerDispatcher.php type ControllerDispatcher (line 7) | interface ControllerDispatcher method dispatch (line 17) | public function dispatch(Route $route, $controller, $method); method getMiddleware (line 26) | public function getMiddleware($controller, $method); FILE: src/Illuminate/Routing/Controller.php class Controller (line 7) | abstract class Controller method middleware (line 23) | public function middleware($middleware, array $options = []) method getMiddleware (line 40) | public function getMiddleware() method callAction (line 52) | public function callAction($method, $parameters) method __call (line 66) | public function __call($method, $parameters) FILE: src/Illuminate/Routing/ControllerDispatcher.php class ControllerDispatcher (line 9) | class ControllerDispatcher implements ControllerDispatcherContract method __construct (line 25) | public function __construct(Container $container) method dispatch (line 38) | public function dispatch(Route $route, $controller, $method) method resolveParameters (line 57) | protected function resolveParameters(Route $route, $controller, $method) method getMiddleware (line 71) | public function getMiddleware($controller, $method) FILE: src/Illuminate/Routing/ControllerMiddlewareOptions.php class ControllerMiddlewareOptions (line 5) | class ControllerMiddlewareOptions method __construct (line 19) | public function __construct(array &$options) method only (line 30) | public function only($methods) method except (line 43) | public function except($methods) FILE: src/Illuminate/Routing/Controllers/HasMiddleware.php type HasMiddleware (line 5) | interface HasMiddleware method middleware (line 12) | public static function middleware(); FILE: src/Illuminate/Routing/Controllers/Middleware.php class Middleware (line 11) | class Middleware method __construct (line 20) | public function __construct(public Closure|string|array $middleware, p... method only (line 30) | public function only(array|string $only) method except (line 43) | public function except(array|string $except) FILE: src/Illuminate/Routing/CreatesRegularExpressionRouteConstraints.php type CreatesRegularExpressionRouteConstraints (line 9) | trait CreatesRegularExpressionRouteConstraints method whereAlpha (line 17) | public function whereAlpha($parameters) method whereAlphaNumeric (line 28) | public function whereAlphaNumeric($parameters) method whereNumber (line 39) | public function whereNumber($parameters) method whereUlid (line 50) | public function whereUlid($parameters) method whereUuid (line 61) | public function whereUuid($parameters) method whereIn (line 73) | public function whereIn($parameters, array $values) method assignExpressionToParameters (line 90) | protected function assignExpressionToParameters($parameters, $expression) FILE: src/Illuminate/Routing/Events/PreparingResponse.php class PreparingResponse (line 5) | class PreparingResponse method __construct (line 13) | public function __construct( FILE: src/Illuminate/Routing/Events/ResponsePrepared.php class ResponsePrepared (line 5) | class ResponsePrepared method __construct (line 13) | public function __construct( FILE: src/Illuminate/Routing/Events/RouteMatched.php class RouteMatched (line 5) | class RouteMatched method __construct (line 13) | public function __construct( FILE: src/Illuminate/Routing/Events/Routing.php class Routing (line 5) | class Routing method __construct (line 12) | public function __construct( FILE: src/Illuminate/Routing/Exceptions/BackedEnumCaseNotFoundException.php class BackedEnumCaseNotFoundException (line 7) | class BackedEnumCaseNotFoundException extends RuntimeException method __construct (line 15) | public function __construct($backedEnumClass, $case) FILE: src/Illuminate/Routing/Exceptions/InvalidSignatureException.php class InvalidSignatureException (line 7) | class InvalidSignatureException extends HttpException method __construct (line 12) | public function __construct() FILE: src/Illuminate/Routing/Exceptions/MissingRateLimiterException.php class MissingRateLimiterException (line 7) | class MissingRateLimiterException extends Exception method forLimiter (line 15) | public static function forLimiter(string $limiter) method forLimiterAndUser (line 27) | public static function forLimiterAndUser(string $limiter, string $model) FILE: src/Illuminate/Routing/Exceptions/StreamedResponseException.php class StreamedResponseException (line 9) | class StreamedResponseException extends RuntimeException method __construct (line 23) | public function __construct(Throwable $originalException) method render (line 35) | public function render() method getInnerException (line 45) | public function getInnerException() FILE: src/Illuminate/Routing/Exceptions/UrlGenerationException.php class UrlGenerationException (line 9) | class UrlGenerationException extends Exception method forMissingParameters (line 18) | public static function forMissingParameters(Route $route, array $param... FILE: src/Illuminate/Routing/FiltersControllerMiddleware.php type FiltersControllerMiddleware (line 5) | trait FiltersControllerMiddleware method methodExcludedByOptions (line 14) | public static function methodExcludedByOptions($method, array $options) FILE: src/Illuminate/Routing/ImplicitRouteBinding.php class ImplicitRouteBinding (line 11) | class ImplicitRouteBinding method resolveForRoute (line 23) | public static function resolveForRoute($container, $route) method resolveBackedEnumsForRoute (line 77) | protected static function resolveBackedEnumsForRoute($route, $parameters) method getParameterName (line 113) | protected static function getParameterName($name, $parameters) FILE: src/Illuminate/Routing/Matching/HostValidator.php class HostValidator (line 8) | class HostValidator implements ValidatorInterface method matches (line 17) | public function matches(Route $route, Request $request) FILE: src/Illuminate/Routing/Matching/MethodValidator.php class MethodValidator (line 8) | class MethodValidator implements ValidatorInterface method matches (line 17) | public function matches(Route $route, Request $request) FILE: src/Illuminate/Routing/Matching/SchemeValidator.php class SchemeValidator (line 8) | class SchemeValidator implements ValidatorInterface method matches (line 17) | public function matches(Route $route, Request $request) FILE: src/Illuminate/Routing/Matching/UriValidator.php class UriValidator (line 8) | class UriValidator implements ValidatorInterface method matches (line 17) | public function matches(Route $route, Request $request) FILE: src/Illuminate/Routing/Matching/ValidatorInterface.php type ValidatorInterface (line 8) | interface ValidatorInterface method matches (line 17) | public function matches(Route $route, Request $request); FILE: src/Illuminate/Routing/Middleware/SubstituteBindings.php class SubstituteBindings (line 9) | class SubstituteBindings method __construct (line 23) | public function __construct(Registrar $router) method handle (line 37) | public function handle($request, Closure $next) FILE: src/Illuminate/Routing/Middleware/ThrottleRequests.php class ThrottleRequests (line 18) | class ThrottleRequests method __construct (line 41) | public function __construct(RateLimiter $limiter) method using (line 52) | public static function using($name) method with (line 67) | public static function with($maxAttempts = 60, $decayMinutes = 1, $pre... method handle (line 85) | public function handle($request, Closure $next, $maxAttempts = 60, $de... method handleRequestUsingNamedLimiter (line 119) | protected function handleRequestUsingNamedLimiter($request, Closure $n... method handleRequest (line 154) | protected function handleRequest($request, Closure $next, array $limits) method resolveMaxAttempts (line 194) | protected function resolveMaxAttempts($request, $maxAttempts) method resolveRequestSignature (line 224) | protected function resolveRequestSignature($request) method buildException (line 244) | protected function buildException($request, $key, $maxAttempts, $respo... method getTimeUntilNextRetry (line 265) | protected function getTimeUntilNextRetry($key) method addHeaders (line 279) | protected function addHeaders(Response $response, $maxAttempts, $remai... method getHeaders (line 297) | protected function getHeaders($maxAttempts, method calculateRemainingAttempts (line 329) | protected function calculateRemainingAttempts($key, $maxAttempts, $ret... method formatIdentifier (line 340) | private function formatIdentifier($value) method shouldHashKeys (line 351) | public static function shouldHashKeys(bool $shouldHashKeys = true) FILE: src/Illuminate/Routing/Middleware/ThrottleRequestsWithRedis.php class ThrottleRequestsWithRedis (line 10) | class ThrottleRequestsWithRedis extends ThrottleRequests method __construct (line 39) | public function __construct(RateLimiter $limiter, Redis $redis) method handleRequest (line 56) | protected function handleRequest($request, Closure $next, array $limits) method tooManyAttempts (line 93) | protected function tooManyAttempts($key, $maxAttempts, $decaySeconds) method hit (line 114) | protected function hit($key, $maxAttempts, $decaySeconds) method calculateRemainingAttempts (line 135) | protected function calculateRemainingAttempts($key, $maxAttempts, $ret... method getTimeUntilNextRetry (line 146) | protected function getTimeUntilNextRetry($key) method getRedisConnection (line 156) | protected function getRedisConnection() FILE: src/Illuminate/Routing/Middleware/ValidateSignature.php class ValidateSignature (line 9) | class ValidateSignature method relative (line 33) | public static function relative($ignore = []) method absolute (line 46) | public static function absolute($ignore = []) method handle (line 65) | public function handle($request, Closure $next, ...$args) method parseArguments (line 82) | protected function parseArguments(array $args) method except (line 104) | public static function except($parameters) FILE: src/Illuminate/Routing/MiddlewareNameResolver.php class MiddlewareNameResolver (line 7) | class MiddlewareNameResolver method resolve (line 17) | public static function resolve($name, $map, $middlewareGroups) method parseMiddlewareGroup (line 53) | protected static function parseMiddlewareGroup($name, $map, $middlewar... FILE: src/Illuminate/Routing/PendingResourceRegistration.php class PendingResourceRegistration (line 8) | class PendingResourceRegistration method __construct (line 55) | public function __construct(ResourceRegistrar $registrar, $name, $cont... method only (line 69) | public function only($methods) method except (line 82) | public function except($methods) method names (line 95) | public function names($names) method name (line 109) | public function name($method, $name) method parameters (line 122) | public function parameters($parameters) method parameter (line 136) | public function parameter($previous, $new) method middleware (line 149) | public function middleware($middleware) method middlewareFor (line 178) | public function middlewareFor($methods, $middleware) method withoutMiddleware (line 203) | public function withoutMiddleware($middleware) method withoutMiddlewareFor (line 219) | public function withoutMiddlewareFor($methods, $middleware) method where (line 237) | public function where($wheres) method shallow (line 250) | public function shallow($shallow = true) method missing (line 263) | public function missing($callback) method scoped (line 276) | public function scoped(array $fields = []) method withTrashed (line 289) | public function withTrashed(array $methods = []) method register (line 301) | public function register() method __destruct (line 315) | public function __destruct() FILE: src/Illuminate/Routing/PendingSingletonResourceRegistration.php class PendingSingletonResourceRegistration (line 8) | class PendingSingletonResourceRegistration method __construct (line 55) | public function __construct(ResourceRegistrar $registrar, $name, $cont... method only (line 69) | public function only($methods) method except (line 82) | public function except($methods) method creatable (line 94) | public function creatable() method destroyable (line 106) | public function destroyable() method names (line 119) | public function names($names) method name (line 133) | public function name($method, $name) method parameters (line 146) | public function parameters($parameters) method parameter (line 160) | public function parameter($previous, $new) method middleware (line 173) | public function middleware($middleware) method middlewareFor (line 202) | public function middlewareFor($methods, $middleware) method withoutMiddleware (line 227) | public function withoutMiddleware($middleware) method withoutMiddlewareFor (line 243) | public function withoutMiddlewareFor($methods, $middleware) method where (line 261) | public function where($wheres) method register (line 273) | public function register() method __destruct (line 287) | public function __destruct() FILE: src/Illuminate/Routing/Pipeline.php class Pipeline (line 16) | class Pipeline extends BasePipeline method handleCarry (line 24) | protected function handleCarry($carry) method handleException (line 40) | protected function handleException($passable, Throwable $e) FILE: src/Illuminate/Routing/RedirectController.php class RedirectController (line 10) | class RedirectController extends Controller method __invoke (line 19) | public function __invoke(Request $request, UrlGenerator $url) FILE: src/Illuminate/Routing/Redirector.php class Redirector (line 9) | class Redirector method __construct (line 32) | public function __construct(UrlGenerator $generator) method back (line 45) | public function back($status = 302, $headers = [], $fallback = false) method refresh (line 57) | public function refresh($status = 302, $headers = []) method guest (line 71) | public function guest($path, $status = 302, $headers = [], $secure = n... method intended (line 95) | public function intended($default = '/', $status = 302, $headers = [],... method to (line 111) | public function to($path, $status = 302, $headers = [], $secure = null) method away (line 124) | public function away($path, $status = 302, $headers = []) method secure (line 137) | public function secure($path, $status = 302, $headers = []) method route (line 151) | public function route($route, $parameters = [], $status = 302, $header... method signedRoute (line 166) | public function signedRoute($route, $parameters = [], $expiration = nu... method temporarySignedRoute (line 181) | public function temporarySignedRoute($route, $expiration, $parameters ... method action (line 195) | public function action($action, $parameters = [], $status = 302, $head... method createRedirect (line 208) | protected function createRedirect($path, $status, $headers) method getUrlGenerator (line 224) | public function getUrlGenerator() method setSession (line 235) | public function setSession(SessionStore $session) method getIntendedUrl (line 245) | public function getIntendedUrl() method setIntendedUrl (line 256) | public function setIntendedUrl($url) FILE: src/Illuminate/Routing/ResolvesRouteDependencies.php type ResolvesRouteDependencies (line 14) | trait ResolvesRouteDependencies method resolveClassMethodDependencies (line 24) | protected function resolveClassMethodDependencies(array $parameters, $... method resolveMethodDependencies (line 42) | public function resolveMethodDependencies(array $parameters, Reflectio... method transformDependency (line 76) | protected function transformDependency(ReflectionParameter $parameter,... method alreadyInParameters (line 105) | protected function alreadyInParameters($class, array $parameters) method spliceIntoParameters (line 118) | protected function spliceIntoParameters(array &$parameters, $offset, $... FILE: src/Illuminate/Routing/ResourceRegistrar.php class ResourceRegistrar (line 7) | class ResourceRegistrar method __construct (line 66) | public function __construct(Router $router) method register (line 79) | public function register($name, $controller, array $options = []) method singleton (line 146) | public function singleton($name, $controller, array $options = []) method prefixedResource (line 209) | protected function prefixedResource($name, $controller, array $options) method prefixedSingleton (line 231) | protected function prefixedSingleton($name, $controller, array $options) method getResourcePrefix (line 251) | protected function getResourcePrefix($name) method getResourceMethods (line 270) | protected function getResourceMethods($defaults, $options) method addResourceIndex (line 294) | protected function addResourceIndex($name, $base, $controller, $options) method addResourceCreate (line 314) | protected function addResourceCreate($name, $base, $controller, $options) method addResourceStore (line 334) | protected function addResourceStore($name, $base, $controller, $options) method addResourceShow (line 354) | protected function addResourceShow($name, $base, $controller, $options) method addResourceEdit (line 374) | protected function addResourceEdit($name, $base, $controller, $options) method addResourceUpdate (line 394) | protected function addResourceUpdate($name, $base, $controller, $options) method addResourceDestroy (line 414) | protected function addResourceDestroy($name, $base, $controller, $opti... method addSingletonCreate (line 433) | protected function addSingletonCreate($name, $controller, $options) method addSingletonStore (line 452) | protected function addSingletonStore($name, $controller, $options) method addSingletonShow (line 471) | protected function addSingletonShow($name, $controller, $options) method addSingletonEdit (line 490) | protected function addSingletonEdit($name, $controller, $options) method addSingletonUpdate (line 509) | protected function addSingletonUpdate($name, $controller, $options) method addSingletonDestroy (line 528) | protected function addSingletonDestroy($name, $controller, $options) method getShallowName (line 546) | protected function getShallowName($name, $options) method setResourceBindingFields (line 560) | protected function setResourceBindingFields($route, $bindingFields) method getResourceUri (line 577) | public function getResourceUri($resource) method getNestedResourceUri (line 599) | protected function getNestedResourceUri(array $segments) method getResourceWildcard (line 615) | public function getResourceWildcard($value) method getResourceAction (line 637) | protected function getResourceAction($resource, $controller, $method, ... method getResourceRouteName (line 670) | protected function getResourceRouteName($resource, $method, $options) method singularParameters (line 699) | public static function singularParameters($singular = true) method getParameters (line 709) | public static function getParameters() method setParameters (line 720) | public static function setParameters(array $parameters = []) method verbs (line 731) | public static function verbs(array $verbs = []) FILE: src/Illuminate/Routing/ResponseFactory.php class ResponseFactory (line 21) | class ResponseFactory implements FactoryContract method __construct (line 45) | public function __construct(ViewFactory $view, Redirector $redirector) method make (line 59) | public function make($content = '', $status = 200, array $headers = []) method noContent (line 71) | public function noContent($status = 204, array $headers = []) method view (line 85) | public function view($view, $data = [], $status = 200, array $headers ... method json (line 103) | public function json($data = [], $status = 200, array $headers = [], $... method jsonp (line 118) | public function jsonp($callback, $data = [], $status = 200, array $hea... method eventStream (line 131) | public function eventStream(Closure $callback, array $headers = [], St... method stream (line 194) | public function stream($callback, $status = 200, array $headers = []) method streamJson (line 224) | public function streamJson($data, $status = 200, $headers = [], $encod... method streamDownload (line 240) | public function streamDownload($callback, $name = null, array $headers... method download (line 272) | public function download($file, $name = null, array $headers = [], $di... method fallbackName (line 289) | protected function fallbackName($name) method file (line 301) | public function file($file, array $headers = []) method redirectTo (line 315) | public function redirectTo($path, $status = 302, $headers = [], $secur... method redirectToRoute (line 329) | public function redirectToRoute($route, $parameters = [], $status = 30... method redirectToAction (line 343) | public function redirectToAction($action, $parameters = [], $status = ... method redirectGuest (line 357) | public function redirectGuest($path, $status = 302, $headers = [], $se... method redirectToIntended (line 371) | public function redirectToIntended($default = '/', $status = 302, $hea... FILE: src/Illuminate/Routing/Route.php class Route (line 34) | class Route method __construct (line 178) | public function __construct($methods, $uri, $action) method parseAction (line 199) | protected function parseAction($action) method run (line 209) | public function run() method isControllerAction (line 229) | protected function isControllerAction() method runCallable (line 239) | protected function runCallable() method isSerializedClosure (line 255) | protected function isSerializedClosure() method runController (line 267) | protected function runController() method getController (line 281) | public function getController() method getControllerClass (line 301) | public function getControllerClass() method getControllerMethod (line 311) | protected function getControllerMethod() method parseControllerCallback (line 321) | protected function parseControllerCallback() method flushController (line 331) | public function flushController() method matches (line 344) | public function matches(Request $request, $includingMethod = true) method compileRoute (line 366) | protected function compileRoute() method bind (line 381) | public function bind(Request $request) method hasParameters (line 398) | public function hasParameters() method hasParameter (line 409) | public function hasParameter($name) method parameter (line 425) | public function parameter($name, $default = null) method originalParameter (line 437) | public function originalParameter($name, $default = null) method setParameter (line 449) | public function setParameter($name, $value) method forgetParameter (line 462) | public function forgetParameter($name) method parameters (line 476) | public function parameters() method originalParameters (line 492) | public function originalParameters() method parametersWithoutNulls (line 506) | public function parametersWithoutNulls() method parameterNames (line 516) | public function parameterNames() method compileParameterNames (line 530) | protected function compileParameterNames() method signatureParameters (line 543) | public function signatureParameters($conditions = []) method bindingFieldFor (line 558) | public function bindingFieldFor($parameter) method bindingFields (line 570) | public function bindingFields() method setBindingFields (line 581) | public function setBindingFields(array $bindingFields) method parentOfParameter (line 594) | public function parentOfParameter($parameter) method withTrashed (line 611) | public function withTrashed($withTrashed = true) method allowsTrashedBindings (line 623) | public function allowsTrashedBindings() method defaults (line 635) | public function defaults($key, $value) method setDefaults (line 648) | public function setDefaults(array $defaults) method where (line 662) | public function where($name, $expression = null) method parseWhere (line 678) | protected function parseWhere($name, $expression) method setWheres (line 689) | public function setWheres(array $wheres) method fallback (line 703) | public function fallback() method setFallback (line 716) | public function setFallback($isFallback) method methods (line 728) | public function methods() method httpOnly (line 738) | public function httpOnly() method httpsOnly (line 748) | public function httpsOnly() method secure (line 758) | public function secure() method domain (line 771) | public function domain($domain = null) method getDomain (line 797) | public function getDomain() method getPrefix (line 809) | public function getPrefix() method prefix (line 820) | public function prefix($prefix) method updatePrefixOnAction (line 837) | protected function updatePrefixOnAction($prefix) method uri (line 849) | public function uri() method setUri (line 860) | public function setUri($uri) method parseUri (line 873) | protected function parseUri($uri) method getName (line 887) | public function getName() method name (line 900) | public function name($name) method named (line 917) | public function named(...$patterns) method uses (line 938) | public function uses($action) method addGroupNamespaceToStringUses (line 958) | protected function addGroupNamespaceToStringUses($action) method getActionName (line 974) | public function getActionName() method getActionMethod (line 984) | public function getActionMethod() method getAction (line 995) | public function getAction($key = null) method setAction (line 1006) | public function setAction(array $action) method getMissing (line 1028) | public function getMissing() method missing (line 1045) | public function missing($missing) method gatherMiddleware (line 1057) | public function gatherMiddleware() method middleware (line 1076) | public function middleware($middleware = null) method can (line 1104) | public function can($ability, $models = []) method controllerMiddleware (line 1118) | public function controllerMiddleware() method staticallyProvidedControllerMiddleware (line 1153) | protected function staticallyProvidedControllerMiddleware(string $clas... method attributeProvidedControllerMiddleware (line 1178) | protected function attributeProvidedControllerMiddleware(string $class... method withoutMiddleware (line 1209) | public function withoutMiddleware($middleware) method excludedMiddleware (line 1223) | public function excludedMiddleware() method scopeBindings (line 1233) | public function scopeBindings() method withoutScopedBindings (line 1245) | public function withoutScopedBindings() method enforcesScopedBindings (line 1257) | public function enforcesScopedBindings() method preventsScopedBindings (line 1267) | public function preventsScopedBindings() method block (line 1279) | public function block($lockSeconds = 10, $waitSeconds = 10) method withoutBlocking (line 1292) | public function withoutBlocking() method locksFor (line 1302) | public function locksFor() method waitsFor (line 1312) | public function waitsFor() method controllerDispatcher (line 1324) | public function controllerDispatcher() method getValidators (line 1338) | public static function getValidators() method toSymfonyRoute (line 1358) | public function toSymfonyRoute() method getOptionalParameterNames (line 1372) | public function getOptionalParameterNames() method getCompiled (line 1384) | public function getCompiled() method setRouter (line 1395) | public function setRouter(Router $router) method setContainer (line 1408) | public function setContainer(Container $container) method prepareForSerialization (line 1422) | public function prepareForSerialization() method __get (line 1447) | public function __get($key) FILE: src/Illuminate/Routing/RouteAction.php class RouteAction (line 11) | class RouteAction method parse (line 20) | public static function parse($uri, $action) method missingAction (line 61) | protected static function missingAction($uri) method findCallable (line 74) | protected static function findCallable(array $action) method makeInvokable (line 89) | protected static function makeInvokable($action) method containsSerializedClosure (line 104) | public static function containsSerializedClosure(array $action) FILE: src/Illuminate/Routing/RouteBinding.php class RouteBinding (line 9) | class RouteBinding method forCallback (line 18) | public static function forCallback($container, $binder) method createClassBinding (line 34) | protected static function createClassBinding($container, $binding) method forModel (line 58) | public static function forModel($container, $class, $callback = null) FILE: src/Illuminate/Routing/RouteCollection.php class RouteCollection (line 8) | class RouteCollection extends AbstractRouteCollection method add (line 44) | public function add(Route $route) method addToCollections (line 59) | protected function addToCollections($route) method addLookups (line 89) | protected function addLookups($route) method addToActionList (line 115) | protected function addToActionList($action, $route) method inActionLookup (line 126) | protected function inActionLookup($controller) method inNameLookup (line 137) | protected function inNameLookup($name) method refreshNameLookups (line 149) | public function refreshNameLookups() method refreshActionLookups (line 167) | public function refreshActionLookups() method match (line 187) | public function match(Request $request) method get (line 205) | public function get($method = null) method hasNamedRoute (line 216) | public function hasNamedRoute($name) method getByName (line 227) | public function getByName($name) method getByAction (line 238) | public function getByAction($action) method getRoutes (line 248) | public function getRoutes() method getRoutesByMethod (line 258) | public function getRoutesByMethod() method getRoutesByName (line 268) | public function getRoutesByName() method toSymfonyRouteCollection (line 278) | public function toSymfonyRouteCollection() method toCompiledRouteCollection (line 294) | public function toCompiledRouteCollection(Router $router, Container $c... FILE: src/Illuminate/Routing/RouteCollectionInterface.php type RouteCollectionInterface (line 7) | interface RouteCollectionInterface method add (line 15) | public function add(Route $route); method refreshNameLookups (line 24) | public function refreshNameLookups(); method refreshActionLookups (line 33) | public function refreshActionLookups(); method match (line 44) | public function match(Request $request); method get (line 52) | public function get($method = null); method hasNamedRoute (line 60) | public function hasNamedRoute($name); method getByName (line 68) | public function getByName($name); method getByAction (line 76) | public function getByAction($action); method getRoutes (line 83) | public function getRoutes(); method getRoutesByMethod (line 90) | public function getRoutesByMethod(); method getRoutesByName (line 97) | public function getRoutesByName(); FILE: src/Illuminate/Routing/RouteDependencyResolverTrait.php type RouteDependencyResolverTrait (line 8) | trait RouteDependencyResolverTrait FILE: src/Illuminate/Routing/RouteFileRegistrar.php class RouteFileRegistrar (line 5) | class RouteFileRegistrar method __construct (line 19) | public function __construct(Router $router) method register (line 30) | public function register($routes) FILE: src/Illuminate/Routing/RouteGroup.php class RouteGroup (line 7) | class RouteGroup method merge (line 17) | public static function merge($new, $old, $prependExistingPrefix = true) method formatNamespace (line 45) | protected static function formatNamespace($new, $old) method formatPrefix (line 64) | protected static function formatPrefix($new, $old, $prependExistingPre... method formatWhere (line 82) | protected static function formatWhere($new, $old) method formatAs (line 97) | protected static function formatAs($new, $old) FILE: src/Illuminate/Routing/RouteParameterBinder.php class RouteParameterBinder (line 7) | class RouteParameterBinder method __construct (line 21) | public function __construct($route) method parameters (line 32) | public function parameters($request) method bindPathParameters (line 54) | protected function bindPathParameters($request) method bindHostParameters (line 70) | protected function bindHostParameters($request, $parameters) method matchToKeys (line 83) | protected function matchToKeys(array $matches) method replaceDefaults (line 102) | protected function replaceDefaults(array $parameters) FILE: src/Illuminate/Routing/RouteRegistrar.php class RouteRegistrar (line 35) | class RouteRegistrar method __construct (line 103) | public function __construct(Router $router) method attribute (line 117) | public function attribute($key, $value) method resource (line 160) | public function resource($name, $controller, array $options = []) method apiResource (line 173) | public function apiResource($name, $controller, array $options = []) method singleton (line 186) | public function singleton($name, $controller, array $options = []) method apiSingleton (line 199) | public function apiSingleton($name, $controller, array $options = []) method group (line 210) | public function group($callback) method match (line 225) | public function match($methods, $uri, $action = null) method registerRoute (line 238) | protected function registerRoute($method, $uri, $action = null) method compileAction (line 253) | protected function compileAction($action) method __call (line 287) | public function __call($method, $parameters) FILE: src/Illuminate/Routing/RouteSignatureParameters.php class RouteSignatureParameters (line 10) | class RouteSignatureParameters method fromAction (line 19) | public static function fromAction(array $action, $conditions = []) method fromClassMethodString (line 42) | protected static function fromClassMethodString($uses) FILE: src/Illuminate/Routing/RouteUri.php class RouteUri (line 5) | class RouteUri method __construct (line 27) | public function __construct(string $uri, array $bindingFields = []) method parse (line 39) | public static function parse($uri) FILE: src/Illuminate/Routing/RouteUrlGenerator.php class RouteUrlGenerator (line 11) | class RouteUrlGenerator method __construct (line 62) | public function __construct($url, $request) method to (line 78) | public function to($route, $parameters = [], $absolute = false) method getRouteDomain (line 122) | protected function getRouteDomain($route, &$parameters) method formatDomain (line 134) | protected function formatDomain($route, &$parameters) method getRouteScheme (line 147) | protected function getRouteScheme($route) method addPortToDomain (line 164) | protected function addPortToDomain($domain) method formatParameters (line 182) | protected function formatParameters(Route $route, $parameters) method replaceRootParameters (line 318) | protected function replaceRootParameters($route, $domain, &$parameters) method replaceRouteParameters (line 334) | protected function replaceRouteParameters($path, array &$parameters) method replaceNamedParameters (line 357) | protected function replaceNamedParameters($path, &$parameters) method addQueryString (line 379) | protected function addQueryString($uri, array $parameters) method getRouteQueryString (line 399) | protected function getRouteQueryString(array $parameters) method getStringParameters (line 432) | protected function getStringParameters(array $parameters) method getNumericParameters (line 443) | protected function getNumericParameters(array $parameters) method defaults (line 454) | public function defaults(array $defaults) FILE: src/Illuminate/Routing/Router.php class Router (line 38) | class Router implements BindingRegistrar, RegistrarContract method __construct (line 144) | public function __construct(Dispatcher $events, ?Container $container ... method get (line 158) | public function get($uri, $action = null) method post (line 170) | public function post($uri, $action = null) method put (line 182) | public function put($uri, $action = null) method patch (line 194) | public function patch($uri, $action = null) method delete (line 206) | public function delete($uri, $action = null) method options (line 218) | public function options($uri, $action = null) method any (line 230) | public function any($uri, $action = null) method fallback (line 241) | public function fallback($action) method redirect (line 258) | public function redirect($uri, $destination, $status = 302) method permanentRedirect (line 272) | public function permanentRedirect($uri, $destination) method view (line 287) | public function view($uri, $view, $data = [], $status = 200, array $he... method match (line 306) | public function match($methods, $uri, $action = null) method resources (line 318) | public function resources(array $resources, array $options = []) method softDeletableResources (line 332) | public function softDeletableResources(array $resources, array $option... method resource (line 347) | public function resource($name, $controller, array $options = []) method apiResources (line 367) | public function apiResources(array $resources, array $options = []) method apiResource (line 382) | public function apiResource($name, $controller, array $options = []) method singletons (line 402) | public function singletons(array $singletons, array $options = []) method singleton (line 417) | public function singleton($name, $controller, array $options = []) method apiSingletons (line 437) | public function apiSingletons(array $singletons, array $options = []) method apiSingleton (line 452) | public function apiSingleton($name, $controller, array $options = []) method group (line 472) | public function group(array $attributes, $routes) method updateGroupStack (line 494) | protected function updateGroupStack(array $attributes) method mergeWithLastGroup (line 510) | public function mergeWithLastGroup($new, $prependExistingPrefix = true) method loadRoutes (line 521) | protected function loadRoutes($routes) method getLastGroupPrefix (line 535) | public function getLastGroupPrefix() method addRoute (line 554) | public function addRoute($methods, $uri, $action) method createRoute (line 567) | protected function createRoute($methods, $uri, $action) method actionReferencesController (line 598) | protected function actionReferencesController($action) method convertToControllerAction (line 613) | protected function convertToControllerAction($action) method prependGroupNamespace (line 641) | protected function prependGroupNamespace($class) method prependGroupController (line 656) | protected function prependGroupController($class) method newRoute (line 683) | public function newRoute($methods, $uri, $action) method prefix (line 696) | protected function prefix($uri) method addWhereClausesToRoute (line 707) | protected function addWhereClausesToRoute($route) method mergeGroupAttributesIntoRoute (line 722) | protected function mergeGroupAttributesIntoRoute($route) method respondWithRoute (line 736) | public function respondWithRoute($name) method dispatch (line 749) | public function dispatch(Request $request) method dispatchToRoute (line 762) | public function dispatchToRoute(Request $request) method findRoute (line 773) | protected function findRoute($request) method runRoute (line 793) | protected function runRoute(Request $request, Route $route) method runRouteWithinStack (line 811) | protected function runRouteWithinStack(Route $route, Request $request) method gatherRouteMiddleware (line 832) | public function gatherRouteMiddleware(Route $route) method resolveMiddleware (line 844) | public function resolveMiddleware(array $middleware, array $excluded =... method sortMiddleware (line 890) | protected function sortMiddleware(Collection $middlewares) method prepareResponse (line 902) | public function prepareResponse($request, $response) method toResponse (line 918) | public static function toResponse($request, $response) method substituteBindings (line 958) | public function substituteBindings($route) method substituteImplicitBindings (line 978) | public function substituteImplicitBindings($route) method substituteImplicitBindingsUsing (line 993) | public function substituteImplicitBindingsUsing($callback) method performBinding (line 1010) | protected function performBinding($key, $value, $route) method matched (line 1021) | public function matched($callback) method getMiddleware (line 1031) | public function getMiddleware() method aliasMiddleware (line 1043) | public function aliasMiddleware($name, $class) method hasMiddlewareGroup (line 1056) | public function hasMiddlewareGroup($name) method getMiddlewareGroups (line 1066) | public function getMiddlewareGroups() method middlewareGroup (line 1078) | public function middlewareGroup($name, array $middleware) method prependMiddlewareToGroup (line 1094) | public function prependMiddlewareToGroup($group, $middleware) method pushMiddlewareToGroup (line 1112) | public function pushMiddlewareToGroup($group, $middleware) method removeMiddlewareFromGroup (line 1132) | public function removeMiddlewareFromGroup($group, $middleware) method flushMiddlewareGroups (line 1156) | public function flushMiddlewareGroups() method bind (line 1170) | public function bind($key, $binder) method model (line 1185) | public function model($key, $class, ?Closure $callback = null) method getBindingCallback (line 1196) | public function getBindingCallback($key) method getPatterns (line 1208) | public function getPatterns() method pattern (line 1220) | public function pattern($key, $pattern) method patterns (line 1231) | public function patterns($patterns) method hasGroupStack (line 1243) | public function hasGroupStack() method getGroupStack (line 1253) | public function getGroupStack() method input (line 1265) | public function input($key, $default = null) method getCurrentRequest (line 1275) | public function getCurrentRequest() method getCurrentRoute (line 1285) | public function getCurrentRoute() method current (line 1295) | public function current() method has (line 1306) | public function has($name) method currentRouteName (line 1324) | public function currentRouteName() method is (line 1335) | public function is(...$patterns) method currentRouteNamed (line 1346) | public function currentRouteNamed(...$patterns) method currentRouteAction (line 1356) | public function currentRouteAction() method uses (line 1369) | public function uses(...$patterns) method currentRouteUses (line 1386) | public function currentRouteUses($action) method singularResourceParameters (line 1397) | public function singularResourceParameters($singular = true) method resourceParameters (line 1408) | public function resourceParameters(array $parameters = []) method resourceVerbs (line 1419) | public function resourceVerbs(array $verbs = []) method getRoutes (line 1429) | public function getRoutes() method setRoutes (line 1440) | public function setRoutes(RouteCollection $routes) method setCompiledRoutes (line 1457) | public function setCompiledRoutes(array $routes) method uniqueMiddleware (line 1472) | public static function uniqueMiddleware(array $middleware) method setContainer (line 1495) | public function setContainer(Container $container) method __call (line 1509) | public function __call($method, $parameters) FILE: src/Illuminate/Routing/RoutingServiceProvider.php class RoutingServiceProvider (line 17) | class RoutingServiceProvider extends ServiceProvider method register (line 24) | public function register() method registerRouter (line 41) | protected function registerRouter() method registerUrlGenerator (line 53) | protected function registerUrlGenerator() method requestRebinder (line 100) | protected function requestRebinder() method registerRedirector (line 112) | protected function registerRedirector() method registerPsrRequest (line 135) | protected function registerPsrRequest() method registerPsrResponse (line 162) | protected function registerPsrResponse() method registerResponseFactory (line 178) | protected function registerResponseFactory() method registerCallableDispatcher (line 190) | protected function registerCallableDispatcher() method registerControllerDispatcher (line 202) | protected function registerControllerDispatcher() FILE: src/Illuminate/Routing/SortedMiddleware.php class SortedMiddleware (line 7) | class SortedMiddleware extends Collection method __construct (line 15) | public function __construct(array $priorityMap, $middlewares) method sortMiddleware (line 33) | protected function sortMiddleware($priorityMap, $middlewares) method priorityMapIndex (line 73) | protected function priorityMapIndex($priorityMap, $middleware) method middlewareNames (line 90) | protected function middlewareNames($middleware) method moveMiddleware (line 121) | protected function moveMiddleware($middlewares, $from, $to) FILE: src/Illuminate/Routing/UrlGenerator.php class UrlGenerator (line 19) | class UrlGenerator implements UrlGeneratorContract method __construct (line 128) | public function __construct(RouteCollectionInterface $routes, Request ... method full (line 141) | public function full() method current (line 151) | public function current() method previous (line 162) | public function previous($fallback = false) method previousPath (line 183) | public function previousPath($fallback = false) method getPreviousUrlFromSession (line 203) | protected function getPreviousUrlFromSession() method to (line 216) | public function to($path, $extra = [], $secure = null) method query (line 250) | public function query($path, $query = [], $extra = [], $secure = null) method secure (line 268) | public function secure($path, $parameters = []) method asset (line 280) | public function asset($path, $secure = null) method secureAsset (line 300) | public function secureAsset($path) method assetFrom (line 313) | public function assetFrom($root, $path, $secure = null) method removeIndex (line 329) | protected function removeIndex($root) method formatScheme (line 342) | public function formatScheme($secure = null) method signedRoute (line 366) | public function signedRoute($name, $parameters = [], $expiration = nul... method ensureSignedRouteParametersAreNotReserved (line 397) | protected function ensureSignedRouteParametersAreNotReserved($parameters) method temporarySignedRoute (line 421) | public function temporarySignedRoute($name, $expiration, $parameters =... method hasValidSignature (line 434) | public function hasValidSignature(Request $request, $absolute = true, ... method hasValidRelativeSignature (line 447) | public function hasValidRelativeSignature(Request $request, Closure|ar... method hasCorrectSignature (line 460) | public function hasCorrectSignature(Request $request, $absolute = true... method signatureHasNotExpired (line 504) | public function signatureHasNotExpired(Request $request) method route (line 521) | public function route($name, $parameters = [], $absolute = true) method toRoute (line 549) | public function toRoute($route, $parameters, $absolute) method action (line 566) | public function action($action, $parameters = [], $absolute = true) method formatAction (line 581) | protected function formatAction($action) method formatParameters (line 600) | public function formatParameters($parameters) method extractQueryString (line 619) | protected function extractQueryString($path) method formatRoot (line 638) | public function formatRoot($scheme, $root = null) method format (line 661) | public function format($root, $path, $route = null) method isValidUrl (line 682) | public function isValidUrl($path) method routeUrl (line 696) | protected function routeUrl() method defaults (line 711) | public function defaults(array $defaults) method getDefaultParameters (line 721) | public function getDefaultParameters() method forceScheme (line 732) | public function forceScheme($scheme) method forceHttps (line 745) | public function forceHttps($force = true) method useOrigin (line 758) | public function useOrigin(?string $root) method forceRootUrl (line 771) | public function forceRootUrl($root) method useAssetOrigin (line 784) | public function useAssetOrigin(?string $root) method formatHostUsing (line 795) | public function formatHostUsing(Closure $callback) method formatPathUsing (line 808) | public function formatPathUsing(Closure $callback) method pathFormatter (line 820) | public function pathFormatter() method getRequest (line 832) | public function getRequest() method setRequest (line 843) | public function setRequest(Request $request) method setRoutes (line 865) | public function setRoutes(RouteCollectionInterface $routes) method getSession (line 877) | protected function getSession() method setSessionResolver (line 890) | public function setSessionResolver(callable $sessionResolver) method setKeyResolver (line 903) | public function setKeyResolver(callable $keyResolver) method withKeyResolver (line 916) | public function withKeyResolver(callable $keyResolver) method resolveMissingNamedRoutesUsing (line 927) | public function resolveMissingNamedRoutesUsing(callable $missingNamedR... method getRootControllerNamespace (line 939) | public function getRootControllerNamespace() method setRootControllerNamespace (line 950) | public function setRootControllerNamespace($rootNamespace) FILE: src/Illuminate/Routing/ViewController.php class ViewController (line 7) | class ViewController extends Controller method __construct (line 21) | public function __construct(ResponseFactory $response) method __invoke (line 32) | public function __invoke(...$args) method callAction (line 55) | public function callAction($method, $parameters) FILE: src/Illuminate/Session/ArraySessionHandler.php class ArraySessionHandler (line 8) | class ArraySessionHandler implements SessionHandlerInterface method __construct (line 31) | public function __construct($minutes) method open (line 41) | public function open($savePath, $sessionName): bool method close (line 51) | public function close(): bool method read (line 61) | public function read($sessionId): string|false method write (line 83) | public function write($sessionId, $data): bool method destroy (line 98) | public function destroy($sessionId): bool method gc (line 112) | public function gc($lifetime): int method calculateExpiration (line 134) | protected function calculateExpiration($seconds) FILE: src/Illuminate/Session/CacheBasedSessionHandler.php class CacheBasedSessionHandler (line 8) | class CacheBasedSessionHandler implements SessionHandlerInterface method __construct (line 30) | public function __construct(CacheContract $cache, $minutes) method open (line 41) | public function open($savePath, $sessionName): bool method close (line 51) | public function close(): bool method read (line 61) | public function read($sessionId): string method write (line 71) | public function write($sessionId, $data): bool method destroy (line 81) | public function destroy($sessionId): bool method gc (line 91) | public function gc($lifetime): int method getCache (line 101) | public function getCache() FILE: src/Illuminate/Session/Console/SessionTableCommand.php class SessionTableCommand (line 10) | #[AsCommand(name: 'make:session-table', aliases: ['session:table'])] method migrationTableName (line 39) | protected function migrationTableName() method migrationStubFile (line 49) | protected function migrationStubFile() method migrationExists (line 60) | protected function migrationExists($table) FILE: src/Illuminate/Session/CookieSessionHandler.php class CookieSessionHandler (line 10) | class CookieSessionHandler implements SessionHandlerInterface method __construct (line 49) | public function __construct(CookieJar $cookie, $minutes, $expireOnClos... method open (line 61) | public function open($savePath, $sessionName): bool method close (line 71) | public function close(): bool method read (line 81) | public function read($sessionId): string|false method write (line 98) | public function write($sessionId, $data): bool method destroy (line 113) | public function destroy($sessionId): bool method gc (line 125) | public function gc($lifetime): int method setRequest (line 136) | public function setRequest(Request $request) FILE: src/Illuminate/Session/DatabaseSessionHandler.php class DatabaseSessionHandler (line 14) | class DatabaseSessionHandler implements ExistenceAwareInterface, Session... method __construct (line 61) | public function __construct(ConnectionInterface $connection, $table, $... method open (line 74) | public function open($savePath, $sessionName): bool method close (line 84) | public function close(): bool method read (line 94) | public function read($sessionId): string|false method expired (line 119) | protected function expired($session) method write (line 130) | public function write($sessionId, $data): bool method performInsert (line 154) | protected function performInsert($sessionId, $payload) method performUpdate (line 170) | protected function performUpdate($sessionId, $payload) method getDefaultPayload (line 181) | protected function getDefaultPayload($data) method addUserInformation (line 204) | protected function addUserInformation(&$payload) method userId (line 218) | protected function userId() method addRequestInformation (line 229) | protected function addRequestInformation(&$payload) method ipAddress (line 246) | protected function ipAddress() method userAgent (line 256) | protected function userAgent() method destroy (line 266) | public function destroy($sessionId): bool method gc (line 278) | public function gc($lifetime): int method getQuery (line 288) | protected function getQuery() method setContainer (line 299) | public function setContainer($container) method setExists (line 312) | public function setExists($value) FILE: src/Illuminate/Session/EncryptedStore.php class EncryptedStore (line 9) | class EncryptedStore extends Store method __construct (line 27) | public function __construct($name, SessionHandlerInterface $handler, E... method prepareForUnserialize (line 40) | protected function prepareForUnserialize($data) method prepareForStorage (line 55) | protected function prepareForStorage($data) method getEncrypter (line 65) | public function getEncrypter() FILE: src/Illuminate/Session/ExistenceAwareInterface.php type ExistenceAwareInterface (line 5) | interface ExistenceAwareInterface method setExists (line 13) | public function setExists($value); FILE: src/Illuminate/Session/FileSessionHandler.php class FileSessionHandler (line 10) | class FileSessionHandler implements SessionHandlerInterface method __construct (line 40) | public function __construct(Filesystem $files, $path, $minutes) method open (line 52) | public function open($savePath, $sessionName): bool method close (line 62) | public function close(): bool method read (line 72) | public function read($sessionId): string|false method write (line 87) | public function write($sessionId, $data): bool method destroy (line 99) | public function destroy($sessionId): bool method gc (line 111) | public function gc($lifetime): int FILE: src/Illuminate/Session/Middleware/AuthenticateSession.php class AuthenticateSession (line 12) | class AuthenticateSession implements AuthenticatesSessions method __construct (line 33) | public function __construct(AuthFactory $auth) method handle (line 45) | public function handle($request, Closure $next) method storePasswordHashInSession (line 83) | protected function storePasswordHashInSession($request) method validatePasswordHash (line 108) | protected function validatePasswordHash($passwordHash, $storedValue) method logout (line 127) | protected function logout($request) method guard (line 143) | protected function guard() method redirectTo (line 154) | protected function redirectTo(Request $request) method redirectUsing (line 167) | public static function redirectUsing(callable $redirectToCallback) FILE: src/Illuminate/Session/Middleware/StartSession.php class StartSession (line 15) | class StartSession method __construct (line 37) | public function __construct(SessionManager $manager, ?callable $cacheF... method handle (line 50) | public function handle($request, Closure $next) method handleRequestWhileBlocking (line 74) | protected function handleRequestWhileBlocking(Request $request, $sessi... method handleStatefulRequest (line 109) | protected function handleStatefulRequest(Request $request, $session, C... method startSession (line 141) | protected function startSession(Request $request, $session) method getSession (line 156) | public function getSession(Request $request) method collectGarbage (line 169) | protected function collectGarbage(Session $session) method configHitsLottery (line 187) | protected function configHitsLottery(array $config) method storeCurrentUrl (line 199) | protected function storeCurrentUrl(Request $request, $session) method addCookieToResponse (line 221) | protected function addCookieToResponse(Response $response, Session $se... method saveSession (line 245) | protected function saveSession($request) method getSessionLifetimeInSeconds (line 257) | protected function getSessionLifetimeInSeconds() method getCookieExpirationDate (line 267) | protected function getCookieExpirationDate() method sessionConfigured (line 281) | protected function sessionConfigured() method sessionIsPersistent (line 292) | protected function sessionIsPersistent(?array $config = null) method cache (line 305) | protected function cache($driver) FILE: src/Illuminate/Session/NullSessionHandler.php class NullSessionHandler (line 7) | class NullSessionHandler implements SessionHandlerInterface method open (line 14) | public function open($savePath, $sessionName): bool method close (line 24) | public function close(): bool method read (line 34) | public function read($sessionId): string method write (line 44) | public function write($sessionId, $data): bool method destroy (line 54) | public function destroy($sessionId): bool method gc (line 64) | public function gc($lifetime): int FILE: src/Illuminate/Session/SessionManager.php class SessionManager (line 10) | class SessionManager extends Manager method callCustomCreator (line 18) | protected function callCustomCreator($driver) method createNullDriver (line 28) | protected function createNullDriver() method createArrayDriver (line 38) | protected function createArrayDriver() method createCookieDriver (line 50) | protected function createCookieDriver() method createFileDriver (line 64) | protected function createFileDriver() method createNativeDriver (line 74) | protected function createNativeDriver() method createDatabaseDriver (line 88) | protected function createDatabaseDriver() method getDatabaseConnection (line 104) | protected function getDatabaseConnection() method createApcDriver (line 116) | protected function createApcDriver() method createMemcachedDriver (line 126) | protected function createMemcachedDriver() method createRedisDriver (line 136) | protected function createRedisDriver() method createDynamodbDriver (line 152) | protected function createDynamodbDriver() method createCacheBased (line 163) | protected function createCacheBased($driver) method createCacheHandler (line 174) | protected function createCacheHandler($driver) method buildSession (line 190) | protected function buildSession($handler) method buildEncryptedSession (line 208) | protected function buildEncryptedSession($handler) method shouldBlock (line 224) | public function shouldBlock() method blockDriver (line 234) | public function blockDriver() method defaultRouteBlockLockSeconds (line 244) | public function defaultRouteBlockLockSeconds() method defaultRouteBlockWaitSeconds (line 254) | public function defaultRouteBlockWaitSeconds() method getSessionConfig (line 264) | public function getSessionConfig() method getDefaultDriver (line 274) | public function getDefaultDriver() method setDefaultDriver (line 285) | public function setDefaultDriver($name) FILE: src/Illuminate/Session/SessionServiceProvider.php class SessionServiceProvider (line 9) | class SessionServiceProvider extends ServiceProvider method register (line 16) | public function register() method registerSessionManager (line 34) | protected function registerSessionManager() method registerSessionDriver (line 46) | protected function registerSessionDriver() FILE: src/Illuminate/Session/Store.php class Store (line 24) | class Store implements Session method __construct (line 85) | public function __construct($name, SessionHandlerInterface $handler, $... method start (line 98) | public function start() method loadSession (line 114) | protected function loadSession() method readFromHandler (line 126) | protected function readFromHandler() method prepareForUnserialize (line 149) | protected function prepareForUnserialize($data) method marshalErrorBag (line 159) | protected function marshalErrorBag() method save (line 181) | public function save() method prepareErrorBagForSerialization (line 199) | protected function prepareErrorBagForSerialization() method prepareForStorage (line 223) | protected function prepareForStorage($data) method ageFlashData (line 233) | public function ageFlashData() method all (line 247) | public function all() method only (line 258) | public function only(array $keys) method except (line 269) | public function except(array $keys) method exists (line 280) | public function exists($key) method missing (line 295) | public function missing($key) method has (line 306) | public function has($key) method hasAny (line 319) | public function hasAny($key) method get (line 333) | public function get($key, $default = null) method pull (line 345) | public function pull($key, $default = null) method hasOldInput (line 356) | public function hasOldInput($key = null) method getOldInput (line 370) | public function getOldInput($key = null, $default = null) method replace (line 381) | public function replace(array $attributes) method put (line 393) | public function put($key, $value = null) method remember (line 411) | public function remember($key, Closure $callback) method push (line 429) | public function push($key, $value) method increment (line 445) | public function increment($key, $amount = 1) method decrement (line 459) | public function decrement($key, $amount = 1) method flash (line 471) | public function flash(BackedEnum|UnitEnum|string $key, $value = true) method now (line 489) | public function now($key, $value) method reflash (line 503) | public function reflash() method keep (line 516) | public function keep($keys = null) method mergeNewFlashes (line 529) | protected function mergeNewFlashes(array $keys) method removeFromOldFlashData (line 542) | protected function removeFromOldFlashData(array $keys) method flashInput (line 553) | public function flashInput(array $value) method cache (line 563) | public function cache() method remove (line 574) | public function remove($key) method forget (line 585) | public function forget($keys) method flush (line 595) | public function flush() method invalidate (line 605) | public function invalidate() method regenerate (line 618) | public function regenerate($destroy = false) method migrate (line 631) | public function migrate($destroy = false) method isStarted (line 649) | public function isStarted() method getName (line 659) | public function getName() method setName (line 670) | public function setName($name) method id (line 680) | public function id() method getId (line 690) | public function getId() method setId (line 701) | public function setId($id) method isValidId (line 712) | public function isValidId($id) method generateSessionId (line 722) | protected function generateSessionId() method setExists (line 733) | public function setExists($value) method token (line 745) | public function token() method regenerateToken (line 755) | public function regenerateToken() method hasPreviousUri (line 765) | public function hasPreviousUri() method previousUri (line 777) | public function previousUri() method previousUrl (line 791) | public function previousUrl() method setPreviousUrl (line 802) | public function setPreviousUrl($url) method previousRoute (line 812) | public function previousRoute() method setPreviousRoute (line 823) | public function setPreviousRoute($route) method passwordConfirmed (line 833) | public function passwordConfirmed() method getHandler (line 843) | public function getHandler() method setHandler (line 854) | public function setHandler(SessionHandlerInterface $handler) method handlerNeedsRequest (line 864) | public function handlerNeedsRequest() method setRequestOnHandler (line 875) | public function setRequestOnHandler($request) FILE: src/Illuminate/Session/SymfonySessionDecorator.php class SymfonySessionDecorator (line 11) | class SymfonySessionDecorator implements SessionInterface method __construct (line 25) | public function __construct(Session $store) method start (line 33) | public function start(): bool method getId (line 41) | public function getId(): string method setId (line 49) | public function setId(string $id): void method getName (line 57) | public function getName(): string method setName (line 65) | public function setName(string $name): void method invalidate (line 73) | public function invalidate(?int $lifetime = null): bool method migrate (line 83) | public function migrate(bool $destroy = false, ?int $lifetime = null):... method save (line 93) | public function save(): void method has (line 101) | public function has(string $name): bool method get (line 109) | public function get(string $name, mixed $default = null): mixed method set (line 117) | public function set(string $name, mixed $value): void method all (line 125) | public function all(): array method replace (line 133) | public function replace(array $attributes): void method remove (line 141) | public function remove(string $name): mixed method clear (line 149) | public function clear(): void method isStarted (line 157) | public function isStarted(): bool method registerBag (line 167) | public function registerBag(SessionBagInterface $bag): void method getBag (line 177) | public function getBag(string $name): SessionBagInterface method getMetadataBag (line 187) | public function getMetadataBag(): MetadataBag FILE: src/Illuminate/Session/TokenMismatchException.php class TokenMismatchException (line 7) | class TokenMismatchException extends Exception FILE: src/Illuminate/Support/AggregateServiceProvider.php class AggregateServiceProvider (line 5) | class AggregateServiceProvider extends ServiceProvider method register (line 26) | public function register() method provides (line 40) | public function provides() FILE: src/Illuminate/Support/Benchmark.php class Benchmark (line 8) | class Benchmark method measure (line 19) | public static function measure(Closure|array $benchmarkables, int $ite... method value (line 46) | public static function value(callable $callback): array method dd (line 64) | public static function dd(Closure|array $benchmarkables, int $iteratio... FILE: src/Illuminate/Support/BinaryCodec.php class BinaryCodec (line 10) | class BinaryCodec method register (line 18) | public static function register(string $name, callable $encode, callab... method encode (line 31) | public static function encode(UuidInterface|Ulid|string|null $value, s... method decode (line 61) | public static function decode(?string $value, string $format): ?string method formats (line 83) | public static function formats(): array method isBinary (line 91) | public static function isBinary(mixed $value): bool FILE: src/Illuminate/Support/Carbon.php class Carbon (line 12) | class Carbon extends BaseCarbon method setTestNow (line 19) | public static function setTestNow(mixed $testNow = null): void method createFromId (line 28) | public static function createFromId(Uuid|Ulid|string $id): static method plus (line 40) | public function plus( method minus (line 59) | public function minus( FILE: src/Illuminate/Support/Composer.php class Composer (line 11) | class Composer method __construct (line 33) | public function __construct(Filesystem $files, $workingPath = null) method hasPackage (line 47) | public function hasPackage($package) method requirePackages (line 64) | public function requirePackages(array $packages, bool $dev = false, Cl... method removePackages (line 93) | public function removePackages(array $packages, bool $dev = false, Clo... method modify (line 121) | public function modify(callable $callback) method dumpAutoloads (line 143) | public function dumpAutoloads($extra = '', $composerBinary = null) method dumpOptimized (line 158) | public function dumpOptimized($composerBinary = null) method findComposer (line 169) | public function findComposer($composerBinary = null) method findComposerFile (line 187) | protected function findComposerFile() method phpBinary (line 203) | protected function phpBinary() method getProcess (line 215) | protected function getProcess(array $command, array $env = []) method setWorkingPath (line 226) | public function setWorkingPath($path) method getVersion (line 238) | public function getVersion() FILE: src/Illuminate/Support/ConfigurationUrlParser.php class ConfigurationUrlParser (line 7) | class ConfigurationUrlParser method parseConfiguration (line 30) | public function parseConfiguration($config) method getPrimaryOptions (line 61) | protected function getPrimaryOptions($url) method getDriver (line 79) | protected function getDriver($url) method getDatabase (line 96) | protected function getDatabase($url) method getQueryOptions (line 109) | protected function getQueryOptions($url) method parseUrl (line 132) | protected function parseUrl($url) method parseStringsToNativeTypes (line 151) | protected function parseStringsToNativeTypes($value) method getDriverAliases (line 175) | public static function getDriverAliases() method addDriverAlias (line 187) | public static function addDriverAlias($alias, $driver) FILE: src/Illuminate/Support/DateFactory.php class DateFactory (line 103) | class DateFactory method use (line 141) | public static function use($handler) method useDefault (line 159) | public static function useDefault() method useCallable (line 172) | public static function useCallable(callable $callable) method useClass (line 186) | public static function useClass($dateClass) method useFactory (line 200) | public static function useFactory($factory) method __call (line 217) | public function __call($method, $parameters) FILE: src/Illuminate/Support/DefaultProviders.php class DefaultProviders (line 5) | class DefaultProviders method __construct (line 17) | public function __construct(?array $providers = null) method merge (line 52) | public function merge(array $providers) method replace (line 65) | public function replace(array $replacements) method except (line 84) | public function except(array $providers) method toArray (line 97) | public function toArray() FILE: src/Illuminate/Support/Defer/DeferredCallback.php class DeferredCallback (line 7) | class DeferredCallback method __construct (line 14) | public function __construct(public $callback, public ?string $name = n... method name (line 25) | public function name(string $name): static method always (line 38) | public function always(bool $always = true): static method __invoke (line 50) | public function __invoke(): void FILE: src/Illuminate/Support/Defer/DeferredCallbackCollection.php class DeferredCallbackCollection (line 10) | class DeferredCallbackCollection implements ArrayAccess, Countable method first (line 24) | public function first() method invoke (line 34) | public function invoke(): void method invokeWhen (line 45) | public function invokeWhen(?Closure $when = null): void method forget (line 66) | public function forget(string $name): void method forgetDuplicates (line 79) | protected function forgetDuplicates(): static method offsetExists (line 97) | public function offsetExists(mixed $offset): bool method offsetGet (line 110) | public function offsetGet(mixed $offset): mixed method offsetSet (line 124) | public function offsetSet(mixed $offset, mixed $value): void method offsetUnset (line 139) | public function offsetUnset(mixed $offset): void method count (line 151) | public function count(): int FILE: src/Illuminate/Support/EncodedHtmlString.php class EncodedHtmlString (line 9) | class EncodedHtmlString extends HtmlString method __construct (line 31) | public function __construct($html = '', protected bool $doubleEncode =... method convert (line 46) | public static function convert($value, bool $withQuote = true, bool $d... method toHtml (line 58) | #[\Override] method encodeUsing (line 86) | public static function encodeUsing(?callable $factory = null) method flushState (line 96) | public static function flushState() FILE: src/Illuminate/Support/Env.php class Env (line 12) | class Env method enablePutenv (line 40) | public static function enablePutenv() method disablePutenv (line 51) | public static function disablePutenv() method extend (line 60) | public static function extend(Closure $callback, ?string $name = null)... method getRepository (line 76) | public static function getRepository() method get (line 102) | public static function get($key, $default = null) method getOrFail (line 115) | public static function getOrFail($key) method writeVariables (line 131) | public static function writeVariables(array $variables, string $pathTo... method writeVariable (line 160) | public static function writeVariable(string $key, mixed $value, string... method addVariableToEnvContents (line 185) | protected static function addVariableToEnvContents(string $key, mixed ... method getOption (line 252) | protected static function getOption($key) method prepareQuotedValue (line 285) | protected static function prepareQuotedValue(string $input) method addSlashesExceptFor (line 299) | protected static function addSlashesExceptFor(string $value, array $ex... FILE: src/Illuminate/Support/Exceptions/MathException.php class MathException (line 7) | class MathException extends RuntimeException FILE: src/Illuminate/Support/Facades/App.php class App (line 151) | class App extends Facade method getFacadeAccessor (line 158) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Artisan.php class Artisan (line 28) | class Artisan extends Facade method getFacadeAccessor (line 35) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Auth.php class Auth (line 71) | class Auth extends Facade method getFacadeAccessor (line 78) | protected static function getFacadeAccessor() method routes (line 91) | public static function routes(array $options = []) FILE: src/Illuminate/Support/Facades/Blade.php class Blade (line 52) | class Blade extends Facade method getFacadeAccessor (line 59) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Broadcast.php class Broadcast (line 41) | class Broadcast extends Facade method getFacadeAccessor (line 48) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Bus.php class Bus (line 62) | class Bus extends Facade method fake (line 71) | public static function fake($jobsToFake = [], ?BatchRepository $batchR... method dispatchChain (line 88) | public static function dispatchChain($jobs) method getFacadeAccessor (line 101) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Cache.php class Cache (line 75) | class Cache extends Facade method getFacadeAccessor (line 82) | protected static function getFacadeAccessor() method spy (line 92) | public static function spy() FILE: src/Illuminate/Support/Facades/Concurrency.php class Concurrency (line 25) | class Concurrency extends Facade method getFacadeAccessor (line 32) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Config.php class Config (line 26) | class Config extends Facade method getFacadeAccessor (line 33) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Context.php class Context (line 52) | class Context extends Facade method getFacadeAccessor (line 59) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Cookie.php class Cookie (line 24) | class Cookie extends Facade method has (line 32) | public static function has($key) method get (line 44) | public static function get($key = null, $default = null) method getFacadeAccessor (line 54) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Crypt.php class Crypt (line 20) | class Crypt extends Facade method getFacadeAccessor (line 27) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/DB.php class DB (line 122) | class DB extends Facade method prohibitDestructiveCommands (line 132) | public static function prohibitDestructiveCommands(bool $prohibit = true) method getFacadeAccessor (line 146) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Date.php class Date (line 109) | class Date extends Facade method getFacadeAccessor (line 120) | protected static function getFacadeAccessor() method resolveFacadeInstance (line 131) | protected static function resolveFacadeInstance($name) FILE: src/Illuminate/Support/Facades/Event.php class Event (line 46) | class Event extends Facade method fake (line 54) | public static function fake($eventsToFake = []) method fakeExcept (line 74) | public static function fakeExcept($eventsToAllow) method fakeFor (line 90) | public static function fakeFor(callable $callable, array $eventsToFake... method fakeExceptFor (line 113) | public static function fakeExceptFor(callable $callable, array $events... method getFacadeAccessor (line 134) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Exceptions.php class Exceptions (line 42) | class Exceptions extends Facade method fake (line 50) | public static function fake(array|string $exceptions = []) method getFacadeAccessor (line 66) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Facade.php class Facade (line 19) | abstract class Facade method resolved (line 48) | public static function resolved(Closure $callback) method spy (line 66) | public static function spy() method partialMock (line 82) | public static function partialMock() method shouldReceive (line 98) | public static function shouldReceive() method expects (line 114) | public static function expects() method createFreshMockInstance (line 130) | protected static function createFreshMockInstance() method createMock (line 144) | protected static function createMock() method isMock (line 156) | protected static function isMock() method getMockableClass (line 169) | protected static function getMockableClass() method swap (line 182) | public static function swap($instance) method isFake (line 196) | public static function isFake() method getFacadeRoot (line 209) | public static function getFacadeRoot() method getFacadeAccessor (line 221) | protected static function getFacadeAccessor() method resolveFacadeInstance (line 232) | protected static function resolveFacadeInstance($name) method clearResolvedInstance (line 253) | public static function clearResolvedInstance($name = null) method clearResolvedInstances (line 263) | public static function clearResolvedInstances() method defaultAliases (line 273) | public static function defaultAliases() method getFacadeApplication (line 330) | public static function getFacadeApplication() method setFacadeApplication (line 341) | public static function setFacadeApplication($app) method __callStatic (line 355) | public static function __callStatic($method, $args) FILE: src/Illuminate/Support/Facades/File.php class File (line 62) | class File extends Facade method getFacadeAccessor (line 69) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Gate.php class Gate (line 37) | class Gate extends Facade method getFacadeAccessor (line 44) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Hash.php class Hash (line 25) | class Hash extends Facade method getFacadeAccessor (line 32) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Http.php class Http (line 108) | class Http extends Facade method getFacadeAccessor (line 115) | protected static function getFacadeAccessor() method fake (line 126) | public static function fake($callback = null) method fakeSequence (line 139) | public static function fakeSequence(string $urlPattern = '*') method preventStrayRequests (line 154) | public static function preventStrayRequests($prevent = true) method stubUrl (line 168) | public static function stubUrl($url, $callback) FILE: src/Illuminate/Support/Facades/Lang.php class Lang (line 37) | class Lang extends Facade method getFacadeAccessor (line 44) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Log.php class Log (line 40) | class Log extends Facade method getFacadeAccessor (line 47) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Mail.php class Mail (line 65) | class Mail extends Facade method fake (line 72) | public static function fake() method getFacadeAccessor (line 88) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/MaintenanceMode.php class MaintenanceMode (line 18) | class MaintenanceMode extends Facade method getFacadeAccessor (line 25) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Notification.php class Notification (line 46) | class Notification extends Facade method fake (line 53) | public static function fake() method routes (line 66) | public static function routes(array $channels) method route (line 84) | public static function route($channel, $route) method getFacadeAccessor (line 94) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/ParallelTesting.php class ParallelTesting (line 25) | class ParallelTesting extends Facade method getFacadeAccessor (line 32) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Password.php class Password (line 23) | class Password extends Facade method getFacadeAccessor (line 71) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Pipeline.php class Pipeline (line 24) | class Pipeline extends Facade method getFacadeAccessor (line 38) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Process.php class Process (line 51) | class Process extends Facade method getFacadeAccessor (line 58) | protected static function getFacadeAccessor() method fake (line 69) | public static function fake(Closure|array|null $callback = null) FILE: src/Illuminate/Support/Facades/Queue.php class Queue (line 80) | class Queue extends Facade method popUsing (line 89) | public static function popUsing($workerName, $callback) method fake (line 100) | public static function fake($jobsToFake = []) method fakeExcept (line 117) | public static function fakeExcept($jobsToAllow) method fakeFor (line 129) | public static function fakeFor(callable $callable, array $jobsToFake =... method fakeExceptFor (line 149) | public static function fakeExceptFor(callable $callable, array $jobsTo... method getFacadeAccessor (line 167) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/RateLimiter.php class RateLimiter (line 23) | class RateLimiter extends Facade method getFacadeAccessor (line 30) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Redirect.php class Redirect (line 28) | class Redirect extends Facade method getFacadeAccessor (line 35) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Redis.php class Redis (line 36) | class Redis extends Facade method getFacadeAccessor (line 43) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Request.php class Request (line 199) | class Request extends Facade method getFacadeAccessor (line 206) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Response.php class Response (line 31) | class Response extends Facade method getFacadeAccessor (line 38) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Route.php class Route (line 108) | class Route extends Facade method getFacadeAccessor (line 115) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Schedule.php class Schedule (line 90) | class Schedule extends Facade method getFacadeAccessor (line 97) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Schema.php class Schema (line 59) | class Schema extends Facade method connection (line 74) | public static function connection($name) method getFacadeAccessor (line 84) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Session.php class Session (line 79) | class Session extends Facade method getFacadeAccessor (line 86) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Storage.php class Storage (line 92) | class Storage extends Facade method fake (line 101) | public static function fake($disk = null, array $config = []) method persistentFake (line 133) | public static function persistentFake($disk = null, array $config = []) method getRootPath (line 150) | protected static function getRootPath(string $disk): string method buildDiskConfiguration (line 163) | protected static function buildDiskConfiguration(string $disk, array $... method getFacadeAccessor (line 179) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/URL.php class URL (line 55) | class URL extends Facade method getFacadeAccessor (line 62) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Validator.php class Validator (line 23) | class Validator extends Facade method getFacadeAccessor (line 30) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/View.php class View (line 88) | class View extends Facade method getFacadeAccessor (line 95) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Facades/Vite.php class Vite (line 38) | class Vite extends Facade method getFacadeAccessor (line 45) | protected static function getFacadeAccessor() FILE: src/Illuminate/Support/Fluent.php class Fluent (line 23) | class Fluent implements Arrayable, ArrayAccess, IteratorAggregate, Jsona... method __construct (line 41) | public function __construct($attributes = []) method make (line 52) | public static function make($attributes = []) method get (line 66) | public function get($key, $default = null) method set (line 78) | public function set($key, $value) method fill (line 91) | public function fill($attributes) method value (line 107) | public function value($key, $default = null) method scope (line 123) | public function scope($key, $default = null) method all (line 136) | public function all($keys = null) method data (line 160) | protected function data($key = null, $default = null) method getAttributes (line 170) | public function getAttributes() method toArray (line 180) | public function toArray() method jsonSerialize (line 190) | public function jsonSerialize(): array method toJson (line 201) | public function toJson($options = 0) method toPrettyJson (line 213) | public function toPrettyJson(int $options = 0) method isEmpty (line 223) | public function isEmpty(): bool method isNotEmpty (line 233) | public function isNotEmpty(): bool method offsetExists (line 244) | public function offsetExists($offset): bool method offsetGet (line 255) | public function offsetGet($offset): mixed method offsetSet (line 267) | public function offsetSet($offset, $value): void method offsetUnset (line 278) | public function offsetUnset($offset): void method getIterator (line 288) | public function getIterator(): Traversable method __call (line 300) | public function __call($method, $parameters) method __get (line 317) | public function __get($key) method __set (line 329) | public function __set($key, $value) method __isset (line 340) | public function __isset($key) method __unset (line 351) | public function __unset($key) FILE: src/Illuminate/Support/HigherOrderTapProxy.php class HigherOrderTapProxy (line 5) | class HigherOrderTapProxy method __construct (line 19) | public function __construct($target) method __call (line 31) | public function __call($method, $parameters) FILE: src/Illuminate/Support/HtmlString.php class HtmlString (line 8) | class HtmlString implements Htmlable, Stringable method __construct (line 22) | public function __construct($html = '') method toHtml (line 32) | public function toHtml() method isEmpty (line 42) | public function isEmpty() method isNotEmpty (line 52) | public function isNotEmpty() method __toString (line 62) | public function __toString() FILE: src/Illuminate/Support/InteractsWithTime.php type InteractsWithTime (line 9) | trait InteractsWithTime method secondsUntil (line 17) | protected function secondsUntil($delay) method availableAt (line 32) | protected function availableAt($delay = 0) method parseDateInterval (line 47) | protected function parseDateInterval($delay) method currentTime (line 61) | protected function currentTime() method runTimeForHumans (line 73) | protected function runTimeForHumans($startTime, $endTime = null) FILE: src/Illuminate/Support/Js.php class Js (line 12) | class Js implements Htmlable, Stringable method __construct (line 43) | public function __construct($data, $flags = 0, $depth = 512) method from (line 58) | public static function from($data, $flags = 0, $depth = 512) method convertDataToJavaScriptExpression (line 73) | protected function convertDataToJavaScriptExpression($data, $flags = 0... method encode (line 111) | public static function encode($data, $flags = 0, $depth = 512) method convertJsonToJavaScriptExpression (line 133) | protected function convertJsonToJavaScriptExpression($json, $flags = 0) method toHtml (line 151) | public function toHtml() method __toString (line 161) | public function __toString() FILE: src/Illuminate/Support/Lottery.php class Lottery (line 7) | class Lottery method __construct (line 52) | public function __construct($chances, $outOf = null) method odds (line 74) | public static function odds($chances, $outOf = null) method winner (line 85) | public function winner($callback) method loser (line 98) | public function loser($callback) method __invoke (line 111) | public function __invoke(...$args) method choose (line 122) | public function choose($times = null) method runCallback (line 143) | protected function runCallback(...$args) method wins (line 155) | protected function wins() method resultFactory (line 165) | protected static function resultFactory() method alwaysWin (line 178) | public static function alwaysWin($callback = null) method alwaysLose (line 197) | public static function alwaysLose($callback = null) method fix (line 217) | public static function fix($sequence, $whenMissing = null) method forceResultWithSequence (line 229) | public static function forceResultWithSequence($sequence, $whenMissing... method determineResultsNormally (line 261) | public static function determineResultsNormally() method determineResultNormally (line 271) | public static function determineResultNormally() method setResultFactory (line 282) | public static function setResultFactory($factory) FILE: src/Illuminate/Support/Manager.php class Manager (line 9) | abstract class Manager method __construct (line 44) | public function __construct(Container $container) method getDefaultDriver (line 55) | abstract public function getDefaultDriver(); method driver (line 65) | public function driver($driver = null) method createDriver (line 89) | protected function createDriver($driver) method callCustomCreator (line 113) | protected function callCustomCreator($driver) method extend (line 128) | public function extend($driver, Closure $callback) method getDrivers (line 140) | public function getDrivers() method getContainer (line 150) | public function getContainer() method setContainer (line 161) | public function setContainer(Container $container) method forgetDrivers (line 173) | public function forgetDrivers() method __call (line 187) | public function __call($method, $parameters) FILE: src/Illuminate/Support/MessageBag.php class MessageBag (line 12) | class MessageBag implements Jsonable, JsonSerializable, MessageBagContra... method __construct (line 33) | public function __construct(array $messages = []) method keys (line 47) | public function keys() method add (line 59) | public function add($key, $message) method addIf (line 76) | public function addIf($boolean, $key, $message) method isUnique (line 88) | protected function isUnique($key, $message) method merge (line 101) | public function merge($messages) method has (line 118) | public function has($key) method hasAny (line 145) | public function hasAny($keys = []) method missing (line 168) | public function missing($key) method first (line 182) | public function first($key = null, $format = null) method get (line 198) | public function get($key, $format = null) method getMessagesForWildcardKey (line 223) | protected function getMessagesForWildcardKey($key, $format) method all (line 239) | public function all($format = null) method unique (line 258) | public function unique($format = null) method forget (line 269) | public function forget($key) method transform (line 284) | protected function transform($messages, $format, $messageKey) method checkFormat (line 305) | protected function checkFormat($format) method messages (line 315) | public function messages() method getMessages (line 325) | public function getMessages() method getMessageBag (line 335) | public function getMessageBag() method getFormat (line 345) | public function getFormat() method setFormat (line 356) | public function setFormat($format = ':message') method isEmpty (line 368) | public function isEmpty() method isNotEmpty (line 378) | public function isNotEmpty() method any (line 388) | public function any() method count (line 398) | public function count(): int method toArray (line 408) | public function toArray() method jsonSerialize (line 418) | public function jsonSerialize(): array method toJson (line 429) | public function toJson($options = 0) method toPrettyJson (line 441) | public function toPrettyJson(int $options = 0) method __toString (line 451) | public function __toString() FILE: src/Illuminate/Support/MultipleInstanceManager.php class MultipleInstanceManager (line 9) | abstract class MultipleInstanceManager method __construct (line 51) | public function __construct($app) method getDefaultInstance (line 62) | abstract public function getDefaultInstance(); method setDefaultInstance (line 70) | abstract public function setDefaultInstance($name); method getInstanceConfig (line 78) | abstract public function getInstanceConfig($name); method instance (line 86) | public function instance($name = null) method get (line 99) | protected function get($name) method resolve (line 113) | protected function resolve($name) method callCustomCreator (line 152) | protected function callCustomCreator(array $config) method forgetInstance (line 163) | public function forgetInstance($name = null) method purge (line 182) | public function purge($name = null) method extend (line 199) | public function extend($name, Closure $callback) method setApplication (line 212) | public function setApplication($app) method __call (line 226) | public function __call($method, $parameters) FILE: src/Illuminate/Support/NamespacedItemResolver.php class NamespacedItemResolver (line 5) | class NamespacedItemResolver method parseKey (line 20) | public function parseKey($key) method parseBasicSegments (line 52) | protected function parseBasicSegments(array $segments) method parseNamespacedSegments (line 75) | protected function parseNamespacedSegments($key) method setParsedKey (line 98) | public function setParsedKey($key, $parsed) method flushParsedKeys (line 108) | public function flushParsedKeys() FILE: src/Illuminate/Support/Number.php class Number (line 9) | class Number method format (line 36) | public static function format(int|float $number, ?int $precision = nul... method parse (line 59) | public static function parse(string $string, ?int $type = NumberFormat... method parseInt (line 75) | public static function parseInt(string $string, ?string $locale = null... method parseFloat (line 87) | public static function parseFloat(string $string, ?string $locale = nu... method spell (line 101) | public static function spell(int|float $number, ?string $locale = null... method ordinal (line 125) | public static function ordinal(int|float $number, ?string $locale = null) method spellOrdinal (line 141) | public static function spellOrdinal(int|float $number, ?string $locale... method percentage (line 161) | public static function percentage(int|float $number, int $precision = ... method currency (line 185) | public static function currency(int|float $number, string $in = '', ?s... method fileSize (line 206) | public static function fileSize(int|float $bytes, int $precision = 0, ... method abbreviate (line 227) | public static function abbreviate(int|float $number, int $precision = ... method forHumans (line 241) | public static function forHumans(int|float $number, int $precision = 0... method summarize (line 267) | protected static function summarize(int|float $number, int $precision ... method clamp (line 303) | public static function clamp(int|float $number, int|float $min, int|fl... method pairs (line 317) | public static function pairs(int|float $to, int|float $by, int|float $... method trim (line 340) | public static function trim(int|float $number) method withLocale (line 354) | public static function withLocale(string $locale, callable $callback) method withCurrency (line 376) | public static function withCurrency(string $currency, callable $callback) method useLocale (line 395) | public static function useLocale(string $locale) method useCurrency (line 406) | public static function useCurrency(string $currency) method defaultLocale (line 416) | public static function defaultLocale() method defaultCurrency (line 426) | public static function defaultCurrency() method ensureIntlExtensionIsInstalled (line 438) | protected static function ensureIntlExtensionIsInstalled() FILE: src/Illuminate/Support/Once.php class Once (line 7) | class Once method __construct (line 28) | protected function __construct(protected WeakMap $values) method instance (line 38) | public static function instance() method value (line 49) | public function value(Onceable $onceable) method enable (line 75) | public static function enable() method disable (line 85) | public static function disable() method flush (line 95) | public static function flush() FILE: src/Illuminate/Support/Onceable.php class Onceable (line 9) | class Onceable method __construct (line 18) | public function __construct( method tryFromTrace (line 32) | public static function tryFromTrace(array $trace, callable $callable) method objectFromTrace (line 47) | protected static function objectFromTrace(array $trace) method hashFromTrace (line 58) | protected static function hashFromTrace(array $trace, callable $callable) FILE: src/Illuminate/Support/Optional.php class Optional (line 9) | class Optional implements ArrayAccess method __construct (line 27) | public function __construct($value) method __get (line 38) | public function __get($key) method __isset (line 51) | public function __isset($name) method offsetExists (line 70) | public function offsetExists($offset): bool method offsetGet (line 81) | public function offsetGet($offset): mixed method offsetSet (line 93) | public function offsetSet($offset, $value): void method offsetUnset (line 106) | public function offsetUnset($offset): void method __call (line 120) | public function __call($method, $parameters) FILE: src/Illuminate/Support/Pluralizer.php class Pluralizer (line 7) | class Pluralizer method plural (line 42) | public static function plural($value, $count = 2) method singular (line 63) | public static function singular($value) method uncountable (line 76) | protected static function uncountable($value) method matchCase (line 88) | protected static function matchCase($value, $comparison) method inflector (line 106) | public static function inflector() method useLanguage (line 121) | public static function useLanguage(string $language) FILE: src/Illuminate/Support/ProcessUtils.php class ProcessUtils (line 10) | class ProcessUtils method escapeArgument (line 18) | public static function escapeArgument($argument) method isSurroundedBy (line 65) | protected static function isSurroundedBy($arg, $char) FILE: src/Illuminate/Support/Queue/Concerns/ResolvesQueueRoutes.php type ResolvesQueueRoutes (line 8) | trait ResolvesQueueRoutes method resolveConnectionFromQueueRoute (line 16) | public function resolveConnectionFromQueueRoute($queueable) method resolveQueueFromQueueRoute (line 27) | public function resolveQueueFromQueueRoute($queueable) method queueRoutes (line 37) | protected function queueRoutes() FILE: src/Illuminate/Support/ServiceProvider.php class ServiceProvider (line 17) | abstract class ServiceProvider method __construct (line 87) | public function __construct($app) method register (line 97) | public function register() method booting (line 108) | public function booting(Closure $callback) method booted (line 119) | public function booted(Closure $callback) method callBootingCallbacks (line 129) | public function callBootingCallbacks() method callBootedCallbacks (line 145) | public function callBootedCallbacks() method mergeConfigFrom (line 163) | protected function mergeConfigFrom($path, $key) method replaceConfigRecursivelyFrom (line 181) | protected function replaceConfigRecursivelyFrom($path, $key) method loadRoutesFrom (line 198) | protected function loadRoutesFrom($path) method loadViewsFrom (line 212) | protected function loadViewsFrom($path, $namespace) method loadViewComponentsAs (line 235) | protected function loadViewComponentsAs($prefix, array $components) method loadTranslationsFrom (line 251) | protected function loadTranslationsFrom($path, $namespace = null) method loadJsonTranslationsFrom (line 264) | protected function loadJsonTranslationsFrom($path) method loadMigrationsFrom (line 277) | protected function loadMigrationsFrom($paths) method loadFactoriesFrom (line 294) | protected function loadFactoriesFrom($paths) method callAfterResolving (line 310) | protected function callAfterResolving($name, $callback) method publishesMigrations (line 326) | protected function publishesMigrations(array $paths, $groups = null) method publishes (line 342) | protected function publishes(array $paths, $groups = null) method ensurePublishArrayInitialized (line 359) | protected function ensurePublishArrayInitialized($class) method addPublishGroup (line 373) | protected function addPublishGroup($group, $paths) method pathsToPublish (line 391) | public static function pathsToPublish($provider = null, $group = null) method pathsForProviderOrGroup (line 409) | protected static function pathsForProviderOrGroup($provider, $group) method pathsForProviderAndGroup (line 429) | protected static function pathsForProviderAndGroup($provider, $group) method publishableProviders (line 443) | public static function publishableProviders() method publishableMigrationPaths (line 453) | public static function publishableMigrationPaths() method publishableGroups (line 463) | public static function publishableGroups() method commands (line 474) | public function commands($commands) method optimizes (line 491) | protected function optimizes(?string $optimize = null, ?string $clear ... method reloads (line 511) | protected function reloads(string $reload, ?string $key = null) method getProviderKey (line 524) | protected function getProviderKey(?string $key = null): string method provides (line 545) | public function provides() method when (line 555) | public function when() method isDeferred (line 565) | public function isDeferred() method defaultProviders (line 575) | public static function defaultProviders() method addProviderToBootstrapFile (line 587) | public static function addProviderToBootstrapFile(string $provider, ?s... method removeProviderFromBootstrapFile (line 626) | public static function removeProviderFromBootstrapFile(string|array $p... FILE: src/Illuminate/Support/Sleep.php class Sleep (line 12) | class Sleep method __construct (line 84) | public function __construct($duration) method for (line 95) | public static function for($duration) method until (line 106) | public static function until($timestamp) method usleep (line 121) | public static function usleep($duration) method sleep (line 132) | public static function sleep($duration) method duration (line 143) | protected function duration($duration) method minutes (line 168) | public function minutes() method minute (line 180) | public function minute() method seconds (line 190) | public function seconds() method second (line 202) | public function second() method milliseconds (line 212) | public function milliseconds() method millisecond (line 224) | public function millisecond() method microseconds (line 234) | public function microseconds() method microsecond (line 246) | public function microsecond() method and (line 257) | public function and($duration) method while (line 270) | public function while(Closure $callback) method then (line 283) | public function then(callable $then) method __destruct (line 297) | public function __destruct() method goodnight (line 309) | protected function goodnight() method pullPending (line 365) | protected function pullPending() method fake (line 389) | public static function fake($value = true, $syncWithCarbon = false) method assertSlept (line 405) | public static function assertSlept($expected, $times = 1) method assertSleptTimes (line 422) | public static function assertSleptTimes($expected) method assertSequence (line 433) | public static function assertSequence($sequence) method assertNeverSlept (line 473) | public static function assertNeverSlept() method assertInsomniac (line 483) | public static function assertInsomniac() method shouldNotSleep (line 504) | protected function shouldNotSleep() method when (line 517) | public function when($condition) method unless (line 530) | public function unless($condition) method whenFakingSleep (line 541) | public static function whenFakingSleep($callback) method syncWithCarbon (line 551) | public static function syncWithCarbon($value = true) FILE: src/Illuminate/Support/Str.php class Str (line 23) | class Str method of (line 82) | public static function of($string) method after (line 94) | public static function after($subject, $search) method afterLast (line 106) | public static function afterLast($subject, $search) method ascii (line 128) | public static function ascii($value, $language = 'en') method transliterate (line 141) | public static function transliterate($string, $unknown = '?', $strict ... method before (line 153) | public static function before($subject, $search) method beforeLast (line 171) | public static function beforeLast($subject, $search) method between (line 194) | public static function between($subject, $from, $to) method betweenFirst (line 211) | public static function betweenFirst($subject, $from, $to) method camel (line 226) | public static function camel($value) method charAt (line 242) | public static function charAt($subject, $index) method chopStart (line 260) | public static function chopStart($subject, $needle) method chopEnd (line 278) | public static function chopEnd($subject, $needle) method contains (line 297) | public static function contains($haystack, $needles, $ignoreCase = false) method containsAll (line 332) | public static function containsAll($haystack, $needles, $ignoreCase = ... method doesntContain (line 351) | public static function doesntContain($haystack, $needles, $ignoreCase ... method convertCase (line 364) | public static function convertCase(string $string, int $mode = MB_CASE... method deduplicate (line 376) | public static function deduplicate(string $string, array|string $chara... method endsWith (line 396) | public static function endsWith($haystack, $needles) method doesntEndWith (line 422) | public static function doesntEndWith($haystack, $needles) method excerpt (line 435) | public static function excerpt($text, $phrase = '', $options = []) method finish (line 470) | public static function finish($value, $cap) method wrap (line 485) | public static function wrap($value, $before, $after = null) method unwrap (line 498) | public static function unwrap($value, $before, $after = null) method is (line 519) | public static function is($pattern, $value, $ignoreCase = false) method isAscii (line 562) | public static function isAscii($value) method isJson (line 575) | public static function isJson($value) method isUrl (line 593) | public static function isUrl($value, array $protocols = []) method isUuid (line 649) | public static function isUuid($value, $version = null) method isUlid (line 692) | public static function isUlid($value) method kebab (line 707) | public static function kebab($value) method length (line 719) | public static function length($value, $encoding = null) method limit (line 733) | public static function limit($value, $limit = 100, $end = '...', $pres... method lower (line 760) | public static function lower($value) method words (line 773) | public static function words($value, $words = 100, $end = '...') method markdown (line 792) | public static function markdown($string, array $options = [], array $e... method inlineMarkdown (line 813) | public static function inlineMarkdown($string, array $options = [], ar... method mask (line 839) | public static function mask($string, $character, $index, $length = nul... method match (line 872) | public static function match($pattern, $subject) method isMatch (line 890) | public static function isMatch($pattern, $value) method matchAll (line 916) | public static function matchAll($pattern, $subject) method numbers (line 933) | public static function numbers($value) method padBoth (line 946) | public static function padBoth($value, $length, $pad = ' ') method padLeft (line 959) | public static function padLeft($value, $length, $pad = ' ') method padRight (line 972) | public static function padRight($value, $length, $pad = ' ') method parseCallback (line 984) | public static function parseCallback($callback, $default = null) method plural (line 1008) | public static function plural($value, $count = 2, $prependCount = false) method pluralStudly (line 1024) | public static function pluralStudly($value, $count = 2) method pluralPascal (line 1040) | public static function pluralPascal($value, $count = 2) method password (line 1055) | public static function password($length = 32, $letters = true, $number... method position (line 1097) | public static function position($haystack, $needle, $offset = 0, $enco... method random (line 1108) | public static function random($length = 16) method createRandomStringsUsing (line 1133) | public static function createRandomStringsUsing(?callable $factory = n... method createRandomStringsUsingSequence (line 1145) | public static function createRandomStringsUsingSequence(array $sequenc... method createRandomStringsNormally (line 1177) | public static function createRandomStringsNormally() method repeat (line 1189) | public static function repeat(string $string, int $times) method replaceArray (line 1202) | public static function replaceArray($search, $replace, $subject) method toStringOr (line 1226) | private static function toStringOr($value, $fallback) method replace (line 1244) | public static function replace($search, $replace, $subject, $caseSensi... method replaceFirst (line 1271) | public static function replaceFirst($search, $replace, $subject) method replaceStart (line 1296) | public static function replaceStart($search, $replace, $subject) method replaceLast (line 1319) | public static function replaceLast($search, $replace, $subject) method replaceEnd (line 1344) | public static function replaceEnd($search, $replace, $subject) method replaceMatches (line 1368) | public static function replaceMatches($pattern, $replace, $subject, $l... method remove (line 1385) | public static function remove($search, $subject, $caseSensitive = true) method reverse (line 1402) | public static function reverse(string $value) method start (line 1414) | public static function start($value, $prefix) method upper (line 1427) | public static function upper($value) method title (line 1438) | public static function title($value) method headline (line 1449) | public static function headline($value) method initials (line 1469) | public static function initials($value, $capitalize = false) method apa (line 1488) | public static function apa($value) method singular (line 1538) | public static function singular($value) method slug (line 1552) | public static function slug($title, $separator = '-', $language = 'en'... method snake (line 1584) | public static function snake($value, $delimiter = '_') method trim (line 1608) | public static function trim($value, $charlist = null) method ltrim (line 1626) | public static function ltrim($value, $charlist = null) method rtrim (line 1644) | public static function rtrim($value, $charlist = null) method squish (line 1661) | public static function squish($value) method startsWith (line 1675) | public static function startsWith($haystack, $needles) method doesntStartWith (line 1703) | public static function doesntStartWith($haystack, $needles) method studly (line 1714) | public static function studly($value) method pascal (line 1735) | public static function pascal($value) method substr (line 1749) | public static function substr($string, $start, $length = null, $encodi... method substrCount (line 1763) | public static function substrCount($haystack, $needle, $offset = 0, $l... method substrReplace (line 1781) | public static function substrReplace($string, $replace, $offset = 0, $... method swap (line 1799) | public static function swap(array $map, $subject) method take (line 1811) | public static function take($string, int $limit): string method toBase64 (line 1826) | public static function toBase64($string): string method fromBase64 (line 1838) | public static function fromBase64($string, $strict = false) method lcfirst (line 1849) | public static function lcfirst($string) method ucfirst (line 1860) | public static function ucfirst($string) method ucwords (line 1872) | public static function ucwords($string, $separators = " \t\r\n\f\v") method ucsplit (line 1887) | public static function ucsplit($string) method wordCount (line 1899) | public static function wordCount($string, $characters = null) method wordWrap (line 1913) | public static function wordWrap($string, $characters = 75, $break = "\... method uuid (line 1923) | public static function uuid() method uuid7 (line 1936) | public static function uuid7($time = null) method orderedUuid (line 1948) | public static function orderedUuid() method createUuidsUsing (line 1974) | public static function createUuidsUsing(?callable $factory = null) method createUuidsUsingSequence (line 1986) | public static function createUuidsUsingSequence(array $sequence, $when... method freezeUuids (line 2019) | public static function freezeUuids(?Closure $callback = null) method createUuidsNormally (line 2041) | public static function createUuidsNormally() method ulid (line 2052) | public static function ulid($time = null) method createUlidsNormally (line 2070) | public static function createUlidsNormally() method createUlidsUsing (line 2081) | public static function createUlidsUsing(?callable $factory = null) method createUlidsUsingSequence (line 2093) | public static function createUlidsUsingSequence(array $sequence, $when... method freezeUlids (line 2126) | public static function freezeUlids(?Closure $callback = null) method flushCache (line 2148) | public static function flushCache() method resetFactoryState (line 2160) | public static function resetFactoryState() FILE: src/Illuminate/Support/Stringable.php class Stringable (line 15) | class Stringable implements JsonSerializable, ArrayAccess, BaseStringable method __construct (line 31) | public function __construct($value = '') method after (line 42) | public function after($search) method afterLast (line 53) | public function afterLast($search) method append (line 64) | public function append(...$values) method newLine (line 75) | public function newLine($count = 1) method ascii (line 86) | public function ascii($language = 'en') method basename (line 97) | public function basename($suffix = '') method charAt (line 108) | public function charAt($index) method chopStart (line 119) | public function chopStart($needle) method chopEnd (line 130) | public function chopEnd($needle) method classBasename (line 140) | public function classBasename() method before (line 151) | public function before($search) method beforeLast (line 162) | public function beforeLast($search) method between (line 174) | public function between($from, $to) method betweenFirst (line 186) | public function betweenFirst($from, $to) method camel (line 196) | public function camel() method contains (line 208) | public function contains($needles, $ignoreCase = false) method containsAll (line 220) | public function containsAll($needles, $ignoreCase = false) method doesntContain (line 232) | public function doesntContain($needles, $ignoreCase = false) method convertCase (line 244) | public function convertCase(int $mode = MB_CASE_FOLD, ?string $encodin... method deduplicate (line 255) | public function deduplicate(array|string $characters = ' ') method dirname (line 266) | public function dirname($levels = 1) method endsWith (line 277) | public function endsWith($needles) method doesntEndWith (line 288) | public function doesntEndWith($needles) method exactly (line 299) | public function exactly($value) method excerpt (line 315) | public function excerpt($phrase = '', $options = []) method explode (line 327) | public function explode($delimiter, $limit = PHP_INT_MAX) method split (line 340) | public function split($pattern, $limit = -1, $flags = 0) method finish (line 357) | public function finish($cap) method is (line 369) | public function is($pattern, $ignoreCase = false) method isAscii (line 379) | public function isAscii() method isJson (line 389) | public function isJson() method isUrl (line 400) | public function isUrl(array $protocols = []) method isUuid (line 411) | public function isUuid($version = null) method isUlid (line 421) | public function isUlid() method isEmpty (line 431) | public function isEmpty() method isNotEmpty (line 441) | public function isNotEmpty() method kebab (line 451) | public function kebab() method length (line 462) | public function length($encoding = null) method limit (line 475) | public function limit($limit = 100, $end = '...', $preserveWords = false) method lower (line 485) | public function lower() method markdown (line 497) | public function markdown(array $options = [], array $extensions = []) method inlineMarkdown (line 509) | public function inlineMarkdown(array $options = [], array $extensions ... method mask (line 523) | public function mask($character, $index, $length = null, $encoding = '... method match (line 534) | public function match($pattern) method isMatch (line 545) | public function isMatch($pattern) method matchAll (line 556) | public function matchAll($pattern) method test (line 567) | public function test($pattern) method numbers (line 577) | public function numbers() method padBoth (line 589) | public function padBoth($length, $pad = ' ') method padLeft (line 601) | public function padLeft($length, $pad = ' ') method padRight (line 613) | public function padRight($length, $pad = ' ') method parseCallback (line 624) | public function parseCallback($default = null) method pipe (line 635) | public function pipe(callable $callback) method plural (line 647) | public function plural($count = 2, $prependCount = false) method pluralStudly (line 658) | public function pluralStudly($count = 2) method pluralPascal (line 669) | public function pluralPascal($count = 2) method position (line 682) | public function position($needle, $offset = 0, $encoding = null) method prepend (line 693) | public function prepend(...$values) method remove (line 705) | public function remove($search, $caseSensitive = true) method reverse (line 715) | public function reverse() method repeat (line 726) | public function repeat(int $times) method replace (line 739) | public function replace($search, $replace, $caseSensitive = true) method replaceArray (line 751) | public function replaceArray($search, $replace) method replaceFirst (line 763) | public function replaceFirst($search, $replace) method replaceStart (line 775) | public function replaceStart($search, $replace) method replaceLast (line 787) | public function replaceLast($search, $replace) method replaceEnd (line 799) | public function replaceEnd($search, $replace) method replaceMatches (line 812) | public function replaceMatches($pattern, $replace, $limit = -1) method scan (line 827) | public function scan($format) method squish (line 837) | public function squish() method start (line 848) | public function start($prefix) method stripTags (line 859) | public function stripTags($allowedTags = null) method upper (line 869) | public function upper() method title (line 879) | public function title() method headline (line 889) | public function headline() method initials (line 899) | public function initials() method apa (line 909) | public function apa() method transliterate (line 921) | public function transliterate($unknown = '?', $strict = false) method singular (line 931) | public function singular() method slug (line 944) | public function slug($separator = '-', $language = 'en', $dictionary =... method snake (line 955) | public function snake($delimiter = '_') method startsWith (line 966) | public function startsWith($needles) method doesntStartWith (line 977) | public function doesntStartWith($needles) method studly (line 987) | public function studly() method pascal (line 997) | public function pascal() method substr (line 1010) | public function substr($start, $length = null, $encoding = 'UTF-8') method substrCount (line 1023) | public function substrCount($needle, $offset = 0, $length = null) method substrReplace (line 1036) | public function substrReplace($replace, $offset = 0, $length = null) method swap (line 1047) | public function swap(array $map) method take (line 1058) | public function take(int $limit) method trim (line 1073) | public function trim($characters = null) method ltrim (line 1084) | public function ltrim($characters = null) method rtrim (line 1095) | public function rtrim($characters = null) method lcfirst (line 1105) | public function lcfirst() method ucfirst (line 1115) | public function ucfirst() method ucwords (line 1126) | public function ucwords($separators = " \t\r\n\f\v") method ucsplit (line 1136) | public function ucsplit() method whenContains (line 1149) | public function whenContains($needles, $callback, $default = null) method whenContainsAll (line 1162) | public function whenContainsAll(array $needles, $callback, $default = ... method whenEmpty (line 1174) | public function whenEmpty($callback, $default = null) method whenNotEmpty (line 1186) | public function whenNotEmpty($callback, $default = null) method whenEndsWith (line 1199) | public function whenEndsWith($needles, $callback, $default = null) method whenDoesntEndWith (line 1212) | public function whenDoesntEndWith($needles, $callback, $default = null) method whenExactly (line 1225) | public function whenExactly($value, $callback, $default = null) method whenNotExactly (line 1238) | public function whenNotExactly($value, $callback, $default = null) method whenIs (line 1251) | public function whenIs($pattern, $callback, $default = null) method whenIsAscii (line 1263) | public function whenIsAscii($callback, $default = null) method whenIsUuid (line 1275) | public function whenIsUuid($callback, $default = null) method whenIsUlid (line 1287) | public function whenIsUlid($callback, $default = null) method whenStartsWith (line 1300) | public function whenStartsWith($needles, $callback, $default = null) method whenDoesntStartWith (line 1313) | public function whenDoesntStartWith($needles, $callback, $default = null) method whenTest (line 1326) | public function whenTest($pattern, $callback, $default = null) method words (line 1338) | public function words($words = 100, $end = '...') method wordCount (line 1349) | public function wordCount($characters = null) method wordWrap (line 1362) | public function wordWrap($characters = 75, $break = "\n", $cutLongWord... method wrap (line 1374) | public function wrap($before, $after = null) method unwrap (line 1386) | public function unwrap($before, $after = null) method toHtmlString (line 1396) | public function toHtmlString() method toBase64 (line 1406) | public function toBase64() method fromBase64 (line 1417) | public function fromBase64($strict = false) method hash (line 1428) | public function hash(string $algorithm) method encrypt (line 1439) | public function encrypt(bool $serialize = false) method decrypt (line 1450) | public function decrypt(bool $serialize = false) method dump (line 1461) | public function dump(...$args) method value (line 1473) | public function value() method toString (line 1483) | public function toString() method toInteger (line 1494) | public function toInteger($base = 10) method toFloat (line 1504) | public function toFloat() method toBoolean (line 1516) | public function toBoolean() method toDate (line 1530) | public function toDate($format = null, $tz = null) method toUri (line 1544) | public function toUri() method jsonSerialize (line 1554) | public function jsonSerialize(): string method offsetExists (line 1565) | public function offsetExists(mixed $offset): bool method offsetGet (line 1576) | public function offsetGet(mixed $offset): string method offsetSet (line 1587) | public function offsetSet(mixed $offset, mixed $value): void method offsetUnset (line 1598) | public function offsetUnset(mixed $offset): void method __get (line 1609) | public function __get($key) method __toString (line 1619) | public function __toString() FILE: src/Illuminate/Support/Testing/Fakes/BatchFake.php class BatchFake (line 12) | class BatchFake extends Batch method __construct (line 42) | public function __construct( method fresh (line 71) | #[\Override] method add (line 83) | #[\Override] method recordSuccessfulJob (line 103) | #[\Override] method decrementPendingJobs (line 115) | #[\Override] method recordFailedJob (line 128) | #[\Override] method incrementFailedJobs (line 140) | #[\Override] method cancel (line 151) | #[\Override] method delete (line 162) | #[\Override] method deleted (line 173) | public function deleted() FILE: src/Illuminate/Support/Testing/Fakes/BatchRepositoryFake.php class BatchRepositoryFake (line 13) | class BatchRepositoryFake implements BatchRepository method get (line 29) | public function get($limit, $before) method find (line 40) | public function find(string $batchId) method store (line 51) | public function store(PendingBatch $batch) method incrementTotalJobs (line 78) | public function incrementTotalJobs(string $batchId, int $amount) method decrementPendingJobs (line 90) | public function decrementPendingJobs(string $batchId, string $jobId) method incrementFailedJobs (line 102) | public function incrementFailedJobs(string $batchId, string $jobId) method markAsFinished (line 113) | public function markAsFinished(string $batchId) method cancel (line 126) | public function cancel(string $batchId) method delete (line 139) | public function delete(string $batchId) method transaction (line 150) | public function transaction(Closure $callback) method rollBack (line 160) | public function rollBack() FILE: src/Illuminate/Support/Testing/Fakes/BusFake.php class BusFake (line 17) | class BusFake implements Fake, QueueingDispatcher method __construct (line 91) | public function __construct(QueueingDispatcher $dispatcher, $jobsToFak... method except (line 104) | public function except($jobsToDispatch) method assertDispatched (line 118) | public function assertDispatched($command, $callback = null) method assertDispatchedOnce (line 142) | public function assertDispatchedOnce($command) method assertDispatchedTimes (line 154) | public function assertDispatchedTimes($command, $times = 1) method assertNotDispatched (line 183) | public function assertNotDispatched($command, $callback = null) method assertNothingDispatched (line 202) | public function assertNothingDispatched() method assertDispatchedSync (line 218) | public function assertDispatchedSync($command, $callback = null) method assertDispatchedSyncTimes (line 241) | public function assertDispatchedSyncTimes($command, $times = 1) method assertNotDispatchedSync (line 268) | public function assertNotDispatchedSync($command, $callback = null) method assertDispatchedAfterResponse (line 287) | public function assertDispatchedAfterResponse($command, $callback = null) method assertDispatchedAfterResponseTimes (line 310) | public function assertDispatchedAfterResponseTimes($command, $times = 1) method assertNotDispatchedAfterResponse (line 337) | public function assertNotDispatchedAfterResponse($command, $callback =... method assertChained (line 355) | public function assertChained(array $expectedChain) method assertNothingChained (line 394) | public function assertNothingChained() method resetChainPropertiesToDefaults (line 405) | protected function resetChainPropertiesToDefaults($job) method assertDispatchedWithoutChain (line 422) | public function assertDispatchedWithoutChain($command, $callback = null) method assertDispatchedWithChainOfObjects (line 446) | protected function assertDispatchedWithChainOfObjects($command, $expec... method chainedBatch (line 497) | public function chainedBatch(Closure $callback) method assertBatched (line 508) | public function assertBatched(callable|array $callback) method assertBatchCount (line 524) | public function assertBatchCount($count) method assertNothingBatched (line 536) | public function assertNothingBatched() method assertNothingPlaced (line 551) | public function assertNothingPlaced() method dispatched (line 564) | public function dispatched($command, $callback = null) method dispatchedSync (line 582) | public function dispatchedSync(string $command, $callback = null) method dispatchedAfterResponse (line 600) | public function dispatchedAfterResponse(string $command, $callback = n... method batched (line 617) | public function batched(callable $callback) method hasDispatched (line 632) | public function hasDispatched($command) method hasDispatchedSync (line 643) | public function hasDispatchedSync($command) method hasDispatchedAfterResponse (line 654) | public function hasDispatchedAfterResponse($command) method dispatch (line 665) | public function dispatch($command) method dispatchSync (line 683) | public function dispatchSync($command, $handler = null) method dispatchNow (line 699) | public function dispatchNow($command, $handler = null) method dispatchToQueue (line 714) | public function dispatchToQueue($command) method dispatchAfterResponse (line 730) | public function dispatchAfterResponse($command, $handler = null) method chain (line 745) | public function chain($jobs = null) method findBatch (line 759) | public function findBatch(string $batchId) method batch (line 770) | public function batch($jobs) method dispatchFakeBatch (line 781) | public function dispatchFakeBatch($name = '') method recordPendingBatch (line 792) | public function recordPendingBatch(PendingBatch $pendingBatch) method shouldFakeJob (line 805) | protected function shouldFakeJob($command) method shouldDispatchCommand (line 829) | protected function shouldDispatchCommand($command) method serializeAndRestore (line 845) | public function serializeAndRestore(bool $serializeAndRestore = true) method serializeAndRestoreCommand (line 858) | protected function serializeAndRestoreCommand($command) method getCommandRepresentation (line 869) | protected function getCommandRepresentation($command) method pipeThrough (line 880) | public function pipeThrough(array $pipes) method hasCommandHandler (line 893) | public function hasCommandHandler($command) method getCommandHandler (line 904) | public function getCommandHandler($command) method map (line 915) | public function map(array $map) method dispatchedBatches (line 927) | public function dispatchedBatches() FILE: src/Illuminate/Support/Testing/Fakes/ChainedBatchTruthTest.php class ChainedBatchTruthTest (line 7) | class ChainedBatchTruthTest method __construct (line 21) | public function __construct(Closure $callback) method __invoke (line 32) | public function __invoke($pendingBatch) FILE: src/Illuminate/Support/Testing/Fakes/EventFake.php class EventFake (line 17) | class EventFake implements Dispatcher, Fake method __construct (line 55) | public function __construct(Dispatcher $dispatcher, $eventsToFake = []) method except (line 68) | public function except($eventsToDispatch) method assertListening (line 85) | public function assertListening($expectedEvent, $expectedListener) method assertDispatched (line 134) | public function assertDispatched($event, $callback = null) method assertDispatchedOnce (line 156) | public function assertDispatchedOnce($event) method assertDispatchedTimes (line 168) | public function assertDispatchedTimes($event, $times = 1) method assertNotDispatched (line 189) | public function assertNotDispatched($event, $callback = null) method assertNothingDispatched (line 206) | public function assertNothingDispatched() method dispatched (line 232) | public function dispatched($event, $callback = null) method hasDispatched (line 251) | public function hasDispatched($event) method listen (line 263) | public function listen($events, $listener = null) method hasListeners (line 274) | public function hasListeners($eventName) method push (line 286) | public function push($event, $payload = []) method subscribe (line 297) | public function subscribe($subscriber) method flush (line 308) | public function flush($event) method dispatch (line 321) | public function dispatch($event, $payload = [], $halt = false) method shouldFakeEvent (line 339) | protected function shouldFakeEvent($eventName, $payload) method fakeEvent (line 366) | protected function fakeEvent($event, $name, $arguments) method shouldDispatchEvent (line 383) | protected function shouldDispatchEvent($eventName, $payload) method forget (line 404) | public function forget($event) method forgetPushed (line 414) | public function forgetPushed() method until (line 426) | public function until($event, $payload = []) method dispatchedEvents (line 436) | public function dispatchedEvents() method __call (line 448) | public function __call($method, $parameters) FILE: src/Illuminate/Support/Testing/Fakes/ExceptionHandlerFake.php class ExceptionHandlerFake (line 19) | class ExceptionHandlerFake implements ExceptionHandler, Fake method __construct (line 43) | public function __construct( method handler (line 55) | public function handler() method assertReported (line 66) | public function assertReported(Closure|string $exception) method assertReportedCount (line 96) | public function assertReportedCount(int $count) method assertNotReported (line 114) | public function assertNotReported(Closure|string $exception) method assertNothingReported (line 133) | public function assertNothingReported() method report (line 152) | public function report($e) method isFakedException (line 177) | protected function isFakedException(Throwable $e) method shouldReport (line 188) | public function shouldReport($e) method runningWithoutExceptionHandling (line 198) | protected function runningWithoutExceptionHandling() method render (line 210) | public function render($request, $e) method renderForConsole (line 222) | public function renderForConsole($output, Throwable $e) method throwOnReport (line 232) | public function throwOnReport() method throwFirstReported (line 246) | public function throwFirstReported() method reported (line 260) | public function reported() method setHandler (line 271) | public function setHandler(ExceptionHandler $handler) method __call (line 285) | public function __call(string $method, array $parameters) FILE: src/Illuminate/Support/Testing/Fakes/Fake.php type Fake (line 5) | interface Fake FILE: src/Illuminate/Support/Testing/Fakes/MailFake.php class MailFake (line 19) | class MailFake implements Factory, Fake, Mailer, MailQueue method __construct (line 56) | public function __construct(MailManager $manager) method assertSent (line 69) | public function assertSent($mailable, $callback = null) method assertSentTimes (line 105) | public function assertSentTimes($mailable, $times = 1) method assertNotOutgoing (line 126) | public function assertNotOutgoing($mailable, $callback = null) method assertNotSent (line 139) | public function assertNotSent($mailable, $callback = null) method assertNothingOutgoing (line 167) | public function assertNothingOutgoing() method assertNothingSent (line 178) | public function assertNothingSent() method assertQueued (line 194) | public function assertQueued($mailable, $callback = null) method assertQueuedTimes (line 228) | protected function assertQueuedTimes($mailable, $times = 1) method assertNotQueued (line 249) | public function assertNotQueued($mailable, $callback = null) method assertNothingQueued (line 277) | public function assertNothingQueued() method assertSentCount (line 292) | public function assertSentCount($count) method assertQueuedCount (line 308) | public function assertQueuedCount($count) method assertOutgoingCount (line 324) | public function assertOutgoingCount($count) method sent (line 343) | public function sent($mailable, $callback = null) method hasSent (line 362) | public function hasSent($mailable) method queued (line 374) | public function queued($mailable, $callback = null) method hasQueued (line 393) | public function hasQueued($mailable) method mailablesOf (line 404) | protected function mailablesOf($type) method queuedMailablesOf (line 415) | protected function queuedMailablesOf($type) method mailer (line 426) | public function mailer($name = null) method to (line 439) | public function to($users) method cc (line 450) | public function cc($users) method bcc (line 461) | public function bcc($users) method raw (line 473) | public function raw($text, $callback) method send (line 486) | public function send($view, array $data = [], $callback = null) method sendNow (line 499) | public function sendNow($mailable, array $data = [], $callback = null) method sendMail (line 511) | protected function sendMail($view, $shouldQueue = false) method queue (line 535) | public function queue($view, $queue = null) method later (line 556) | public function later($delay, $view, $queue = null) method prepareMailableAndCallback (line 568) | protected function prepareMailableAndCallback($mailable, $callback) method forgetMailers (line 582) | public function forgetMailers() method __call (line 596) | public function __call($method, $parameters) FILE: src/Illuminate/Support/Testing/Fakes/NotificationFake.php class NotificationFake (line 18) | class NotificationFake implements Fake, NotificationDispatcher, Notifica... method assertSentOnDemand (line 52) | public function assertSentOnDemand($notification, $callback = null) method assertSentTo (line 67) | public function assertSentTo($notifiable, $notification, $callback = n... method assertSentOnDemandTimes (line 102) | public function assertSentOnDemandTimes($notification, $times = 1) method assertSentToTimes (line 115) | public function assertSentToTimes($notifiable, $notification, $times = 1) method assertNotSentTo (line 135) | public function assertNotSentTo($notifiable, $notification, $callback ... method assertNothingSent (line 164) | public function assertNothingSent() method assertNothingSentTo (line 183) | public function assertNothingSentTo($notifiable) method assertSentTimes (line 210) | public function assertSentTimes($notification, $expectedCount) method assertCount (line 232) | public function assertCount($expectedCount) method sent (line 250) | public function sent($notifiable, $notification, $callback = null) method hasSent (line 272) | public function hasSent($notifiable, $notification) method notificationsFor (line 284) | protected function notificationsFor($notifiable, $notification) method send (line 296) | public function send($notifiables, $notification) method sendNow (line 309) | public function sendNow($notifiables, $notification, ?array $channels ... method channel (line 354) | public function channel($name = null) method locale (line 365) | public function locale($locale) method serializeAndRestore (line 378) | public function serializeAndRestore(bool $serializeAndRestore = true) method serializeAndRestoreNotification (line 391) | protected function serializeAndRestoreNotification($notification) method sentNotifications (line 401) | public function sentNotifications() FILE: src/Illuminate/Support/Testing/Fakes/PendingBatchFake.php class PendingBatchFake (line 10) | class PendingBatchFake extends PendingBatch method __construct (line 27) | public function __construct(BusFake $bus, Collection $jobs) method dispatch (line 38) | public function dispatch() method dispatchAfterResponse (line 48) | public function dispatchAfterResponse() method hasJobs (line 59) | public function hasJobs(array $expectedJobs) FILE: src/Illuminate/Support/Testing/Fakes/PendingChainFake.php class PendingChainFake (line 9) | class PendingChainFake extends PendingChain method __construct (line 25) | public function __construct(BusFake $bus, $job, $chain) method dispatch (line 37) | public function dispatch() FILE: src/Illuminate/Support/Testing/Fakes/PendingMailFake.php class PendingMailFake (line 8) | class PendingMailFake extends PendingMail method __construct (line 15) | public function __construct($mailer) method send (line 26) | public function send(Mailable $mailable) method sendNow (line 37) | public function sendNow(Mailable $mailable) method queue (line 48) | public function queue(Mailable $mailable) FILE: src/Illuminate/Support/Testing/Fakes/QueueFake.php class QueueFake (line 22) | class QueueFake extends QueueManager implements Fake, Queue method __construct (line 82) | public function __construct($app, $jobsToFake = [], $queue = null) method except (line 97) | public function except($jobsToBeQueued) method assertPushed (line 111) | public function assertPushed($job, $callback = null) method assertPushedTimes (line 134) | public function assertPushedTimes($job, $times = 1) method assertPushedOn (line 156) | public function assertPushedOn($queue, $job, $callback = null) method assertPushedWithChain (line 179) | public function assertPushedWithChain($job, $expectedChain = [], $call... method assertPushedWithoutChain (line 203) | public function assertPushedWithoutChain($job, $callback = null) method assertPushedWithChainOfObjects (line 221) | protected function assertPushedWithChainOfObjects($job, $expectedChain... method assertPushedWithChainOfClasses (line 239) | protected function assertPushedWithChainOfClasses($job, $expectedChain... method assertClosurePushed (line 260) | public function assertClosurePushed($callback = null) method assertClosureNotPushed (line 271) | public function assertClosureNotPushed($callback = null) method isChainOfObjects (line 282) | protected function isChainOfObjects($chain) method assertNotPushed (line 294) | public function assertNotPushed($job, $callback = null) method assertCount (line 312) | public function assertCount($expectedCount) method assertNothingPushed (line 327) | public function assertNothingPushed() method pushed (line 341) | public function pushed($job, $callback = null) method pushedRaw (line 360) | public function pushedRaw($callback = null) method listenersPushed (line 374) | public function listenersPushed($listenerClass, $callback = null) method hasPushed (line 396) | public function hasPushed($job) method connection (line 407) | public function connection($value = null) method size (line 418) | public function size($queue = null) method pendingSize (line 432) | public function pendingSize($queue = null) method delayedSize (line 443) | public function delayedSize($queue = null) method reservedSize (line 454) | public function reservedSize($queue = null) method creationTimeOfOldestPendingJob (line 465) | public function creationTimeOfOldestPendingJob($queue = null) method push (line 478) | public function push($job, $data = '', $queue = null) method shouldFakeJob (line 507) | public function shouldFakeJob($job) method shouldDispatchJob (line 528) | protected function shouldDispatchJob($job) method pushRaw (line 547) | public function pushRaw($payload, $queue = null, array $options = []) method later (line 565) | public function later($delay, $job, $data = '', $queue = null) method pushOn (line 578) | public function pushOn($queue, $job, $data = '') method laterOn (line 592) | public function laterOn($queue, $delay, $job, $data = '') method pop (line 603) | public function pop($queue = null) method bulk (line 616) | public function bulk($jobs, $data = '', $queue = null) method pushedJobs (line 628) | public function pushedJobs() method rawPushes (line 638) | public function rawPushes() method serializeAndRestore (line 649) | public function serializeAndRestore(bool $serializeAndRestore = true) method serializeAndRestoreJob (line 662) | protected function serializeAndRestoreJob($job) method releaseUniqueJobLocks (line 672) | public function releaseUniqueJobLocks() method getConnectionName (line 688) | public function getConnectionName() method setConnectionName (line 699) | public function setConnectionName($name) method __call (line 713) | public function __call($method, $parameters) FILE: src/Illuminate/Support/Timebox.php class Timebox (line 7) | class Timebox method call (line 27) | public function call(callable $callback, int $microseconds) method returnEarly (line 57) | public function returnEarly() method dontReturnEarly (line 69) | public function dontReturnEarly() method usleep (line 82) | protected function usleep(int $microseconds) FILE: src/Illuminate/Support/Traits/CapsuleManagerTrait.php type CapsuleManagerTrait (line 8) | trait CapsuleManagerTrait method setupContainer (line 30) | protected function setupContainer(Container $container) method setAsGlobal (line 44) | public function setAsGlobal() method getContainer (line 54) | public function getContainer() method setContainer (line 65) | public function setContainer(Container $container) FILE: src/Illuminate/Support/Traits/Dumpable.php type Dumpable (line 5) | trait Dumpable method dd (line 13) | public function dd(...$args) method dump (line 24) | public function dump(...$args) FILE: src/Illuminate/Support/Traits/ForwardsCalls.php type ForwardsCalls (line 8) | trait ForwardsCalls method forwardCallTo (line 20) | protected function forwardCallTo($object, $method, $parameters) method forwardDecoratedCallTo (line 50) | protected function forwardDecoratedCallTo($object, $method, $parameters) method throwBadMethodCallException (line 65) | protected static function throwBadMethodCallException($method) FILE: src/Illuminate/Support/Traits/InteractsWithData.php type InteractsWithData (line 16) | trait InteractsWithData method all (line 24) | abstract public function all($keys = null); method data (line 33) | abstract protected function data($key = null, $default = null); method exists (line 41) | public function exists($key) method has (line 52) | public function has($key) method hasAny (line 73) | public function hasAny($keys) method whenHas (line 90) | public function whenHas($key, callable $callback, ?callable $default =... method filled (line 109) | public function filled($key) method isNotFilled (line 128) | public function isNotFilled($key) method anyFilled (line 147) | public function anyFilled($keys) method whenFilled (line 168) | public function whenFilled($key, callable $callback, ?callable $defaul... method missing (line 187) | public function missing($key) method whenMissing (line 202) | public function whenMissing($key, callable $callback, ?callable $defau... method isEmptyString (line 221) | protected function isEmptyString($key) method str (line 235) | public function str($key, $default = null) method string (line 247) | public function string($key, $default = null) method boolean (line 261) | public function boolean($key = null, $default = false) method integer (line 273) | public function integer($key, $default = 0) method float (line 285) | public function float($key, $default = 0.0) method clamp (line 299) | public function clamp($key, $min, $max, $default = 0) method date (line 314) | public function date($key, $format = null, $tz = null) method interval (line 336) | public function interval($key, $unit = null) method enum (line 364) | public function enum($key, $enumClass, $default = null) method enums (line 382) | public function enums($key, $enumClass) method isBackedEnum (line 400) | protected function isBackedEnum($enumClass) method array (line 411) | public function array($key = null) method collect (line 422) | public function collect($key = null) method only (line 433) | public function only($keys) method except (line 458) | public function except($keys) FILE: src/Illuminate/Support/Traits/Localizable.php type Localizable (line 7) | trait Localizable method withLocale (line 16) | public function withLocale($locale, $callback) FILE: src/Illuminate/Support/Traits/ReadsClassAttributes.php type ReadsClassAttributes (line 8) | trait ReadsClassAttributes method getAttributeValue (line 19) | protected function getAttributeValue($target, string $attributeClass, ... method extractAttributeValue (line 48) | protected function extractAttributeValue($instance) FILE: src/Illuminate/Support/Traits/Tappable.php type Tappable (line 5) | trait Tappable method tap (line 13) | public function tap($callback = null) FILE: src/Illuminate/Support/Uri.php class Uri (line 20) | class Uri implements Htmlable, JsonSerializable, Responsable, Stringable method __construct (line 37) | public function __construct(UriInterface|Stringable|string $uri = '') method of (line 45) | public static function of(UriInterface|Stringable|string $uri = ''): s... method to (line 53) | public static function to(string $path): static method route (line 68) | public static function route($name, $parameters = [], $absolute = true... method signedRoute (line 84) | public static function signedRoute($name, $parameters = [], $expiratio... method temporarySignedRoute (line 98) | public static function temporarySignedRoute($name, $expiration, $param... method action (line 113) | public static function action($action, $parameters = [], $absolute = t... method authority (line 121) | public function authority(): ?string method scheme (line 129) | public function scheme(): ?string method user (line 137) | public function user(bool $withPassword = false): ?string method password (line 147) | public function password(): ?string method host (line 155) | public function host(): ?string method port (line 163) | public function port(): ?int method path (line 175) | public function path(): string method pathSegments (line 187) | public function pathSegments(): Collection method query (line 197) | public function query(): UriQueryString method fragment (line 205) | public function fragment(): ?string method withScheme (line 213) | public function withScheme(Stringable|string $scheme): static method withUser (line 221) | public function withUser(Stringable|string|null $user, #[SensitivePara... method withHost (line 229) | public function withHost(Stringable|string $host): static method withPort (line 237) | public function withPort(?int $port): static method withPath (line 245) | public function withPath(Stringable|string $path): static method withQuery (line 253) | public function withQuery(array $query, bool $merge = true): static method withQueryIfMissing (line 283) | public function withQueryIfMissing(array $query): static method pushOntoQuery (line 299) | public function pushOntoQuery(string $key, mixed $value): static method withoutQuery (line 316) | public function withoutQuery(array|string $keys): static method replaceQuery (line 324) | public function replaceQuery(array $query): static method withFragment (line 332) | public function withFragment(string $fragment): static method redirect (line 340) | public function redirect(int $status = 302, array $headers = []): Redi... method toStringable (line 350) | public function toStringable() method toResponse (line 361) | public function toResponse($request) method toHtml (line 371) | public function toHtml() method decode (line 379) | public function decode(): string method value (line 391) | public function value(): string method toString (line 399) | public function toString(): string method isEmpty (line 407) | public function isEmpty(): bool method dump (line 418) | public function dump(...$args) method setUrlGeneratorResolver (line 428) | public static function setUrlGeneratorResolver(Closure $urlGeneratorRe... method getUri (line 436) | public function getUri(): UriInterface method jsonSerialize (line 446) | public function jsonSerialize(): string method __toString (line 454) | public function __toString(): string FILE: src/Illuminate/Support/UriQueryString.php class UriQueryString (line 10) | class UriQueryString implements Arrayable, Stringable method __construct (line 17) | public function __construct(protected Uri $uri) method all (line 28) | public function all($keys = null) method data (line 52) | protected function data($key = null, $default = null) method get (line 60) | public function get(?string $key = null, mixed $default = null): mixed method decode (line 68) | public function decode(): string method value (line 76) | public function value(): string method toArray (line 84) | public function toArray() method __toString (line 92) | public function __toString(): string FILE: src/Illuminate/Support/ValidatedInput.php class ValidatedInput (line 11) | class ValidatedInput implements ValidatedData method __construct (line 27) | public function __construct(array $input) method merge (line 38) | public function merge(array $items) method all (line 49) | public function all($keys = null) method data (line 71) | protected function data($key = null, $default = null) method keys (line 81) | public function keys() method input (line 93) | public function input($key = null, $default = null) method dump (line 106) | public function dump(...$keys) method toArray (line 118) | public function toArray() method __get (line 129) | public function __get($name) method __set (line 141) | public function __set($name, $value) method __isset (line 152) | public function __isset($name) method __unset (line 163) | public function __unset($name) method offsetExists (line 174) | public function offsetExists($key): bool method offsetGet (line 185) | public function offsetGet($key): mixed method offsetSet (line 197) | public function offsetSet($key, $value): void method offsetUnset (line 212) | public function offsetUnset($key): void method getIterator (line 222) | public function getIterator(): Traversable FILE: src/Illuminate/Support/ViewErrorBag.php class ViewErrorBag (line 12) | class ViewErrorBag implements Countable, Stringable method hasBag (line 27) | public function hasBag($key = 'default') method getBag (line 38) | public function getBag($key) method getBags (line 48) | public function getBags() method put (line 60) | public function put($key, MessageBagContract $bag) method any (line 72) | public function any() method count (line 82) | public function count(): int method __call (line 94) | public function __call($method, $parameters) method __get (line 105) | public function __get($key) method __set (line 117) | public function __set($key, $value) method __toString (line 127) | public function __toString() FILE: src/Illuminate/Support/functions.php function defer (line 21) | function defer(?callable $callback = null, ?string $name = null, bool $a... function php_binary (line 38) | function php_binary(): string function artisan_binary (line 48) | function artisan_binary(): string function now (line 63) | function now($tz = null): CarbonInterface function microseconds (line 73) | function microseconds(int|float $microseconds): CarbonInterval function milliseconds (line 83) | function milliseconds(int|float $milliseconds): CarbonInterval function seconds (line 93) | function seconds(int|float $seconds): CarbonInterval function minutes (line 103) | function minutes(int|float $minutes): CarbonInterval function hours (line 113) | function hours(int|float $hours): CarbonInterval function days (line 123) | function days(int|float $days): CarbonInterval function weeks (line 133) | function weeks(int $weeks): CarbonInterval function months (line 143) | function months(int $months): CarbonInterval function years (line 153) | function years(int $years): CarbonInterval FILE: src/Illuminate/Support/helpers.php function append_config (line 24) | function append_config(array $array): array function blank (line 50) | function blank($value): bool function class_basename (line 86) | function class_basename($class): string function class_uses_recursive (line 101) | function class_uses_recursive($class): array function e (line 124) | function e($value, $doubleEncode = true): string function env (line 150) | function env($key, $default = null) function filled (line 166) | function filled($value): bool function fluent (line 178) | function fluent($value = null): Fluent function literal (line 190) | function literal(...$arguments) function object_get (line 211) | function object_get($object, $key, $default = null) function laravel_cloud (line 233) | function laravel_cloud(): bool function once (line 249) | function once(callable $callback) function optional (line 271) | function optional($value = null, ?callable $callback = null) function preg_replace_array (line 289) | function preg_replace_array($pattern, array $replacements, $subject): st... function retry (line 311) | function retry($times, callable $callback, $sleepMilliseconds = 0, $when... function str (line 356) | function str($string = null) function tap (line 387) | function tap($value, $callback = null) function throw_if (line 415) | function throw_if($condition, $exception = 'RuntimeException', ...$param... function throw_unless (line 449) | function throw_unless($condition, $exception = 'RuntimeException', ...$p... function trait_uses_recursive (line 464) | function trait_uses_recursive($trait): array function transform (line 489) | function transform($value, callable $callback, $default = null) function windows_os (line 507) | function windows_os(): bool function with (line 524) | function with($value, ?callable $callback = null) FILE: src/Illuminate/Testing/Assert.php class Assert (line 13) | abstract class Assert extends PHPUnit method assertArraySubset (line 24) | public static function assertArraySubset($subset, $array, bool $checkF... FILE: src/Illuminate/Testing/AssertableJsonString.php class AssertableJsonString (line 17) | class AssertableJsonString implements ArrayAccess, Countable method __construct (line 38) | public function __construct($jsonable) method json (line 59) | public function json($key = null) method assertCount (line 71) | public function assertCount(int $count, $key = null) method assertExact (line 96) | public function assertExact(array $data) method assertSimilar (line 116) | public function assertSimilar(array $data) method assertFragment (line 134) | public function assertFragment(array $data) method assertMissing (line 163) | public function assertMissing(array $data, $exact = false) method assertMissingExact (line 195) | public function assertMissingExact(array $data) method assertMissingPath (line 224) | public function assertMissingPath($path) method assertPath (line 238) | public function assertPath($path, $expect) method assertPathCanonicalizing (line 256) | public function assertPathCanonicalizing($path, $expect) method assertStructure (line 271) | public function assertStructure(?array $structure = null, $responseDat... method assertSubset (line 317) | public function assertSubset(array $data, $strict = false) method reorderAssocKeys (line 332) | protected function reorderAssocKeys(array $data) method assertJsonMessage (line 352) | protected function assertJsonMessage(array $data) method jsonSearchStrings (line 371) | protected function jsonSearchStrings($key, $value) method count (line 387) | public function count(): int method offsetExists (line 398) | public function offsetExists($offset): bool method offsetGet (line 409) | public function offsetGet($offset): mixed method offsetSet (line 421) | public function offsetSet($offset, $value): void method offsetUnset (line 432) | public function offsetUnset($offset): void FILE: src/Illuminate/Testing/Concerns/AssertsStatusCodes.php type AssertsStatusCodes (line 7) | trait AssertsStatusCodes method assertOk (line 14) | public function assertOk() method assertCreated (line 24) | public function assertCreated() method assertAccepted (line 34) | public function assertAccepted() method assertNoContent (line 45) | public function assertNoContent($status = 204) method assertMovedPermanently (line 59) | public function assertMovedPermanently() method assertFound (line 69) | public function assertFound() method assertNotModified (line 79) | public function assertNotModified() method assertTemporaryRedirect (line 89) | public function assertTemporaryRedirect() method assertPermanentRedirect (line 99) | public function assertPermanentRedirect() method assertBadRequest (line 109) | public function assertBadRequest() method assertUnauthorized (line 119) | public function assertUnauthorized() method assertPaymentRequired (line 129) | public function assertPaymentRequired() method assertForbidden (line 139) | public function assertForbidden() method assertNotFound (line 149) | public function assertNotFound() method assertMethodNotAllowed (line 159) | public function assertMethodNotAllowed() method assertNotAcceptable (line 169) | public function assertNotAcceptable() method assertRequestTimeout (line 179) | public function assertRequestTimeout() method assertConflict (line 189) | public function assertConflict() method assertGone (line 199) | public function assertGone() method assertUnsupportedMediaType (line 209) | public function assertUnsupportedMediaType() method assertUnprocessable (line 219) | public function assertUnprocessable() method assertFailedDependency (line 229) | public function assertFailedDependency() method assertTooManyRequests (line 239) | public function assertTooManyRequests() method assertInternalServerError (line 249) | public function assertInternalServerError() method assertServiceUnavailable (line 259) | public function assertServiceUnavailable() FILE: src/Illuminate/Testing/Concerns/RunsInParallel.php type RunsInParallel (line 15) | trait RunsInParallel method __construct (line 58) | public function __construct($options, OutputInterface $output) method resolveApplicationUsing (line 83) | public static function resolveApplicationUsing($resolver) method resolveRunnerUsing (line 94) | public static function resolveRunnerUsing($resolver) method execute (line 104) | public function execute(): int method getExitCode (line 132) | public function getExitCode(): int method forEachProcess (line 143) | protected function forEachProcess($callback) method createApplication (line 165) | protected function createApplication() FILE: src/Illuminate/Testing/Concerns/TestCaches.php type TestCaches (line 7) | trait TestCaches method bootTestCache (line 21) | protected function bootTestCache() method parallelSafeCachePrefix (line 37) | protected function parallelSafeCachePrefix() method switchToCachePrefix (line 50) | protected function switchToCachePrefix($prefix) FILE: src/Illuminate/Testing/Concerns/TestDatabases.php type TestDatabases (line 13) | trait TestDatabases method bootTestDatabase (line 34) | protected function bootTestDatabase() method ensureTestDatabaseExists (line 94) | protected function ensureTestDatabaseExists($database) method ensureSchemaIsUpToDate (line 119) | protected function ensureSchemaIsUpToDate() method usingDatabase (line 135) | protected function usingDatabase($database, $callable) method whenNotUsingInMemoryDatabase (line 153) | protected function whenNotUsingInMemoryDatabase($callback) method switchToDatabase (line 172) | protected function switchToDatabase($database) method testDatabase (line 198) | protected function testDatabase($database) FILE: src/Illuminate/Testing/Concerns/TestViews.php type TestViews (line 8) | trait TestViews method bootTestViews (line 22) | protected function bootTestViews() method parallelSafeCompiledViewPath (line 48) | protected function parallelSafeCompiledViewPath() method switchToCompiledViewPath (line 67) | protected function switchToCompiledViewPath($path) FILE: src/Illuminate/Testing/Constraints/ArraySubset.php class ArraySubset (line 11) | class ArraySubset extends Constraint method __construct (line 29) | public function __construct(iterable $subset, bool $strict = false) method evaluate (line 53) | public function evaluate($other, string $description = '', bool $retur... method toString (line 93) | public function toString(): string method failureDescription (line 109) | protected function failureDescription($other): string method toArray (line 123) | protected function toArray(iterable $other): array FILE: src/Illuminate/Testing/Constraints/CountInDatabase.php class CountInDatabase (line 9) | class CountInDatabase extends Constraint method __construct (line 38) | public function __construct(Connection $database, int $expectedCount) method matches (line 51) | public function matches($table): bool method failureDescription (line 64) | public function failureDescription($table): string method toString (line 78) | public function toString($options = 0): string FILE: src/Illuminate/Testing/Constraints/HasInDatabase.php class HasInDatabase (line 9) | class HasInDatabase extends Constraint method __construct (line 38) | public function __construct(Connection $database, array $data) method matches (line 51) | public function matches($table): bool method failureDescription (line 64) | public function failureDescription($table): string method getAdditionalInfo (line 78) | protected function getAdditionalInfo($table) method toString (line 114) | public function toString($options = 0): string FILE: src/Illuminate/Testing/Constraints/NotSoftDeletedInDatabase.php class NotSoftDeletedInDatabase (line 8) | class NotSoftDeletedInDatabase extends Constraint method __construct (line 45) | public function __construct(Connection $database, array $data, string ... method matches (line 58) | public function matches($table): bool method failureDescription (line 72) | public function failureDescription($table): string method getAdditionalInfo (line 86) | protected function getAdditionalInfo($table) method toString (line 110) | public function toString(): string FILE: src/Illuminate/Testing/Constraints/SeeInHtml.php class SeeInHtml (line 8) | class SeeInHtml extends Constraint method __construct (line 43) | public function __construct($content, $ordered = false, $negate = false) method matches (line 55) | public function matches($values): bool method failureDescription (line 99) | public function failureDescription($values): string method normalize (line 120) | protected function normalize(string $value): ?string method toString (line 133) | public function toString(): string FILE: src/Illuminate/Testing/Constraints/SeeInOrder.php class SeeInOrder (line 8) | class SeeInOrder extends Constraint method __construct (line 29) | public function __construct($content) method matches (line 40) | public function matches($values): bool method failureDescription (line 73) | public function failureDescription($values): string method toString (line 87) | public function toString(): string FILE: src/Illuminate/Testing/Constraints/SoftDeletedInDatabase.php class SoftDeletedInDatabase (line 8) | class SoftDeletedInDatabase extends Constraint method __construct (line 45) | public function __construct(Connection $database, array $data, string ... method matches (line 60) | public function matches($table): bool method failureDescription (line 74) | public function failureDescription($table): string method getAdditionalInfo (line 88) | protected function getAdditionalInfo($table) method toString (line 112) | public function toString(): string FILE: src/Illuminate/Testing/Exceptions/InvalidArgumentException.php class InvalidArgumentException (line 7) | class InvalidArgumentException extends Exception method create (line 16) | public static function create(int $argument, string $type): static FILE: src/Illuminate/Testing/Fluent/AssertableJson.php class AssertableJson (line 14) | class AssertableJson implements Arrayable method __construct (line 44) | protected function __construct(array $props, ?string $path = null) method dotPath (line 56) | protected function dotPath(string $key = ''): string method prop (line 71) | protected function prop(?string $key = null) method scope (line 83) | protected function scope(string $key, Closure $callback): static method first (line 103) | public function first(Closure $callback): static method each (line 127) | public function each(Closure $callback): static method fromArray (line 153) | public static function fromArray(array $data): static method fromAssertableJsonString (line 164) | public static function fromAssertableJsonString(AssertableJsonString $... method toArray (line 174) | public function toArray() FILE: src/Illuminate/Testing/Fluent/Concerns/Debugging.php type Debugging (line 7) | trait Debugging method dump (line 17) | public function dump(?string $prop = null): static method prop (line 30) | abstract protected function prop(?string $key = null); FILE: src/Illuminate/Testing/Fluent/Concerns/Has.php type Has (line 9) | trait Has method count (line 18) | public function count($key, ?int $length = null): static method countBetween (line 50) | public function countBetween(int|string $min, int|string $max): static method has (line 83) | public function has($key, $length = null, ?Closure $callback = null): ... method hasAll (line 128) | public function hasAll($key): static method hasAny (line 149) | public function hasAny($key): static method missingAll (line 171) | public function missingAll($key): static method missing (line 188) | public function missing(string $key): static method dotPath (line 204) | abstract protected function dotPath(string $key = ''): string; method interactsWith (line 212) | abstract protected function interactsWith(string $key): void; method prop (line 220) | abstract protected function prop(?string $key = null); method scope (line 229) | abstract protected function scope(string $key, Closure $callback); method etc (line 236) | abstract public function etc(); method first (line 244) | abstract public function first(Closure $callback); FILE: src/Illuminate/Testing/Fluent/Concerns/Interaction.php type Interaction (line 8) | trait Interaction method interactsWith (line 23) | protected function interactsWith(string $key): void method interacted (line 37) | public function interacted(): void method etc (line 53) | public function etc(): static method prop (line 66) | abstract protected function prop(?string $key = null); FILE: src/Illuminate/Testing/Fluent/Concerns/Matching.php type Matching (line 12) | trait Matching method where (line 21) | public function where(string $key, $expected): static method whereNot (line 59) | public function whereNot(string $key, $expected): static method whereNull (line 101) | public function whereNull(string $key): static method whereNotNull (line 124) | public function whereNotNull(string $key): static method whereAll (line 147) | public function whereAll(array $bindings): static method whereType (line 163) | public function whereType(string $key, $expected): static method whereAllType (line 188) | public function whereAllType(array $bindings): static method whereContains (line 204) | public function whereContains(string $key, $expected) method ensureSorted (line 248) | protected function ensureSorted(&$value): void method dotPath (line 267) | abstract protected function dotPath(string $key = ''): string; method has (line 277) | abstract public function has(string $key, $value = null, ?Closure $sco... method prop (line 285) | abstract protected function prop(?string $key = null); FILE: src/Illuminate/Testing/LoggedExceptionCollection.php class LoggedExceptionCollection (line 7) | class LoggedExceptionCollection extends Collection FILE: src/Illuminate/Testing/ParallelConsoleOutput.php class ParallelConsoleOutput (line 9) | class ParallelConsoleOutput extends ConsoleOutput method __construct (line 33) | public function __construct($output) method write (line 52) | public function write($messages, bool $newline = false, int $options =... FILE: src/Illuminate/Testing/ParallelRunner.php class ParallelRunner (line 8) | class ParallelRunner implements \ParaTest\RunnerInterface method run (line 17) | public function run(): int method run (line 32) | public function run(): void class ParallelRunner (line 23) | class ParallelRunner implements \ParaTest\Runners\PHPUnit\RunnerInterface method run (line 17) | public function run(): int method run (line 32) | public function run(): void FILE: src/Illuminate/Testing/ParallelTesting.php class ParallelTesting (line 8) | class ParallelTesting method __construct (line 78) | public function __construct(Container $container) method resolveOptionsUsing (line 89) | public function resolveOptionsUsing($resolver) method resolveTokenUsing (line 100) | public function resolveTokenUsing($resolver) method setUpProcess (line 111) | public function setUpProcess($callback) method setUpTestCase (line 122) | public function setUpTestCase($callback) method setUpTestDatabaseBeforeMigrating (line 133) | public function setUpTestDatabaseBeforeMigrating($callback) method setUpTestDatabase (line 144) | public function setUpTestDatabase($callback) method tearDownProcess (line 155) | public function tearDownProcess($callback) method tearDownTestCase (line 166) | public function tearDownTestCase($callback) method callSetUpProcessCallbacks (line 176) | public function callSetUpProcessCallbacks() method callSetUpTestCaseCallbacks (line 193) | public function callSetUpTestCaseCallbacks($testCase) method callSetUpTestDatabaseBeforeMigratingCallbacks (line 211) | public function callSetUpTestDatabaseBeforeMigratingCallbacks($database) method callSetUpTestDatabaseCallbacks (line 229) | public function callSetUpTestDatabaseCallbacks($database) method callTearDownProcessCallbacks (line 246) | public function callTearDownProcessCallbacks() method callTearDownTestCaseCallbacks (line 263) | public function callTearDownTestCaseCallbacks($testCase) method option (line 281) | public function option($option) method token (line 297) | public function token() method whenRunningInParallel (line 310) | protected function whenRunningInParallel($callback) method inParallel (line 322) | protected function inParallel() FILE: src/Illuminate/Testing/ParallelTestingServiceProvider.php class ParallelTestingServiceProvider (line 11) | class ParallelTestingServiceProvider extends ServiceProvider implements ... method boot (line 20) | public function boot() method register (line 34) | public function register() FILE: src/Illuminate/Testing/PendingCommand.php class PendingCommand (line 28) | class PendingCommand method __construct (line 89) | public function __construct(PHPUnitTestCase $test, Container $app, $co... method expectsQuestion (line 104) | public function expectsQuestion($question, $answer) method expectsConfirmation (line 118) | public function expectsConfirmation($question, $answer = 'no') method expectsChoice (line 132) | public function expectsChoice($question, $answer, $answers, $strict = ... method expectsSearch (line 151) | public function expectsSearch($question, $answer, $search, $answers) method expectsOutput (line 164) | public function expectsOutput($output = null) method doesntExpectOutput (line 183) | public function doesntExpectOutput($output = null) method expectsOutputToContain (line 202) | public function expectsOutputToContain($string) method doesntExpectOutputToContain (line 215) | public function doesntExpectOutputToContain($string) method expectsTable (line 231) | public function expectsTable($headers, $rows, $tableStyle = 'default',... method expectsPromptsInfo (line 260) | public function expectsPromptsInfo(string $message) method expectsPromptsWarning (line 274) | public function expectsPromptsWarning(string $message) method expectsPromptsError (line 288) | public function expectsPromptsError(string $message) method expectsPromptsAlert (line 302) | public function expectsPromptsAlert(string $message) method expectsPromptsIntro (line 316) | public function expectsPromptsIntro(string $message) method expectsPromptsOutro (line 330) | public function expectsPromptsOutro(string $message) method expectsPromptsTable (line 348) | public function expectsPromptsTable(array|Collection $headers, array|C... method expectOutputToContainPrompt (line 362) | protected function expectOutputToContainPrompt(BasePrompt $prompt) method assertExitCode (line 377) | public function assertExitCode($exitCode) method assertNotExitCode (line 390) | public function assertNotExitCode($exitCode) method assertSuccessful (line 402) | public function assertSuccessful() method assertOk (line 412) | public function assertOk() method assertFailed (line 422) | public function assertFailed() method execute (line 432) | public function execute() method run (line 444) | public function run() method dd (line 487) | public function dd() method verifyExpectations (line 508) | protected function verifyExpectations() method mockConsoleOutput (line 548) | protected function mockConsoleOutput() method createABufferedOutputMock (line 586) | private function createABufferedOutputMock() method flushExpectations (line 653) | protected function flushExpectations() method __destruct (line 669) | public function __destruct() FILE: src/Illuminate/Testing/TestComponent.php class TestComponent (line 12) | class TestComponent implements Stringable method __construct (line 38) | public function __construct($component, $view) method assertSee (line 52) | public function assertSee($value, $escape = true) method assertSeeHtml (line 71) | public function assertSeeHtml($value) method assertSeeInOrder (line 83) | public function assertSeeInOrder(array $values, $escape = true) method assertSeeHtmlInOrder (line 98) | public function assertSeeHtmlInOrder(array $values) method assertSeeText (line 110) | public function assertSeeText($value, $escape = true) method assertSeeTextInOrder (line 128) | public function assertSeeTextInOrder(array $values, $escape = true) method assertDontSee (line 144) | public function assertDontSee($value, $escape = true) method assertDontSeeHtml (line 163) | public function assertDontSeeHtml($value) method assertDontSeeText (line 175) | public function assertDontSeeText($value, $escape = true) method __toString (line 195) | public function __toString() method __get (line 206) | public function __get($attribute) method __call (line 218) | public function __call($method, $parameters) FILE: src/Illuminate/Testing/TestResponse.php class TestResponse (line 37) | class TestResponse implements ArrayAccess method __construct (line 77) | public function __construct($response, $request = null) method fromBaseResponse (line 93) | public static function fromBaseResponse($response, $request = null) method assertSuccessful (line 103) | public function assertSuccessful() method assertSuccessfulPrecognition (line 118) | public function assertSuccessfulPrecognition() method assertClientError (line 141) | public function assertClientError() method assertServerError (line 156) | public function assertServerError() method assertStatus (line 172) | public function assertStatus($status) method statusMessageWithDetails (line 188) | protected function statusMessageWithDetails($expected, $actual) method assertRedirect (line 199) | public function assertRedirect($uri = null) method assertRedirectContains (line 219) | public function assertRedirectContains($uri) method assertRedirectBack (line 238) | public function assertRedirectBack() method assertRedirectBackWithErrors (line 258) | public function assertRedirectBackWithErrors($keys = [], $format = nul... method assertRedirectBackWithoutErrors (line 272) | public function assertRedirectBackWithoutErrors() method assertRedirectToRoute (line 288) | public function assertRedirectToRoute($name, $parameters = []) method assertRedirectToSignedRoute (line 310) | public function assertRedirectToSignedRoute($name = null, $parameters ... method assertRedirectToAction (line 348) | public function assertRedirectToAction($name, $parameters = []) method assertHeader (line 369) | public function assertHeader($headerName, $value = null) method assertHeaderContains (line 394) | public function assertHeaderContains($headerName, $value) method assertHeaderMissing (line 416) | public function assertHeaderMissing($headerName) method assertLocation (line 431) | public function assertLocation($uri) method assertDownload (line 446) | public function assertDownload($filename = null) method assertPlainCookie (line 495) | public function assertPlainCookie($cookieName, $value = null) method assertCookie (line 511) | public function assertCookie($cookieName, $value = null, $encrypted = ... method assertCookieExpired (line 538) | public function assertCookieExpired($cookieName) method assertCookieNotExpired (line 561) | public function assertCookieNotExpired($cookieName) method assertCookieMissing (line 584) | public function assertCookieMissing($cookieName) method getCookie (line 602) | public function getCookie($cookieName, $decrypt = true, $unserialize =... method assertContent (line 636) | public function assertContent($value) method assertStreamed (line 648) | public function assertStreamed() method assertNotStreamed (line 663) | public function assertNotStreamed() method assertStreamedContent (line 679) | public function assertStreamedContent($value) method assertStreamedJsonContent (line 692) | public function assertStreamedJsonContent($value) method assertSee (line 704) | public function assertSee($value, $escape = true) method assertSeeHtml (line 723) | public function assertSeeHtml($value) method assertSeeInOrder (line 735) | public function assertSeeInOrder(array $values, $escape = true) method assertSeeHtmlInOrder (line 750) | public function assertSeeHtmlInOrder(array $values) method assertSeeText (line 762) | public function assertSeeText($value, $escape = true) method assertSeeTextInOrder (line 780) | public function assertSeeTextInOrder(array $values, $escape = true) method assertDontSee (line 796) | public function assertDontSee($value, $escape = true) method assertDontSeeHtml (line 815) | public function assertDontSeeHtml($value) method assertDontSeeText (line 827) | public function assertDontSeeText($value, $escape = true) method assertJson (line 845) | public function assertJson($value, $strict = false) method assertJsonPath (line 871) | public function assertJsonPath($path, $expect) method assertJsonPathCanonicalizing (line 885) | public function assertJsonPathCanonicalizing($path, array $expect) method assertExactJson (line 898) | public function assertExactJson(array $data) method assertSimilarJson (line 911) | public function assertSimilarJson(array $data) method assertJsonFragments (line 924) | public function assertJsonFragments(array $data) method assertJsonFragment (line 939) | public function assertJsonFragment(array $data) method assertJsonMissing (line 953) | public function assertJsonMissing(array $data, $exact = false) method assertJsonMissingExact (line 966) | public function assertJsonMissingExact(array $data) method assertJsonMissingPath (line 979) | public function assertJsonMissingPath(string $path) method assertJsonStructure (line 993) | public function assertJsonStructure(?array $structure = null, ?array $... method assertExactJsonStructure (line 1007) | public function assertExactJsonStructure(?array $structure = null, ?ar... method assertJsonCount (line 1021) | public function assertJsonCount(int $count, $key = null) method assertJsonValidationErrors (line 1035) | public function assertJsonValidationErrors($errors, $responseKey = 'er... method assertOnlyJsonValidationErrors (line 1086) | public function assertOnlyJsonValidationErrors($errors, $responseKey =... method assertJsonValidationErrorFor (line 1113) | public function assertJsonValidationErrorFor($key, $responseKey = 'err... method assertJsonMissingValidationErrors (line 1138) | public function assertJsonMissingValidationErrors($keys = null, $respo... method assertJsonIsArray (line 1179) | public function assertJsonIsArray($key = null) method assertJsonIsObject (line 1200) | public function assertJsonIsObject($key = null) method decodeResponseJson (line 1222) | public function decodeResponseJson() method json (line 1250) | public function json($key = null) method collect (line 1261) | public function collect($key = null) method assertViewIs (line 1272) | public function assertViewIs($value) method assertViewHas (line 1288) | public function assertViewHas($key, $value = null) method assertViewHasAll (line 1322) | public function assertViewHasAll(array $bindings) method viewData (line 1341) | public function viewData($key = null) method assertViewMissing (line 1360) | public function assertViewMissing($key) method ensureResponseHasView (line 1374) | protected function ensureResponseHasView() method responseHasView (line 1388) | protected function responseHasView() method assertValid (line 1401) | public function assertValid($keys = null, $errorBag = 'default', $resp... method assertInvalid (line 1444) | public function assertInvalid($errors = null, method assertOnlyInvalid (line 1500) | public function assertOnlyInvalid($errors = null, $errorBag = 'default... method assertSessionHas (line 1533) | public function assertSessionHas($key, $value = null) method assertSessionHasAll (line 1559) | public function assertSessionHasAll(array $bindings) method assertSessionHasInput (line 1589) | public function assertSessionHasInput($key, $value = null) method assertSessionHasErrors (line 1625) | public function assertSessionHasErrors($keys = [], $format = null, $er... method assertSessionDoesntHaveErrors (line 1652) | public function assertSessionDoesntHaveErrors($keys = [], $format = nu... method assertSessionHasNoErrors (line 1684) | public function assertSessionHasNoErrors() method assertSessionHasErrorsIn (line 1719) | public function assertSessionHasErrorsIn($errorBag, $keys = [], $forma... method assertSessionMissing (line 1731) | public function assertSessionMissing($key, $value = null) method session (line 1760) | protected function session() method ddHeaders (line 1776) | public function ddHeaders() method ddBody (line 1789) | public function ddBody($key = null) method ddJson (line 1806) | public function ddJson($key = null) method ddSession (line 1817) | public function ddSession($keys = []) method dump (line 1830) | public function dump($key = null) method dumpHeaders (line 1854) | public function dumpHeaders() method dumpSession (line 1867) | public function dumpSession($keys = []) method streamedContent (line 1885) | public function streamedContent() method withExceptions (line 1915) | public function withExceptions(Collection $exceptions) method __get (line 1928) | public function __get($key) method __isset (line 1939) | public function __isset($key) method offsetExists (line 1950) | public function offsetExists($offset): bool method offsetGet (line 1963) | public function offsetGet($offset): mixed method offsetSet (line 1979) | public function offsetSet($offset, $value): void method offsetUnset (line 1992) | public function offsetUnset($offset): void method __call (line 2004) | public function __call($method, $args) FILE: src/Illuminate/Testing/TestResponseAssert.php class TestResponseAssert (line 15) | class TestResponseAssert method __construct (line 20) | private function __construct(protected TestResponse $response) method withResponse (line 28) | public static function withResponse(TestResponse $response): static method __call (line 42) | public function __call($name, $arguments) method __callStatic (line 60) | public static function __callStatic($name, $arguments) method injectResponseContext (line 71) | protected function injectResponseContext($exception) method appendExceptionToException (line 103) | protected function appendExceptionToException($exceptionToAppend, $exc... method appendErrorsToException (line 130) | protected function appendErrorsToException($errors, $exception, $json ... method appendMessageToException (line 157) | protected function appendMessageToException($message, $exception) FILE: src/Illuminate/Testing/TestView.php class TestView (line 16) | class TestView implements Stringable method __construct (line 39) | public function __construct(View $view) method assertViewHas (line 52) | public function assertViewHas($key, $value = null) method assertViewHasAll (line 84) | public function assertViewHasAll(array $bindings) method assertViewMissing (line 103) | public function assertViewMissing($key) method assertViewEmpty (line 115) | public function assertViewEmpty() method assertSee (line 129) | public function assertSee($value, $escape = true) method assertSeeHtml (line 148) | public function assertSeeHtml($value) method assertSeeInOrder (line 160) | public function assertSeeInOrder(array $values, $escape = true) method assertSeeHtmlInOrder (line 175) | public function assertSeeHtmlInOrder(array $values) method assertSeeText (line 187) | public function assertSeeText($value, $escape = true) method assertSeeTextInOrder (line 205) | public function assertSeeTextInOrder(array $values, $escape = true) method assertDontSee (line 221) | public function assertDontSee($value, $escape = true) method assertDontSeeHtml (line 240) | public function assertDontSeeHtml($value) method assertDontSeeText (line 252) | public function assertDontSeeText($value, $escape = true) method __toString (line 268) | public function __toString() FILE: src/Illuminate/Translation/ArrayLoader.php class ArrayLoader (line 7) | class ArrayLoader implements Loader method load (line 24) | public function load($locale, $group, $namespace = null) method addNamespace (line 38) | public function addNamespace($namespace, $hint) method addJsonPath (line 49) | public function addJsonPath($path) method addMessages (line 63) | public function addMessages($locale, $group, array $messages, $namespa... method namespaces (line 77) | public function namespaces() FILE: src/Illuminate/Translation/CreatesPotentiallyTranslatedStrings.php type CreatesPotentiallyTranslatedStrings (line 5) | trait CreatesPotentiallyTranslatedStrings method pendingPotentiallyTranslatedString (line 14) | protected function pendingPotentiallyTranslatedString($attribute, $mes... FILE: src/Illuminate/Translation/FileLoader.php class FileLoader (line 10) | class FileLoader implements Loader method __construct (line 46) | public function __construct(Filesystem $files, array|string $path) method load (line 61) | public function load($locale, $group, $namespace = null) method loadNamespaced (line 82) | protected function loadNamespaced($locale, $group, $namespace) method loadNamespaceOverrides (line 102) | protected function loadNamespaceOverrides(array $lines, $locale, $grou... method loadPaths (line 124) | protected function loadPaths(array $paths, $locale, $group) method loadJsonPaths (line 144) | protected function loadJsonPaths($locale) method addNamespace (line 169) | public function addNamespace($namespace, $hint) method namespaces (line 179) | public function namespaces() method addPath (line 190) | public function addPath($path) method addJsonPath (line 201) | public function addJsonPath($path) method paths (line 211) | public function paths() method jsonPaths (line 221) | public function jsonPaths() FILE: src/Illuminate/Translation/MessageSelector.php class MessageSelector (line 7) | class MessageSelector method choose (line 17) | public function choose($line, $number, $locale) method extract (line 43) | private function extract($segments, $number) method extractFromString (line 59) | private function extractFromString($part, $number) method stripConditions (line 92) | private function stripConditions($segments) method getPluralIndex (line 110) | public function getPluralIndex($locale, $number) FILE: src/Illuminate/Translation/PotentiallyTranslatedString.php class PotentiallyTranslatedString (line 7) | class PotentiallyTranslatedString implements Stringable method __construct (line 36) | public function __construct($string, $translator) method translate (line 50) | public function translate($replace = [], $locale = null) method translateChoice (line 65) | public function translateChoice($number, array $replace = [], $locale ... method original (line 77) | public function original() method __toString (line 87) | public function __toString() method toString (line 97) | public function toString() FILE: src/Illuminate/Translation/TranslationServiceProvider.php class TranslationServiceProvider (line 8) | class TranslationServiceProvider extends ServiceProvider implements Defe... method register (line 15) | public function register() method registerLoader (line 40) | protected function registerLoader() method provides (line 52) | public function provides() FILE: src/Illuminate/Translation/Translator.php class Translator (line 17) | class Translator extends NamespacedItemResolver implements TranslatorCon... method __construct (line 90) | public function __construct(Loader $loader, $locale) method hasForLocale (line 104) | public function hasForLocale($key, $locale = null) method has (line 117) | public function has($key, $locale = null, $fallback = true) method get (line 151) | public function get($key, array $replace = [], $locale = null, $fallba... method choice (line 201) | public function choice($key, $number, array $replace = [], $locale = n... method localeForChoice (line 230) | protected function localeForChoice($key, $locale) method getLine (line 247) | protected function getLine($namespace, $group, $locale, $item, array $... method makeReplacements (line 271) | protected function makeReplacements($line, array $replace) method addLines (line 312) | public function addLines(array $lines, $locale, $namespace = '*') method load (line 329) | public function load($namespace, $group, $locale) method isLoaded (line 351) | protected function isLoaded($namespace, $group, $locale) method handleMissingTranslationKey (line 365) | protected function handleMissingTranslationKey($key, $replace, $locale... method handleMissingKeysUsing (line 391) | public function handleMissingKeysUsing(?callable $callback) method addNamespace (line 405) | public function addNamespace($namespace, $hint) method addPath (line 416) | public function addPath($path) method addJsonPath (line 427) | public function addJsonPath($path) method parseKey (line 438) | public function parseKey($key) method localeArray (line 455) | protected function localeArray($locale) method determineLocalesUsing (line 470) | public function determineLocalesUsing($callback) method getSelector (line 480) | public function getSelector() method setSelector (line 495) | public function setSelector(MessageSelector $selector) method getLoader (line 505) | public function getLoader() method locale (line 515) | public function locale() method getLocale (line 525) | public function getLocale() method setLocale (line 538) | public function setLocale($locale) method getFallback (line 552) | public function getFallback() method setFallback (line 563) | public function setFallback($fallback) method setLoaded (line 574) | public function setLoaded(array $loaded) method stringable (line 586) | public function stringable($class, $handler = null) FILE: src/Illuminate/Validation/ClosureValidationRule.php class ClosureValidationRule (line 9) | class ClosureValidationRule implements RuleContract, ValidatorAwareRule method __construct (line 46) | public function __construct($callback) method passes (line 58) | public function passes($attribute, $value) method message (line 76) | public function message() method setValidator (line 87) | public function setValidator($validator) FILE: src/Illuminate/Validation/Concerns/FilterEmailValidation.php class FilterEmailValidation (line 9) | class FilterEmailValidation implements EmailValidation method __construct (line 23) | public function __construct($flags = null) method unicode (line 33) | public static function unicode() method isValid (line 45) | public function isValid(string $email, EmailLexer $emailLexer): bool method getError (line 57) | public function getError(): ?InvalidEmail method getWarnings (line 67) | public function getWarnings(): array FILE: src/Illuminate/Validation/Concerns/FormatsMessages.php type FormatsMessages (line 12) | trait FormatsMessages method getMessage (line 23) | protected function getMessage($attribute, $rule) method getInlineMessage (line 83) | protected function getInlineMessage($attribute, $rule) method getFromLocalArray (line 100) | protected function getFromLocalArray($attribute, $lowerRule, $source =... method getCustomMessageFromTranslator (line 154) | protected function getCustomMessageFromTranslator($keys) method getWildcardCustomMessages (line 188) | protected function getWildcardCustomMessages($messages, $search, $defa... method getSizeMessage (line 206) | protected function getSizeMessage($attribute, $rule) method getAttributeType (line 226) | protected function getAttributeType($attribute) method makeReplacements (line 249) | public function makeReplacements($message, $attribute, $rule, $paramet... method getDisplayableAttribute (line 275) | public function getDisplayableAttribute($attribute) method getAttributeFromTranslations (line 317) | protected function getAttributeFromTranslations($name) method getAttributeFromLocalArray (line 333) | protected function getAttributeFromLocalArray($attribute, $source = null) method replaceAttributePlaceholder (line 359) | protected function replaceAttributePlaceholder($message, $value) method replaceIndexPlaceholder (line 375) | protected function replaceIndexPlaceholder($message, $attribute) method replacePositionPlaceholder (line 389) | protected function replacePositionPlaceholder($message, $attribute) method replaceOrdinalPositionPlaceholder (line 403) | protected function replaceOrdinalPositionPlaceholder($message, $attrib... method replaceIndexOrPositionPlaceholder (line 423) | protected function replaceIndexOrPositionPlaceholder($message, $attrib... method numberToIndexOrPositionWord (line 461) | protected function numberToIndexOrPositionWord(int $value) method replaceInputPlaceholder (line 484) | protected function replaceInputPlaceholder($message, $attribute) method getDisplayableValue (line 506) | public function getDisplayableValue($attribute, $value) method getAttributeList (line 539) | protected function getAttributeList(array $values) method callReplacer (line 563) | protected function callReplacer($message, $attribute, $rule, $paramete... method callClassBasedReplacer (line 585) | protected function callClassBasedReplacer($callback, $message, $attrib... FILE: src/Illuminate/Validation/Concerns/ReplacesAttributes.php type ReplacesAttributes (line 8) | trait ReplacesAttributes method replaceAcceptedIf (line 19) | protected function replaceAcceptedIf($message, $attribute, $rule, $par... method replaceDeclinedIf (line 37) | protected function replaceDeclinedIf($message, $attribute, $rule, $par... method replaceBetween (line 51) | protected function replaceBetween($message, $attribute, $rule, $parame... method replaceDateFormat (line 65) | protected function replaceDateFormat($message, $attribute, $rule, $par... method replaceDecimal (line 79) | protected function replaceDecimal($message, $attribute, $rule, $parame... method replaceDifferent (line 99) | protected function replaceDifferent($message, $attribute, $rule, $para... method replaceDigits (line 113) | protected function replaceDigits($message, $attribute, $rule, $paramet... method replaceDigitsBetween (line 127) | protected function replaceDigitsBetween($message, $attribute, $rule, $... method replaceEncoding (line 141) | protected function replaceEncoding($message, $attribute, $rule, $param... method replaceExtensions (line 155) | protected function replaceExtensions($message, $attribute, $rule, $par... method replaceMin (line 169) | protected function replaceMin($message, $attribute, $rule, $parameters) method replaceMinDigits (line 183) | protected function replaceMinDigits($message, $attribute, $rule, $para... method replaceMax (line 197) | protected function replaceMax($message, $attribute, $rule, $parameters) method replaceMaxDigits (line 211) | protected function replaceMaxDigits($message, $attribute, $rule, $para... method replaceMissingIf (line 225) | protected function replaceMissingIf($message, $attribute, $rule, $para... method replaceMissingUnless (line 239) | protected function replaceMissingUnless($message, $attribute, $rule, $... method replaceMissingWith (line 256) | protected function replaceMissingWith($message, $attribute, $rule, $pa... method replaceMissingWithAll (line 278) | protected function replaceMissingWithAll($message, $attribute, $rule, ... method replaceMultipleOf (line 292) | protected function replaceMultipleOf($message, $attribute, $rule, $par... method replaceIn (line 306) | protected function replaceIn($message, $attribute, $rule, $parameters) method replaceNotIn (line 332) | protected function replaceNotIn($message, $attribute, $rule, $parameters) method replaceInArray (line 346) | protected function replaceInArray($message, $attribute, $rule, $parame... method replaceInArrayKeys (line 362) | protected function replaceInArrayKeys($message, $attribute, $rule, $pa... method replaceRequiredArrayKeys (line 376) | protected function replaceRequiredArrayKeys($message, $attribute, $rul... method replaceMimetypes (line 390) | protected function replaceMimetypes($message, $attribute, $rule, $para... method replaceMimes (line 404) | protected function replaceMimes($message, $attribute, $rule, $parameters) method replacePresentIf (line 418) | protected function replacePresentIf($message, $attribute, $rule, $para... method replacePresentUnless (line 432) | protected function replacePresentUnless($message, $attribute, $rule, $... method replacePresentWith (line 446) | protected function replacePresentWith($message, $attribute, $rule, $pa... method replacePresentWithAll (line 468) | protected function replacePresentWithAll($message, $attribute, $rule, ... method replaceRequiredWith (line 482) | protected function replaceRequiredWith($message, $attribute, $rule, $p... method replaceRequiredWithAll (line 504) | protected function replaceRequiredWithAll($message, $attribute, $rule,... method replaceRequiredWithout (line 518) | protected function replaceRequiredWithout($message, $attribute, $rule,... method replaceRequiredWithoutAll (line 532) | protected function replaceRequiredWithoutAll($message, $attribute, $ru... method replaceSize (line 546) | protected function replaceSize($message, $attribute, $rule, $parameters) method replaceGt (line 560) | protected function replaceGt($message, $attribute, $rule, $parameters) method replaceLt (line 578) | protected function replaceLt($message, $attribute, $rule, $parameters) method replaceGte (line 592) | protected function replaceGte($message, $attribute, $rule, $parameters) method replaceLte (line 606) | protected function replaceLte($message, $attribute, $rule, $parameters) method replaceRequiredIf (line 620) | protected function replaceRequiredIf($message, $attribute, $rule, $par... method replaceRequiredIfAccepted (line 634) | protected function replaceRequiredIfAccepted($message, $attribute, $ru... method replaceRequiredIfDeclined (line 650) | protected function replaceRequiredIfDeclined($message, $attribute, $ru... method replaceRequiredUnless (line 664) | protected function replaceRequiredUnless($message, $attribute, $rule, ... method replaceProhibitedIf (line 697) | protected function replaceProhibitedIf($message, $attribute, $rule, $p... method replaceProhibitedIfAccepted (line 711) | protected function replaceProhibitedIfAccepted($message, $attribute, $... method replaceProhibitedIfDeclined (line 725) | protected function replaceProhibitedIfDeclined($message, $attribute, $... method replaceProhibitedUnless (line 739) | protected function replaceProhibitedUnless($message, $attribute, $rule... method replaceProhibits (line 753) | protected function replaceProhibits($message, $attribute, $rule, $para... method replaceSame (line 775) | protected function replaceSame($message, $attribute, $rule, $parameters) method replaceBefore (line 791) | protected function replaceBefore($message, $attribute, $rule, $paramet... method replaceBeforeOrEqual (line 809) | protected function replaceBeforeOrEqual($message, $attribute, $rule, $... method replaceAfter (line 823) | protected function replaceAfter($message, $attribute, $rule, $parameters) method replaceAfterOrEqual (line 837) | protected function replaceAfterOrEqual($message, $attribute, $rule, $p... method replaceDateEquals (line 851) | protected function replaceDateEquals($message, $attribute, $rule, $par... method replaceDimensions (line 865) | protected function replaceDimensions($message, $attribute, $rule, $par... method replaceEndsWith (line 887) | protected function replaceEndsWith($message, $attribute, $rule, $param... method replaceDoesntEndWith (line 901) | protected function replaceDoesntEndWith($message, $attribute, $rule, $... method replaceStartsWith (line 915) | protected function replaceStartsWith($message, $attribute, $rule, $par... method replaceDoesntStartWith (line 929) | protected function replaceDoesntStartWith($message, $attribute, $rule,... method replaceDoesntContain (line 943) | protected function replaceDoesntContain($message, $attribute, $rule, $... method replaceWhileKeepingCase (line 953) | private function replaceWhileKeepingCase(string $message, array $mappi... FILE: src/Illuminate/Validation/Concerns/ValidatesAttributes.php type ValidatesAttributes (line 33) | trait ValidatesAttributes method validateAccepted (line 44) | public function validateAccepted($attribute, $value) method validateAcceptedIf (line 59) | public function validateAcceptedIf($attribute, $value, $parameters) method validateDeclined (line 83) | public function validateDeclined($attribute, $value) method validateDeclinedIf (line 98) | public function validateDeclinedIf($attribute, $value, $parameters) method validateActiveUrl (line 120) | public function validateActiveUrl($attribute, $value) method getDnsRecords (line 148) | protected function getDnsRecords($hostname, $type) method validateAscii (line 160) | public function validateAscii($attribute, $value) method validateBail (line 172) | public function validateBail() method validateBefore (line 185) | public function validateBefore($attribute, $value, $parameters) method validateBeforeOrEqual (line 200) | public function validateBeforeOrEqual($attribute, $value, $parameters) method validateAfter (line 215) | public function validateAfter($attribute, $value, $parameters) method validateAfterOrEqual (line 230) | public function validateAfterOrEqual($attribute, $value, $parameters) method compareDates (line 246) | protected function compareDates($attribute, $value, $parameters, $oper... method getDateFormat (line 269) | protected function getDateFormat($attribute) method getDateTimestamp (line 282) | protected function getDateTimestamp($value) method checkDateTimeOrder (line 298) | protected function checkDateTimeOrder($format, $first, $second, $opera... method getDateTimeWithOptionalFormat (line 322) | protected function getDateTimeWithOptionalFormat($format, $value) method getDateTime (line 337) | protected function getDateTime($value) method validateAlpha (line 355) | public function validateAlpha($attribute, $value, $parameters) method validateAlphaDash (line 374) | public function validateAlphaDash($attribute, $value, $parameters) method validateAlphaNum (line 396) | public function validateAlphaNum($attribute, $value, $parameters) method validateArray (line 417) | public function validateArray($attribute, $value, $parameters = []) method validateList (line 437) | public function validateList($attribute, $value) method validateRequiredArrayKeys (line 450) | public function validateRequiredArrayKeys($attribute, $value, $paramet... method validateBetween (line 473) | public function validateBetween($attribute, $value, $parameters) method validateBoolean (line 494) | public function validateBoolean($attribute, $value, $parameters) method validateConfirmed (line 513) | public function validateConfirmed($attribute, $value, $parameters) method validateContains (line 526) | public function validateContains($attribute, $value, $parameters) method validateDoesntContain (line 549) | public function validateDoesntContain($attribute, $value, $parameters) method validateCurrentPassword (line 572) | protected function validateCurrentPassword($attribute, $value, $parame... method validateDate (line 593) | public function validateDate($attribute, $value) method validateDateFormat (line 620) | public function validateDateFormat($attribute, $value, $parameters) method validateDateEquals (line 651) | public function validateDateEquals($attribute, $value, $parameters) method validateDecimal (line 666) | public function validateDecimal($attribute, $value, $parameters) method validateDifferent (line 698) | public function validateDifferent($attribute, $value, $parameters) method validateDigits (line 723) | public function validateDigits($attribute, $value, $parameters) method validateDigitsBetween (line 740) | public function validateDigitsBetween($attribute, $value, $parameters) method validateDimensions (line 758) | public function validateDimensions($attribute, $value, $parameters) method failsBasicDimensionChecks (line 798) | protected function failsBasicDimensionChecks($parameters, $width, $hei... method failsRatioCheck (line 816) | protected function failsRatioCheck($parameters, $width, $height) method failsMinRatioCheck (line 839) | private function failsMinRatioCheck($parameters, $width, $height) method failsMaxRatioCheck (line 860) | private function failsMaxRatioCheck($parameters, $width, $height) method validateDistinct (line 881) | public function validateDistinct($attribute, $value, $parameters) method getDistinctValues (line 898) | protected function getDistinctValues($attribute) method extractDistinctValues (line 919) | protected function extractDistinctValues($attribute) method validateEmail (line 940) | public function validateEmail($attribute, $value, $parameters) method validateEncoding (line 975) | public function validateEncoding($attribute, $value, $parameters) method validateExists (line 994) | public function validateExists($attribute, $value, $parameters) method getExistCount (line 1026) | protected function getExistCount($connection, $table, $column, $value,... method validateUnique (line 1053) | public function validateUnique($attribute, $value, $parameters) method getUniqueIds (line 1097) | protected function getUniqueIds($idColumn, $parameters) method prepareUniqueId (line 1110) | protected function prepareUniqueId($id) method getUniqueExtra (line 1133) | protected function getUniqueExtra($parameters) method parseTable (line 1148) | public function parseTable($table) method getQueryColumn (line 1175) | public function getQueryColumn($parameters, $attribute) method guessColumnForQuery (line 1188) | public function guessColumnForQuery($attribute) method getExtraConditions (line 1204) | protected function getExtraConditions(array $segments) method validateExtensions (line 1225) | public function validateExtensions($attribute, $value, $parameters) method validateFile (line 1245) | public function validateFile($attribute, $value) method validateFilled (line 1257) | public function validateFilled($attribute, $value) method validateGt (line 1274) | public function validateGt($attribute, $value, $parameters) method validateLt (line 1321) | public function validateLt($attribute, $value, $parameters) method validateGte (line 1364) | public function validateGte($attribute, $value, $parameters) method validateLte (line 1411) | public function validateLte($attribute, $value, $parameters) method validateLowercase (line 1454) | public function validateLowercase($attribute, $value, $parameters) method validateUppercase (line 1467) | public function validateUppercase($attribute, $value, $parameters) method validateHexColor (line 1479) | public function validateHexColor($attribute, $value) method validateImage (line 1492) | public function validateImage($attribute, $value, $parameters = []) method validateIn (line 1511) | public function validateIn($attribute, $value, $parameters) method validateInArray (line 1534) | public function validateInArray($attribute, $value, $parameters) method validateInArrayKeys (line 1557) | public function validateInArrayKeys($attribute, $value, $parameters) method validateInteger (line 1584) | public function validateInteger($attribute, $value, array $parameters ... method validateIp (line 1600) | public function validateIp($attribute, $value) method validateIpv4 (line 1612) | public function validateIpv4($attribute, $value) method validateIpv6 (line 1624) | public function validateIpv6($attribute, $value) method validateMacAddress (line 1636) | public function validateMacAddress($attribute, $value) method validateJson (line 1648) | public function validateJson($attribute, $value) method validateMax (line 1669) | public function validateMax($attribute, $value, $parameters) method validateMaxDigits (line 1692) | public function validateMaxDigits($attribute, $value, $parameters) method validateMimes (line 1709) | public function validateMimes($attribute, $value, $parameters) method validateMimetypes (line 1734) | public function validateMimetypes($attribute, $value, $parameters) method shouldBlockPhpUpload (line 1756) | protected function shouldBlockPhpUpload($value, $parameters) method validateMin (line 1779) | public function validateMin($attribute, $value, $parameters) method validateMinDigits (line 1798) | public function validateMinDigits($attribute, $value, $parameters) method validateMissing (line 1815) | public function validateMissing($attribute, $value, $parameters) method validateMissingIf (line 1828) | public function validateMissingIf($attribute, $value, $parameters) method validateMissingUnless (line 1849) | public function validateMissingUnless($attribute, $value, $parameters) method validateMissingWith (line 1870) | public function validateMissingWith($attribute, $value, $parameters) method validateMissingWithAll (line 1889) | public function validateMissingWithAll($attribute, $value, $parameters) method validateMultipleOf (line 1910) | public function validateMultipleOf($attribute, $value, $parameters) method validateNullable (line 1947) | public function validateNullable() method validateNotIn (line 1960) | public function validateNotIn($attribute, $value, $parameters) method validateNumeric (line 1973) | public function validateNumeric($attribute, $value, array $parameters) method validatePresent (line 1989) | public function validatePresent($attribute, $value) method validatePresentIf (line 2002) | public function validatePresentIf($attribute, $value, $parameters) method validatePresentUnless (line 2023) | public function validatePresentUnless($attribute, $value, $parameters) method validatePresentWith (line 2044) | public function validatePresentWith($attribute, $value, $parameters) method validatePresentWithAll (line 2063) | public function validatePresentWithAll($attribute, $value, $parameters) method validateRegex (line 2082) | public function validateRegex($attribute, $value, $parameters) method validateNotRegex (line 2101) | public function validateNotRegex($attribute, $value, $parameters) method validateRequired (line 2119) | public function validateRequired($attribute, $value) method validateRequiredIf (line 2142) | public function validateRequiredIf($attribute, $value, $parameters) method validateRequiredIfAccepted (line 2167) | public function validateRequiredIfAccepted($attribute, $value, $parame... method validateRequiredIfDeclined (line 2186) | public function validateRequiredIfDeclined($attribute, $value, $parame... method validateProhibited (line 2204) | public function validateProhibited($attribute, $value) method validateProhibitedIf (line 2217) | public function validateProhibitedIf($attribute, $value, $parameters) method validateProhibitedIfAccepted (line 2238) | public function validateProhibitedIfAccepted($attribute, $value, $para... method validateProhibitedIfDeclined (line 2257) | public function validateProhibitedIfDeclined($attribute, $value, $para... method validateProhibitedUnless (line 2276) | public function validateProhibitedUnless($attribute, $value, $parameters) method validateProhibits (line 2297) | public function validateProhibits($attribute, $value, $parameters) method validateExclude (line 2315) | public function validateExclude() method validateExcludeIf (line 2328) | public function validateExcludeIf($attribute, $value, $parameters) method validateExcludeUnless (line 2349) | public function validateExcludeUnless($attribute, $value, $parameters) method validateRequiredUnless (line 2366) | public function validateRequiredUnless($attribute, $value, $parameters) method validateExcludeWith (line 2387) | public function validateExcludeWith($attribute, $value, $parameters) method validateExcludeWithout (line 2406) | public function validateExcludeWithout($attribute, $value, $parameters) method parseDependentRuleParameters (line 2423) | public function parseDependentRuleParameters($parameters) method shouldConvertToBoolean (line 2446) | protected function shouldConvertToBoolean($parameter) method convertValuesToBoolean (line 2457) | protected function convertValuesToBoolean($values) method convertValuesToNull (line 2472) | protected function convertValuesToNull($values) method validateRequiredWith (line 2487) | public function validateRequiredWith($attribute, $value, $parameters) method validateRequiredWithAll (line 2504) | public function validateRequiredWithAll($attribute, $value, $parameters) method validateRequiredWithout (line 2521) | public function validateRequiredWithout($attribute, $value, $parameters) method validateRequiredWithoutAll (line 2538) | public function validateRequiredWithoutAll($attribute, $value, $parame... method anyFailingRequired (line 2553) | protected function anyFailingRequired(array $attributes) method allFailingRequired (line 2570) | protected function allFailingRequired(array $attributes) method validateSame (line 2589) | public function validateSame($attribute, $value, $parameters) method validateSize (line 2606) | public function validateSize($attribute, $value, $parameters) method validateSometimes (line 2624) | public function validateSometimes() method validateStartsWith (line 2637) | public function validateStartsWith($attribute, $value, $parameters) method validateDoesntStartWith (line 2650) | public function validateDoesntStartWith($attribute, $value, $parameters) method validateEndsWith (line 2663) | public function validateEndsWith($attribute, $value, $parameters) method validateDoesntEndWith (line 2676) | public function validateDoesntEndWith($attribute, $value, $parameters) method validateString (line 2688) | public function validateString($attribute, $value) method validateTimezone (line 2701) | public function validateTimezone($attribute, $value, $parameters = []) method validateUrl (line 2717) | public function validateUrl($attribute, $value, $parameters = []) method validateUlid (line 2729) | public function validateUlid($attribute, $value) method validateUuid (line 2742) | public function validateUuid($attribute, $value, $parameters) method getSize (line 2764) | protected function getSize($attribute, $value) method isValidFileInstance (line 2789) | public function isValidFileInstance($value) method compare (line 2808) | protected function compare($first, $second, $operator) method parseNamedParameters (line 2826) | public function parseNamedParameters($parameters) method requireParameterCount (line 2847) | public function requireParameterCount($count, $parameters, $rule) method isSameType (line 2861) | protected function isSameType($first, $second) method shouldBeNumeric (line 2873) | protected function shouldBeNumeric($attribute, $rule) method trim (line 2886) | protected function trim($value) method ensureExponentWithinAllowedRange (line 2900) | protected function ensureExponentWithinAllowedRange($attribute, $value) FILE: src/Illuminate/Validation/ConditionalRules.php class ConditionalRules (line 7) | class ConditionalRules method __construct (line 37) | public function __construct($condition, $rules, $defaultRules = []) method passes (line 50) | public function passes(array $data = []) method rules (line 63) | public function rules(array $data = []) method defaultRules (line 76) | public function defaultRules(array $data = []) FILE: src/Illuminate/Validation/DatabasePresenceVerifier.php class DatabasePresenceVerifier (line 8) | class DatabasePresenceVerifier implements DatabasePresenceVerifierInterface method __construct (line 29) | public function __construct(ConnectionResolverInterface $db) method getCount (line 45) | public function getCount($collection, $column, $value, $excludeId = nu... method getMultiCount (line 65) | public function getMultiCount($collection, $column, array $values, arr... method addConditions (line 79) | protected function addConditions($query, $conditions) method addWhere (line 102) | protected function addWhere($query, $key, $extraValue) method table (line 121) | protected function table($table) method setConnection (line 132) | public function setConnection($connection) FILE: src/Illuminate/Validation/DatabasePresenceVerifierInterface.php type DatabasePresenceVerifierInterface (line 5) | interface DatabasePresenceVerifierInterface extends PresenceVerifierInte... method setConnection (line 13) | public function setConnection($connection); FILE: src/Illuminate/Validation/Factory.php class Factory (line 11) | class Factory implements FactoryContract method __construct (line 89) | public function __construct(Translator $translator, ?Container $contai... method make (line 104) | public function make(array $data, array $rules, array $messages = [], ... method validate (line 142) | public function validate(array $data, array $rules, array $messages = ... method resolve (line 156) | protected function resolve(array $data, array $rules, array $messages,... method addExtensions (line 171) | protected function addExtensions(Validator $validator) method extend (line 195) | public function extend($rule, $extension, $message = null) method extendImplicit (line 212) | public function extendImplicit($rule, $extension, $message = null) method extendDependent (line 229) | public function extendDependent($rule, $extension, $message = null) method replacer (line 245) | public function replacer($rule, $replacer) method includeUnvalidatedArrayKeys (line 255) | public function includeUnvalidatedArrayKeys() method excludeUnvalidatedArrayKeys (line 265) | public function excludeUnvalidatedArrayKeys() method resolver (line 276) | public function resolver(Closure $resolver) method getTranslator (line 286) | public function getTranslator() method getPresenceVerifier (line 296) | public function getPresenceVerifier() method setPresenceVerifier (line 307) | public function setPresenceVerifier(PresenceVerifierInterface $presenc... method getContainer (line 317) | public function getContainer() method setContainer (line 328) | public function setContainer(Container $container) FILE: src/Illuminate/Validation/InvokableValidationRule.php class InvokableValidationRule (line 13) | class InvokableValidationRule implements Rule, ValidatorAwareRule method __construct (line 57) | protected function __construct(ValidationRule|InvokableRule $invokable) method make (line 68) | public static function make($invokable) method passes (line 85) | public function passes($attribute, $value) method invokable (line 115) | public function invokable() method message (line 125) | public function message() method setData (line 136) | public function setData($data) method setValidator (line 149) | public function setValidator($validator) FILE: src/Illuminate/Validation/NestedRules.php class NestedRules (line 7) | class NestedRules implements CompilableRules method __construct (line 21) | public function __construct(callable $callback) method compile (line 35) | public function compile($attribute, $value, $data = null, $context = n... FILE: src/Illuminate/Validation/NotPwnedVerifier.php class NotPwnedVerifier (line 9) | class NotPwnedVerifier implements UncompromisedVerifier method __construct (line 31) | public function __construct($factory, $timeout = null) method verify (line 43) | public function verify($data) method getHash (line 68) | protected function getHash($value) method search (line 83) | protected function search($hashPrefix) FILE: src/Illuminate/Validation/PresenceVerifierInterface.php type PresenceVerifierInterface (line 5) | interface PresenceVerifierInterface method getCount (line 18) | public function getCount($collection, $column, $value, $excludeId = nu... method getMultiCount (line 29) | public function getMultiCount($collection, $column, array $values, arr... FILE: src/Illuminate/Validation/Rule.php class Rule (line 30) | class Rule method can (line 41) | public static function can($ability, ...$arguments) method when (line 54) | public static function when($condition, $rules, $defaultRules = []) method unless (line 67) | public static function unless($condition, $rules, $defaultRules = []) method array (line 78) | public static function array($keys = null) method forEach (line 89) | public static function forEach($callback) method unique (line 101) | public static function unique($table, $column = 'NULL') method exists (line 113) | public static function exists($table, $column = 'NULL') method in (line 124) | public static function in($values) method notIn (line 139) | public static function notIn($values) method requiredIf (line 154) | public static function requiredIf($callback) method requiredUnless (line 165) | public static function requiredUnless($callback) method excludeIf (line 176) | public static function excludeIf($callback) method excludeUnless (line 187) | public static function excludeUnless($callback) method prohibitedIf (line 198) | public static function prohibitedIf($callback) method prohibitedUnless (line 209) | public static function prohibitedUnless($callback) method date (line 219) | public static function date() method dateTime (line 227) | public static function dateTime(): Date method email (line 237) | public static function email() method enum (line 248) | public static function enum($type) method file (line 258) | public static function file() method imageFile (line 269) | public static function imageFile($allowSvg = false) method dimensions (line 280) | public static function dimensions(array $constraints = []) method string (line 290) | public static function string() method numeric (line 300) | public static function numeric() method anyOf (line 313) | public static function anyOf($rules) method contains (line 324) | public static function contains($values) method doesntContain (line 339) | public static function doesntContain($values) method compile (line 356) | public static function compile($attribute, $rules, $data = null) FILE: src/Illuminate/Validation/Rules/AnyOf.php class AnyOf (line 11) | class AnyOf implements Rule, ValidatorAwareRule method __construct (line 34) | public function __construct($rules) method passes (line 50) | public function passes($attribute, $value) method message (line 73) | public function message() method setValidator (line 88) | public function setValidator($validator) FILE: src/Illuminate/Validation/Rules/ArrayRule.php class ArrayRule (line 10) | class ArrayRule implements Stringable method __construct (line 24) | public function __construct($keys = null) method __toString (line 38) | public function __toString() FILE: src/Illuminate/Validation/Rules/Can.php class Can (line 9) | class Can implements Rule, ValidatorAwareRule method __construct (line 38) | public function __construct($ability, array $arguments = []) method passes (line 51) | public function passes($attribute, $value) method message (line 65) | public function message() method setValidator (line 80) | public function setValidator($validator) FILE: src/Illuminate/Validation/Rules/Contains.php class Contains (line 10) | class Contains implements Stringable method __construct (line 24) | public function __construct($values) method __toString (line 38) | public function __toString() FILE: src/Illuminate/Validation/Rules/DatabaseRule.php type DatabaseRule (line 12) | trait DatabaseRule method __construct (line 48) | public function __construct($table, $column = 'NULL') method resolveTableName (line 61) | public function resolveTableName($table) method where (line 89) | public function where($column, $value = null) method whereNot (line 117) | public function whereNot($column, $value) method whereNull (line 134) | public function whereNull($column) method whereNotNull (line 145) | public function whereNotNull($column) method whereIn (line 157) | public function whereIn($column, $values) method whereNotIn (line 171) | public function whereNotIn($column, $values) method withoutTrashed (line 184) | public function withoutTrashed($deletedAtColumn = 'deleted_at') method onlyTrashed (line 197) | public function onlyTrashed($deletedAtColumn = 'deleted_at') method using (line 210) | public function using(Closure $callback) method queryCallbacks (line 222) | public function queryCallbacks() method formatWheres (line 232) | protected function formatWheres() FILE: src/Illuminate/Validation/Rules/Date.php class Date (line 11) | class Date implements Stringable method format (line 28) | public function format(string $format): static method beforeToday (line 38) | public function beforeToday(): static method afterToday (line 46) | public function afterToday(): static method todayOrBefore (line 54) | public function todayOrBefore(): static method todayOrAfter (line 62) | public function todayOrAfter(): static method past (line 70) | public function past(): static method future (line 78) | public function future(): static method nowOrPast (line 86) | public function nowOrPast(): static method nowOrFuture (line 94) | public function nowOrFuture(): static method before (line 102) | public function before(DateTimeInterface|string $date): static method after (line 110) | public function after(DateTimeInterface|string $date): static method beforeOrEqual (line 118) | public function beforeOrEqual(DateTimeInterface|string $date): static method afterOrEqual (line 126) | public function afterOrEqual(DateTimeInterface|string $date): static method between (line 134) | public function between(DateTimeInterface|string $from, DateTimeInterf... method betweenOrEqual (line 142) | public function betweenOrEqual(DateTimeInterface|string $from, DateTim... method addRule (line 150) | protected function addRule(array|string $rules): static method formatDate (line 160) | protected function formatDate(DateTimeInterface|string $date): string method __toString (line 170) | public function __toString(): string FILE: src/Illuminate/Validation/Rules/Dimensions.php class Dimensions (line 8) | class Dimensions implements Stringable method __construct (line 24) | public function __construct(array $constraints = []) method width (line 35) | public function width($value) method height (line 48) | public function height($value) method minWidth (line 61) | public function minWidth($value) method minHeight (line 74) | public function minHeight($value) method maxWidth (line 87) | public function maxWidth($value) method maxHeight (line 100) | public function maxHeight($value) method ratio (line 113) | public function ratio($value) method minRatio (line 126) | public function minRatio($value) method maxRatio (line 139) | public function maxRatio($value) method ratioBetween (line 153) | public function ratioBetween($min, $max) method __toString (line 166) | public function __toString() FILE: src/Illuminate/Validation/Rules/DoesntContain.php class DoesntContain (line 10) | class DoesntContain implements Stringable method __construct (line 24) | public function __construct($values) method __toString (line 38) | public function __toString() FILE: src/Illuminate/Validation/Rules/Email.php class Email (line 14) | class Email implements Rule, DataAwareRule, ValidatorAwareRule method defaults (line 72) | public static function defaults($callback = null) method default (line 90) | public static function default() method rfcCompliant (line 105) | public function rfcCompliant(bool $strict = false) method strict (line 121) | public function strict() method validateMxRecord (line 133) | public function validateMxRecord() method preventSpoofing (line 145) | public function preventSpoofing() method withNativeValidation (line 158) | public function withNativeValidation(bool $allowUnicode = false) method rules (line 175) | public function rules($rules) method passes (line 189) | public function passes($attribute, $value) method buildValidationRules (line 214) | protected function buildValidationRules() method message (line 256) | public function message() method setValidator (line 267) | public function setValidator($validator) method setData (line 280) | public function setData($data) FILE: src/Illuminate/Validation/Rules/Enum.php class Enum (line 15) | class Enum implements Rule, ValidatorAwareRule, Stringable method __construct (line 52) | public function __construct($type) method passes (line 64) | public function passes($attribute, $value) method only (line 89) | public function only($values) method except (line 102) | public function except($values) method isDesirable (line 115) | protected function isDesirable($value) method message (line 129) | public function message() method setValidator (line 144) | public function setValidator($validator) method __toString (line 156) | public function __toString() FILE: src/Illuminate/Validation/Rules/ExcludeIf.php class ExcludeIf (line 9) | class ExcludeIf implements Stringable method __construct (line 25) | public function __construct($condition) method __toString (line 39) | public function __toString() FILE: src/Illuminate/Validation/Rules/ExcludeUnless.php class ExcludeUnless (line 9) | class ExcludeUnless implements Stringable method __construct (line 25) | public function __construct($condition) method __toString (line 39) | public function __toString() FILE: src/Illuminate/Validation/Rules/Exists.php class Exists (line 8) | class Exists implements Stringable method __toString (line 17) | public function __toString() FILE: src/Illuminate/Validation/Rules/File.php class File (line 15) | class File implements Rule, DataAwareRule, ValidatorAwareRule method defaults (line 99) | public static function defaults($callback = null) method default (line 117) | public static function default() method image (line 132) | public static function image($allowSvg = false) method types (line 143) | public static function types($mimetypes) method extensions (line 154) | public function extensions($extensions) method size (line 167) | public function size($size) method between (line 182) | public function between($minSize, $maxSize) method min (line 196) | public function min($size) method max (line 209) | public function max($size) method encoding (line 222) | public function encoding($encoding) method toKilobytes (line 237) | protected function toKilobytes($size) method rules (line 262) | public function rules($rules) method passes (line 276) | public function passes($attribute, $value) method buildValidationRules (line 299) | protected function buildValidationRules() method buildMimetypes (line 329) | protected function buildMimetypes() method fail (line 361) | protected function fail($messages) method message (line 373) | public function message() method setValidator (line 384) | public function setValidator($validator) method setData (line 397) | public function setData($data) FILE: src/Illuminate/Validation/Rules/ImageFile.php class ImageFile (line 5) | class ImageFile extends File method __construct (line 12) | public function __construct($allowSvg = false) method dimensions (line 27) | public function dimensions($dimensions) FILE: src/Illuminate/Validation/Rules/In.php class In (line 10) | class In implements Stringable method __construct (line 31) | public function __construct($values) method __toString (line 47) | public function __toString() FILE: src/Illuminate/Validation/Rules/NotIn.php class NotIn (line 10) | class NotIn implements Stringable method __construct (line 31) | public function __construct($values) method __toString (line 45) | public function __toString() FILE: src/Illuminate/Validation/Rules/Numeric.php class Numeric (line 9) | class Numeric implements Stringable method between (line 25) | public function between(int|float $min, int|float $max): Numeric method decimal (line 37) | public function decimal(int $min, ?int $max = null): Numeric method different (line 54) | public function different(string $field): Numeric method digits (line 65) | public function digits(int $length): Numeric method digitsBetween (line 77) | public function digitsBetween(int $min, int $max): Numeric method greaterThan (line 88) | public function greaterThan(string $field): Numeric method greaterThanOrEqualTo (line 99) | public function greaterThanOrEqualTo(string $field): Numeric method integer (line 109) | public function integer(bool $strict = false): Numeric method lessThan (line 120) | public function lessThan(string $field): Numeric method lessThanOrEqualTo (line 131) | public function lessThanOrEqualTo(string $field): Numeric method max (line 142) | public function max(int|float $value): Numeric method maxDigits (line 153) | public function maxDigits(int $value): Numeric method min (line 164) | public function min(int|float $value): Numeric method minDigits (line 175) | public function minDigits(int $value): Numeric method multipleOf (line 186) | public function multipleOf(int|float $value): Numeric method same (line 197) | public function same(string $field): Numeric method exactly (line 208) | public function exactly(int $value): Numeric method __toString (line 216) | public function __toString(): string method addRule (line 224) | protected function addRule(array|string $rules): Numeric FILE: src/Illuminate/Validation/Rules/Password.php class Password (line 19) | class Password implements DataAwareRule, ImplicitRule, IteratorAggregate... method __construct (line 133) | public function __construct($min) method defaults (line 148) | public static function defaults($callback = null) method default (line 166) | public static function default() method required (line 180) | public static function required() method sometimes (line 194) | public static function sometimes() method setValidator (line 209) | public function setValidator($validator) method setData (line 222) | public function setData($data) method min (line 235) | public static function min($size) method max (line 246) | public function max($size) method uncompromised (line 259) | public function uncompromised($threshold = 0) method mixedCase (line 273) | public function mixedCase() method letters (line 285) | public function letters() method numbers (line 297) | public function numbers() method symbols (line 309) | public function symbols() method rules (line 322) | public function rules($rules) method passes (line 336) | public function passes($attribute, $value) method message (line 396) | public function message() method fail (line 407) | protected function fail($messages) method appliedRules (line 419) | public function appliedRules() method getIterator (line 439) | public function getIterator(): Traversable FILE: src/Illuminate/Validation/Rules/ProhibitedIf.php class ProhibitedIf (line 9) | class ProhibitedIf implements Stringable method __construct (line 25) | public function __construct($condition) method __toString (line 39) | public function __toString() FILE: src/Illuminate/Validation/Rules/ProhibitedUnless.php class ProhibitedUnless (line 9) | class ProhibitedUnless implements Stringable method __construct (line 25) | public function __construct($condition) method __toString (line 39) | public function __toString() FILE: src/Illuminate/Validation/Rules/RequiredIf.php class RequiredIf (line 9) | class RequiredIf implements Stringable method __construct (line 25) | public function __construct($condition) method __toString (line 43) | public function __toString() FILE: src/Illuminate/Validation/Rules/RequiredUnless.php class RequiredUnless (line 9) | class RequiredUnless implements Stringable method __construct (line 25) | public function __construct($condition) method __toString (line 43) | public function __toString() FILE: src/Illuminate/Validation/Rules/StringRule.php class StringRule (line 9) | class StringRule implements Stringable method alpha (line 24) | public function alpha(bool $ascii = false): static method alphaDash (line 35) | public function alphaDash(bool $ascii = false): static method alphaNumeric (line 46) | public function alphaNumeric(bool $ascii = false): static method ascii (line 56) | public function ascii(): static method between (line 68) | public function between(int $min, int $max): static method doesntEndWith (line 79) | public function doesntEndWith(string ...$values): static method doesntStartWith (line 90) | public function doesntStartWith(string ...$values): static method endsWith (line 101) | public function endsWith(string ...$values): static method exactly (line 112) | public function exactly(int $value): static method lowercase (line 122) | public function lowercase(): static method max (line 133) | public function max(int $value): static method min (line 144) | public function min(int $value): static method startsWith (line 155) | public function startsWith(string ...$values): static method uppercase (line 165) | public function uppercase(): static method __toString (line 173) | public function __toString(): string method addRule (line 181) | protected function addRule(array|string $rules): static FILE: src/Illuminate/Validation/Rules/Unique.php class Unique (line 9) | class Unique implements Stringable method ignore (line 34) | public function ignore($id, $idColumn = null) method ignoreModel (line 53) | public function ignoreModel($model, $idColumn = null) method __toString (line 66) | public function __toString() FILE: src/Illuminate/Validation/UnauthorizedException.php class UnauthorizedException (line 7) | class UnauthorizedException extends RuntimeException FILE: src/Illuminate/Validation/ValidatesWhenResolvedTrait.php type ValidatesWhenResolvedTrait (line 10) | trait ValidatesWhenResolvedTrait method validateResolved (line 17) | public function validateResolved() method prepareForValidation (line 43) | protected function prepareForValidation() method getValidatorInstance (line 53) | protected function getValidatorInstance() method passedValidation (line 63) | protected function passedValidation() method failedValidation (line 76) | protected function failedValidation(Validator $validator) method passesAuthorization (line 88) | protected function passesAuthorization() method failedAuthorization (line 104) | protected function failedAuthorization() FILE: src/Illuminate/Validation/ValidationData.php class ValidationData (line 7) | class ValidationData method initializeAndGatherData (line 16) | public static function initializeAndGatherData($attribute, $masterData) method initializeAttributeOnData (line 32) | protected static function initializeAttributeOnData($attribute, $maste... method extractValuesForWildcards (line 53) | protected static function extractValuesForWildcards($masterData, $data... method extractDataFromPath (line 85) | public static function extractDataFromPath($attribute, $masterData) method getLeadingExplicitAttributePath (line 108) | public static function getLeadingExplicitAttributePath($attribute) FILE: src/Illuminate/Validation/ValidationException.php class ValidationException (line 9) | class ValidationException extends Exception method __construct (line 53) | public function __construct($validator, $response = null, $errorBag = ... method withMessages (line 68) | public static function withMessages(array $messages) method summarize (line 85) | protected static function summarize($validator) method errors (line 109) | public function errors() method status (line 120) | public function status($status) method errorBag (line 133) | public function errorBag($errorBag) method redirectTo (line 146) | public function redirectTo($url) method getResponse (line 158) | public function getResponse() FILE: src/Illuminate/Validation/ValidationRuleParser.php class ValidationRuleParser (line 19) | class ValidationRuleParser method __construct (line 40) | public function __construct(array $data) method explode (line 51) | public function explode($rules) method explodeRules (line 69) | protected function explodeRules($rules) method explodeExplicitRule (line 91) | protected function explodeExplicitRule($rule, $attribute) method prepareRule (line 125) | protected function prepareRule($rule, $attribute) method explodeWildcardRules (line 159) | protected function explodeWildcardRules($results, $attribute, $rules) method mergeRules (line 200) | public function mergeRules($results, $attribute, $rules = []) method mergeRulesForAttribute (line 223) | protected function mergeRulesForAttribute($results, $attribute, $rules) method parse (line 240) | public static function parse($rule) method parseArrayRule (line 263) | protected static function parseArrayRule(array $rule) method parseStringRule (line 274) | protected static function parseStringRule($rule) method parseParameters (line 297) | protected static function parseParameters($rule, $parameter) method ruleIsRegex (line 308) | protected static function ruleIsRegex($rule) method normalizeRule (line 319) | protected static function normalizeRule($rule) method filterConditionalRules (line 335) | public static function filterConditionalRules($rules, array $data = []) FILE: src/Illuminate/Validation/ValidationServiceProvider.php class ValidationServiceProvider (line 10) | class ValidationServiceProvider extends ServiceProvider implements Defer... method register (line 17) | public function register() method registerValidationFactory (line 29) | protected function registerValidationFactory() method registerPresenceVerifier (line 50) | protected function registerPresenceVerifier() method registerUncompromisedVerifier (line 62) | protected function registerUncompromisedVerifier() method provides (line 74) | public function provides() FILE: src/Illuminate/Validation/Validator.php class Validator (line 24) | class Validator implements ValidatorContract method __construct (line 340) | public function __construct( method parseData (line 366) | public function parseData(array $data) method replacePlaceholders (line 393) | protected function replacePlaceholders($data) method replacePlaceholderInString (line 412) | protected function replacePlaceholderInString(string $value) method replaceDotPlaceholderInParameters (line 427) | protected function replaceDotPlaceholderInParameters(array $parameters) method after (line 440) | public function after($callback) method passes (line 460) | public function passes() method fails (line 514) | public function fails() method whenPasses (line 528) | public function whenPasses(callable $callback, ?callable $default = null) method whenFails (line 548) | public function whenFails(callable $callback, ?callable $default = null) method shouldBeExcluded (line 565) | protected function shouldBeExcluded($attribute) method removeAttribute (line 583) | protected function removeAttribute($attribute) method validate (line 596) | public function validate() method validateWithBag (line 611) | public function validateWithBag(string $errorBag) method safe (line 628) | public function safe(?array $keys = null) method validated (line 642) | public function validated() method validateAttribute (line 679) | protected function validateAttribute($attribute, $rule) method dependsOnOtherFields (line 737) | protected function dependsOnOtherFields($rule) method getExplicitKeys (line 750) | protected function getExplicitKeys($attribute) method getPrimaryAttribute (line 771) | protected function getPrimaryAttribute($attribute) method replaceDotInParameters (line 788) | protected function replaceDotInParameters(array $parameters) method replaceAsterisksInParameters (line 802) | protected function replaceAsterisksInParameters(array $parameters, arr... method isValidatable (line 817) | protected function isValidatable($rule, $attribute, $value) method presentOrRuleIsImplicit (line 837) | protected function presentOrRuleIsImplicit($rule, $attribute, $value) method isImplicit (line 853) | protected function isImplicit($rule) method passesOptionalCheck (line 865) | protected function passesOptionalCheck($attribute) method isNotNullIfMarkedAsNullable (line 884) | protected function isNotNullIfMarkedAsNullable($rule, $attribute) method hasNotFailedPreviousRuleIfPresenceRule (line 902) | protected function hasNotFailedPreviousRuleIfPresenceRule($rule, $attr... method validateUsingCustomRule (line 915) | protected function validateUsingCustomRule($attribute, $value, $rule) method shouldStopValidating (line 969) | protected function shouldStopValidating($attribute) method addFailure (line 998) | public function addFailure($attribute, $rule, $parameters = []) method excludeAttribute (line 1029) | protected function excludeAttribute(string $attribute) method valid (line 1041) | public function valid() method invalid (line 1057) | public function invalid() method attributesThatHaveMessages (line 1083) | protected function attributesThatHaveMessages() method failed (line 1097) | public function failed() method messages (line 1107) | public function messages() method errors (line 1121) | public function errors() method getMessageBag (line 1131) | public function getMessageBag() method hasRule (line 1143) | public function hasRule($attribute, $rules) method getRule (line 1155) | protected function getRule($attribute, $rules) method attributes (line 1177) | public function attributes() method getData (line 1187) | public function getData() method setData (line 1198) | public function setData(array $data) method getValue (line 1213) | public function getValue($attribute) method setValue (line 1225) | public function setValue($attribute, $value) method getRules (line 1235) | public function getRules() method getRulesWithoutPlaceholders (line 1245) | public function getRulesWithoutPlaceholders() method setRules (line 1260) | public function setRules(array $rules) method appendRules (line 1283) | public function appendRules(array $rules) method addRules (line 1302) | public function addRules($rules) method sometimes (line 1327) | public function sometimes($attribute, $rules, callable $callback) method dataForSometimesIteration (line 1353) | private function dataForSometimesIteration(string $attribute, bool $re... method stopOnFirstFailure (line 1372) | public function stopOnFirstFailure($stopOnFirstFailure = true) method addExtensions (line 1385) | public function addExtensions(array $extensions) method addImplicitExtensions (line 1402) | public function addImplicitExtensions(array $extensions) method addDependentExtensions (line 1417) | public function addDependentExtensions(array $extensions) method addExtension (line 1433) | public function addExtension($rule, $extension) method addImplicitExtension (line 1445) | public function addImplicitExtension($rule, $extension) method addDependentExtension (line 1459) | public function addDependentExtension($rule, $extension) method addReplacers (line 1472) | public function addReplacers(array $replacers) method addReplacer (line 1490) | public function addReplacer($rule, $replacer) method setCustomMessages (line 1501) | public function setCustomMessages(array $messages) method setAttributeNames (line 1514) | public function setAttributeNames(array $attributes) method addCustomAttributes (line 1527) | public function addCustomAttributes(array $attributes) method setImplicitAttributesFormatter (line 1540) | public function setImplicitAttributesFormatter(?callable $formatter = ... method setValueNames (line 1553) | public function setValueNames(array $values) method addCustomValues (line 1566) | public function addCustomValues(array $customValues) method setFallbackMessages (line 1579) | public function setFallbackMessages(array $messages) method getPresenceVerifier (line 1592) | public function getPresenceVerifier($connection = null) method setPresenceVerifier (line 1611) | public function setPresenceVerifier(PresenceVerifierInterface $presenc... method getException (line 1621) | public function getException() method setException (line 1634) | public function setException($exception) method ensureExponentWithinAllowedRangeUsing (line 1653) | public function ensureExponentWithinAllowedRangeUsing($callback) method getTranslator (line 1665) | public function getTranslator() method setTranslator (line 1676) | public function setTranslator(Translator $translator) method setContainer (line 1687) | public function setContainer(Container $container) method callExtension (line 1699) | protected function callExtension($rule, $parameters) method callClassBasedExtension (line 1717) | protected function callClassBasedExtension($callback, $parameters) method encodeAttributeWithPlaceholder (line 1730) | protected static function encodeAttributeWithPlaceholder(string $attri... method decodeAttributeWithPlaceholder (line 1741) | protected static function decodeAttributeWithPlaceholder(string $attri... method flushState (line 1751) | public static function flushState() method __call (line 1765) | public function __call($method, $parameters) FILE: src/Illuminate/View/AnonymousComponent.php class AnonymousComponent (line 5) | class AnonymousComponent extends Component method __construct (line 27) | public function __construct($view, $data) method render (line 38) | public function render() method data (line 48) | public function data() FILE: src/Illuminate/View/AppendableAttributeValue.php class AppendableAttributeValue (line 7) | class AppendableAttributeValue implements Stringable method __construct (line 21) | public function __construct($value) method __toString (line 31) | public function __toString() FILE: src/Illuminate/View/Compilers/BladeCompiler.php class BladeCompiler (line 18) | class BladeCompiler extends Compiler implements CompilerInterface method compile (line 181) | public function compile($path = null) method appendFilePath (line 218) | protected function appendFilePath($contents) method getOpenAndClosingPhpTokens (line 235) | protected function getOpenAndClosingPhpTokens($contents) method getPath (line 253) | public function getPath() method setPath (line 264) | public function setPath($path) method compileString (line 275) | public function compileString($value) method render (line 332) | public static function render($string, $data = [], $deleteCachedView =... method renderComponent (line 366) | public static function renderComponent(Component $component) method storeUncompiledBlocks (line 390) | protected function storeUncompiledBlocks($value) method storeVerbatimBlocks (line 409) | protected function storeVerbatimBlocks($value) method storePhpBlocks (line 422) | protected function storePhpBlocks($value) method storeRawBlock (line 435) | protected function storeRawBlock($value) method compileComponentTags (line 448) | protected function compileComponentTags($value) method restoreRawContent (line 465) | protected function restoreRawContent($result) method getRawPlaceholder (line 482) | protected function getRawPlaceholder($replace) method addFooters (line 493) | protected function addFooters($result) method parseToken (line 505) | protected function parseToken($token) method compileExtensions (line 524) | protected function compileExtensions($value) method compileStatements (line 539) | protected function compileStatements($template) method replaceFirstStatement (line 596) | protected function replaceFirstStatement($search, $replace, $subject, ... method hasEvenNumberOfParentheses (line 622) | protected function hasEvenNumberOfParentheses(string $expression) method compileStatement (line 654) | protected function compileStatement($match) method callCustomDirective (line 676) | protected function callCustomDirective($name, $value) method stripParentheses (line 693) | public function stripParentheses($expression) method extend (line 708) | public function extend(callable $compiler) method getExtensions (line 718) | public function getExtensions() method if (line 730) | public function if($name, callable $callback) method check (line 764) | public function check($name, ...$parameters) method component (line 777) | public function component($class, $alias = null, $prefix = '') method components (line 805) | public function components(array $components, $prefix = '') method getClassComponentAliases (line 821) | public function getClassComponentAliases() method anonymousComponentPath (line 833) | public function anonymousComponentPath(string $path, ?string $prefix =... method anonymousComponentNamespace (line 855) | public function anonymousComponentNamespace(string $directory, ?string... method componentNamespace (line 872) | public function componentNamespace($namespace, $prefix) method getAnonymousComponentPaths (line 882) | public function getAnonymousComponentPaths() method getAnonymousComponentNamespaces (line 892) | public function getAnonymousComponentNamespaces() method getClassComponentNamespaces (line 902) | public function getClassComponentNamespaces() method aliasComponent (line 914) | public function aliasComponent($path, $alias = null) method include (line 936) | public function include($path, $alias = null) method aliasInclude (line 948) | public function aliasInclude($path, $alias = null) method bindDirective (line 968) | public function bindDirective($name, callable $handler) method directive (line 983) | public function directive($name, callable $handler, bool $bind = false) method getCustomDirectives (line 997) | public function getCustomDirectives() method prepareStringsForCompilationUsing (line 1008) | public function prepareStringsForCompilationUsing(callable $callback) method precompiler (line 1021) | public function precompiler(callable $precompiler) method usingEchoFormat (line 1033) | public function usingEchoFormat($format, callable $callback) method setEchoFormat (line 1054) | public function setEchoFormat($format) method withDoubleEncoding (line 1064) | public function withDoubleEncoding() method withoutDoubleEncoding (line 1074) | public function withoutDoubleEncoding() method withoutComponentTags (line 1084) | public function withoutComponentTags() FILE: src/Illuminate/View/Compilers/Compiler.php class Compiler (line 10) | abstract class Compiler method __construct (line 66) | public function __construct( method getCompiledPath (line 92) | public function getCompiledPath($path) method isExpired (line 105) | public function isExpired($path) method ensureCompiledDirectoryExists (line 142) | protected function ensureCompiledDirectoryExists($path) FILE: src/Illuminate/View/Compilers/CompilerInterface.php type CompilerInterface (line 5) | interface CompilerInterface method getCompiledPath (line 13) | public function getCompiledPath($path); method isExpired (line 21) | public function isExpired($path); method compile (line 29) | public function compile($path); FILE: src/Illuminate/View/Compilers/ComponentTagCompiler.php class ComponentTagCompiler (line 21) | class ComponentTagCompiler method __construct (line 58) | public function __construct(array $aliases = [], array $namespaces = [... method compile (line 72) | public function compile(string $value) method compileTags (line 87) | public function compileTags(string $value) method compileOpeningTags (line 104) | protected function compileOpeningTags(string $value) method compileSelfClosingTags (line 168) | protected function compileSelfClosingTags(string $value) method componentString (line 233) | protected function componentString(string $component, array $attributes) method componentClass (line 276) | public function componentClass(string $component) method guessAnonymousComponentUsingPaths (line 327) | protected function guessAnonymousComponentUsingPaths(Factory $viewFact... method guessAnonymousComponentUsingNamespaces (line 363) | protected function guessAnonymousComponentUsingNamespaces(Factory $vie... method findClassByComponent (line 399) | public function findClassByComponent(string $component) method guessClassName (line 424) | public function guessClassName(string $component) method formatClassName (line 441) | public function formatClassName(string $component) method guessViewName (line 457) | public function guessViewName($name, $prefix = 'components.') method partitionDataAndAttributes (line 479) | public function partitionDataAndAttributes($class, array $attributes) method compileClosingTags (line 505) | protected function compileClosingTags(string $value) method compileSlots (line 516) | public function compileSlots(string $value) method getAttributesFromAttributeString (line 597) | protected function getAttributesFromAttributeString(string $attributeS... method parseShortAttributeSyntax (line 659) | protected function parseShortAttributeSyntax(string $value) method parseAttributeBag (line 674) | protected function parseAttributeBag(string $attributeString) method parseComponentTagClassStatements (line 690) | protected function parseComponentTagClassStatements(string $attributeS... method parseComponentTagStyleStatements (line 711) | protected function parseComponentTagStyleStatements(string $attributeS... method parseBindAttributes (line 732) | protected function parseBindAttributes(string $attributeString) method compileAttributeEchos (line 752) | protected function compileAttributeEchos(string $attributeString) method escapeSingleQuotesOutsideOfPhpBlocks (line 770) | protected function escapeSingleQuotesOutsideOfPhpBlocks(string $value) method attributesToString (line 790) | protected function attributesToString(array $attributes, $escapeBound ... method stripQuotes (line 807) | public function stripQuotes(string $value) FILE: src/Illuminate/View/Compilers/Concerns/CompilesAuthorizations.php type CompilesAuthorizations (line 5) | trait CompilesAuthorizations method compileCan (line 13) | protected function compileCan($expression) method compileCannot (line 24) | protected function compileCannot($expression) method compileCanany (line 35) | protected function compileCanany($expression) method compileElsecan (line 46) | protected function compileElsecan($expression) method compileElsecannot (line 57) | protected function compileElsecannot($expression) method compileElsecanany (line 68) | protected function compileElsecanany($expression) method compileEndcan (line 78) | protected function compileEndcan() method compileEndcannot (line 88) | protected function compileEndcannot() method compileEndcanany (line 98) | protected function compileEndcanany() FILE: src/Illuminate/View/Compilers/Concerns/CompilesClasses.php type CompilesClasses (line 5) | trait CompilesClasses method compileClass (line 13) | protected function compileClass($expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesComments.php type CompilesComments (line 5) | trait CompilesComments method compileComments (line 13) | protected function compileComments($value) FILE: src/Illuminate/View/Compilers/Concerns/CompilesComponents.php type CompilesComponents (line 10) | trait CompilesComponents method compileComponent (line 25) | protected function compileComponent($expression) method newComponentHash (line 50) | public static function newComponentHash(string $component) method compileClassComponentOpening (line 66) | public static function compileClassComponentOpening(string $component,... method compileEndComponent (line 83) | protected function compileEndComponent() method compileEndComponentClass (line 93) | public function compileEndComponentClass() method compileSlot (line 116) | protected function compileSlot($expression) method compileEndSlot (line 126) | protected function compileEndSlot() method compileComponentFirst (line 137) | protected function compileComponentFirst($expression) method compileEndComponentFirst (line 147) | protected function compileEndComponentFirst() method compileProps (line 158) | protected function compileProps($expression) method compileAware (line 197) | protected function compileAware($expression) method sanitizeComponentAttribute (line 211) | public static function sanitizeComponentAttribute($value) FILE: src/Illuminate/View/Compilers/Concerns/CompilesConditionals.php type CompilesConditionals (line 7) | trait CompilesConditionals method compileAuth (line 22) | protected function compileAuth($guard = null) method compileElseAuth (line 35) | protected function compileElseAuth($guard = null) method compileEndAuth (line 47) | protected function compileEndAuth() method compileEnv (line 58) | protected function compileEnv($environments) method compileEndEnv (line 68) | protected function compileEndEnv() method compileProduction (line 78) | protected function compileProduction() method compileEndProduction (line 88) | protected function compileEndProduction() method compileGuest (line 99) | protected function compileGuest($guard = null) method compileElseGuest (line 112) | protected function compileElseGuest($guard = null) method compileEndGuest (line 124) | protected function compileEndGuest() method compileHasSection (line 135) | protected function compileHasSection($expression) method compileHasStack (line 146) | protected function compileHasStack($expression) method compileSectionMissing (line 157) | protected function compileSectionMissing($expression) method compileIf (line 168) | protected function compileIf($expression) method compileUnless (line 179) | protected function compileUnless($expression) method compileElseif (line 190) | protected function compileElseif($expression) method compileElse (line 200) | protected function compileElse() method compileEndif (line 210) | protected function compileEndif() method compileEndunless (line 220) | protected function compileEndunless() method compileIsset (line 231) | protected function compileIsset($expression) method compileEndIsset (line 241) | protected function compileEndIsset() method compileSwitch (line 252) | protected function compileSwitch($expression) method compileCase (line 265) | protected function compileCase($expression) method compileDefault (line 281) | protected function compileDefault() method compileEndSwitch (line 291) | protected function compileEndSwitch() method compileOnce (line 302) | protected function compileOnce($id = null) method compileEndOnce (line 314) | public function compileEndOnce() method compileBool (line 325) | protected function compileBool($condition) method compileChecked (line 336) | protected function compileChecked($condition) method compileDisabled (line 347) | protected function compileDisabled($condition) method compileRequired (line 358) | protected function compileRequired($condition) method compileReadonly (line 369) | protected function compileReadonly($condition) method compileSelected (line 380) | protected function compileSelected($condition) method compilePushIf (line 391) | protected function compilePushIf($expression) method compileElsePushIf (line 413) | protected function compileElsePushIf($expression) method compileElsePush (line 426) | protected function compileElsePush($expression) method compileEndPushIf (line 436) | protected function compileEndPushIf() FILE: src/Illuminate/View/Compilers/Concerns/CompilesContexts.php type CompilesContexts (line 5) | trait CompilesContexts method compileContext (line 13) | protected function compileContext($expression) method compileEndcontext (line 29) | protected function compileEndcontext($expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesEchos.php type CompilesEchos (line 8) | trait CompilesEchos method stringable (line 24) | public function stringable($class, $handler = null) method compileEchos (line 39) | public function compileEchos($value) method getEchoMethods (line 53) | protected function getEchoMethods() method compileRawEchos (line 68) | protected function compileRawEchos($value) method compileRegularEchos (line 89) | protected function compileRegularEchos($value) method compileEscapedEchos (line 110) | protected function compileEscapedEchos($value) method addBladeCompilerVariable (line 131) | protected function addBladeCompilerVariable($result) method wrapInEchoHandler (line 142) | protected function wrapInEchoHandler($value) method applyEchoHandler (line 159) | public function applyEchoHandler($value) FILE: src/Illuminate/View/Compilers/Concerns/CompilesErrors.php type CompilesErrors (line 5) | trait CompilesErrors method compileError (line 13) | protected function compileError($expression) method compileEnderror (line 30) | protected function compileEnderror($expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesFragments.php type CompilesFragments (line 5) | trait CompilesFragments method compileFragment (line 20) | protected function compileFragment($expression) method compileEndfragment (line 32) | protected function compileEndfragment() FILE: src/Illuminate/View/Compilers/Concerns/CompilesHelpers.php type CompilesHelpers (line 7) | trait CompilesHelpers method compileCsrf (line 14) | protected function compileCsrf() method compileDd (line 25) | protected function compileDd($arguments) method compileDump (line 36) | protected function compileDump($arguments) method compileMethod (line 47) | protected function compileMethod($method) method compileVite (line 58) | protected function compileVite($arguments) method compileViteReactRefresh (line 72) | protected function compileViteReactRefresh() FILE: src/Illuminate/View/Compilers/Concerns/CompilesIncludes.php type CompilesIncludes (line 5) | trait CompilesIncludes method compileEach (line 13) | protected function compileEach($expression) method compileInclude (line 24) | protected function compileInclude($expression) method compileIncludeIf (line 37) | protected function compileIncludeIf($expression) method compileIncludeWhen (line 50) | protected function compileIncludeWhen($expression) method compileIncludeUnless (line 63) | protected function compileIncludeUnless($expression) method compileIncludeFirst (line 76) | protected function compileIncludeFirst($expression) method compileIncludeIsolated (line 89) | protected function compileIncludeIsolated($expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesInjections.php type CompilesInjections (line 5) | trait CompilesInjections method compileInject (line 13) | protected function compileInject($expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesJs.php type CompilesJs (line 7) | trait CompilesJs method compileJs (line 15) | protected function compileJs(string $expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesJson.php type CompilesJson (line 5) | trait CompilesJson method compileJson (line 20) | protected function compileJson($expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesLayouts.php type CompilesLayouts (line 5) | trait CompilesLayouts method compileExtends (line 20) | protected function compileExtends($expression) method compileExtendsFirst (line 37) | protected function compileExtendsFirst($expression) method compileSection (line 54) | protected function compileSection($expression) method compileParent (line 66) | protected function compileParent() method compileYield (line 79) | protected function compileYield($expression) method compileShow (line 89) | protected function compileShow() method compileAppend (line 99) | protected function compileAppend() method compileOverwrite (line 109) | protected function compileOverwrite() method compileStop (line 119) | protected function compileStop() method compileEndsection (line 129) | protected function compileEndsection() FILE: src/Illuminate/View/Compilers/Concerns/CompilesLoops.php type CompilesLoops (line 7) | trait CompilesLoops method compileForelse (line 24) | protected function compileForelse($expression) method compileEmpty (line 51) | protected function compileEmpty($expression) method compileEndforelse (line 67) | protected function compileEndforelse() method compileEndEmpty (line 77) | protected function compileEndEmpty() method compileFor (line 88) | protected function compileFor($expression) method compileForeach (line 101) | protected function compileForeach($expression) method compileBreak (line 126) | protected function compileBreak($expression) method compileContinue (line 143) | protected function compileContinue($expression) method compileEndfor (line 159) | protected function compileEndfor() method compileEndforeach (line 169) | protected function compileEndforeach() method compileWhile (line 180) | protected function compileWhile($expression) method compileEndwhile (line 190) | protected function compileEndwhile() FILE: src/Illuminate/View/Compilers/Concerns/CompilesRawPhp.php type CompilesRawPhp (line 5) | trait CompilesRawPhp method compilePhp (line 13) | protected function compilePhp($expression) method compileUnset (line 28) | protected function compileUnset($expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesSessions.php type CompilesSessions (line 5) | trait CompilesSessions method compileSession (line 13) | protected function compileSession($expression) method compileEndsession (line 29) | protected function compileEndsession($expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesStacks.php type CompilesStacks (line 7) | trait CompilesStacks method compileStack (line 15) | protected function compileStack($expression) method compilePush (line 26) | protected function compilePush($expression) method compilePushOnce (line 37) | protected function compilePushOnce($expression) method compileEndpush (line 54) | protected function compileEndpush() method compileEndpushOnce (line 64) | protected function compileEndpushOnce() method compilePrepend (line 75) | protected function compilePrepend($expression) method compilePrependOnce (line 86) | protected function compilePrependOnce($expression) method compileEndprepend (line 103) | protected function compileEndprepend() method compileEndprependOnce (line 113) | protected function compileEndprependOnce() FILE: src/Illuminate/View/Compilers/Concerns/CompilesStyles.php type CompilesStyles (line 5) | trait CompilesStyles method compileStyle (line 13) | protected function compileStyle($expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesTranslations.php type CompilesTranslations (line 5) | trait CompilesTranslations method compileLang (line 13) | protected function compileLang($expression) method compileEndlang (line 29) | protected function compileEndlang() method compileChoice (line 40) | protected function compileChoice($expression) FILE: src/Illuminate/View/Compilers/Concerns/CompilesUseStatements.php type CompilesUseStatements (line 5) | trait CompilesUseStatements method compileUse (line 13) | protected function compileUse($expression) FILE: src/Illuminate/View/Component.php class Component (line 15) | abstract class Component method render (line 92) | abstract public function render(); method resolve (line 100) | public static function resolve($data) method extractConstructorParameters (line 122) | protected static function extractConstructorParameters() method resolveView (line 142) | public function resolveView() method extractBladeViewFromString (line 174) | protected function extractBladeViewFromString($contents) method createBladeViewFromString (line 196) | protected function createBladeViewFromString($factory, $contents) method data (line 224) | public function data() method extractPublicProperties (line 236) | protected function extractPublicProperties() method extractPublicMethods (line 264) | protected function extractPublicMethods() method createVariableFromMethod (line 291) | protected function createVariableFromMethod(ReflectionMethod $method) method createInvokableVariable (line 304) | protected function createInvokableVariable(string $method) method shouldIgnore (line 317) | protected function shouldIgnore($name) method ignoredMethods (line 328) | protected function ignoredMethods() method withName (line 352) | public function withName($name) method withAttributes (line 365) | public function withAttributes(array $attributes) method newAttributeBag (line 380) | protected function newAttributeBag(array $attributes = []) method shouldRender (line 390) | public function shouldRender() method view (line 403) | public function view($view, $data = [], $mergeData = []) method factory (line 413) | protected function factory() method ignoredParameterNames (line 427) | public static function ignoredParameterNames() method flushCache (line 452) | public static function flushCache() method forgetFactory (line 465) | public static function forgetFactory() method forgetComponentsResolver (line 477) | public static function forgetComponentsResolver() method resolveComponentsUsing (line 490) | public static function resolveComponentsUsing($resolver) FILE: src/Illuminate/View/ComponentAttributeBag.php class ComponentAttributeBag (line 21) | class ComponentAttributeBag implements Arrayable, ArrayAccess, IteratorA... method __construct (line 37) | public function __construct(array $attributes = []) method all (line 48) | public function all($keys = null) method first (line 63) | public function first($default = null) method get (line 75) | public function get($key, $default = null) method data (line 87) | protected function data($key = null, $default = null) method only (line 102) | public function only($keys) method except (line 121) | public function except($keys) method filter (line 140) | public function filter($callback) method whereStartsWith (line 151) | public function whereStartsWith($needles) method whereDoesntStartWith (line 164) | public function whereDoesntStartWith($needles) method thatStartWith (line 177) | public function thatStartWith($needles) method onlyProps (line 188) | public function onlyProps($keys) method exceptProps (line 199) | public function exceptProps($keys) method class (line 210) | public function class($classList) method style (line 223) | public function style($styleList) method merge (line 237) | public function merge(array $attributeDefaults = [], $escape = true) method shouldEscapeAttributeValue (line 275) | protected function shouldEscapeAttributeValue($escape, $value) method prepends (line 292) | public function prepends($value) method resolveAppendableAttributeDefault (line 305) | protected function resolveAppendableAttributeDefault($attributeDefault... method isEmpty (line 319) | public function isEmpty() method isNotEmpty (line 329) | public function isNotEmpty() method getAttributes (line 339) | public function getAttributes() method setAttributes (line 350) | public function setAttributes(array $attributes) method extractPropNames (line 370) | public static function extractPropNames(array $keys) method toHtml (line 389) | public function toHtml() method __invoke (line 400) | public function __invoke(array $attributeDefaults = []) method offsetExists (line 411) | public function offsetExists($offset): bool method offsetGet (line 422) | public function offsetGet($offset): mixed method offsetSet (line 434) | public function offsetSet($offset, $value): void method offsetUnset (line 445) | public function offsetUnset($offset): void method getIterator (line 455) | public function getIterator(): Traversable method jsonSerialize (line 465) | public function jsonSerialize(): mixed method toArray (line 475) | public function toArray() method __toString (line 485) | public function __toString() FILE: src/Illuminate/View/ComponentSlot.php class ComponentSlot (line 9) | class ComponentSlot implements Htmlable, Stringable method __construct (line 31) | public function __construct($contents = '', $attributes = []) method withAttributes (line 44) | public function withAttributes(array $attributes) method toHtml (line 56) | public function toHtml() method isEmpty (line 66) | public function isEmpty() method isNotEmpty (line 76) | public function isNotEmpty() method hasActualContent (line 89) | public function hasActualContent(callable|string|null $callable = null) method __toString (line 107) | public function __toString() FILE: src/Illuminate/View/Concerns/ManagesComponents.php type ManagesComponents (line 10) | trait ManagesComponents method startComponent (line 54) | public function startComponent($view, array $data = []) method startComponentFirst (line 72) | public function startComponentFirst(array $names, array $data = []) method renderComponent (line 86) | public function renderComponent() method componentData (line 115) | protected function componentData() method getConsumableComponentData (line 138) | public function getConsumableComponentData($key, $default = null) method slot (line 169) | public function slot($name, $content = null, $attributes = []) method endSlot (line 185) | public function endSlot() method currentComponent (line 205) | protected function currentComponent() method flushComponents (line 215) | protected function flushComponents() FILE: src/Illuminate/View/Concerns/ManagesEvents.php type ManagesEvents (line 9) | trait ManagesEvents method creator (line 18) | public function creator($views, $callback) method composers (line 35) | public function composers(array $composers) method composer (line 53) | public function composer($views, $callback) method addViewEvent (line 72) | protected function addViewEvent($view, $callback, $prefix = 'composing... method addClassEvent (line 93) | protected function addClassEvent($view, $class, $prefix) method buildClassEventCallback (line 116) | protected function buildClassEventCallback($class, $prefix) method parseClassEvent (line 135) | protected function parseClassEvent($class, $prefix) method classEventMethodForPrefix (line 146) | protected function classEventMethodForPrefix($prefix) method addEventListener (line 158) | protected function addEventListener($name, $callback) method callComposer (line 175) | public function callComposer(ViewContract $view) method callCreator (line 188) | public function callCreator(ViewContract $view) FILE: src/Illuminate/View/Concerns/ManagesFragments.php type ManagesFragments (line 7) | trait ManagesFragments method startFragment (line 29) | public function startFragment($fragment) method stopFragment (line 43) | public function stopFragment() method getFragment (line 63) | public function getFragment($name, $default = null) method getFragments (line 73) | public function getFragments() method flushFragments (line 83) | public function flushFragments() FILE: src/Illuminate/View/Concerns/ManagesLayouts.php type ManagesLayouts (line 9) | trait ManagesLayouts method startSection (line 46) | public function startSection($section, $content = null) method inject (line 64) | public function inject($section, $content) method yieldSection (line 74) | public function yieldSection() method stopSection (line 91) | public function stopSection($overwrite = false) method appendSection (line 115) | public function appendSection() method extendSection (line 139) | protected function extendSection($section, $content) method yieldContent (line 155) | public function yieldContent($section, $default = '') method parentPlaceholder (line 176) | public static function parentPlaceholder($section = '') method parentPlaceholderSalt (line 192) | protected static function parentPlaceholderSalt() method hasSection (line 207) | public function hasSection($name) method sectionMissing (line 218) | public function sectionMissing($name) method getSection (line 230) | public function getSection($name, $default = null) method getSections (line 240) | public function getSections() method flushSections (line 250) | public function flushSections() FILE: src/Illuminate/View/Concerns/ManagesLoops.php type ManagesLoops (line 8) | trait ManagesLoops method addLoop (line 23) | public function addLoop($data) method incrementLoopIndices (line 50) | public function incrementLoopIndices() method popLoop (line 70) | public function popLoop() method getLastLoop (line 80) | public function getLastLoop() method getLoopStack (line 92) | public function getLoopStack() FILE: src/Illuminate/View/Concerns/ManagesStacks.php type ManagesStacks (line 7) | trait ManagesStacks method startPush (line 37) | public function startPush($section, $content = '') method stopPush (line 55) | public function stopPush() method extendPush (line 73) | protected function extendPush($section, $content) method startPrepend (line 93) | public function startPrepend($section, $content = '') method stopPrepend (line 111) | public function stopPrepend() method extendPrepend (line 129) | protected function extendPrepend($section, $content) method yieldPushContent (line 149) | public function yieldPushContent($section, $default = '') method isStackEmpty (line 171) | public function isStackEmpty(string $section): bool method flushStacks (line 181) | public function flushStacks() FILE: src/Illuminate/View/Concerns/ManagesTranslations.php type ManagesTranslations (line 5) | trait ManagesTranslations method startTranslation (line 20) | public function startTranslation($replacements = []) method renderTranslation (line 32) | public function renderTranslation() FILE: src/Illuminate/View/DynamicComponent.php class DynamicComponent (line 13) | class DynamicComponent extends Component method __construct (line 41) | public function __construct(BackedEnum|string $component) method render (line 51) | public function render() method compileProps (line 93) | protected function compileProps(array $bindings) method compileBindings (line 110) | protected function compileBindings(array $bindings) method compileSlots (line 123) | protected function compileSlots(array $slots) method classForComponent (line 136) | protected function classForComponent() method bindings (line 152) | protected function bindings(string $class) method compiler (line 164) | protected function compiler() FILE: src/Illuminate/View/Engines/CompilerEngine.php class CompilerEngine (line 15) | class CompilerEngine extends PhpEngine method __construct (line 44) | public function __construct(CompilerInterface $compiler, ?Filesystem $... method get (line 60) | public function get($path, array $data = []) method handleViewException (line 107) | protected function handleViewException(Throwable $e, $obLevel) method getMessage (line 127) | protected function getMessage(Throwable $e) method getCompiler (line 137) | public function getCompiler() method forgetCompiledOrNotExpired (line 147) | public function forgetCompiledOrNotExpired() FILE: src/Illuminate/View/Engines/Engine.php class Engine (line 5) | abstract class Engine method getLastRendered (line 19) | public function getLastRendered() FILE: src/Illuminate/View/Engines/EngineResolver.php class EngineResolver (line 8) | class EngineResolver method register (line 33) | public function register($engine, Closure $resolver) method resolve (line 48) | public function resolve($engine) method forget (line 67) | public function forget($engine) FILE: src/Illuminate/View/Engines/FileEngine.php class FileEngine (line 8) | class FileEngine implements Engine method __construct (line 22) | public function __construct(Filesystem $files) method get (line 34) | public function get($path, array $data = []) FILE: src/Illuminate/View/Engines/PhpEngine.php class PhpEngine (line 9) | class PhpEngine implements Engine method __construct (line 23) | public function __construct(Filesystem $files) method get (line 35) | public function get($path, array $data = []) method evaluatePath (line 47) | protected function evaluatePath($path, $data) method handleViewException (line 74) | protected function handleViewException(Throwable $e, $obLevel) FILE: src/Illuminate/View/Factory.php class Factory (line 14) | class Factory implements FactoryContract method __construct (line 114) | public function __construct(EngineResolver $engines, ViewFinderInterfa... method file (line 131) | public function file($path, $data = [], $mergeData = []) method make (line 148) | public function make($view, $data = [], $mergeData = []) method first (line 174) | public function first(array $views, $data = [], $mergeData = []) method renderWhen (line 196) | public function renderWhen($condition, $view, $data = [], $mergeData =... method renderUnless (line 214) | public function renderUnless($condition, $view, $data = [], $mergeData... method renderEach (line 228) | public function renderEach($view, $data, $iterator, $empty = 'raw|') method normalizeName (line 261) | protected function normalizeName($name) method parseData (line 272) | protected function parseData($data) method viewInstance (line 285) | protected function viewInstance($view, $path, $data) method exists (line 296) | public function exists($view) method getEngineFromPath (line 315) | public function getEngineFromPath($path) method getExtension (line 336) | protected function getExtension($path) method share (line 352) | public function share($key, $value = null) method incrementRender (line 368) | public function incrementRender() method decrementRender (line 378) | public function decrementRender() method doneRendering (line 388) | public function doneRendering() method hasRenderedOnce (line 399) | public function hasRenderedOnce(string $id) method markAsRenderedOnce (line 410) | public function markAsRenderedOnce(string $id) method addLocation (line 421) | public function addLocation($location) method prependLocation (line 432) | public function prependLocation($location) method addNamespace (line 444) | public function addNamespace($namespace, $hints) method prependNamespace (line 458) | public function prependNamespace($namespace, $hints) method replaceNamespace (line 472) | public function replaceNamespace($namespace, $hints) method addExtension (line 487) | public function addExtension($extension, $engine, $resolver = null) method flushState (line 507) | public function flushState() method flushStateIfDoneRendering (line 523) | public function flushStateIfDoneRendering() method getExtensions (line 535) | public function getExtensions() method getEngineResolver (line 545) | public function getEngineResolver() method getFinder (line 555) | public function getFinder() method setFinder (line 566) | public function setFinder(ViewFinderInterface $finder) method flushFinderCache (line 576) | public function flushFinderCache() method getDispatcher (line 586) | public function getDispatcher() method setDispatcher (line 597) | public function setDispatcher(Dispatcher $events) method getContainer (line 607) | public function getContainer() method setContainer (line 618) | public function setContainer(Container $container) method shared (line 630) | public function shared($key, $default = null) method getShared (line 640) | public function getShared() FILE: src/Illuminate/View/FileViewFinder.php class FileViewFinder (line 8) | class FileViewFinder implements ViewFinderInterface method __construct (line 52) | public function __construct(Filesystem $files, array $paths, ?array $e... method find (line 68) | public function find($view) method findNamespacedView (line 87) | protected function findNamespacedView($name) method parseNamespaceSegments (line 102) | protected function parseNamespaceSegments($name) method findInPaths (line 126) | protected function findInPaths($name, $paths) method getPossibleViewFiles (line 147) | protected function getPossibleViewFiles($name) method addLocation (line 158) | public function addLocation($location) method prependLocation (line 169) | public function prependLocation($location) method resolvePath (line 180) | protected function resolvePath($path) method addNamespace (line 192) | public function addNamespace($namespace, $hints) method prependNamespace (line 210) | public function prependNamespace($namespace, $hints) method replaceNamespace (line 228) | public function replaceNamespace($namespace, $hints) method addExtension (line 239) | public function addExtension($extension) method hasHintInformation (line 254) | public function hasHintInformation($name) method flush (line 264) | public function flush() method getFilesystem (line 274) | public function getFilesystem() method setPaths (line 285) | public function setPaths($paths) method getPaths (line 297) | public function getPaths() method getViews (line 307) | public function getViews() method getHints (line 317) | public function getHints() method getExtensions (line 327) | public function getExtensions() FILE: src/Illuminate/View/InvokableComponentVariable.php class InvokableComponentVariable (line 13) | class InvokableComponentVariable implements DeferringDisplayableValue, I... method __construct (line 27) | public function __construct(Closure $callable) method resolveDisplayableValue (line 37) | public function resolveDisplayableValue() method getIterator (line 47) | public function getIterator(): Traversable method __get (line 60) | public function __get($key) method __call (line 72) | public function __call($method, $parameters) method __invoke (line 82) | public function __invoke() method __toString (line 92) | public function __toString() FILE: src/Illuminate/View/Middleware/ShareErrorsFromSession.php class ShareErrorsFromSession (line 9) | class ShareErrorsFromSession method __construct (line 23) | public function __construct(ViewFactory $view) method handle (line 35) | public function handle($request, Closure $next) FILE: src/Illuminate/View/View.php class View (line 21) | class View implements ArrayAccess, Htmlable, Stringable, ViewContract method __construct (line 71) | public function __construct(Factory $factory, Engine $engine, $view, $... method fragment (line 87) | public function fragment($fragment) method fragments (line 100) | public function fragments(?array $fragments = null) method fragmentIf (line 114) | public function fragmentIf($boolean, $fragment) method fragmentsIf (line 130) | public function fragmentsIf($boolean, ?array $fragments = null) method allFragments (line 144) | protected function allFragments() method render (line 157) | public function render(?callable $callback = null) method renderContents (line 182) | protected function renderContents() method getContents (line 206) | protected function getContents() method gatherData (line 216) | public function gatherData() method renderSections (line 236) | public function renderSections() method with (line 250) | public function with($key, $value = null) method nest (line 269) | public function nest($key, $view, array $data = []) method withErrors (line 281) | public function withErrors($provider, $bag = 'default') method formatErrors (line 294) | protected function formatErrors($provider) method name (line 306) | public function name() method getName (line 316) | public function getName() method getData (line 326) | public function getData() method getPath (line 336) | public function getPath() method setPath (line 347) | public function setPath($path) method getFactory (line 357) | public function getFactory() method getEngine (line 367) | public function getEngine() method offsetExists (line 378) | public function offsetExists($offset): bool method offsetGet (line 389) | public function offsetGet($offset): mixed method offsetSet (line 401) | public function offsetSet($offset, $value): void method offsetUnset (line 412) | public function offsetUnset($offset): void method __get (line 423) | public function &__get($key) method __set (line 435) | public function __set($key, $value) method __isset (line 446) | public function __isset($key) method __unset (line 457) | public function __unset($key) method __call (line 471) | public function __call($method, $parameters) method toHtml (line 491) | public function toHtml() method __toString (line 503) | public function __toString() FILE: src/Illuminate/View/ViewException.php class ViewException (line 9) | class ViewException extends ErrorException method report (line 16) | public function report() method render (line 33) | public function render($request) FILE: src/Illuminate/View/ViewFinderInterface.php type ViewFinderInterface (line 5) | interface ViewFinderInterface method find (line 20) | public function find($view); method addLocation (line 28) | public function addLocation($location); method addNamespace (line 37) | public function addNamespace($namespace, $hints); method prependNamespace (line 46) | public function prependNamespace($namespace, $hints); method replaceNamespace (line 55) | public function replaceNamespace($namespace, $hints); method addExtension (line 63) | public function addExtension($extension); method flush (line 70) | public function flush(); FILE: src/Illuminate/View/ViewName.php class ViewName (line 5) | class ViewName method normalize (line 13) | public static function normalize($name) FILE: src/Illuminate/View/ViewServiceProvider.php class ViewServiceProvider (line 13) | class ViewServiceProvider extends ServiceProvider method register (line 20) | public function register() method registerFactory (line 37) | public function registerFactory() method createFactory (line 72) | protected function createFactory($resolver, $finder, $events) method registerViewFinder (line 82) | public function registerViewFinder() method registerBladeCompiler (line 94) | public function registerBladeCompiler() method registerEngineResolver (line 115) | public function registerEngineResolver() method registerFileEngine (line 137) | public function registerFileEngine($resolver) method registerPhpEngine (line 150) | public function registerPhpEngine($resolver) method registerBladeEngine (line 163) | public function registerBladeEngine($resolver) FILE: tests/AfterEachTestExtension.php class AfterEachTestExtension (line 12) | final class AfterEachTestExtension implements Extension method bootstrap (line 14) | public function bootstrap(Configuration $configuration, Facade $facade... FILE: tests/AfterEachTestSubscriber.php class AfterEachTestSubscriber (line 10) | final class AfterEachTestSubscriber implements AfterTestMethodFinishedSu... method notify (line 12) | public function notify(AfterTestMethodFinished $event): void FILE: tests/Auth/AuthAccessGateTest.php class AuthAccessGateTest (line 17) | class AuthAccessGateTest extends TestCase method testBasicClosuresCanBeDefined (line 19) | public function testBasicClosuresCanBeDefined() method testBeforeCanTakeAnArrayCallbackAsObject (line 34) | public function testBeforeCanTakeAnArrayCallbackAsObject() method testBeforeCanTakeAnArrayCallbackAsObjectStatic (line 45) | public function testBeforeCanTakeAnArrayCallbackAsObjectStatic() method testBeforeCanTakeAnArrayCallbackWithStaticMethod (line 56) | public function testBeforeCanTakeAnArrayCallbackWithStaticMethod() method testBeforeCanAllowGuests (line 67) | public function testBeforeCanAllowGuests() method testAfterCanAllowGuests (line 80) | public function testAfterCanAllowGuests() method testClosuresCanAllowGuestUsers (line 93) | public function testClosuresCanAllowGuestUsers() method testPoliciesCanAllowGuests (line 111) | public function testPoliciesCanAllowGuests() method testPolicyBeforeNotCalledWithGuestsIfItDoesntAllowThem (line 135) | public function testPolicyBeforeNotCalledWithGuestsIfItDoesntAllowThem() method testBeforeAndAfterCallbacksCanAllowGuests (line 152) | public function testBeforeAndAfterCallbacksCanAllowGuests() method testResourceGatesCanBeDefined (line 198) | public function testResourceGatesCanBeDefined() method testCustomResourceGatesCanBeDefined (line 212) | public function testCustomResourceGatesCanBeDefined() method testBeforeCallbacksCanOverrideResultIfNecessary (line 227) | public function testBeforeCallbacksCanOverrideResultIfNecessary() method testBeforeCallbacksDontInterruptGateCheckIfNoValueIsReturned (line 243) | public function testBeforeCallbacksDontInterruptGateCheckIfNoValueIsRe... method testAfterCallbacksAreCalledWithResult (line 257) | public function testAfterCallbacksAreCalledWithResult() method testAfterCallbacksCanAllowIfNull (line 284) | public function testAfterCallbacksCanAllowIfNull() method testAfterCallbacksDoNotOverridePreviousResult (line 295) | public function testAfterCallbacksDoNotOverridePreviousResult() method testAfterCallbacksDoNotOverrideEachOther (line 315) | public function testAfterCallbacksDoNotOverrideEachOther() method testCanDefineGatesUsingBackedEnum (line 331) | public function testCanDefineGatesUsingBackedEnum() method testBackedEnumInAllows (line 342) | public function testBackedEnumInAllows() method testBackedEnumInDenies (line 353) | public function testBackedEnumInDenies() method testArrayAbilitiesInAllows (line 364) | public function testArrayAbilitiesInAllows() method testArrayAbilitiesInDenies (line 387) | public function testArrayAbilitiesInDenies() method testCurrentUserThatIsOnGateAlwaysInjectedIntoClosureCallbacks (line 411) | public function testCurrentUserThatIsOnGateAlwaysInjectedIntoClosureCa... method testASingleArgumentCanBePassedWhenCheckingAbilities (line 424) | public function testASingleArgumentCanBePassedWhenCheckingAbilities() method testMultipleArgumentsCanBePassedWhenCheckingAbilities (line 449) | public function testMultipleArgumentsCanBePassedWhenCheckingAbilities() method testClassesCanBeDefinedAsCallbacksUsingAtNotation (line 476) | public function testClassesCanBeDefinedAsCallbacksUsingAtNotation() method testInvokableClassesCanBeDefined (line 485) | public function testInvokableClassesCanBeDefined() method testGatesCanBeDefinedUsingAnArrayCallback (line 494) | public function testGatesCanBeDefinedUsingAnArrayCallback() method testGatesCanBeDefinedUsingAnArrayCallbackWithStaticMethod (line 503) | public function testGatesCanBeDefinedUsingAnArrayCallbackWithStaticMet... method testPolicyClassesCanBeDefinedToHandleChecksForGivenType (line 512) | public function testPolicyClassesCanBeDefinedToHandleChecksForGivenType() method testPolicyClassesHandleChecksForAllSubtypes (line 521) | public function testPolicyClassesHandleChecksForAllSubtypes() method testPolicyClassesHandleChecksForInterfaces (line 530) | public function testPolicyClassesHandleChecksForInterfaces() method testPolicyConvertsDashToCamel (line 539) | public function testPolicyConvertsDashToCamel() method testPolicyDefaultToFalseIfMethodDoesNotExistAndGateDoesNotExist (line 548) | public function testPolicyDefaultToFalseIfMethodDoesNotExistAndGateDoe... method testPolicyClassesCanBeDefinedToHandleChecksForGivenClassName (line 557) | public function testPolicyClassesCanBeDefinedToHandleChecksForGivenCla... method testPoliciesMayHaveBeforeMethodsToOverrideChecks (line 566) | public function testPoliciesMayHaveBeforeMethodsToOverrideChecks() method testPoliciesAlwaysOverrideClosuresWithSameName (line 575) | public function testPoliciesAlwaysOverrideClosuresWithSameName() method testPoliciesDeferToGatesIfMethodDoesNotExist (line 588) | public function testPoliciesDeferToGatesIfMethodDoesNotExist() method testForUserMethodAttachesANewUserToANewGateInstance (line 601) | public function testForUserMethodAttachesANewUserToANewGateInstance() method testForUserMethodAttachesANewUserToANewGateInstanceWithGuessCallback (line 615) | public function testForUserMethodAttachesANewUserToANewGateInstanceWit... method testDefineSecondParameterShouldBeStringOrCallable (line 641) | #[DataProvider('notCallableDataProvider')] method notCallableDataProvider (line 654) | public static function notCallableDataProvider() method testAuthorizeThrowsUnauthorizedException (line 664) | public function testAuthorizeThrowsUnauthorizedException() method testAuthorizeThrowsUnauthorizedExceptionWithCustomStatusCode (line 677) | public function testAuthorizeThrowsUnauthorizedExceptionWithCustomStat... method testAuthorizeWithPolicyThatReturnsDeniedResponseObjectThrowsException (line 690) | public function testAuthorizeWithPolicyThatReturnsDeniedResponseObject... method testPolicyThatThrowsAuthorizationExceptionIsCaughtInInspect (line 703) | public function testPolicyThatThrowsAuthorizationExceptionIsCaughtInIn... method testAuthorizeReturnsAllowedResponse (line 717) | public function testAuthorizeReturnsAllowedResponse() method testResponseReturnsResponseWhenAbilityGranted (line 731) | public function testResponseReturnsResponseWhenAbilityGranted() method testResponseReturnsResponseWhenAbilityDenied (line 746) | public function testResponseReturnsResponseWhenAbilityDenied() method testAuthorizeReturnsAnAllowedResponseForATruthyReturn (line 761) | public function testAuthorizeReturnsAnAllowedResponseForATruthyReturn() method testAllowIfAuthorizesTrue (line 773) | public function testAllowIfAuthorizesTrue() method testAllowIfAuthorizesTruthy (line 780) | public function testAllowIfAuthorizesTruthy() method testAllowIfAuthorizesIfGuest (line 787) | public function testAllowIfAuthorizesIfGuest() method testAllowIfAuthorizesCallbackTrue (line 794) | public function testAllowIfAuthorizesCallbackTrue() method testAllowIfAuthorizesResponseAllowed (line 807) | public function testAllowIfAuthorizesResponseAllowed() method testAllowIfAuthorizesCallbackResponseAllowed (line 816) | public function testAllowIfAuthorizesCallbackResponseAllowed() method testAllowsIfCallbackAcceptsGuestsWhenAuthenticated (line 827) | public function testAllowsIfCallbackAcceptsGuestsWhenAuthenticated() method testAllowIfCallbackAcceptsGuestsWhenUnauthenticated (line 836) | public function testAllowIfCallbackAcceptsGuestsWhenUnauthenticated() method testAllowIfThrowsExceptionWhenFalse (line 847) | public function testAllowIfThrowsExceptionWhenFalse() method testAllowIfThrowsExceptionWhenCallbackFalse (line 854) | public function testAllowIfThrowsExceptionWhenCallbackFalse() method testAllowIfThrowsExceptionWhenResponseDenied (line 865) | public function testAllowIfThrowsExceptionWhenResponseDenied() method testAllowIfThrowsExceptionWhenCallbackResponseDenied (line 874) | public function testAllowIfThrowsExceptionWhenCallbackResponseDenied() method testAllowIfThrowsExceptionIfUnauthenticated (line 885) | public function testAllowIfThrowsExceptionIfUnauthenticated() method testAllowIfThrowsExceptionIfAuthUserExpectedWhenGuest (line 898) | public function testAllowIfThrowsExceptionIfAuthUserExpectedWhenGuest() method testDenyIfAuthorizesFalse (line 911) | public function testDenyIfAuthorizesFalse() method testDenyIfAuthorizesFalsy (line 918) | public function testDenyIfAuthorizesFalsy() method testDenyIfAuthorizesIfGuest (line 925) | public function testDenyIfAuthorizesIfGuest() method testDenyIfAuthorizesCallbackFalse (line 932) | public function testDenyIfAuthorizesCallbackFalse() method testDenyIfAuthorizesResponseAllowed (line 945) | public function testDenyIfAuthorizesResponseAllowed() method testDenyIfAuthorizesCallbackResponseAllowed (line 954) | public function testDenyIfAuthorizesCallbackResponseAllowed() method testDenyIfCallbackAcceptsGuestsWhenAuthenticated (line 965) | public function testDenyIfCallbackAcceptsGuestsWhenAuthenticated() method testDenyIfCallbackAcceptsGuestsWhenUnauthenticated (line 974) | public function testDenyIfCallbackAcceptsGuestsWhenUnauthenticated() method testDenyIfThrowsExceptionWhenTrue (line 985) | public function testDenyIfThrowsExceptionWhenTrue() method testDenyIfThrowsExceptionWhenCallbackTrue (line 992) | public function testDenyIfThrowsExceptionWhenCallbackTrue() method testDenyIfThrowsExceptionWhenResponseDenied (line 1003) | public function testDenyIfThrowsExceptionWhenResponseDenied() method testDenyIfThrowsExceptionWhenCallbackResponseDenied (line 1012) | public function testDenyIfThrowsExceptionWhenCallbackResponseDenied() method testDenyIfThrowsExceptionIfUnauthenticated (line 1023) | public function testDenyIfThrowsExceptionIfUnauthenticated() method testDenyIfThrowsExceptionIfAuthUserExpectedWhenGuest (line 1036) | public function testDenyIfThrowsExceptionIfAuthUserExpectedWhenGuest() method getBasicGate (line 1049) | protected function getBasicGate($isAdmin = false) method testAnyAbilityCheckPassesIfAllPass (line 1056) | public function testAnyAbilityCheckPassesIfAllPass() method testAnyAbilityCheckPassesIfAtLeastOnePasses (line 1065) | public function testAnyAbilityCheckPassesIfAtLeastOnePasses() method testAnyAbilityCheckFailsIfNonePass (line 1074) | public function testAnyAbilityCheckFailsIfNonePass() method testNoneAbilityCheckPassesIfAllFail (line 1083) | public function testNoneAbilityCheckPassesIfAllFail() method testEveryAbilityCheckPassesIfAllPass (line 1092) | public function testEveryAbilityCheckPassesIfAllPass() method testEveryAbilityCheckFailsIfAtLeastOneFails (line 1101) | public function testEveryAbilityCheckFailsIfAtLeastOneFails() method testEveryAbilityCheckFailsIfNonePass (line 1110) | public function testEveryAbilityCheckFailsIfNonePass() method testAnyAbilitiesCheckUsingBackedEnum (line 1119) | public function testAnyAbilitiesCheckUsingBackedEnum() method testNoneAbilitiesCheckUsingBackedEnum (line 1128) | public function testNoneAbilitiesCheckUsingBackedEnum() method testAbilitiesCheckUsingBackedEnum (line 1137) | public function testAbilitiesCheckUsingBackedEnum() method testHasAbilities (line 1151) | #[DataProvider('hasAbilitiesTestDataProvider')] method hasAbilitiesTestDataProvider (line 1161) | public static function hasAbilitiesTestDataProvider() method testClassesCanBeDefinedAsCallbacksUsingAtNotationForGuests (line 1182) | public function testClassesCanBeDefinedAsCallbacksUsingAtNotationForGu... method testCanSetDenialResponseInConstructor (line 1220) | public function testCanSetDenialResponseInConstructor() method testCanSetDenialResponse (line 1241) | public function testCanSetDenialResponse() class AccessGateTestClassForGuest (line 1261) | class AccessGateTestClassForGuest method foo (line 1265) | public function foo($user = null) method staticFoo (line 1272) | public static function staticFoo($user = null) method bar (line 1279) | public function bar(?stdClass $user) class AccessGateTestStaticClass (line 1287) | class AccessGateTestStaticClass method foo (line 1289) | public static function foo($user) class AccessGateTestClass (line 1295) | class AccessGateTestClass method foo (line 1297) | public function foo($user) class AccessGateTestInvokableClass (line 1303) | class AccessGateTestInvokableClass method __invoke (line 1305) | public function __invoke($user) class AccessGateTestGuestInvokableClass (line 1311) | class AccessGateTestGuestInvokableClass method __invoke (line 1315) | public function __invoke($user = null) class AccessGateTestGuestNullableInvokable (line 1323) | class AccessGateTestGuestNullableInvokable method __invoke (line 1327) | public function __invoke(?stdClass $user) type AccessGateTestDummyInterface (line 1335) | interface AccessGateTestDummyInterface class AccessGateTestDummy (line 1340) | class AccessGateTestDummy implements AccessGateTestDummyInterface class AccessGateTestSubDummy (line 1345) | class AccessGateTestSubDummy extends AccessGateTestDummy class AccessGateTestPolicy (line 1350) | class AccessGateTestPolicy method createAny (line 1354) | public function createAny($user, $additional) method create (line 1359) | public function create($user) method updateAny (line 1364) | public function updateAny($user, AccessGateTestDummy $dummy) method update (line 1369) | public function update($user, AccessGateTestDummy $dummy) method updateDash (line 1374) | public function updateDash($user, AccessGateTestDummy $dummy) class AccessGateTestPolicyWithBefore (line 1380) | class AccessGateTestPolicyWithBefore method before (line 1382) | public function before($user, $ability) method update (line 1387) | public function update($user, AccessGateTestDummy $dummy) class AccessGateTestResource (line 1393) | class AccessGateTestResource method view (line 1395) | public function view($user) method create (line 1400) | public function create($user) method update (line 1405) | public function update($user, AccessGateTestDummy $dummy) method delete (line 1410) | public function delete($user, AccessGateTestDummy $dummy) class AccessGateTestCustomResource (line 1416) | class AccessGateTestCustomResource method foo (line 1418) | public function foo($user) method bar (line 1423) | public function bar($user) class AccessGateTestPolicyWithMixedPermissions (line 1429) | class AccessGateTestPolicyWithMixedPermissions method edit (line 1431) | public function edit($user, AccessGateTestDummy $dummy) method update (line 1436) | public function update($user, AccessGateTestDummy $dummy) class AccessGateTestPolicyWithNoPermissions (line 1442) | class AccessGateTestPolicyWithNoPermissions method edit (line 1444) | public function edit($user, AccessGateTestDummy $dummy) method update (line 1449) | public function update($user, AccessGateTestDummy $dummy) class AccessGateTestPolicyWithAllPermissions (line 1455) | class AccessGateTestPolicyWithAllPermissions method edit (line 1457) | public function edit($user, AccessGateTestDummy $dummy) method update (line 1462) | public function update($user, AccessGateTestDummy $dummy) class AccessGateTestPolicyThatAllowsGuests (line 1468) | class AccessGateTestPolicyThatAllowsGuests method before (line 1470) | public function before(?stdClass $user) method edit (line 1475) | public function edit(?stdClass $user, AccessGateTestDummy $dummy) method update (line 1480) | public function update($user, AccessGateTestDummy $dummy) class AccessGateTestPolicyWithNonGuestBefore (line 1486) | class AccessGateTestPolicyWithNonGuestBefore method before (line 1488) | public function before(stdClass $user) method edit (line 1493) | public function edit(?stdClass $user, AccessGateTestDummy $dummy) method update (line 1498) | public function update($user, AccessGateTestDummy $dummy) class AccessGateTestBeforeCallback (line 1504) | class AccessGateTestBeforeCallback method allowEverything (line 1506) | public function allowEverything($user = null) method allowEverythingStatically (line 1511) | public static function allowEverythingStatically($user = null) class AccessGateTestPolicyWithCode (line 1517) | class AccessGateTestPolicyWithCode method view (line 1521) | public function view($user) class AccessGateTestPolicyWithDeniedResponseObject (line 1531) | class AccessGateTestPolicyWithDeniedResponseObject method create (line 1533) | public function create() class AccessGateTestPolicyThrowingAuthorizationException (line 1539) | class AccessGateTestPolicyThrowingAuthorizationException method create (line 1541) | public function create() FILE: tests/Auth/AuthAccessResponseTest.php class AuthAccessResponseTest (line 9) | class AuthAccessResponseTest extends TestCase method testAllowMethod (line 11) | public function testAllowMethod() method testDenyMethod (line 21) | public function testDenyMethod() method testDenyMethodWithNoMessageReturnsNull (line 31) | public function testDenyMethodWithNoMessageReturnsNull() method testItSetsEmptyStatusOnExceptionWhenAuthorizing (line 38) | public function testItSetsEmptyStatusOnExceptionWhenAuthorizing() method testItSetsStatusOnExceptionWhenAuthorizing (line 52) | public function testItSetsStatusOnExceptionWhenAuthorizing() method testAuthorizeMethodThrowsAuthorizationExceptionWhenResponseDenied (line 121) | public function testAuthorizeMethodThrowsAuthorizationExceptionWhenRes... method testAuthorizeMethodThrowsAuthorizationExceptionWithDefaultMessage (line 134) | public function testAuthorizeMethodThrowsAuthorizationExceptionWithDef... method testThrowIfNeededDoesntThrowAuthorizationExceptionWhenResponseAllowed (line 145) | public function testThrowIfNeededDoesntThrowAuthorizationExceptionWhen... method testCastingToStringReturnsMessage (line 152) | public function testCastingToStringReturnsMessage() method testResponseToArrayMethod (line 161) | public function testResponseToArrayMethod() FILE: tests/Auth/AuthDatabaseTokenRepositoryTest.php class AuthDatabaseTokenRepositoryTest (line 14) | class AuthDatabaseTokenRepositoryTest extends TestCase method testCreateInsertsNewRecordIntoTable (line 16) | public function testCreateInsertsNewRecordIntoTable() method testExistReturnsFalseIfNoRowFoundForUser (line 33) | public function testExistReturnsFalseIfNoRowFoundForUser() method testExistReturnsFalseIfRecordIsExpired (line 45) | public function testExistReturnsFalseIfRecordIsExpired() method testExistReturnsTrueIfValidRecordExists (line 58) | public function testExistReturnsTrueIfValidRecordExists() method testExistReturnsFalseIfInvalidToken (line 72) | public function testExistReturnsFalseIfInvalidToken() method testRecentlyCreatedReturnsFalseIfNoRowFoundForUser (line 86) | public function testRecentlyCreatedReturnsFalseIfNoRowFoundForUser() method testRecentlyCreatedReturnsTrueIfRecordIsRecentlyCreated (line 98) | public function testRecentlyCreatedReturnsTrueIfRecordIsRecentlyCreated() method testRecentlyCreatedReturnsFalseIfValidRecordExists (line 115) | public function testRecentlyCreatedReturnsFalseIfValidRecordExists() method testDeleteMethodDeletesByToken (line 132) | public function testDeleteMethodDeletesByToken() method testDeleteExpiredMethodDeletesExpiredTokens (line 144) | public function testDeleteExpiredMethodDeletesExpiredTokens() method getRepo (line 154) | protected function getRepo() FILE: tests/Auth/AuthDatabaseUserProviderTest.php class AuthDatabaseUserProviderTest (line 15) | class AuthDatabaseUserProviderTest extends TestCase method testRetrieveByIDReturnsUserWhenUserIsFound (line 17) | public function testRetrieveByIDReturnsUserWhenUserIsFound() method testRetrieveByIDReturnsNullWhenUserIsNotFound (line 31) | public function testRetrieveByIDReturnsNullWhenUserIsNotFound() method testRetrieveByTokenReturnsUser (line 43) | public function testRetrieveByTokenReturnsUser() method testRetrieveTokenWithBadIdentifierReturnsNull (line 58) | public function testRetrieveTokenWithBadIdentifierReturnsNull() method testRetrieveByBadTokenReturnsNull (line 70) | public function testRetrieveByBadTokenReturnsNull() method testRetrieveByCredentialsReturnsUserWhenUserIsFound (line 85) | public function testRetrieveByCredentialsReturnsUserWhenUserIsFound() method testRetrieveByCredentialsAcceptsCallback (line 101) | public function testRetrieveByCredentialsAcceptsCallback() method testRetrieveByCredentialsReturnsNullWhenUserIsFound (line 121) | public function testRetrieveByCredentialsReturnsNullWhenUserIsFound() method testRetrieveByCredentialsWithMultiplyPasswordsReturnsNull (line 134) | public function testRetrieveByCredentialsWithMultiplyPasswordsReturnsN... method testCredentialValidation (line 147) | public function testCredentialValidation() method testCredentialValidationFails (line 160) | public function testCredentialValidationFails() method testCredentialValidationFailsGracefullyWithNullPassword (line 173) | public function testCredentialValidationFailsGracefullyWithNullPassword() method testRehashPasswordIfRequired (line 186) | public function testRehashPasswordIfRequired() method testDontRehashPasswordIfNotRequired (line 208) | public function testDontRehashPasswordIfNotRequired() FILE: tests/Auth/AuthEloquentUserProviderTest.php class AuthEloquentUserProviderTest (line 12) | class AuthEloquentUserProviderTest extends TestCase method testRetrieveByIDReturnsUser (line 14) | public function testRetrieveByIDReturnsUser() method testRetrieveByTokenReturnsUser (line 28) | public function testRetrieveByTokenReturnsUser() method testRetrieveTokenWithBadIdentifierReturnsNull (line 45) | public function testRetrieveTokenWithBadIdentifierReturnsNull() method testRetrievingWithOnlyPasswordCredentialReturnsNull (line 59) | public function testRetrievingWithOnlyPasswordCredentialReturnsNull() method testRetrieveByBadTokenReturnsNull (line 67) | public function testRetrieveByBadTokenReturnsNull() method testRetrieveByCredentialsReturnsUser (line 84) | public function testRetrieveByCredentialsReturnsUser() method testRetrieveByCredentialsAcceptsCallback (line 98) | public function testRetrieveByCredentialsAcceptsCallback() method testRetrieveByCredentialsWithMultiplyPasswordsReturnsNull (line 115) | public function testRetrieveByCredentialsWithMultiplyPasswordsReturnsN... method testCredentialValidation (line 126) | public function testCredentialValidation() method testCredentialValidationFailed (line 138) | public function testCredentialValidationFailed() method testCredentialValidationFailsGracefullyWithNullPassword (line 150) | public function testCredentialValidationFailsGracefullyWithNullPassword() method testRehashPasswordIfRequired (line 162) | public function testRehashPasswordIfRequired() method testDontRehashPasswordIfNotRequired (line 178) | public function testDontRehashPasswordIfNotRequired() method testModelsCanBeCreated (line 194) | public function testModelsCanBeCreated() method testRegistersQueryHandler (line 203) | public function testRegistersQueryHandler() method getProviderMock (line 225) | protected function getProviderMock() class EloquentProviderUserStub (line 233) | class EloquentProviderUserStub FILE: tests/Auth/AuthGuardTest.php class AuthGuardTest (line 26) | class AuthGuardTest extends TestCase method testBasicReturnsNullOnValidAttempt (line 28) | public function testBasicReturnsNullOnValidAttempt() method testBasicReturnsNullWhenAlreadyLoggedIn (line 40) | public function testBasicReturnsNullWhenAlreadyLoggedIn() method testBasicReturnsResponseOnFailure (line 52) | public function testBasicReturnsResponseOnFailure() method testBasicWithExtraConditions (line 65) | public function testBasicWithExtraConditions() method testBasicWithExtraArrayConditions (line 77) | public function testBasicWithExtraArrayConditions() method testAttemptCallsRetrieveByCredentials (line 89) | public function testAttemptCallsRetrieveByCredentials() method testAttemptReturnsUserInterface (line 105) | public function testAttemptReturnsUserInterface() method testAttemptReturnsFalseIfUserNotGiven (line 123) | public function testAttemptReturnsFalseIfUserNotGiven() method testAttemptAndWithCallbacks (line 139) | public function testAttemptAndWithCallbacks() method testAttemptRehashesPasswordWhenRequired (line 185) | public function testAttemptRehashesPasswordWhenRequired() method testAttemptDoesntRehashPasswordWhenDisabled (line 203) | public function testAttemptDoesntRehashPasswordWhenDisabled() method testLoginStoresIdentifierInSession (line 223) | public function testLoginStoresIdentifierInSession() method testSessionGuardIsMacroable (line 235) | public function testSessionGuardIsMacroable() method testLoginFiresLoginAndAuthenticatedEvents (line 248) | public function testLoginFiresLoginAndAuthenticatedEvents() method testFailedAttemptFiresFailedEvent (line 263) | public function testFailedAttemptFiresFailedEvent() method testAuthenticateReturnsUserWhenUserIsNotNull (line 279) | public function testAuthenticateReturnsUserWhenUserIsNotNull() method testSetUserFiresAuthenticatedEvent (line 288) | public function testSetUserFiresAuthenticatedEvent() method testAuthenticateThrowsWhenUserIsNull (line 297) | public function testAuthenticateThrowsWhenUserIsNull() method testHasUserReturnsTrueWhenUserIsNotNull (line 308) | public function testHasUserReturnsTrueWhenUserIsNotNull() method testHasUserReturnsFalseWhenUserIsNull (line 317) | public function testHasUserReturnsFalseWhenUserIsNull() method testIsAuthedReturnsTrueWhenUserIsNotNull (line 325) | public function testIsAuthedReturnsTrueWhenUserIsNotNull() method testIsAuthedReturnsFalseWhenUserIsNull (line 334) | public function testIsAuthedReturnsFalseWhenUserIsNull() method testUserMethodReturnsCachedUser (line 343) | public function testUserMethodReturnsCachedUser() method testNullIsReturnedForUserIfNoUserFound (line 351) | public function testNullIsReturnedForUserIfNoUserFound() method testUserIsSetToRetrievedUser (line 358) | public function testUserIsSetToRetrievedUser() method testLogoutRemovesSessionTokenAndRememberMeCookie (line 368) | public function testLogoutRemovesSessionTokenAndRememberMeCookie() method testLogoutDoesNotEnqueueRememberMeCookieForDeletionIfCookieDoesntExist (line 391) | public function testLogoutDoesNotEnqueueRememberMeCookieForDeletionIfC... method testLogoutFiresLogoutEvent (line 410) | public function testLogoutFiresLogoutEvent() method testLogoutDoesNotSetRememberTokenIfNotPreviouslySet (line 424) | public function testLogoutDoesNotSetRememberTokenIfNotPreviouslySet() method testLogoutCurrentDeviceRemovesRememberMeCookie (line 438) | public function testLogoutCurrentDeviceRemovesRememberMeCookie() method testLogoutCurrentDeviceDoesNotEnqueueRememberMeCookieForDeletionIfCookieDoesntExist (line 458) | public function testLogoutCurrentDeviceDoesNotEnqueueRememberMeCookieF... method testLogoutCurrentDeviceFiresLogoutEvent (line 476) | public function testLogoutCurrentDeviceFiresLogoutEvent() method testLoginMethodQueuesCookieWhenRemembering (line 490) | public function testLoginMethodQueuesCookieWhenRemembering() method testLoginMethodQueuesCookieWhenRememberingAndAllowsOverride (line 510) | public function testLoginMethodQueuesCookieWhenRememberingAndAllowsOve... method testLoginMethodCreatesRememberTokenIfOneDoesntExist (line 531) | public function testLoginMethodCreatesRememberTokenIfOneDoesntExist() method testLoginUsingIdLogsInWithUser (line 550) | public function testLoginUsingIdLogsInWithUser() method testLoginUsingIdFailure (line 563) | public function testLoginUsingIdFailure() method testOnceUsingIdSetsUser (line 574) | public function testOnceUsingIdSetsUser() method testOnceUsingIdFailure (line 586) | public function testOnceUsingIdFailure() method testUserUsesRememberCookieIfItExists (line 597) | public function testUserUsesRememberCookieIfItExists() method testLoginOnceSetsUser (line 613) | public function testLoginOnceSetsUser() method testLoginOnceFailure (line 628) | public function testLoginOnceFailure() method testForgetUserSetsUserToNull (line 642) | public function testForgetUserSetsUserToNull() method getGuard (line 651) | protected function getGuard() method getMocks (line 658) | protected function getMocks() method getCookieJar (line 669) | protected function getCookieJar() FILE: tests/Auth/AuthHandlesAuthorizationTest.php class AuthHandlesAuthorizationTest (line 9) | class AuthHandlesAuthorizationTest extends TestCase method testAllowMethod (line 13) | public function testAllowMethod() method testDenyMethod (line 23) | public function testDenyMethod() method testDenyHasNullStatus (line 33) | public function testDenyHasNullStatus() method testItCanDenyWithStatus (line 54) | public function testItCanDenyWithStatus() method testItCanDenyAsNotFound (line 97) | public function testItCanDenyAsNotFound() FILE: tests/Auth/AuthListenersSendEmailVerificationNotificationHandleFunctionTest.php class AuthListenersSendEmailVerificationNotificationHandleFunctionTest (line 12) | class AuthListenersSendEmailVerificationNotificationHandleFunctionTest e... method testWillExecuted (line 17) | public function testWillExecuted() method testUserIsNotInstanceOfMustVerifyEmail (line 31) | public function testUserIsNotInstanceOfMustVerifyEmail() method testHasVerifiedEmailAsTrue (line 44) | public function testHasVerifiedEmailAsTrue() FILE: tests/Auth/AuthPasswordBrokerTest.php class AuthPasswordBrokerTest (line 15) | class AuthPasswordBrokerTest extends TestCase method testIfUserIsNotFoundErrorRedirectIsReturned (line 17) | public function testIfUserIsNotFoundErrorRedirectIsReturned() method testIfTokenIsRecentlyCreated (line 26) | public function testIfTokenIsRecentlyCreated() method testGetUserThrowsExceptionIfUserDoesntImplementCanResetPassword (line 37) | public function testGetUserThrowsExceptionIfUserDoesntImplementCanRese... method testUserIsRetrievedByCredentials (line 48) | public function testUserIsRetrievedByCredentials() method testBrokerCreatesTokenAndRedirectsWithoutError (line 56) | public function testBrokerCreatesTokenAndRedirectsWithoutError() method testRedirectIsReturnedByResetWhenUserCredentialsInvalid (line 68) | public function testRedirectIsReturnedByResetWhenUserCredentialsInvalid() method testRedirectReturnedByRemindWhenRecordDoesntExistInTable (line 78) | public function testRedirectReturnedByRemindWhenRecordDoesntExistInTab... method testResetRemovesRecordOnReminderTableAndCallsCallback (line 90) | public function testResetRemovesRecordOnReminderTableAndCallsCallback() method testExecutesCallbackInsteadOfSendingNotification (line 107) | public function testExecutesCallbackInsteadOfSendingNotification() method getBroker (line 127) | protected function getBroker($mocks) method getMocks (line 132) | protected function getMocks() FILE: tests/Auth/AuthTokenGuardTest.php class AuthTokenGuardTest (line 11) | class AuthTokenGuardTest extends TestCase method testUserCanBeRetrievedByQueryStringVariable (line 13) | public function testUserCanBeRetrievedByQueryStringVariable() method testTokenCanBeHashed (line 31) | public function testTokenCanBeHashed() method testUserCanBeRetrievedByAuthHeaders (line 49) | public function testUserCanBeRetrievedByAuthHeaders() method testUserCanBeRetrievedByBearerToken (line 62) | public function testUserCanBeRetrievedByBearerToken() method testValidateCanDetermineIfCredentialsAreValid (line 75) | public function testValidateCanDetermineIfCredentialsAreValid() method testValidateCanDetermineIfCredentialsAreInvalid (line 88) | public function testValidateCanDetermineIfCredentialsAreInvalid() method testValidateIfApiTokenIsEmpty (line 99) | public function testValidateIfApiTokenIsEmpty() method testItAllowsToPassCustomRequestInSetterAndUseItForValidation (line 109) | public function testItAllowsToPassCustomRequestInSetterAndUseItForVali... method testUserCanBeRetrievedByBearerTokenWithCustomKey (line 125) | public function testUserCanBeRetrievedByBearerTokenWithCustomKey() method testUserCanBeRetrievedByQueryStringVariableWithCustomKey (line 138) | public function testUserCanBeRetrievedByQueryStringVariableWithCustomK... method testUserCanBeRetrievedByAuthHeadersWithCustomField (line 156) | public function testUserCanBeRetrievedByAuthHeadersWithCustomField() method testValidateCanDetermineIfCredentialsAreValidWithCustomKey (line 169) | public function testValidateCanDetermineIfCredentialsAreValidWithCusto... method testValidateCanDetermineIfCredentialsAreInvalidWithCustomKey (line 182) | public function testValidateCanDetermineIfCredentialsAreInvalidWithCus... method testValidateIfApiTokenIsEmptyWithCustomKey (line 193) | public function testValidateIfApiTokenIsEmptyWithCustomKey() class AuthTokenGuardTestUser (line 204) | class AuthTokenGuardTestUser method getAuthIdentifier (line 208) | public function getAuthIdentifier() FILE: tests/Auth/AuthenticatableTest.php class AuthenticatableTest (line 8) | class AuthenticatableTest extends TestCase method testItReturnsSameRememberTokenForString (line 10) | public function testItReturnsSameRememberTokenForString() method testItReturnsStringAsRememberTokenWhenItWasSetToTrue (line 17) | public function testItReturnsStringAsRememberTokenWhenItWasSetToTrue() method testItReturnsNullWhenRememberTokenNameWasSetToEmpty (line 24) | public function testItReturnsNullWhenRememberTokenNameWasSetToEmpty() FILE: tests/Auth/AuthenticateMiddlewareTest.php class AuthenticateMiddlewareTest (line 18) | class AuthenticateMiddlewareTest extends TestCase method setUp (line 22) | protected function setUp(): void method tearDown (line 33) | protected function tearDown(): void method testItCanGenerateDefinitionViaStaticMethod (line 40) | public function testItCanGenerateDefinitionViaStaticMethod() method testItCanGenerateDefinitionViaStaticMethodForBasic (line 52) | public function testItCanGenerateDefinitionViaStaticMethodForBasic() method testDefaultUnauthenticatedThrows (line 64) | public function testDefaultUnauthenticatedThrows() method testDefaultUnauthenticatedThrowsWithGuards (line 74) | public function testDefaultUnauthenticatedThrowsWithGuards() method testDefaultAuthenticatedKeepsDefaultDriver (line 89) | public function testDefaultAuthenticatedKeepsDefaultDriver() method testSecondaryAuthenticatedUpdatesDefaultDriver (line 98) | public function testSecondaryAuthenticatedUpdatesDefaultDriver() method testMultipleDriversUnauthenticatedThrows (line 109) | public function testMultipleDriversUnauthenticatedThrows() method testMultipleDriversUnauthenticatedThrowsWithGuards (line 121) | public function testMultipleDriversUnauthenticatedThrowsWithGuards() method testMultipleDriversAuthenticatedUpdatesDefault (line 140) | public function testMultipleDriversAuthenticatedUpdatesDefault() method testCustomDriverClosureBoundObjectIsAuthManager (line 151) | public function testCustomDriverClosureBoundObjectIsAuthManager() method createConfig (line 162) | protected function createConfig() method registerAuthDriver (line 183) | protected function registerAuthDriver($name, $authenticated) method createAuthDriver (line 200) | protected function createAuthDriver($authenticated) method authenticate (line 215) | protected function authenticate(...$guards) FILE: tests/Auth/AuthorizeMiddlewareTest.php class AuthorizeMiddlewareTest (line 24) | class AuthorizeMiddlewareTest extends TestCase method setUp (line 30) | protected function setUp(): void method tearDown (line 51) | protected function tearDown(): void method testItCanGenerateDefinitionViaStaticMethod (line 58) | public function testItCanGenerateDefinitionViaStaticMethod() method testSimpleAbilityUnauthorized (line 70) | public function testSimpleAbilityUnauthorized() method testSimpleAbilityAuthorized (line 91) | public function testSimpleAbilityAuthorized() method testSimpleAbilityWithStringParameter (line 109) | public function testSimpleAbilityWithStringParameter() method testSimpleAbilityWithBackedEnumParameter (line 127) | public function testSimpleAbilityWithBackedEnumParameter() method testSimpleAbilityWithNullParameter (line 144) | public function testSimpleAbilityWithNullParameter() method testSimpleAbilityWithOptionalParameter (line 162) | public function testSimpleAbilityWithOptionalParameter() method testSimpleAbilityWithStringParameterFromRouteParameter (line 196) | public function testSimpleAbilityWithStringParameterFromRouteParameter() method testSimpleAbilityWithStringParameter0FromRouteParameter (line 214) | public function testSimpleAbilityWithStringParameter0FromRouteParameter() method testModelTypeUnauthorized (line 232) | public function testModelTypeUnauthorized() method testModelTypeAuthorized (line 253) | public function testModelTypeAuthorized() method testModelUnauthorized (line 273) | public function testModelUnauthorized() method testModelAuthorized (line 300) | public function testModelAuthorized() method testModelInstanceAsParameter (line 326) | public function testModelInstanceAsParameter() method gate (line 351) | protected function gate() FILE: tests/Auth/AuthorizesResourcesTest.php class AuthorizesResourcesTest (line 13) | class AuthorizesResourcesTest extends TestCase method testCreateMethod (line 15) | public function testCreateMethod() method testStoreMethod (line 26) | public function testStoreMethod() method testShowMethod (line 37) | public function testShowMethod() method testEditMethod (line 48) | public function testEditMethod() method testUpdateMethod (line 59) | public function testUpdateMethod() method testDestroyMethod (line 70) | public function testDestroyMethod() method assertHasMiddleware (line 89) | protected function assertHasMiddleware($controller, $method, $middleware) class AuthorizesResourcesController (line 104) | class AuthorizesResourcesController extends Controller method __construct (line 108) | public function __construct() method index (line 113) | public function index() method create (line 118) | public function create() method store (line 123) | public function store() method show (line 128) | public function show() method edit (line 133) | public function edit() method update (line 138) | public function update() method destroy (line 143) | public function destroy() class AuthorizesResourcesWithArrayController (line 149) | class AuthorizesResourcesWithArrayController extends Controller method __construct (line 153) | public function __construct() method index (line 158) | public function index() method create (line 163) | public function create() method store (line 168) | public function store() method show (line 173) | public function show() method edit (line 178) | public function edit() method update (line 183) | public function update() method destroy (line 188) | public function destroy() class AuthorizesResourcesMiddleware (line 194) | class AuthorizesResourcesMiddleware method handle (line 196) | public function handle($request, Closure $next, $method, $parameter, .... FILE: tests/Auth/EnsureEmailIsVerifiedTest.php class EnsureEmailIsVerifiedTest (line 8) | class EnsureEmailIsVerifiedTest extends TestCase method testItCanGenerateDefinitionViaStaticMethod (line 10) | public function testItCanGenerateDefinitionViaStaticMethod() FILE: tests/Auth/RedirectIfAuthenticatedMiddlewareTest.php class RedirectIfAuthenticatedMiddlewareTest (line 8) | class RedirectIfAuthenticatedMiddlewareTest extends TestCase method testItCanGenerateDefinitionViaStaticMethod (line 10) | public function testItCanGenerateDefinitionViaStaticMethod() FILE: tests/Broadcasting/AblyBroadcasterTest.php class AblyBroadcasterTest (line 12) | class AblyBroadcasterTest extends TestCase method setUp (line 21) | protected function setUp(): void method testAuthCallValidAuthenticationResponseWithPrivateChannelWhenCallbackReturnTrue (line 30) | public function testAuthCallValidAuthenticationResponseWithPrivateChan... method testAuthThrowAccessDeniedHttpExceptionWithPrivateChannelWhenCallbackReturnFalse (line 44) | public function testAuthThrowAccessDeniedHttpExceptionWithPrivateChann... method testAuthThrowAccessDeniedHttpExceptionWithPrivateChannelWhenRequestUserNotFound (line 57) | public function testAuthThrowAccessDeniedHttpExceptionWithPrivateChann... method testAuthCallValidAuthenticationResponseWithPresenceChannelWhenCallbackReturnAnArray (line 70) | public function testAuthCallValidAuthenticationResponseWithPresenceCha... method testAuthThrowAccessDeniedHttpExceptionWithPresenceChannelWhenCallbackReturnNull (line 85) | public function testAuthThrowAccessDeniedHttpExceptionWithPresenceChan... method testAuthThrowAccessDeniedHttpExceptionWithPresenceChannelWhenRequestUserNotFound (line 98) | public function testAuthThrowAccessDeniedHttpExceptionWithPresenceChan... method getMockRequestWithUserForChannel (line 115) | protected function getMockRequestWithUserForChannel($channel) method getMockRequestWithoutUserForChannel (line 140) | protected function getMockRequestWithoutUserForChannel($channel) FILE: tests/Broadcasting/BroadcastEventTest.php class BroadcastEventTest (line 14) | class BroadcastEventTest extends TestCase method testBasicEventBroadcastParameterFormatting (line 16) | public function testBasicEventBroadcastParameterFormatting() method testManualParameterSpecification (line 33) | public function testManualParameterSpecification() method testSpecificBroadcasterGiven (line 50) | public function testSpecificBroadcasterGiven() method testSpecificChannelsPerConnection (line 65) | public function testSpecificChannelsPerConnection() method testMiddlewareProxiesMiddlewareFromUnderlyingEvent (line 87) | public function testMiddlewareProxiesMiddlewareFromUnderlyingEvent() method testMiddlewareProxiesFailedHandlerFromUnderlyingEvent (line 102) | public function testMiddlewareProxiesFailedHandlerFromUnderlyingEvent() class TestBroadcastEvent (line 121) | class TestBroadcastEvent method __construct (line 128) | public function __construct() method broadcastOn (line 133) | public function broadcastOn() class TestBroadcastEventWithManualData (line 139) | class TestBroadcastEventWithManualData extends TestBroadcastEvent method broadcastWith (line 141) | public function broadcastWith() class TestBroadcastEventWithSpecificBroadcaster (line 147) | class TestBroadcastEventWithSpecificBroadcaster extends TestBroadcastEvent method __construct (line 151) | public function __construct() class TestBroadcastEventWithChannelsPerConnection (line 157) | class TestBroadcastEventWithChannelsPerConnection extends TestBroadcastE... method broadcastConnections (line 159) | public function broadcastConnections() method broadcastWith (line 167) | public function broadcastWith() method broadcastOn (line 181) | public function broadcastOn() FILE: tests/Broadcasting/BroadcasterTest.php class BroadcasterTest (line 17) | class BroadcasterTest extends TestCase method setUp (line 24) | protected function setUp(): void method tearDown (line 31) | protected function tearDown(): void method testExtractingParametersWhileCheckingForUserAccess (line 38) | public function testExtractingParametersWhileCheckingForUserAccess() method testCanUseChannelClasses (line 80) | public function testCanUseChannelClasses() method testModelRouteBinding (line 86) | public function testModelRouteBinding() method testUnknownChannelAuthHandlerTypeThrowsException (line 103) | public function testUnknownChannelAuthHandlerTypeThrowsException() method testCanRegisterChannelsAsClasses (line 110) | public function testCanRegisterChannelsAsClasses() method testNotFoundThrowsHttpException (line 119) | public function testNotFoundThrowsHttpException() method testCanRegisterChannelsWithoutOptions (line 129) | public function testCanRegisterChannelsWithoutOptions() method testCanRegisterChannelsWithOptions (line 136) | public function testCanRegisterChannelsWithOptions() method testCanRetrieveChannelsOptions (line 144) | public function testCanRetrieveChannelsOptions() method testCanRetrieveChannelsOptionsUsingAChannelNameContainingArgs (line 157) | public function testCanRetrieveChannelsOptionsUsingAChannelNameContain... method testCanRetrieveChannelsOptionsWhenMultipleChannelsAreRegistered (line 170) | public function testCanRetrieveChannelsOptionsWhenMultipleChannelsAreR... method testDontRetrieveChannelsOptionsWhenChannelDoesntExists (line 186) | public function testDontRetrieveChannelsOptionsWhenChannelDoesntExists() method testRetrieveUserWithoutGuard (line 199) | public function testRetrieveUserWithoutGuard() method testRetrieveUserWithOneGuardUsingAStringForSpecifyingGuard (line 217) | public function testRetrieveUserWithOneGuardUsingAStringForSpecifyingG... method testRetrieveUserWithMultipleGuardsAndRespectGuardsOrder (line 235) | public function testRetrieveUserWithMultipleGuardsAndRespectGuardsOrder() method testRetrieveUserDontUseDefaultGuardWhenOneGuardSpecified (line 266) | public function testRetrieveUserDontUseDefaultGuardWhenOneGuardSpecifi... method testRetrieveUserDontUseDefaultGuardWhenMultipleGuardsSpecified (line 283) | public function testRetrieveUserDontUseDefaultGuardWhenMultipleGuardsS... method testUserAuthenticationWithValidUser (line 304) | public function testUserAuthenticationWithValidUser() method testUserAuthenticationWithInvalidUser (line 318) | public function testUserAuthenticationWithInvalidUser() method testUserAuthenticationWithoutResolve (line 329) | public function testUserAuthenticationWithoutResolve() method testChannelNameMatchPattern (line 334) | #[DataProvider('channelNameMatchPatternProvider')] method channelNameMatchPatternProvider (line 340) | public static function channelNameMatchPatternProvider() class FakeBroadcaster (line 360) | class FakeBroadcaster extends Broadcaster method auth (line 362) | public function auth($request) method validAuthenticationResponse (line 367) | public function validAuthenticationResponse($request, $result) method broadcast (line 372) | public function broadcast(array $channels, $event, array $payload = []) method extractAuthParameters (line 377) | public function extractAuthParameters($pattern, $channel, $callback) method retrieveChannelOptions (line 382) | public function retrieveChannelOptions($channel) method retrieveUser (line 387) | public function retrieveUser($request, $channel) method channelNameMatchesPattern (line 392) | public function channelNameMatchesPattern($channel, $pattern) class BroadcasterTestEloquentModelStub (line 398) | class BroadcasterTestEloquentModelStub extends Model method getRouteKeyName (line 400) | public function getRouteKeyName() method where (line 405) | public function where($key, $value) method first (line 412) | public function first() class BroadcasterTestEloquentModelNotFoundStub (line 418) | class BroadcasterTestEloquentModelNotFoundStub extends Model method getRouteKeyName (line 420) | public function getRouteKeyName() method where (line 425) | public function where($key, $value) method first (line 432) | public function first() class DummyBroadcastingChannel (line 438) | class DummyBroadcastingChannel method join (line 440) | public function join($user, BroadcasterTestEloquentModelStub $model, $... class DummyUser (line 446) | class DummyUser FILE: tests/Broadcasting/PusherBroadcasterTest.php class PusherBroadcasterTest (line 11) | class PusherBroadcasterTest extends TestCase method setUp (line 20) | protected function setUp(): void method testAuthCallValidAuthenticationResponseWithPrivateChannelWhenCallbackReturnTrue (line 28) | public function testAuthCallValidAuthenticationResponseWithPrivateChan... method testAuthThrowAccessDeniedHttpExceptionWithPrivateChannelWhenCallbackReturnFalse (line 42) | public function testAuthThrowAccessDeniedHttpExceptionWithPrivateChann... method testAuthThrowAccessDeniedHttpExceptionWithPrivateChannelWhenRequestUserNotFound (line 55) | public function testAuthThrowAccessDeniedHttpExceptionWithPrivateChann... method testAuthCallValidAuthenticationResponseWithPresenceChannelWhenCallbackReturnAnArray (line 68) | public function testAuthCallValidAuthenticationResponseWithPresenceCha... method testAuthThrowAccessDeniedHttpExceptionWithPresenceChannelWhenCallbackReturnNull (line 83) | public function testAuthThrowAccessDeniedHttpExceptionWithPresenceChan... method testAuthThrowAccessDeniedHttpExceptionWithPresenceChannelWhenRequestUserNotFound (line 96) | public function testAuthThrowAccessDeniedHttpExceptionWithPresenceChan... method testValidAuthenticationResponseCallPusherSocketAuthMethodWithPrivateChannel (line 109) | public function testValidAuthenticationResponseCallPusherSocketAuthMet... method testValidAuthenticationResponseCallPusherPresenceAuthMethodWithPresenceChannel (line 127) | public function testValidAuthenticationResponseCallPusherPresenceAuthM... method testUserAuthenticationForPusher (line 149) | public function testUserAuthenticationForPusher() method getMockRequestWithUserForChannel (line 178) | protected function getMockRequestWithUserForChannel($channel) method getMockRequestWithoutUserForChannel (line 203) | protected function getMockRequestWithoutUserForChannel($channel) FILE: tests/Broadcasting/RedisBroadcasterTest.php class RedisBroadcasterTest (line 13) | class RedisBroadcasterTest extends TestCase method setUp (line 20) | protected function setUp(): void method testAuthCallValidAuthenticationResponseWithPrivateChannelWhenCallbackReturnTrue (line 32) | public function testAuthCallValidAuthenticationResponseWithPrivateChan... method testAuthThrowAccessDeniedHttpExceptionWithPrivateChannelWhenCallbackReturnFalse (line 46) | public function testAuthThrowAccessDeniedHttpExceptionWithPrivateChann... method testAuthThrowAccessDeniedHttpExceptionWithPrivateChannelWhenRequestUserNotFound (line 59) | public function testAuthThrowAccessDeniedHttpExceptionWithPrivateChann... method testAuthCallValidAuthenticationResponseWithPresenceChannelWhenCallbackReturnAnArray (line 72) | public function testAuthCallValidAuthenticationResponseWithPresenceCha... method testAuthThrowAccessDeniedHttpExceptionWithPresenceChannelWhenCallbackReturnNull (line 87) | public function testAuthThrowAccessDeniedHttpExceptionWithPresenceChan... method testAuthThrowAccessDeniedHttpExceptionWithPresenceChannelWhenRequestUserNotFound (line 100) | public function testAuthThrowAccessDeniedHttpExceptionWithPresenceChan... method testValidAuthenticationResponseWithPrivateChannel (line 113) | public function testValidAuthenticationResponseWithPrivateChannel() method testValidAuthenticationResponseWithPresenceChannel (line 123) | public function testValidAuthenticationResponseWithPresenceChannel() method createConfig (line 149) | protected function createConfig() method getMockRequestWithUserForChannel (line 162) | protected function getMockRequestWithUserForChannel($channel) method getMockRequestWithoutUserForChannel (line 184) | protected function getMockRequestWithoutUserForChannel($channel) FILE: tests/Broadcasting/UsePusherChannelsNamesTest.php class UsePusherChannelsNamesTest (line 10) | class UsePusherChannelsNamesTest extends TestCase method testChannelNameNormalization (line 12) | #[DataProvider('channelsProvider')] method testChannelNameNormalizationSpecialCase (line 23) | public function testChannelNameNormalizationSpecialCase() method testChannelNamePatternMatching (line 33) | public function testChannelNamePatternMatching() method testIsGuardedChannel (line 46) | #[DataProvider('channelsProvider')] method channelsProvider (line 57) | public static function channelsProvider() class FakeBroadcasterUsingPusherChannelsNames (line 101) | class FakeBroadcasterUsingPusherChannelsNames extends Broadcaster method auth (line 105) | public function auth($request) method validAuthenticationResponse (line 110) | public function validAuthenticationResponse($request, $result) method broadcast (line 115) | public function broadcast(array $channels, $event, array $payload = []) method testChannelNameMatchesPattern (line 120) | public function testChannelNameMatchesPattern($channel, $pattern) FILE: tests/Bus/BusBatchTest.php class BusBatchTest (line 37) | class BusBatchTest extends TestCase method setUp (line 39) | protected function setUp(): void method createSchema (line 93) | public function createSchema() method tearDown (line 112) | protected function tearDown(): void method test_jobs_can_be_added_to_the_batch (line 127) | public function test_jobs_can_be_added_to_the_batch() method test_jobs_can_be_added_to_pending_batch (line 166) | public function test_jobs_can_be_added_to_pending_batch() method test_jobs_can_be_added_to_the_pending_batch_from_iterable (line 188) | public function test_jobs_can_be_added_to_the_pending_batch_from_itera... method test_processed_jobs_can_be_calculated (line 207) | public function test_processed_jobs_can_be_calculated() method test_successful_jobs_can_be_recorded (line 220) | public function test_successful_jobs_can_be_recorded() method test_batch_finished_event_is_dispatched (line 260) | public function test_batch_finished_event_is_dispatched() method test_failed_jobs_can_be_recorded_while_not_allowing_failures (line 287) | public function test_failed_jobs_can_be_recorded_while_not_allowing_fa... method test_failed_jobs_can_be_recorded_while_allowing_failures (line 329) | public function test_failed_jobs_can_be_recorded_while_allowing_failur... method test_pending_batch_filters_out_falsy_jobs (line 370) | public function test_pending_batch_filters_out_falsy_jobs() method test_failure_callbacks_execute_correctly (line 391) | public function test_failure_callbacks_execute_correctly(): void method test_batch_can_be_cancelled (line 448) | public function test_batch_can_be_cancelled() method test_batch_cancelled_event_is_dispatched (line 461) | public function test_batch_cancelled_event_is_dispatched() method test_batch_can_be_deleted (line 479) | public function test_batch_can_be_deleted() method test_batch_state_can_be_inspected (line 492) | public function test_batch_state_can_be_inspected() method test_chain_can_be_added_to_batch (line 532) | public function test_chain_can_be_added_to_batch() method test_chained_jobs_in_batch_preserve_their_queue_when_batch_has_no_queue (line 568) | public function test_chained_jobs_in_batch_preserve_their_queue_when_b... method test_chained_closure_after_multiple_batches_is_properly_dispatched (line 602) | public function test_chained_closure_after_multiple_batches_is_properl... method test_options_serialization_on_postgres (line 625) | public function test_options_serialization_on_postgres() method test_options_unserialize_on_postgres (line 651) | #[DataProvider('serializedOptions')] method serializedOptions (line 683) | public static function serializedOptions() method createTestBatch (line 693) | protected function createTestBatch($queue, $allowFailures = false) method connection (line 727) | protected function connection() method schema (line 737) | protected function schema() class ChainHeadJob (line 743) | class ChainHeadJob implements ShouldQueue class SecondTestJob (line 748) | class SecondTestJob implements ShouldQueue class ThirdTestJob (line 753) | class ThirdTestJob implements ShouldQueue FILE: tests/Bus/BusBatchableTest.php class BusBatchableTest (line 12) | class BusBatchableTest extends TestCase method test_batch_may_be_retrieved (line 14) | public function test_batch_may_be_retrieved() method test_with_fake_batch_sets_and_returns_fake (line 35) | public function test_with_fake_batch_sets_and_returns_fake() method test_batching_reflects_cancelled_state (line 52) | public function test_batching_reflects_cancelled_state() FILE: tests/Bus/BusDispatcherTest.php class BusDispatcherTest (line 16) | class BusDispatcherTest extends TestCase method testCommandsThatShouldQueueIsQueued (line 18) | public function testCommandsThatShouldQueueIsQueued() method testCommandsThatShouldQueueIsQueuedUsingCustomHandler (line 37) | public function testCommandsThatShouldQueueIsQueuedUsingCustomHandler() method testCommandsThatShouldQueueIsQueuedUsingCustomQueueAndDelay (line 56) | public function testCommandsThatShouldQueueIsQueuedUsingCustomQueueAnd... method testCommandsAreDispatchedWithQueueRoute (line 75) | public function testCommandsAreDispatchedWithQueueRoute() method testDispatchNowShouldNeverQueue (line 94) | public function testDispatchNowShouldNeverQueue() method testDispatcherCanDispatchStandAloneHandler (line 106) | public function testDispatcherCanDispatchStandAloneHandler() method testOnConnectionOnJobWhenDispatching (line 121) | public function testOnConnectionOnJobWhenDispatching() class BusInjectionStub (line 154) | class BusInjectionStub class BusDispatcherBasicCommand (line 159) | class BusDispatcherBasicCommand method __construct (line 163) | public function __construct($name = null) method handle (line 168) | public function handle(BusInjectionStub $stub) class BusDispatcherTestCustomQueueCommand (line 174) | class BusDispatcherTestCustomQueueCommand implements ShouldQueue method queue (line 176) | public function queue($queue, $command) class BusDispatcherTestSpecificQueueAndDelayCommand (line 182) | class BusDispatcherTestSpecificQueueAndDelayCommand implements ShouldQueue class BusDispatcherQueueable (line 188) | class BusDispatcherQueueable implements ShouldQueue class StandAloneCommand (line 193) | class StandAloneCommand class StandAloneHandler (line 198) | class StandAloneHandler method handle (line 200) | public function handle(StandAloneCommand $command) class ShouldNotBeDispatched (line 206) | class ShouldNotBeDispatched implements ShouldQueue method handle (line 210) | public function handle() FILE: tests/Bus/BusPendingBatchTest.php class BusPendingBatchTest (line 17) | class BusPendingBatchTest extends TestCase method test_pending_batch_may_be_configured_and_dispatched (line 19) | public function test_pending_batch_may_be_configured_and_dispatched() method test_batch_is_deleted_from_storage_if_exception_thrown_during_batching (line 63) | public function test_batch_is_deleted_from_storage_if_exception_thrown... method test_batch_is_dispatched_when_dispatchif_is_true (line 91) | public function test_batch_is_dispatched_when_dispatchif_is_true() method test_batch_is_not_dispatched_when_dispatchif_is_false (line 117) | public function test_batch_is_not_dispatched_when_dispatchif_is_false() method test_batch_is_dispatched_when_dispatchunless_is_false (line 140) | public function test_batch_is_dispatched_when_dispatchunless_is_false() method test_batch_is_not_dispatched_when_dispatchunless_is_true (line 166) | public function test_batch_is_not_dispatched_when_dispatchunless_is_tr... method test_batch_before_event_is_called (line 189) | public function test_batch_before_event_is_called() method test_it_throws_exception_if_batched_job_is_not_batchable (line 222) | public function test_it_throws_exception_if_batched_job_is_not_batchab... method test_it_throws_an_exception_if_batched_job_contains_batch_with_nonbatchable_job (line 232) | public function test_it_throws_an_exception_if_batched_job_contains_ba... method test_it_can_batch_a_closure (line 246) | public function test_it_can_batch_a_closure(): void method test_allow_failures_with_boolean_true_enables_failure_tolerance (line 258) | public function test_allow_failures_with_boolean_true_enables_failure_... method test_allow_failures_with_boolean_false_disables_failure_tolerance (line 269) | public function test_allow_failures_with_boolean_false_disables_failur... method test_allow_failures_with_single_closure_registers_callback (line 280) | public function test_allow_failures_with_single_closure_registers_call... method test_allow_failures_with_single_callable_registers_callback (line 291) | public function test_allow_failures_with_single_callable_registers_cal... method test_allow_failures_with_array_of_callables_registers_multiple_callbacks (line 302) | public function test_allow_failures_with_array_of_callables_registers_... method test_allow_failures_registers_only_valid_callbacks (line 318) | public function test_allow_failures_registers_only_valid_callbacks(): ... method test_allow_failures_with_empty_array_enables_tolerance_without_callbacks (line 340) | public function test_allow_failures_with_empty_array_enables_tolerance... method test_allow_failures_is_chainable (line 351) | public function test_allow_failures_is_chainable(): void method test_failure_callbacks_accessor_returns_registered_callbacks (line 363) | public function test_failure_callbacks_accessor_returns_registered_cal... class BatchableJob (line 397) | class BatchableJob FILE: tests/Bus/BusPendingDispatchTest.php class PendingDispatchWithoutDestructor (line 11) | class PendingDispatchWithoutDestructor extends PendingDispatch method __destruct (line 13) | public function __destruct() class BusPendingDispatchTest (line 19) | class BusPendingDispatchTest extends TestCase method setUp (line 28) | protected function setUp(): void method testOnConnection (line 36) | public function testOnConnection() method testOnQueue (line 42) | public function testOnQueue() method testAllOnConnection (line 48) | public function testAllOnConnection() method testAllOnQueue (line 54) | public function testAllOnQueue() method testDelay (line 60) | public function testDelay() method testWithoutDelay (line 66) | public function testWithoutDelay() method testAfterCommit (line 72) | public function testAfterCommit() method testBeforeCommit (line 78) | public function testBeforeCommit() method testChain (line 84) | public function testChain() method testAfterResponse (line 91) | public function testAfterResponse() method testGetJob (line 99) | public function testGetJob() method testDynamicallyProxyMethods (line 104) | public function testDynamicallyProxyMethods() FILE: tests/Bus/QueueableTest.php class QueueableTest (line 9) | class QueueableTest extends TestCase method connectionDataProvider (line 11) | public static function connectionDataProvider(): array method testOnConnection (line 21) | #[DataProvider('connectionDataProvider')] method testAllOnConnection (line 30) | #[DataProvider('connectionDataProvider')] method queuesDataProvider (line 40) | public static function queuesDataProvider(): array method testOnQueue (line 50) | #[DataProvider('queuesDataProvider')] method testAllOnQueue (line 59) | #[DataProvider('queuesDataProvider')] class FakeJob (line 70) | class FakeJob FILE: tests/Cache/CacheApcStoreTest.php class CacheApcStoreTest (line 10) | class CacheApcStoreTest extends TestCase method testGetReturnsNullWhenNotFound (line 12) | public function testGetReturnsNullWhenNotFound() method testAPCValueIsReturned (line 20) | public function testAPCValueIsReturned() method testAPCFalseValueIsReturned (line 28) | public function testAPCFalseValueIsReturned() method testGetMultipleReturnsNullWhenNotFoundAndValueWhenFound (line 36) | public function testGetMultipleReturnsNullWhenNotFoundAndValueWhenFound() method testSetMethodProperlyCallsAPC (line 52) | public function testSetMethodProperlyCallsAPC() method testSetMultipleMethodProperlyCallsAPC (line 63) | public function testSetMultipleMethodProperlyCallsAPC() method testIncrementMethodProperlyCallsAPC (line 91) | public function testIncrementMethodProperlyCallsAPC() method testDecrementMethodProperlyCallsAPC (line 99) | public function testDecrementMethodProperlyCallsAPC() method testStoreItemForeverProperlyCallsAPC (line 107) | public function testStoreItemForeverProperlyCallsAPC() method testForgetMethodProperlyCallsAPC (line 118) | public function testForgetMethodProperlyCallsAPC() method testTouchMethodProperlyCallsAPC (line 127) | public function testTouchMethodProperlyCallsAPC(): void method testFlushesCached (line 140) | public function testFlushesCached() FILE: tests/Cache/CacheArrayStoreTest.php class CacheArrayStoreTest (line 10) | class CacheArrayStoreTest extends TestCase method tearDown (line 12) | protected function tearDown(): void method testItemsCanBeSetAndRetrieved (line 19) | public function testItemsCanBeSetAndRetrieved() method testCacheTtl (line 27) | public function testCacheTtl(): void method testMultipleItemsCanBeSetAndRetrieved (line 41) | public function testMultipleItemsCanBeSetAndRetrieved() method testItemsCanExpire (line 59) | public function testItemsCanExpire() method testTouchExtendsTtl (line 72) | public function testTouchExtendsTtl(): void method testStoreItemForeverProperlyStoresInArray (line 89) | public function testStoreItemForeverProperlyStoresInArray() method testValuesCanBeIncremented (line 99) | public function testValuesCanBeIncremented() method testValuesGetCastedByIncrementOrDecrement (line 112) | public function testValuesGetCastedByIncrementOrDecrement() method testIncrementNonNumericValues (line 126) | public function testIncrementNonNumericValues() method testNonExistingKeysCanBeIncremented (line 135) | public function testNonExistingKeysCanBeIncremented() method testExpiredKeysAreIncrementedLikeNonExistingKeys (line 149) | public function testExpiredKeysAreIncrementedLikeNonExistingKeys() method testValuesCanBeDecremented (line 162) | public function testValuesCanBeDecremented() method testItemsCanBeRemoved (line 175) | public function testItemsCanBeRemoved() method testItemsCanBeFlushed (line 184) | public function testItemsCanBeFlushed() method testLocksCanBeFlushed (line 195) | public function testLocksCanBeFlushed() method testCacheKey (line 207) | public function testCacheKey() method testCannotAcquireLockTwice (line 213) | public function testCannotAcquireLockTwice() method testCanAcquireLockAgainAfterExpiry (line 222) | public function testCanAcquireLockAgainAfterExpiry() method testLockExpirationLowerBoundary (line 234) | public function testLockExpirationLowerBoundary() method testLockWithNoExpirationNeverExpires (line 246) | public function testLockWithNoExpirationNeverExpires() method testCanAcquireLockAfterRelease (line 256) | public function testCanAcquireLockAfterRelease() method testAnotherOwnerCannotReleaseLock (line 266) | public function testAnotherOwnerCannotReleaseLock() method testAnotherOwnerCanForceReleaseALock (line 276) | public function testAnotherOwnerCanForceReleaseALock() method testValuesAreNotStoredByReference (line 287) | public function testValuesAreNotStoredByReference() method testValuesAreStoredByReferenceIfSerializationIsDisabled (line 302) | public function testValuesAreStoredByReferenceIfSerializationIsDisabled() method testReleasingLockAfterAlreadyForceReleasedByAnotherOwnerFails (line 317) | public function testReleasingLockAfterAlreadyForceReleasedByAnotherOwn... method testOwnerStatusCanBeCheckedAfterRestoringLock (line 328) | public function testOwnerStatusCanBeCheckedAfterRestoringLock() method testOtherOwnerDoesNotOwnLockAfterRestore (line 340) | public function testOtherOwnerDoesNotOwnLockAfterRestore() method testRestoringNonExistingLockDoesNotOwnAnything (line 352) | public function testRestoringNonExistingLockDoesNotOwnAnything() method testCanGetAll (line 360) | public function testCanGetAll() method testCanGetAllWhenSerialized (line 372) | public function testCanGetAllWhenSerialized() FILE: tests/Cache/CacheDatabaseStoreTest.php class CacheDatabaseStoreTest (line 14) | class CacheDatabaseStoreTest extends TestCase method testNullIsReturnedWhenItemNotFound (line 16) | public function testNullIsReturnedWhenItemNotFound() method testNullIsReturnedAndItemDeletedWhenItemIsExpired (line 27) | public function testNullIsReturnedAndItemDeletedWhenItemIsExpired() method testDecryptedValueIsReturnedWhenItemIsValid (line 45) | public function testDecryptedValueIsReturnedWhenItemIsValid() method testValueIsReturnedOnPostgres (line 56) | public function testValueIsReturnedOnPostgres() method testValueIsReturnedOnSqlite (line 67) | public function testValueIsReturnedOnSqlite() method testValueIsUpserted (line 78) | public function testValueIsUpserted() method testValueIsUpsertedOnPostgres (line 90) | public function testValueIsUpsertedOnPostgres() method testValueIsUpsertedOnSqlite (line 102) | public function testValueIsUpsertedOnSqlite() method testForeverCallsStoreItemWithReallyLongTime (line 114) | public function testForeverCallsStoreItemWithReallyLongTime() method testItemsMayBeRemovedFromCache (line 122) | public function testItemsMayBeRemovedFromCache() method testItemsMayBeFlushedFromCache (line 133) | public function testItemsMayBeFlushedFromCache() method testLocksMayBeFlushedFromCache (line 144) | public function testLocksMayBeFlushedFromCache() method testIncrementReturnsCorrectValues (line 157) | public function testIncrementReturnsCorrectValues() method testDecrementReturnsCorrectValues (line 196) | public function testDecrementReturnsCorrectValues() method testTouchExtendsTtl (line 235) | public function testTouchExtendsTtl() method testTouchExtendsTtlOnPostgres (line 250) | public function testTouchExtendsTtlOnPostgres(): void method testTouchExtendsTtlOnSqlite (line 265) | public function testTouchExtendsTtlOnSqlite() method getStore (line 280) | protected function getStore() method getPostgresStore (line 285) | protected function getPostgresStore() method getSqliteStore (line 290) | protected function getSqliteStore() method getMocks (line 295) | protected function getMocks() method getPostgresMocks (line 300) | protected function getPostgresMocks() method getSqliteMocks (line 305) | protected function getSqliteMocks() FILE: tests/Cache/CacheDynamoDbStoreTest.php class CacheDynamoDbStoreTest (line 9) | class CacheDynamoDbStoreTest extends TestCase method testTouchMethodCorrectlyCallsDynamoDb (line 11) | public function testTouchMethodCorrectlyCallsDynamoDb(): void class TestDynamo (line 33) | class TestDynamo extends DynamoDbClient method __construct (line 37) | public function __construct() method updateItem (line 41) | public function updateItem(array $args): bool FILE: tests/Cache/CacheEventsTest.php class CacheEventsTest (line 28) | class CacheEventsTest extends TestCase method testHasTriggersEvents (line 30) | public function testHasTriggersEvents() method testGetTriggersEvents (line 52) | public function testGetTriggersEvents() method testPullTriggersEvents (line 79) | public function testPullTriggersEvents() method testPullTriggersEventsUsingTags (line 91) | public function testPullTriggersEventsUsingTags() method testPutTriggersEvents (line 103) | public function testPutTriggersEvents() method testAddTriggersEvents (line 122) | public function testAddTriggersEvents() method testForeverTriggersEvents (line 140) | public function testForeverTriggersEvents() method testRememberTriggersEvents (line 154) | public function testRememberTriggersEvents() method testRememberForeverTriggersEvents (line 176) | public function testRememberForeverTriggersEvents() method testForgetTriggersEvents (line 198) | public function testForgetTriggersEvents() method testForgetDoesTriggerFailedEventOnFailure (line 212) | public function testForgetDoesTriggerFailedEventOnFailure() method testFlushTriggersEvents (line 225) | public function testFlushTriggersEvents() method testFlushLocksTriggersEvents (line 244) | public function testFlushLocksTriggersEvents() method testFlushFailureDoesDispatchEvent (line 263) | public function testFlushFailureDoesDispatchEvent() method testFlushLocksFailureDoesDispatchEvent (line 288) | public function testFlushLocksFailureDoesDispatchEvent() method assertEventMatches (line 313) | protected function assertEventMatches($eventClass, $properties = []) method getDispatcher (line 330) | protected function getDispatcher() method getRepository (line 335) | protected function getRepository($dispatcher) FILE: tests/Cache/CacheFileStoreTest.php class CacheFileStoreTest (line 15) | class CacheFileStoreTest extends TestCase method tearDown (line 17) | protected function tearDown(): void method testNullIsReturnedIfFileDoesntExist (line 24) | public function testNullIsReturnedIfFileDoesntExist() method testPutCreatesMissingDirectories (line 33) | public function testPutCreatesMissingDirectories() method testPutWillConsiderZeroAsEternalTime (line 46) | public function testPutWillConsiderZeroAsEternalTime() method testPutWillConsiderBigValuesAsEternalTime (line 65) | public function testPutWillConsiderBigValuesAsEternalTime() method testExpiredItemsReturnNullAndGetDeleted (line 82) | public function testExpiredItemsReturnNullAndGetDeleted() method testValidItemReturnsContents (line 93) | public function testValidItemReturnsContents() method testStoreItemProperlyStoresValues (line 102) | public function testStoreItemProperlyStoresValues() method testTouchExtendsTtl (line 115) | public function testTouchExtendsTtl(): void method testStoreItemProperlySetsPermissions (line 148) | public function testStoreItemProperlySetsPermissions() method testStoreItemDirectoryProperlySetsPermissions (line 168) | public function testStoreItemDirectoryProperlySetsPermissions() method testForeversAreStoredWithHighTimestamp (line 192) | public function testForeversAreStoredWithHighTimestamp() method testForeversAreNotRemovedOnIncrement (line 204) | public function testForeversAreNotRemovedOnIncrement() method testIncrementExpiredKeys (line 215) | public function testIncrementExpiredKeys() method testIncrementCanAtomicallyJump (line 232) | public function testIncrementCanAtomicallyJump() method testDecrementCanAtomicallyJump (line 247) | public function testDecrementCanAtomicallyJump() method testIncrementNonNumericValues (line 263) | public function testIncrementNonNumericValues() method testIncrementNonExistentKeys (line 278) | public function testIncrementNonExistentKeys() method testIncrementDoesNotExtendCacheLife (line 293) | public function testIncrementDoesNotExtendCacheLife() method testRemoveDeletesFileDoesntExist (line 309) | public function testRemoveDeletesFileDoesntExist() method testRemoveDeletesFile (line 319) | public function testRemoveDeletesFile() method testFlushCleansDirectory (line 332) | public function testFlushCleansDirectory() method testFlushFailsDirectoryClean (line 344) | public function testFlushFailsDirectoryClean() method testFlushIgnoreNonExistingDirectory (line 356) | public function testFlushIgnoreNonExistingDirectory() method testFlushingLocksCleansDirectory (line 366) | public function testFlushingLocksCleansDirectory() method testFlushingLocksFailsDirectoryClean (line 380) | public function testFlushingLocksFailsDirectoryClean() method testFlushingLocksIgnoreNonExistingDirectory (line 394) | public function testFlushingLocksIgnoreNonExistingDirectory() method testHasSeparateLockStoreReturnsTrueWhenLockDirectoryDiffers (line 406) | public function testHasSeparateLockStoreReturnsTrueWhenLockDirectoryDi... method testHasSeparateLockStoreReturnsFalseWhenLockDirectoryIsSame (line 414) | public function testHasSeparateLockStoreReturnsFalseWhenLockDirectoryI... method testHasSeparateLockStoreReturnsFalseWhenLockDirectoryIsNull (line 422) | public function testHasSeparateLockStoreReturnsFalseWhenLockDirectoryI... method testFlushLocksThrowsExceptionWhenLockDirectoryIsSame (line 430) | public function testFlushLocksThrowsExceptionWhenLockDirectoryIsSame() method testItHandlesForgettingNonFlexibleKeys (line 440) | public function testItHandlesForgettingNonFlexibleKeys() method itOnlyForgetsFlexibleKeysIfParentIsForgotten (line 459) | public function itOnlyForgetsFlexibleKeysIfParentIsForgotten() method mockFilesystem (line 483) | protected function mockFilesystem() method getCachePath (line 488) | protected function getCachePath($key) FILE: tests/Cache/CacheManagerTest.php class CacheManagerTest (line 16) | class CacheManagerTest extends TestCase method testCustomDriverClosureBoundObjectIsCacheManager (line 18) | public function testCustomDriverClosureBoundObjectIsCacheManager() method testCustomDriverOverridesInternalDrivers (line 33) | public function testCustomDriverOverridesInternalDrivers() method testItCanBuildRepositories (line 56) | public function testItCanBuildRepositories() method testItMakesRepositoryWhenContainerHasNoDispatcher (line 68) | public function testItMakesRepositoryWhenContainerHasNoDispatcher() method testItRefreshesDispatcherOnAllStores (line 101) | public function testItRefreshesDispatcherOnAllStores() method testItSetsDefaultDriverChangesGlobalConfig (line 134) | public function testItSetsDefaultDriverChangesGlobalConfig() method testItPurgesMemoizedStoreObjects (line 158) | public function testItPurgesMemoizedStoreObjects() method testForgetDriver (line 199) | public function testForgetDriver() method testForgetDriverForgets (line 223) | public function testForgetDriverForgets() method testThrowExceptionWhenUnknownDriverIsUsed (line 242) | public function testThrowExceptionWhenUnknownDriverIsUsed() method testThrowExceptionWhenUnknownStoreIsUsed (line 264) | public function testThrowExceptionWhenUnknownStoreIsUsed() method testMakesRepositoryWithoutDispatcherWhenEventsDisabled (line 286) | public function testMakesRepositoryWithoutDispatcherWhenEventsDisabled() method getApp (line 316) | protected function getApp(array $userConfig) FILE: tests/Cache/CacheMemcachedConnectorTest.php class CacheMemcachedConnectorTest (line 12) | class CacheMemcachedConnectorTest extends TestCase method testServersAreAddedCorrectly (line 14) | public function testServersAreAddedCorrectly() method testServersAreAddedCorrectlyWithPersistentConnection (line 28) | public function testServersAreAddedCorrectlyWithPersistentConnection() method testServersAreAddedCorrectlyWithValidOptions (line 45) | #[RequiresPhpExtension('memcached')] method testServersAreAddedCorrectlyWithSaslCredentials (line 66) | #[RequiresPhpExtension('memcached')] method memcachedMockWithAddServer (line 85) | protected function memcachedMockWithAddServer($returnedVersion = []) method connectorMock (line 94) | protected function connectorMock() method connect (line 99) | protected function connect( method getServers (line 113) | protected function getServers() method getHost (line 118) | protected function getHost() method getPort (line 123) | protected function getPort() method getWeight (line 128) | protected function getWeight() FILE: tests/Cache/CacheMemcachedStoreTest.php class CacheMemcachedStoreTest (line 12) | #[RequiresPhpExtension('memcached')] method testGetReturnsNullWhenNotFound (line 15) | public function testGetReturnsNullWhenNotFound() method testMemcacheValueIsReturned (line 24) | public function testMemcacheValueIsReturned() method testMemcacheGetMultiValuesAreReturnedWithCorrectKeys (line 33) | public function testMemcacheGetMultiValuesAreReturnedWithCorrectKeys() method testSetMethodProperlyCallsMemcache (line 52) | public function testSetMethodProperlyCallsMemcache() method testTouchMethodProperlyCallsMemcache (line 63) | public function testTouchMethodProperlyCallsMemcache(): void method testIncrementMethodProperlyCallsMemcache (line 77) | public function testIncrementMethodProperlyCallsMemcache() method testDecrementMethodProperlyCallsMemcache (line 86) | public function testDecrementMethodProperlyCallsMemcache() method testStoreItemForeverProperlyCallsMemcached (line 95) | public function testStoreItemForeverProperlyCallsMemcached() method testForgetMethodProperlyCallsMemcache (line 104) | public function testForgetMethodProperlyCallsMemcache() method testFlushesCached (line 112) | public function testFlushesCached() method testGetAndSetPrefix (line 121) | public function testGetAndSetPrefix() FILE: tests/Cache/CacheMemoizedStoreTest.php class CacheMemoizedStoreTest (line 11) | class CacheMemoizedStoreTest extends TestCase method testTouchExtendsTtl (line 13) | public function testTouchExtendsTtl(): void FILE: tests/Cache/CacheNullStoreTest.php class CacheNullStoreTest (line 8) | class CacheNullStoreTest extends TestCase method testItemsCanNotBeCached (line 10) | public function testItemsCanNotBeCached() method testGetMultipleReturnsMultipleNulls (line 17) | public function testGetMultipleReturnsMultipleNulls() method testIncrementAndDecrementReturnFalse (line 30) | public function testIncrementAndDecrementReturnFalse() method testTouchReturnsFalse (line 37) | public function testTouchReturnsFalse(): void FILE: tests/Cache/CacheRateLimiterTest.php class CacheRateLimiterTest (line 12) | class CacheRateLimiterTest extends TestCase method testTooManyAttemptsReturnTrueIfAlreadyLockedOut (line 14) | public function testTooManyAttemptsReturnTrueIfAlreadyLockedOut() method testHitProperlyIncrementsAttemptCount (line 26) | public function testHitProperlyIncrementsAttemptCount() method testIncrementProperlyIncrementsAttemptCount (line 38) | public function testIncrementProperlyIncrementsAttemptCount() method testDecrementProperlyDecrementsAttemptCount (line 50) | public function testDecrementProperlyDecrementsAttemptCount() method testHitHasNoMemoryLeak (line 62) | public function testHitHasNoMemoryLeak() method testRemainingIsNotNegative (line 75) | public function testRemainingIsNotNegative(): void method testRetriesLeftReturnsCorrectCount (line 87) | public function testRetriesLeftReturnsCorrectCount() method testClearClearsTheCacheKeys (line 97) | public function testClearClearsTheCacheKeys() method testAvailableInReturnsPositiveValues (line 108) | public function testAvailableInReturnsPositiveValues() method testAttemptsCallbackReturnsTrue (line 119) | public function testAttemptsCallbackReturnsTrue() method testAttemptsCallbackReturnsCallbackReturn (line 138) | public function testAttemptsCallbackReturnsCallbackReturn() method testAttemptsCallbackReturnsFalse (line 174) | public function testAttemptsCallbackReturnsFalse() method testKeysAreSanitizedFromUnicodeCharacters (line 191) | public function testKeysAreSanitizedFromUnicodeCharacters() method testKeyIsSanitizedOnlyOnce (line 203) | public function testKeyIsSanitizedOnlyOnce() FILE: tests/Cache/CacheRedisStoreTest.php class CacheRedisStoreTest (line 10) | class CacheRedisStoreTest extends TestCase method testGetReturnsNullWhenNotFound (line 12) | public function testGetReturnsNullWhenNotFound() method testRedisValueIsReturned (line 20) | public function testRedisValueIsReturned() method testRedisMultipleValuesAreReturned (line 28) | public function testRedisMultipleValuesAreReturned() method testRedisValueIsReturnedForNumerics (line 48) | public function testRedisValueIsReturnedForNumerics() method testSetMethodProperlyCallsRedis (line 56) | public function testSetMethodProperlyCallsRedis() method testSetMultipleMethodProperlyCallsRedis (line 65) | public function testSetMultipleMethodProperlyCallsRedis() method testSetMethodProperlyCallsRedisForNumerics (line 85) | public function testSetMethodProperlyCallsRedisForNumerics() method testIncrementMethodProperlyCallsRedis (line 94) | public function testIncrementMethodProperlyCallsRedis() method testDecrementMethodProperlyCallsRedis (line 102) | public function testDecrementMethodProperlyCallsRedis() method testStoreItemForeverProperlyCallsRedis (line 110) | public function testStoreItemForeverProperlyCallsRedis() method testTouchMethodProperlyCallsRedis (line 119) | public function testTouchMethodProperlyCallsRedis(): void method testForgetMethodProperlyCallsRedis (line 132) | public function testForgetMethodProperlyCallsRedis() method testFlushesCached (line 140) | public function testFlushesCached() method testFlushesCachedLocks (line 149) | public function testFlushesCachedLocks() method testGetAndSetPrefix (line 159) | public function testGetAndSetPrefix() method getRedis (line 169) | protected function getRedis() FILE: tests/Cache/CacheRepositoryTest.php class CacheRepositoryTest (line 30) | class CacheRepositoryTest extends TestCase method setUp (line 32) | protected function setUp(): void method tearDown (line 39) | protected function tearDown(): void method testGetReturnsValueFromCache (line 46) | public function testGetReturnsValueFromCache() method testGetReturnsMultipleValuesFromCacheWhenGivenAnArray (line 53) | public function testGetReturnsMultipleValuesFromCacheWhenGivenAnArray() method testGetReturnsMultipleValuesFromCacheWhenGivenAnArrayWithDefaultValues (line 60) | public function testGetReturnsMultipleValuesFromCacheWhenGivenAnArrayW... method testGetReturnsMultipleValuesFromCacheWhenGivenAnArrayOfOneTwoThree (line 67) | public function testGetReturnsMultipleValuesFromCacheWhenGivenAnArrayO... method testDefaultValueIsReturned (line 74) | public function testDefaultValueIsReturned() method testSettingDefaultCacheTime (line 84) | public function testSettingDefaultCacheTime() method testHasMethod (line 91) | public function testHasMethod() method testMissingMethod (line 103) | public function testMissingMethod() method testRememberMethodCallsPutAndReturnsDefault (line 113) | public function testRememberMethodCallsPutAndReturnsDefault() method testRememberForeverMethodCallsForeverAndReturnsDefault (line 148) | public function testRememberForeverMethodCallsForeverAndReturnsDefault() method testPuttingMultipleItemsInCache (line 159) | public function testPuttingMultipleItemsInCache() method testSettingMultipleItemsInCacheArray (line 166) | public function testSettingMultipleItemsInCacheArray() method testSettingMultipleItemsInCacheIterator (line 174) | public function testSettingMultipleItemsInCacheIterator() method testPutWithNullTTLRemembersItemForever (line 182) | public function testPutWithNullTTLRemembersItemForever() method testPutWithDatetimeInPastOrZeroSecondsRemovesOldItem (line 189) | public function testPutWithDatetimeInPastOrZeroSecondsRemovesOldItem() method testPutManyWithNullTTLRemembersItemsForever (line 200) | public function testPutManyWithNullTTLRemembersItemsForever() method testAddWithStoreFailureReturnsFalse (line 208) | public function testAddWithStoreFailureReturnsFalse() method testCacheAddCallsRedisStoreAdd (line 217) | public function testCacheAddCallsRedisStoreAdd() method testAddMethodCanAcceptDateIntervals (line 225) | public function testAddMethodCanAcceptDateIntervals() method testAddMethodCanAcceptDateTimeInterface (line 240) | public function testAddMethodCanAcceptDateTimeInterface() method testAddWithNullTTLRemembersItemForever (line 255) | public function testAddWithNullTTLRemembersItemForever() method testAddWithDatetimeInPastOrZeroSecondsReturnsImmediately (line 263) | public function testAddWithDatetimeInPastOrZeroSecondsReturnsImmediate... method dataProviderTestGetSeconds (line 275) | public static function dataProviderTestGetSeconds() method testGetSeconds (line 289) | #[DataProvider('dataProviderTestGetSeconds')] method testRegisterMacroWithNonStaticCall (line 297) | public function testRegisterMacroWithNonStaticCall() method testForgettingCacheKey (line 306) | public function testForgettingCacheKey() method testRemovingCacheKey (line 313) | public function testRemovingCacheKey() method testSettingCache (line 321) | public function testSettingCache() method testClearingWholeCache (line 329) | public function testClearingWholeCache() method testGettingMultipleValuesFromCache (line 336) | public function testGettingMultipleValuesFromCache() method testRemovingMultipleKeys (line 346) | public function testRemovingMultipleKeys() method testRemovingMultipleKeysFailsIfOneFails (line 355) | public function testRemovingMultipleKeysFailsIfOneFails() method testAllTagsArePassedToTaggableStore (line 364) | public function testAllTagsArePassedToTaggableStore() method testItThrowsExceptionWhenStoreDoesNotSupportTags (line 375) | public function testItThrowsExceptionWhenStoreDoesNotSupportTags() method testTagMethodReturnsTaggedCache (line 384) | public function testTagMethodReturnsTaggedCache() method testPossibleInputTypesToTags (line 391) | public function testPossibleInputTypesToTags() method testEventDispatcherIsPassedToStoreFromRepository (line 405) | public function testEventDispatcherIsPassedToStoreFromRepository() method testDefaultCacheLifeTimeIsSetOnTaggableStore (line 415) | public function testDefaultCacheLifeTimeIsSetOnTaggableStore() method testFlushLocksDelegatesToStore (line 425) | public function testFlushLocksDelegatesToStore() method testTaggableRepositoriesSupportTags (line 435) | public function testTaggableRepositoriesSupportTags() method testNonTaggableRepositoryDoesNotSupportTags (line 443) | public function testNonTaggableRepositoryDoesNotSupportTags() method testFlushableLockRepositorySupportsFlushingLocks (line 451) | public function testFlushableLockRepositorySupportsFlushingLocks() method testNonFlushableLockRepositoryDoesNotSupportFlushingLocks (line 459) | public function testNonFlushableLockRepositoryDoesNotSupportFlushingLo... method testItThrowsExceptionWhenStoreDoesNotSupportFlushingLocks (line 467) | public function testItThrowsExceptionWhenStoreDoesNotSupportFlushingLo... method testTouchWithSecondsTtlCorrectlyProxiesToStore (line 477) | public function testTouchWithSecondsTtlCorrectlyProxiesToStore(): void method testTouchWithDatetimeTtlCorrectlyProxiesToStore (line 487) | public function testTouchWithDatetimeTtlCorrectlyProxiesToStore(): void method testTouchWithDateIntervalTtlCorrectlyProxiesToStore (line 499) | public function testTouchWithDateIntervalTtlCorrectlyProxiesToStore():... method testAtomicExecutesCallbackAndReturnsResult (line 509) | public function testAtomicExecutesCallbackAndReturnsResult() method testAtomicPassesLockAndWaitSecondsToLock (line 520) | public function testAtomicPassesLockAndWaitSecondsToLock() method testAtomicPassesOwnerToLock (line 538) | public function testAtomicPassesOwnerToLock() method testAtomicThrowsOnLockTimeout (line 556) | public function testAtomicThrowsOnLockTimeout() method testTaggedCacheWorksWithEnumKey (line 575) | public function testTaggedCacheWorksWithEnumKey() method getRepository (line 584) | protected function getRepository() method getTestDate (line 594) | protected static function getTestDate() method testItGetsAsString (line 599) | public function testItGetsAsString() method testItGetsAsStringWithDefault (line 606) | public function testItGetsAsStringWithDefault() method testItThrowsExceptionWhenGettingNonStringAsString (line 613) | public function testItThrowsExceptionWhenGettingNonStringAsString() method testItGetsAsInteger (line 623) | public function testItGetsAsInteger() method testItGetsAsIntegerWithDefault (line 630) | public function testItGetsAsIntegerWithDefault() method testItGetsAsIntegerFromNumericString (line 637) | public function testItGetsAsIntegerFromNumericString() method testItThrowsExceptionWhenGettingNonIntegerAsInteger (line 644) | public function testItThrowsExceptionWhenGettingNonIntegerAsInteger() method testItThrowsExceptionWhenGettingFloatStringAsInteger (line 654) | public function testItThrowsExceptionWhenGettingFloatStringAsInteger() method testItGetsAsFloat (line 664) | public function testItGetsAsFloat() method testItGetsAsFloatWithDefault (line 671) | public function testItGetsAsFloatWithDefault() method testItGetsAsFloatFromNumericString (line 678) | public function testItGetsAsFloatFromNumericString() method testItThrowsExceptionWhenGettingNonFloatAsFloat (line 685) | public function testItThrowsExceptionWhenGettingNonFloatAsFloat() method testItGetsAsBoolean (line 695) | public function testItGetsAsBoolean() method testItGetsAsBooleanWithDefault (line 702) | public function testItGetsAsBooleanWithDefault() method testItThrowsExceptionWhenGettingNonBooleanAsBoolean (line 709) | public function testItThrowsExceptionWhenGettingNonBooleanAsBoolean() method testItGetsAsArray (line 719) | public function testItGetsAsArray() method testItGetsAsArrayWithDefault (line 726) | public function testItGetsAsArrayWithDefault() method testItThrowsExceptionWhenGettingNonArrayAsArray (line 733) | public function testItThrowsExceptionWhenGettingNonArrayAsArray() FILE: tests/Cache/CacheSessionStoreTest.php class CacheSessionStoreTest (line 12) | class CacheSessionStoreTest extends TestCase method tearDown (line 14) | protected function tearDown(): void method testItemsCanBeSetAndRetrieved (line 21) | public function testItemsCanBeSetAndRetrieved() method testCacheTtl (line 29) | public function testCacheTtl(): void method testMultipleItemsCanBeSetAndRetrieved (line 43) | public function testMultipleItemsCanBeSetAndRetrieved() method testItemsCanExpire (line 61) | public function testItemsCanExpire() method testTouchExtendsTtl (line 74) | public function testTouchExtendsTtl() method testStoreItemForeverProperlyStoresInArray (line 94) | public function testStoreItemForeverProperlyStoresInArray() method testValuesCanBeIncremented (line 107) | public function testValuesCanBeIncremented() method testValuesGetCastedByIncrementOrDecrement (line 120) | public function testValuesGetCastedByIncrementOrDecrement() method testIncrementNonNumericValues (line 134) | public function testIncrementNonNumericValues() method testNonExistingKeysCanBeIncremented (line 143) | public function testNonExistingKeysCanBeIncremented() method testExpiredKeysAreIncrementedLikeNonExistingKeys (line 155) | public function testExpiredKeysAreIncrementedLikeNonExistingKeys() method testValuesCanBeDecremented (line 168) | public function testValuesCanBeDecremented() method testItemsCanBeRemoved (line 181) | public function testItemsCanBeRemoved() method testItemsCanBeFlushed (line 190) | public function testItemsCanBeFlushed() method testCacheKey (line 201) | public function testCacheKey() method testItemKey (line 207) | public function testItemKey() method testValuesAreStoredByReference (line 213) | public function testValuesAreStoredByReference() method testCanGetAll (line 228) | public function testCanGetAll() method getSession (line 240) | protected static function getSession() FILE: tests/Cache/CacheSpyMemoTest.php class CacheSpyMemoTest (line 15) | class CacheSpyMemoTest extends TestCase method setUp (line 17) | protected function setUp(): void method tearDown (line 39) | protected function tearDown(): void method test_cache_spy_works_with_memoized_cache (line 47) | public function test_cache_spy_works_with_memoized_cache() method test_cache_spy_tracks_remember_on_memoized_cache_as_described_in_issue (line 56) | public function test_cache_spy_tracks_remember_on_memoized_cache_as_de... method test_cache_spy_tracks_remember_calls_on_memoized_cache (line 68) | public function test_cache_spy_tracks_remember_calls_on_memoized_cache() method test_cache_spy_memo_returns_spied_repository (line 78) | public function test_cache_spy_memo_returns_spied_repository() FILE: tests/Cache/CacheTaggedCacheTest.php class CacheTaggedCacheTest (line 10) | class CacheTaggedCacheTest extends TestCase method testCacheCanBeSavedWithMultipleTags (line 12) | public function testCacheCanBeSavedWithMultipleTags() method testCacheCanBeSetWithDatetimeArgument (line 20) | public function testCacheCanBeSetWithDatetimeArgument() method testCacheSavedWithMultipleTagsCanBeFlushed (line 30) | public function testCacheSavedWithMultipleTagsCanBeFlushed() method testTagsWithStringArgument (line 42) | public function testTagsWithStringArgument() method testWithIncrement (line 49) | public function testWithIncrement() method testWithDecrement (line 75) | public function testWithDecrement() method testMany (line 101) | public function testMany() method testManyWithDefaultValues (line 115) | public function testManyWithDefaultValues() method testGetMultiple (line 137) | public function testGetMultiple() method testGetMultipleWithDefaultValue (line 160) | public function testGetMultipleWithDefaultValue() method testTagsWithIncrementCanBeFlushed (line 174) | public function testTagsWithIncrementCanBeFlushed() method testTagsWithDecrementCanBeFlushed (line 183) | public function testTagsWithDecrementCanBeFlushed() method testTagsCacheForever (line 192) | public function testTagsCacheForever() method getTestCacheStoreWithTagValues (line 200) | private function getTestCacheStoreWithTagValues(): ArrayStore FILE: tests/Cache/ClearCommandTest.php class ClearCommandTest (line 17) | class ClearCommandTest extends TestCase method setUp (line 42) | protected function setUp(): void method testClearWithNoStoreArgument (line 56) | public function testClearWithNoStoreArgument() method testClearWithStoreArgument (line 67) | public function testClearWithStoreArgument() method testClearWithInvalidStoreArgument (line 78) | public function testClearWithInvalidStoreArgument() method testClearWithTagsOption (line 90) | public function testClearWithTagsOption() method testClearWithStoreArgumentAndTagsOption (line 102) | public function testClearWithStoreArgumentAndTagsOption() method testClearWillClearRealTimeFacades (line 114) | public function testClearWillClearRealTimeFacades() method testClearWillNotClearRealTimeFacadesIfCacheDirectoryDoesntExist (line 126) | public function testClearWillNotClearRealTimeFacadesIfCacheDirectoryDo... method testClearLocksWithNoStoreArgument (line 139) | public function testClearLocksWithNoStoreArgument() method testClearLocksWithStoreArgument (line 152) | public function testClearLocksWithStoreArgument() method testClearLocksCannotBeUsedWithTags (line 161) | public function testClearLocksCannotBeUsedWithTags() method testClearLocksWillFailWhenNotSupportedByStore (line 170) | public function testClearLocksWillFailWhenNotSupportedByStore() method testClearLocksWillFailWhenFlushLocksFails (line 179) | public function testClearLocksWillFailWhenFlushLocksFails() method runCommand (line 188) | protected function runCommand($command, $input = []) class ClearCommandTestStub (line 194) | class ClearCommandTestStub extends ClearCommand method call (line 196) | public function call($command, array $arguments = []) FILE: tests/Cache/ConcurrencyLimiterTest.php class ConcurrencyLimiterTest (line 16) | class ConcurrencyLimiterTest extends TestCase method setUp (line 20) | protected function setUp(): void method testItLocksTasksWhenNoSlotAvailable (line 27) | public function testItLocksTasksWhenNoSlotAvailable() method testItReleasesLockAfterTaskFinishes (line 52) | public function testItReleasesLockAfterTaskFinishes() method testItReleasesLockIfTaskTookTooLong (line 65) | public function testItReleasesLockIfTaskTookTooLong() method testItFailsImmediatelyOrRetriesForAWhileBasedOnAGivenTimeout (line 92) | public function testItFailsImmediatelyOrRetriesForAWhileBasedOnAGivenT... method testItFailsAfterRetryTimeout (line 117) | public function testItFailsAfterRetryTimeout() method testItReleasesIfErrorIsThrown (line 138) | public function testItReleasesIfErrorIsThrown() method testFunnelMethodOnRepository (line 159) | public function testFunnelMethodOnRepository() method testFunnelMethodAcceptsBackedEnum (line 177) | public function testFunnelMethodAcceptsBackedEnum() method testFunnelMethodAcceptsUnitEnum (line 195) | public function testFunnelMethodAcceptsUnitEnum() method testFunnelBackedEnumSharesKeyWithStringEquivalent (line 213) | public function testFunnelBackedEnumSharesKeyWithStringEquivalent() method testFunnelThrowsExceptionWhenStoreDoesNotSupportLocks (line 238) | public function testFunnelThrowsExceptionWhenStoreDoesNotSupportLocks() method testFunnelWithFailureCallback (line 251) | public function testFunnelWithFailureCallback() class ConcurrencyLimiterMockThatDoesntRelease (line 284) | class ConcurrencyLimiterMockThatDoesntRelease extends ConcurrencyLimiter method release (line 286) | protected function release($lock) FILE: tests/Cache/LimitTest.php class LimitTest (line 9) | class LimitTest extends TestCase method testConstructors (line 11) | public function testConstructors() FILE: tests/Cache/RateLimiterTest.php class RateLimiterTest (line 14) | class RateLimiterTest extends TestCase method registerNamedRateLimiterDataProvider (line 16) | public static function registerNamedRateLimiterDataProvider(): array method testRegisterNamedRateLimiter (line 26) | #[DataProvider('registerNamedRateLimiterDataProvider')] method testShouldUseOriginKeyAsPrefixWhenMultipleLimiterWithSameKey (line 43) | public function testShouldUseOriginKeyAsPrefixWhenMultipleLimiterWithS... FILE: tests/Conditionable/ConditionableTest.php class ConditionableTest (line 11) | class ConditionableTest extends TestCase method setUp (line 13) | protected function setUp(): void method testWhen (line 26) | public function testWhen(): void method testUnless (line 36) | public function testUnless(): void class TestConditionableModel (line 47) | class TestConditionableModel extends Model FILE: tests/Config/RepositoryTest.php class RepositoryTest (line 10) | class RepositoryTest extends TestCase method setUp (line 22) | protected function setUp(): void method testGetValueWhenKeyContainDot (line 52) | public function testGetValueWhenKeyContainDot() method testGetBooleanValue (line 65) | public function testGetBooleanValue() method testGetNullValue (line 72) | public function testGetNullValue() method testConstruct (line 79) | public function testConstruct() method testHasIsTrue (line 84) | public function testHasIsTrue() method testHasIsFalse (line 89) | public function testHasIsFalse() method testGet (line 94) | public function testGet() method testGetWithArrayOfKeys (line 99) | public function testGetWithArrayOfKeys() method testGetMany (line 124) | public function testGetMany() method testGetWithDefault (line 149) | public function testGetWithDefault() method testSet (line 154) | public function testSet() method testSetArray (line 160) | public function testSetArray() method testPrepend (line 181) | public function testPrepend() method testPush (line 194) | public function testPush() method testPrependWithNewKey (line 206) | public function testPrependWithNewKey() method testPushWithNewKey (line 212) | public function testPushWithNewKey() method testAll (line 218) | public function testAll() method testOffsetExists (line 223) | public function testOffsetExists() method testOffsetGet (line 242) | public function testOffsetGet() method testOffsetSet (line 252) | public function testOffsetSet() method testOffsetUnset (line 273) | public function testOffsetUnset() method testItIsMacroable (line 284) | public function testItIsMacroable() method testItGetsAsString (line 293) | public function testItGetsAsString(): void method testItThrowsAnExceptionWhenTryingToGetNonStringValueAsString (line 300) | public function testItThrowsAnExceptionWhenTryingToGetNonStringValueAs... method testItGetsAsArray (line 308) | public function testItGetsAsArray(): void method testItThrowsAnExceptionWhenTryingToGetNonArrayValueAsArray (line 315) | public function testItThrowsAnExceptionWhenTryingToGetNonArrayValueAsA... method testItGetsAsCollection (line 323) | public function testItGetsAsCollection(): void method testItGetsAsBoolean (line 331) | public function testItGetsAsBoolean(): void method testItThrowsAnExceptionWhenTryingToGetNonBooleanValueAsBoolean (line 338) | public function testItThrowsAnExceptionWhenTryingToGetNonBooleanValueA... method testItGetsAsInteger (line 346) | public function testItGetsAsInteger(): void method testItThrowsAnExceptionWhenTryingToGetNonIntegerValueAsInteger (line 353) | public function testItThrowsAnExceptionWhenTryingToGetNonIntegerValueA... method testItGetsAsFloat (line 361) | public function testItGetsAsFloat(): void method testItThrowsAnExceptionWhenTryingToGetNonFloatValueAsFloat (line 368) | public function testItThrowsAnExceptionWhenTryingToGetNonFloatValueAsF... FILE: tests/Console/CacheCommandMutexTest.php class CacheCommandMutexTest (line 14) | class CacheCommandMutexTest extends TestCase method setUp (line 36) | protected function setUp(): void method testCanCreateMutex (line 47) | public function testCanCreateMutex() method testCannotCreateMutexIfAlreadyExist (line 58) | public function testCannotCreateMutexIfAlreadyExist() method testCanCreateMutexWithCustomConnection (line 69) | public function testCanCreateMutexWithCustomConnection() method testCanCreateMutexWithLockProvider (line 83) | public function testCanCreateMutexWithLockProvider() method testCanCreateMutexWithCustomLockProviderConnection (line 93) | public function testCanCreateMutexWithCustomLockProviderConnection() method testCannotCreateMutexIfAlreadyExistWithLockProvider (line 107) | public function testCannotCreateMutexIfAlreadyExistWithLockProvider() method testCanCreateMutexWithCustomConnectionWithLockProvider (line 116) | public function testCanCreateMutexWithCustomConnectionWithLockProvider() method mockUsingCacheStore (line 131) | private function mockUsingCacheStore(): void method mockUsingLockProvider (line 137) | private function mockUsingLockProvider(): m\MockInterface method acquireLockExpectations (line 146) | private function acquireLockExpectations(MockInterface $lock, bool $ac... method testCommandMutexNameWithoutIsolatedMutexNameMethod (line 158) | public function testCommandMutexNameWithoutIsolatedMutexNameMethod() method testCommandMutexNameWithIsolatedMutexNameMethod (line 178) | public function testCommandMutexNameWithIsolatedMutexNameMethod() FILE: tests/Console/CommandMutexTest.php class CommandMutexTest (line 15) | class CommandMutexTest extends TestCase method setUp (line 30) | #[\Override] method tearDown (line 51) | #[\Override] method testCanRunIsolatedCommandIfNotBlocked (line 57) | public function testCanRunIsolatedCommandIfNotBlocked() method testCannotRunIsolatedCommandIfBlocked (line 71) | public function testCannotRunIsolatedCommandIfBlocked() method testCanRunCommandAgainAfterOtherCommandFinished (line 82) | public function testCanRunCommandAgainAfterOtherCommandFinished() method testCanRunCommandAgainNonAutomated (line 97) | public function testCanRunCommandAgainNonAutomated() method runCommand (line 106) | protected function runCommand($withIsolated = true) FILE: tests/Console/CommandTest.php class CommandTest (line 22) | class CommandTest extends TestCase method testCallingClassCommandResolveCommandViaApplicationResolution (line 24) | public function testCallingClassCommandResolveCommandViaApplicationRes... method testGettingCommandArgumentsAndOptionsByClass (line 58) | public function testGettingCommandArgumentsAndOptionsByClass() method testTheInputSetterOverwrite (line 116) | public function testTheInputSetterOverwrite() method testTheOutputSetterOverwrite (line 127) | public function testTheOutputSetterOverwrite() method testSetHidden (line 140) | public function testSetHidden() method testHiddenProperty (line 159) | public function testHiddenProperty() method testAliasesProperty (line 180) | public function testAliasesProperty() method testChoiceIsSingleSelectByDefault (line 192) | public function testChoiceIsSingleSelectByDefault() method testChoiceWithMultiselect (line 205) | public function testChoiceWithMultiselect() method testSignatureAttributeCanSetAliases (line 218) | public function testSignatureAttributeCanSetAliases() method testHiddenAttributeHidesCommand (line 226) | public function testHiddenAttributeHidesCommand() method testHelpAttributeCanSetHelp (line 233) | public function testHelpAttributeCanSetHelp() method testUsageAttributeCanSetUsages (line 240) | public function testUsageAttributeCanSetUsages() class SignatureWithAliasesCommand (line 248) | #[Signature('foo:bar', aliases: ['bar:baz', 'baz:qux'])] method handle (line 251) | public function handle() class HiddenCommand (line 256) | #[Signature('foo:bar')] method handle (line 260) | public function handle() class HelpCommand (line 265) | #[Signature('foo:bar')] method handle (line 269) | public function handle() class UsageCommand (line 274) | #[Signature('foo:bar {user}')] method handle (line 279) | public function handle() FILE: tests/Console/CommandTrapTest.php class CommandTrapTest (line 10) | class CommandTrapTest extends TestCase method setUp (line 18) | protected function setUp(): void method testTrapWhenAvailable (line 26) | public function testTrapWhenAvailable() method testTrapWhenNotAvailable (line 39) | public function testTrapWhenNotAvailable() method testUntrap (line 54) | public function testUntrap() method testNestedTraps (line 69) | public function testNestedTraps() method createCommand (line 112) | protected function createCommand() FILE: tests/Console/Concerns/InteractsWithIOTest.php class InteractsWithIOTest (line 16) | class InteractsWithIOTest extends TestCase method testWithProgressBarIterable (line 18) | #[DataProvider('iterableDataProvider')] method iterableDataProvider (line 46) | public static function iterableDataProvider(): Generator method testWithProgressBarInteger (line 53) | public function testWithProgressBarInteger() class CommandInteractsWithIO (line 80) | class CommandInteractsWithIO extends Command FILE: tests/Console/ConfiguresPromptsTest.php class ConfiguresPromptsTest (line 19) | class ConfiguresPromptsTest extends TestCase method testSelectFallback (line 21) | #[DataProvider('selectDataProvider')] method selectDataProvider (line 50) | public static function selectDataProvider() method testMultiselectFallback (line 62) | #[DataProvider('multiselectDataProvider')] method multiselectDataProvider (line 91) | public static function multiselectDataProvider() method runCommand (line 109) | protected function runCommand($command, $expectations) FILE: tests/Console/ConsoleApplicationTest.php class ConsoleApplicationTest (line 29) | class ConsoleApplicationTest extends TestCase method tearDown (line 33) | protected function tearDown(): void method testAddSetsLaravelInstance (line 40) | public function testAddSetsLaravelInstance() method testLaravelNotSetOnSymfonyCommands (line 51) | public function testLaravelNotSetOnSymfonyCommands() method testResolveAddsCommandViaApplicationResolution (line 62) | public function testResolveAddsCommandViaApplicationResolution() method testResolvingCommandsWithAliasViaAttribute (line 73) | public function testResolvingCommandsWithAliasViaAttribute() method testResolvingCommandsWithAliasViaProperty (line 86) | public function testResolvingCommandsWithAliasViaProperty() method testResolvingCommandsWithNoAliasViaAttribute (line 99) | public function testResolvingCommandsWithNoAliasViaAttribute() method testResolvingCommandsWithNoAliasViaProperty (line 117) | public function testResolvingCommandsWithNoAliasViaProperty() method testCallFullyStringCommandLine (line 135) | public function testCallFullyStringCommandLine() method testCommandInputPromptsWhenRequiredArgumentIsMissing (line 162) | public function testCommandInputPromptsWhenRequiredArgumentIsMissing() method testCommandInputDoesntPromptWhenRequiredArgumentIsPassed (line 181) | public function testCommandInputDoesntPromptWhenRequiredArgumentIsPass... method testCommandInputPromptsWhenRequiredArgumentsAreMissing (line 200) | public function testCommandInputPromptsWhenRequiredArgumentsAreMissing() method testCommandInputDoesntPromptWhenRequiredArgumentsArePassed (line 219) | public function testCommandInputDoesntPromptWhenRequiredArgumentsArePa... method testCallMethodCanCallArtisanCommandUsingCommandClassObject (line 238) | public function testCallMethodCanCallArtisanCommandUsingCommandClassOb... method testLoadIgnoresTestFiles (line 257) | #[RunInSeparateProcess] method getMockConsole (line 302) | protected function getMockConsole(array $methods) class CommandWithNoAliasViaAttribute (line 313) | #[AsCommand('command-name')] class CommandWithAliasViaAttribute (line 318) | #[AsCommand('command-name', aliases: ['command-alias'])] class CommandWithNoAliasViaProperty (line 324) | class CommandWithNoAliasViaProperty extends Command class CommandWithAliasViaProperty (line 329) | class CommandWithAliasViaProperty extends Command class TestKernel (line 335) | class TestKernel extends Kernel method loadFrom (line 339) | public function loadFrom($paths) method commandClassFromFile (line 344) | #[\Override] method getRegisteredCommands (line 350) | public function getRegisteredCommands(): array FILE: tests/Console/ConsoleEventSchedulerTest.php class ConsoleEventSchedulerTest (line 16) | class ConsoleEventSchedulerTest extends TestCase method setUp (line 23) | protected function setUp(): void method testMutexCanReceiveCustomStore (line 36) | public function testMutexCanReceiveCustomStore() method testExecCreatesNewCommand (line 44) | public function testExecCreatesNewCommand() method testExecCreatesNewCommandWithTimezone (line 76) | public function testExecCreatesNewCommandWithTimezone() method testCommandCreatesNewArtisanCommand (line 89) | public function testCommandCreatesNewArtisanCommand() method testCreateNewArtisanCommandUsingCommandClass (line 104) | public function testCreateNewArtisanCommandUsingCommandClass() method testCreateNewArtisanCommandUsingCommandClassObject (line 115) | public function testCreateNewArtisanCommandUsingCommandClassObject() method testItUsesCommandDescriptionAsEventDescription (line 135) | public function testItUsesCommandDescriptionAsEventDescription() method testItShouldBePossibleToOverwriteTheDescription (line 142) | public function testItShouldBePossibleToOverwriteTheDescription() method testCallCreatesNewJobWithTimezone (line 150) | public function testCallCreatesNewJobWithTimezone() class FooClassStub (line 164) | class FooClassStub method __construct (line 168) | public function __construct(Schedule $schedule) class ConsoleCommandStub (line 174) | class ConsoleCommandStub extends Command method __construct (line 182) | public function __construct(FooClassStub $foo) FILE: tests/Console/ConsoleParserTest.php class ConsoleParserTest (line 9) | class ConsoleParserTest extends TestCase method testBasicParameterParsing (line 11) | public function testBasicParameterParsing() method testShortcutNameParsing (line 70) | public function testShortcutNameParsing() method testDefaultValueParsing (line 112) | public function testDefaultValueParsing() method testArgumentDefaultValue (line 131) | public function testArgumentDefaultValue() method testOptionDefaultValue (line 140) | public function testOptionDefaultValue() method testNameIsSpacesException (line 149) | public function testNameIsSpacesException() method testNameInEmptyException (line 157) | public function testNameInEmptyException() FILE: tests/Console/ConsoleScheduledEventTest.php class ConsoleScheduledEventTest (line 12) | class ConsoleScheduledEventTest extends TestCase method setUp (line 21) | protected function setUp(): void method tearDown (line 27) | protected function tearDown(): void method testBasicCronCompilation (line 35) | public function testBasicCronCompilation() method testEventIsDueCheck (line 79) | public function testEventIsDueCheck() method testTimeBetweenChecks (line 95) | public function testTimeBetweenChecks() method testTimeUnlessBetweenChecks (line 122) | public function testTimeUnlessBetweenChecks() FILE: tests/Console/Fixtures/FakeCommandWithArrayInputPrompting.php class FakeCommandWithArrayInputPrompting (line 11) | class FakeCommandWithArrayInputPrompting extends Command implements Prom... method configurePrompts (line 17) | protected function configurePrompts(InputInterface $input) method handle (line 29) | public function handle(): int FILE: tests/Console/Fixtures/FakeCommandWithInputPrompting.php class FakeCommandWithInputPrompting (line 11) | class FakeCommandWithInputPrompting extends Command implements PromptsFo... method configurePrompts (line 17) | protected function configurePrompts(InputInterface $input) method handle (line 29) | public function handle(): int FILE: tests/Console/Fixtures/FakeSignalsRegistry.php class FakeSignalsRegistry (line 5) | class FakeSignalsRegistry method register (line 11) | public function register($signal, $signalHandler) method handle (line 16) | public function handle($signal) FILE: tests/Console/Fixtures/JobToTestWithSchedule.php class JobToTestWithSchedule (line 9) | final class JobToTestWithSchedule implements ShouldQueue FILE: tests/Console/OutputStyleTest.php class OutputStyleTest (line 10) | class OutputStyleTest extends TestCase method testDetectsNewLine (line 12) | public function testDetectsNewLine() method testDetectsNewLineOnUnderlyingOutput (line 24) | public function testDetectsNewLineOnUnderlyingOutput() method testDetectsNewLineOnWrite (line 35) | public function testDetectsNewLineOnWrite() method testDetectsNewLineOnWriteln (line 48) | public function testDetectsNewLineOnWriteln() method testDetectsNewLineOnlyOnOutput (line 58) | public function testDetectsNewLineOnlyOnOutput() FILE: tests/Console/Scheduling/CacheEventMutexTest.php class CacheEventMutexTest (line 13) | class CacheEventMutexTest extends TestCase method setUp (line 35) | protected function setUp(): void method testPreventOverlap (line 46) | public function testPreventOverlap() method testCustomConnection (line 54) | public function testCustomConnection() method testPreventOverlapFails (line 64) | public function testPreventOverlapFails() method testOverlapsForNonRunningTask (line 72) | public function testOverlapsForNonRunningTask() method testOverlapsForRunningTask (line 80) | public function testOverlapsForRunningTask() method testResetOverlap (line 88) | public function testResetOverlap() method testPreventOverlapWithLockProvider (line 96) | public function testPreventOverlapWithLockProvider() method testPreventOverlapFailsWithLockProvider (line 103) | public function testPreventOverlapFailsWithLockProvider() method testOverlapsForNonRunningTaskWithLockProvider (line 113) | public function testOverlapsForNonRunningTaskWithLockProvider() method testOverlapsForRunningTaskWithLockProvider (line 120) | public function testOverlapsForRunningTaskWithLockProvider() method testResetOverlapWithLockProvider (line 129) | public function testResetOverlapWithLockProvider() FILE: tests/Console/Scheduling/CacheSchedulingMutexTest.php class CacheSchedulingMutexTest (line 15) | class CacheSchedulingMutexTest extends TestCase method setUp (line 42) | protected function setUp(): void method testMutexReceivesCorrectCreate (line 54) | public function testMutexReceivesCorrectCreate() method testCanUseCustomConnection (line 62) | public function testCanUseCustomConnection() method testPreventsMultipleRuns (line 72) | public function testPreventsMultipleRuns() method testChecksForNonRunSchedule (line 80) | public function testChecksForNonRunSchedule() method testChecksForAlreadyRunSchedule (line 88) | public function testChecksForAlreadyRunSchedule() method testMutexReceivesCorrectCreateWithLockProvider (line 96) | public function testMutexReceivesCorrectCreateWithLockProvider() method testPreventsMultipleRunsWithLockProvider (line 103) | public function testPreventsMultipleRunsWithLockProvider() method testChecksForNonRunScheduleWithLockProvider (line 113) | public function testChecksForNonRunScheduleWithLockProvider() method testChecksForAlreadyRunScheduleWithLockProvider (line 120) | public function testChecksForAlreadyRunScheduleWithLockProvider() FILE: tests/Console/Scheduling/EventTest.php class EventTest (line 14) | class EventTest extends TestCase method testBuildCommandUsingUnix (line 16) | #[RequiresOperatingSystem('Linux|Darwin')] method testBuildCommandUsingWindows (line 24) | #[RequiresOperatingSystem('Windows')] method testBuildCommandInBackgroundUsingUnix (line 32) | #[RequiresOperatingSystem('Linux|Darwin')] method testBuildCommandInBackgroundUsingWindows (line 43) | #[RequiresOperatingSystem('Windows')] method testBuildCommandSendOutputTo (line 54) | public function testBuildCommandSendOutputTo() method testBuildCommandAppendOutput (line 69) | public function testBuildCommandAppendOutput() method testNextRunDate (line 79) | public function testNextRunDate() method testCustomMutexName (line 87) | public function testCustomMutexName() method testDaysOfMonthMethod (line 101) | public function testDaysOfMonthMethod() method testEventDoesNotRunWhenPausedByDefault (line 113) | public function testEventDoesNotRunWhenPausedByDefault() method testEventRunsWhenMarkedAsEvenWhenPaused (line 120) | public function testEventRunsWhenMarkedAsEvenWhenPaused() FILE: tests/Console/Scheduling/FrequencyTest.php class FrequencyTest (line 11) | class FrequencyTest extends TestCase method setUp (line 16) | protected function setUp(): void method testEveryMinute (line 24) | public function testEveryMinute() method testEveryXMinutes (line 30) | public function testEveryXMinutes() method testDaily (line 41) | public function testDaily() method testDailyAt (line 46) | public function testDailyAt() method testDailyAtParsesMinutesAndIgnoresSecondsWhenSecondsAreDefined (line 51) | public function testDailyAtParsesMinutesAndIgnoresSecondsWhenSecondsAr... method testTwiceDaily (line 56) | public function testTwiceDaily() method testTwiceDailyAt (line 61) | public function testTwiceDailyAt() method testWeekly (line 66) | public function testWeekly() method testWeeklyOn (line 71) | public function testWeeklyOn() method testOverrideWithHourly (line 76) | public function testOverrideWithHourly() method testHourly (line 84) | public function testHourly() method testMonthly (line 111) | public function testMonthly() method testMonthlyOn (line 116) | public function testMonthlyOn() method testLastDayOfMonth (line 121) | public function testLastDayOfMonth() method testTwiceMonthly (line 130) | public function testTwiceMonthly() method testTwiceMonthlyAtTime (line 135) | public function testTwiceMonthlyAtTime() method testMonthlyOnWithMinutes (line 140) | public function testMonthlyOnWithMinutes() method testWeekdaysDaily (line 145) | public function testWeekdaysDaily() method testWeekdaysHourly (line 150) | public function testWeekdaysHourly() method testWeekdays (line 155) | public function testWeekdays() method testWeekends (line 160) | public function testWeekends() method testSundays (line 165) | public function testSundays() method testMondays (line 170) | public function testMondays() method testTuesdays (line 175) | public function testTuesdays() method testWednesdays (line 180) | public function testWednesdays() method testThursdays (line 185) | public function testThursdays() method testFridays (line 190) | public function testFridays() method testSaturdays (line 195) | public function testSaturdays() method testQuarterly (line 200) | public function testQuarterly() method testYearly (line 205) | public function testYearly() method testYearlyOn (line 210) | public function testYearlyOn() method testYearlyOnMondaysOnly (line 215) | public function testYearlyOnMondaysOnly() method testYearlyOnTuesdaysAndDayOfMonth20 (line 220) | public function testYearlyOnTuesdaysAndDayOfMonth20() method testFrequencyMacro (line 225) | public function testFrequencyMacro() FILE: tests/Console/Scheduling/ScheduleTest.php class ScheduleTest (line 19) | #[CoversClass(Schedule::class)] method setUp (line 26) | protected function setUp(): void method testJobHonoursDisplayNameIfMethodExists (line 38) | #[DataProvider('jobHonoursDisplayNameIfMethodExistsProvider')] method jobHonoursDisplayNameIfMethodExistsProvider (line 47) | public static function jobHonoursDisplayNameIfMethodExistsProvider(): ... method testJobIsNotInstantiatedIfSuppliedAsClassname (line 63) | public function testJobIsNotInstantiatedIfSuppliedAsClassname(): void FILE: tests/Console/SignalsTest.php class SignalsTest (line 9) | class SignalsTest extends TestCase method setUp (line 17) | protected function setUp(): void method tearDown (line 23) | protected function tearDown(): void method testRegister (line 30) | public function testRegister() method testUnregister (line 45) | public function testUnregister() FILE: tests/Console/View/ComponentsTest.php class ComponentsTest (line 13) | class ComponentsTest extends TestCase method testAlert (line 15) | public function testAlert() method testBulletList (line 27) | public function testBulletList() method testSuccess (line 42) | public function testSuccess() method testError (line 51) | public function testError() method testInfo (line 60) | public function testInfo() method testConfirm (line 69) | public function testConfirm() method testChoice (line 90) | public function testChoice() method testTask (line 103) | public function testTask() method testTwoColumnDetail (line 123) | public function testTwoColumnDetail() method testTwoColumnDetailPreservesTrailingPunctuationInValue (line 133) | public function testTwoColumnDetailPreservesTrailingPunctuationInValue() method testWarn (line 142) | public function testWarn() FILE: tests/Container/AfterResolvingAttributeCallbackTest.php class AfterResolvingAttributeCallbackTest (line 9) | class AfterResolvingAttributeCallbackTest extends TestCase method testCallbackIsCalledAfterDependencyResolutionWithAttribute (line 11) | public function testCallbackIsCalledAfterDependencyResolutionWithAttri... method testCallbackIsCalledAfterClassWithAttributeIsResolved (line 28) | public function testCallbackIsCalledAfterClassWithAttributeIsResolved() method testCallbackIsCalledAfterClassWithConstructorAndAttributeIsResolved (line 43) | public function testCallbackIsCalledAfterClassWithConstructorAndAttrib... method testCallbackIsCalledOnAppCall (line 61) | public function testCallbackIsCalledOnAppCall() class ContainerTestOnTenant (line 77) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 80) | public function __construct( class HasTenantImpl (line 92) | final class HasTenantImpl method onTenant (line 96) | public function onTenant(Tenant $tenant): void class ContainerTestHasTenantImplPropertyWithTenantA (line 102) | final class ContainerTestHasTenantImplPropertyWithTenantA method __construct (line 104) | public function __construct( class ContainerTestHasTenantImplPropertyWithTenantB (line 111) | final class ContainerTestHasTenantImplPropertyWithTenantB method __construct (line 113) | public function __construct( class ContainerTestConfiguresClass (line 120) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 123) | public function __construct( class ContainerTestHasSelfConfiguringAttributeAndConstructor (line 129) | #[ContainerTestConfiguresClass(value: 'the-right-value')] method __construct (line 132) | public function __construct( class ContainerTestBootable (line 138) | #[Attribute(Attribute::TARGET_CLASS)] class ContainerTestHasBootable (line 143) | #[ContainerTestBootable] method booting (line 148) | public function booting(): void FILE: tests/Container/ContainerCallTest.php class ContainerCallTest (line 12) | class ContainerCallTest extends TestCase method testCallWithAtSignBasedClassReferencesWithoutMethodThrowsException (line 14) | public function testCallWithAtSignBasedClassReferencesWithoutMethodThr... method testCallWithAtSignBasedClassReferences (line 23) | public function testCallWithAtSignBasedClassReferences() method testCallWithCallableArray (line 44) | public function testCallWithCallableArray() method testCallWithStaticMethodNameString (line 52) | public function testCallWithStaticMethodNameString() method testCallWithGlobalMethodName (line 60) | public function testCallWithGlobalMethodName() method testCallWithBoundMethod (line 68) | public function testCallWithBoundMethod() method testBindMethodAcceptsAnArray (line 95) | public function testBindMethodAcceptsAnArray() method testClosureCallWithInjectedDependency (line 112) | public function testClosureCallWithInjectedDependency() method testCallWithDependencies (line 124) | public function testCallWithDependencies() method testCallWithVariadicDependency (line 161) | public function testCallWithVariadicDependency() method testCallWithCallableObject (line 184) | public function testCallWithCallableObject() method testCallWithCallableClassString (line 193) | public function testCallWithCallableClassString() method testCallWithoutRequiredParamsThrowsException (line 202) | public function testCallWithoutRequiredParamsThrowsException() method testCallWithUnnamedParametersThrowsException (line 211) | public function testCallWithUnnamedParametersThrowsException() method testCallWithoutRequiredParamsOnClosureThrowsException (line 220) | public function testCallWithoutRequiredParamsOnClosureThrowsException() method testCallWithNullableClassParameterDefaultValue (line 231) | public function testCallWithNullableClassParameterDefaultValue() method testCallWithNullableClassParameterDefaultValueWithBinding (line 242) | public function testCallWithNullableClassParameterDefaultValueWithBind... class ContainerTestCallStub (line 255) | class ContainerTestCallStub method work (line 257) | public function work() method inject (line 262) | public function inject(ContainerCallConcreteStub $stub, $default = 'ta... method unresolvable (line 267) | public function unresolvable($foo, $bar) class ContainerCallConcreteStub (line 273) | class ContainerCallConcreteStub function containerTestInject (line 278) | function containerTestInject(ContainerCallConcreteStub $stub, $default =... class ContainerStaticMethodStub (line 283) | class ContainerStaticMethodStub method inject (line 285) | public static function inject(ContainerCallConcreteStub $stub, $defaul... class ContainerCallCallableStub (line 291) | class ContainerCallCallableStub method __invoke (line 293) | public function __invoke(ContainerCallConcreteStub $stub, $default = '... class ContainerCallCallableClassStringStub (line 299) | class ContainerCallCallableClassStringStub method __construct (line 305) | public function __construct(ContainerCallConcreteStub $stub, $default ... method __invoke (line 311) | public function __invoke(ContainerTestCallStub $dependency) FILE: tests/Container/ContainerExtendTest.php class ContainerExtendTest (line 9) | class ContainerExtendTest extends TestCase method testExtendedBindings (line 11) | public function testExtendedBindings() method testExtendInstancesArePreserved (line 39) | public function testExtendInstancesArePreserved() method testExtendIsLazyInitialized (line 68) | public function testExtendIsLazyInitialized() method testExtendCanBeCalledBeforeBind (line 84) | public function testExtendCanBeCalledBeforeBind() method testExtendInstanceRebindingCallback (line 95) | public function testExtendInstanceRebindingCallback() method testExtendBindRebindingCallback (line 114) | public function testExtendBindRebindingCallback() method testExtensionWorksOnAliasedBindings (line 137) | public function testExtensionWorksOnAliasedBindings() method testMultipleExtends (line 151) | public function testMultipleExtends() method testUnsetExtend (line 165) | public function testUnsetExtend() method testExtendContextualBinding (line 191) | public function testExtendContextualBinding() method testExtendContextualBindingAfterResolution (line 209) | public function testExtendContextualBindingAfterResolution() class ContainerLazyExtendStub (line 229) | class ContainerLazyExtendStub method init (line 233) | public function init() type ContainerExtendInterfaceStub (line 239) | interface ContainerExtendInterfaceStub class ContainerExtendInterfaceImplementationStub (line 243) | class ContainerExtendInterfaceImplementationStub implements ContainerExt... method __construct (line 245) | public function __construct( class ContainerExtendConsumesInterfaceStub (line 251) | class ContainerExtendConsumesInterfaceStub method __construct (line 253) | public function __construct( FILE: tests/Container/ContainerResolveNonInstantiableTest.php class ContainerResolveNonInstantiableTest (line 8) | class ContainerResolveNonInstantiableTest extends TestCase method testResolvingNonInstantiableWithDefaultRemovesWiths (line 10) | public function testResolvingNonInstantiableWithDefaultRemovesWiths() method testResolvingNonInstantiableWithVariadicRemovesWiths (line 18) | public function testResolvingNonInstantiableWithVariadicRemovesWiths() method testResolveVariadicPrimitive (line 27) | public function testResolveVariadicPrimitive() type TestInterface (line 36) | interface TestInterface class ParentClass (line 40) | class ParentClass method __construct (line 47) | public function __construct(?TestInterface $testObject = null, int $i ... class VariadicParentClass (line 53) | class VariadicParentClass method __construct (line 65) | public function __construct(ChildClass $child, int $i = 0) class ChildClass (line 72) | class ChildClass method __construct (line 79) | public function __construct(TestInterface ...$objects) class VariadicPrimitive (line 85) | class VariadicPrimitive method __construct (line 92) | public function __construct(...$params) FILE: tests/Container/ContainerTaggingTest.php class ContainerTaggingTest (line 8) | class ContainerTaggingTest extends TestCase method testContainerTags (line 10) | public function testContainerTags() method testTaggedServicesAreLazyLoaded (line 48) | public function testTaggedServicesAreLazyLoaded() method testLazyLoadedTaggedServicesCanBeLoopedOverMultipleTimes (line 66) | public function testLazyLoadedTaggedServicesCanBeLoopedOverMultipleTim... type IContainerTaggedContractStub (line 92) | interface IContainerTaggedContractStub class ContainerImplementationTaggedStub (line 97) | class ContainerImplementationTaggedStub implements IContainerTaggedContr... class ContainerImplementationTaggedStubTwo (line 102) | class ContainerImplementationTaggedStubTwo implements IContainerTaggedCo... FILE: tests/Container/ContainerTest.php class ContainerTest (line 19) | class ContainerTest extends TestCase method tearDown (line 21) | protected function tearDown(): void method testContainerSingleton (line 28) | public function testContainerSingleton() method testClosureResolution (line 42) | public function testClosureResolution() method testAbstractCanBeBoundFromConcreteReturnType (line 51) | public function testAbstractCanBeBoundFromConcreteReturnType() method testBindIfDoesntRegisterIfServiceAlreadyRegistered (line 69) | public function testBindIfDoesntRegisterIfServiceAlreadyRegistered() method testBindIfDoesRegisterIfServiceNotRegisteredYet (line 82) | public function testBindIfDoesRegisterIfServiceNotRegisteredYet() method testSingletonIfDoesntRegisterIfBindingAlreadyRegistered (line 95) | public function testSingletonIfDoesntRegisterIfBindingAlreadyRegistered() method testSingletonIfDoesRegisterIfBindingNotRegisteredYet (line 109) | public function testSingletonIfDoesRegisterIfBindingNotRegisteredYet() method testSharedClosureResolution (line 123) | public function testSharedClosureResolution() method testScopedClosureResolution (line 134) | public function testScopedClosureResolution() method testScopedBindingsWithClosureReturnType (line 145) | public function testScopedBindingsWithClosureReturnType() method testScopedIf (line 152) | public function testScopedIf() method testScopedClosureResets (line 166) | public function testScopedClosureResets() method testAutoConcreteResolution (line 180) | public function testAutoConcreteResolution() method testSharedConcreteResolution (line 186) | public function testSharedConcreteResolution() method testScopedConcreteResolutionResets (line 196) | public function testScopedConcreteResolutionResets() method testBindFailsLoudlyWithInvalidArgument (line 210) | public function testBindFailsLoudlyWithInvalidArgument() method testAbstractToConcreteResolution (line 219) | public function testAbstractToConcreteResolution() method testNestedDependencyResolution (line 227) | public function testNestedDependencyResolution() method testContainerIsPassedToResolvers (line 236) | public function testContainerIsPassedToResolvers() method testArrayAccess (line 246) | public function testArrayAccess() method testAliases (line 269) | public function testAliases() method testAliasesWithArrayOfParameters (line 280) | public function testAliasesWithArrayOfParameters() method testBindingsCanBeOverridden (line 290) | public function testBindingsCanBeOverridden() method testBindingAnInstanceReturnsTheInstance (line 298) | public function testBindingAnInstanceReturnsTheInstance() method testBindingAnInstanceAsShared (line 308) | public function testBindingAnInstanceAsShared() method testResolutionOfDefaultParameters (line 317) | public function testResolutionOfDefaultParameters() method testResolutionOfClassWithDefaultParameters (line 325) | public function testResolutionOfClassWithDefaultParameters() method testResolutionOfClassWithDefaultParametersAndContextualBindings (line 337) | public function testResolutionOfClassWithDefaultParametersAndContextua... method testBound (line 348) | public function testBound() method testUnsetRemoveBoundInstances (line 363) | public function testUnsetRemoveBoundInstances() method testBoundInstanceAndAliasCheckViaArrayAccess (line 372) | public function testBoundInstanceAndAliasCheckViaArrayAccess() method testReboundListeners (line 382) | public function testReboundListeners() method testReboundListenersOnInstances (line 400) | public function testReboundListenersOnInstances() method testReboundListenersOnInstancesOnlyFiresIfWasAlreadyBound (line 418) | public function testReboundListenersOnInstancesOnlyFiresIfWasAlreadyBo... method testInternalClassWithDefaultParameters (line 433) | public function testInternalClassWithDefaultParameters() method testBindingResolutionExceptionMessage (line 442) | public function testBindingResolutionExceptionMessage() method testBindingResolutionExceptionMessageIncludesBuildStack (line 451) | public function testBindingResolutionExceptionMessageIncludesBuildStack() method testBindingResolutionExceptionMessageWhenClassDoesNotExist (line 460) | public function testBindingResolutionExceptionMessageWhenClassDoesNotE... method testForgetInstanceForgetsInstance (line 469) | public function testForgetInstanceForgetsInstance() method testForgetInstancesForgetsAllInstances (line 479) | public function testForgetInstancesForgetsAllInstances() method testContainerFlushFlushesAllBindingsAliasesAndResolvedInstances (line 497) | public function testContainerFlushFlushesAllBindingsAliasesAndResolved... method testResolvedResolvesAliasToBindingNameBeforeChecking (line 516) | public function testResolvedResolvesAliasToBindingNameBeforeChecking() method testGetAlias (line 533) | public function testGetAlias() method testCurrentlyResolving (line 540) | public function testCurrentlyResolving() method testGetAliasRecursive (line 557) | public function testGetAliasRecursive() method testItThrowsExceptionWhenAbstractIsSameAsAlias (line 569) | public function testItThrowsExceptionWhenAbstractIsSameAsAlias() method testContainerGetFactory (line 578) | public function testContainerGetFactory() method testMakeWithMethodIsAnAliasForMakeMethod (line 589) | public function testMakeWithMethodIsAnAliasForMakeMethod() method testResolvingWithArrayOfParameters (line 605) | public function testResolvingWithArrayOfParameters() method testResolvingWithArrayOfMixedParameters (line 621) | public function testResolvingWithArrayOfMixedParameters() method testResolvingWithUsingAnInterface (line 631) | public function testResolvingWithUsingAnInterface() method testNestedParameterOverride (line 639) | public function testNestedParameterOverride() method testNestedParametersAreResetForFreshMake (line 652) | public function testNestedParametersAreResetForFreshMake() method testSingletonBindingsNotRespectedWithMakeParameters (line 667) | public function testSingletonBindingsNotRespectedWithMakeParameters() method testCanBuildWithoutParameterStackWithNoConstructors (line 679) | public function testCanBuildWithoutParameterStackWithNoConstructors() method testCanBuildWithoutParameterStackWithConstructors (line 685) | public function testCanBuildWithoutParameterStackWithConstructors() method testContainerKnowsEntry (line 692) | public function testContainerKnowsEntry() method testContainerCanBindAnyWord (line 699) | public function testContainerCanBindAnyWord() method testContainerCanDynamicallySetService (line 706) | public function testContainerCanDynamicallySetService() method testUnknownEntryThrowsException (line 715) | public function testUnknownEntryThrowsException() method testBoundEntriesThrowsContainerExceptionWhenNotResolvable (line 723) | public function testBoundEntriesThrowsContainerExceptionWhenNotResolva... method testContainerCanResolveClasses (line 733) | public function testContainerCanResolveClasses() method testMethodLevelContextualBinding (line 741) | public function testMethodLevelContextualBinding() method testContainerSingletonAttribute (line 756) | public function testContainerSingletonAttribute() method testContainerScopedAttribute (line 766) | public function testContainerScopedAttribute() method testBindInterfaceToSingleton (line 780) | public function testBindInterfaceToSingleton() method testBindInterfaceToScoped (line 790) | public function testBindInterfaceToScoped() method testWildcardBindingButNoEnvironmentResolveSetThrowsBindingResolutionException (line 810) | public function testWildcardBindingButNoEnvironmentResolveSetThrowsBin... method testChecksForMoreSpecificEnvironmentBeforeFallingBackToDefault (line 820) | public function testChecksForMoreSpecificEnvironmentBeforeFallingBackT... method testCanPassAStringForEnvironmentEnvironment (line 834) | public function testCanPassAStringForEnvironmentEnvironment(): void method testAnEmptyEnvironmentListThrowsAnException (line 844) | public function testAnEmptyEnvironmentListThrowsAnException(): void method testContainerBindingsTakePrecedence (line 853) | public function testContainerBindingsTakePrecedence(): void method testFlushResetsEnvironmentResolverAndCheckedBindings (line 863) | public function testFlushResetsEnvironmentResolverAndCheckedBindings()... method testNoMatchingEnvironmentAndNoWildcardThrowsBindingResolutionException (line 878) | public function testNoMatchingEnvironmentAndNoWildcardThrowsBindingRes... method testScopedSingletonWithBind (line 888) | public function testScopedSingletonWithBind() method testSingletonWithBind (line 901) | public function testSingletonWithBind() method testWithFactoryHasDependency (line 912) | public function testWithFactoryHasDependency() class CircularAStub (line 935) | class CircularAStub method __construct (line 937) | public function __construct(CircularBStub $b) class CircularBStub (line 943) | class CircularBStub method __construct (line 945) | public function __construct(CircularCStub $c) class CircularCStub (line 951) | class CircularCStub method __construct (line 953) | public function __construct(CircularAStub $a) class ContainerConcreteStub (line 959) | class ContainerConcreteStub type IContainerContractStub (line 964) | interface IContainerContractStub class ContainerImplementationStub (line 969) | class ContainerImplementationStub implements IContainerContractStub class ContainerImplementationStubTwo (line 974) | class ContainerImplementationStubTwo implements IContainerContractStub class ContainerDependentStub (line 979) | class ContainerDependentStub method __construct (line 983) | public function __construct(IContainerContractStub $impl) class ContainerNestedDependentStub (line 989) | class ContainerNestedDependentStub method __construct (line 993) | public function __construct(ContainerDependentStub $inner) class ContainerDefaultValueStub (line 999) | class ContainerDefaultValueStub method __construct (line 1004) | public function __construct(ContainerConcreteStub $stub, $default = 't... class ContainerClassWithDefaultValueStub (line 1011) | class ContainerClassWithDefaultValueStub method __construct (line 1013) | public function __construct( class ContainerMixedPrimitiveStub (line 1020) | class ContainerMixedPrimitiveStub method __construct (line 1026) | public function __construct($first, ContainerConcreteStub $stub, $last) class ContainerInjectVariableStub (line 1034) | class ContainerInjectVariableStub method __construct (line 1038) | public function __construct(ContainerConcreteStub $concrete, $something) class ContainerInjectVariableStubWithInterfaceImplementation (line 1044) | class ContainerInjectVariableStubWithInterfaceImplementation implements ... method __construct (line 1048) | public function __construct(ContainerConcreteStub $concrete, $something) class ContainerContextualBindingCallTarget (line 1054) | class ContainerContextualBindingCallTarget method __construct (line 1056) | public function __construct() method work (line 1060) | public function work(IContainerContractStub $stub) class ContainerCurrentResolvingAttribute (line 1066) | #[Attribute(Attribute::TARGET_PARAMETER)] method resolve (line 1069) | public function resolve() class ContainerCurrentResolvingConcrete (line 1074) | class ContainerCurrentResolvingConcrete method __construct (line 1078) | public function __construct( class ContainerSingletonAttribute (line 1086) | #[Singleton] class ContainerScopedAttribute (line 1091) | #[Scoped] type ContainerBindSingletonTestInterface (line 1096) | #[Bind(ContainerSingletonAttribute::class, environments: ['foo', Contain... type ContainerBindScopedTestInterface (line 1106) | #[Bind(ContainerScopedAttribute::class, environments: ['test'])] type WildcardOnlyInterface (line 1112) | #[Bind(WildcardConcrete::class)] class WildcardConcrete (line 1117) | class WildcardConcrete implements WildcardOnlyInterface type WildcardAndProdInterface (line 1124) | #[Bind(FallbackConcrete::class)] class FallbackConcrete (line 1130) | class FallbackConcrete implements WildcardAndProdInterface class ProdConcrete (line 1133) | class ProdConcrete implements WildcardAndProdInterface type CliOnlyInterface (line 1137) | #[Bind(CliConcrete::class, environments: 'cli')] class CliConcrete (line 1142) | class CliConcrete implements CliOnlyInterface type EmptyEnvInterface (line 1146) | #[Bind(BadConcrete::class, environments: [])] class BadConcrete (line 1151) | class BadConcrete implements EmptyEnvInterface type ProdEnvOnlyInterface (line 1155) | #[Bind(ProdConcrete::class, environments: 'prod')] type MultiEnvInterface (line 1160) | #[Bind(ProdConcrete::class, environments: 'prod')] class DevConcrete (line 1166) | class DevConcrete implements MultiEnvInterface type OverrideInterface (line 1170) | #[Bind(OriginalConcrete::class)] class OriginalConcrete (line 1175) | class OriginalConcrete implements OverrideInterface class AltConcrete (line 1179) | class AltConcrete implements OverrideInterface type IsScoped (line 1183) | #[Bind(IsScopedConcrete::class)] class IsScopedConcrete (line 1189) | class IsScopedConcrete implements IsScoped type IsSingleton (line 1193) | #[Bind(IsScopedConcrete::class)] class RequestDto (line 1199) | class RequestDto implements SelfBuilding method __construct (line 1201) | public function __construct( method newInstance (line 1207) | public static function newInstance(RequestDtoDependencyContract $depen... type RequestDtoDependencyContract (line 1216) | interface RequestDtoDependencyContract class RequestDtoDependency (line 1220) | class RequestDtoDependency implements RequestDtoDependencyContract method __construct (line 1224) | public function __construct() FILE: tests/Container/ContextualAttributeBindingTest.php class ContextualAttributeBindingTest (line 39) | class ContextualAttributeBindingTest extends TestCase method testDependencyCanBeResolvedFromAttributeBinding (line 41) | public function testDependencyCanBeResolvedFromAttributeBinding() method testSimpleDependencyCanBeResolvedCorrectlyFromGiveAttributeBinding (line 64) | public function testSimpleDependencyCanBeResolvedCorrectlyFromGiveAttr... method testComplexDependencyCanBeResolvedCorrectlyFromGiveAttributeBinding (line 75) | public function testComplexDependencyCanBeResolvedCorrectlyFromGiveAtt... method testScalarDependencyCanBeResolvedFromAttributeBinding (line 87) | public function testScalarDependencyCanBeResolvedFromAttributeBinding() method testScalarDependencyCanBeResolvedFromAttributeResolveMethod (line 106) | public function testScalarDependencyCanBeResolvedFromAttributeResolveM... method testDependencyWithAfterCallbackAttributeCanBeResolved (line 121) | public function testDependencyWithAfterCallbackAttributeCanBeResolved() method testAuthedAttribute (line 130) | public function testAuthedAttribute() method testCacheAttribute (line 155) | public function testCacheAttribute() method testConfigAttribute (line 169) | public function testConfigAttribute() method testDatabaseAttribute (line 183) | public function testDatabaseAttribute() method testAuthAttribute (line 197) | public function testAuthAttribute() method testLogAttribute (line 211) | public function testLogAttribute() method testRouteParameterAttribute (line 225) | public function testRouteParameterAttribute() method testContextAttribute (line 239) | public function testContextAttribute(): void method testContextAttributeInteractingWithHidden (line 253) | public function testContextAttributeInteractingWithHidden(): void method testStorageAttribute (line 268) | public function testStorageAttribute() method testInjectionWithAttributeOnAppCall (line 282) | public function testInjectionWithAttributeOnAppCall() method testAttributeOnAppCall (line 293) | public function testAttributeOnAppCall() method testNestedAttributeOnAppCall (line 316) | public function testNestedAttributeOnAppCall() method testTagAttribute (line 339) | public function testTagAttribute() class ContainerTestAttributeThatResolvesContractImpl (line 354) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 357) | public function __construct( type ContainerTestContract (line 363) | interface ContainerTestContract class ContainerTestImplA (line 367) | final class ContainerTestImplA implements ContainerTestContract class ContainerTestImplB (line 371) | final class ContainerTestImplB implements ContainerTestContract class ContainerTestHasAttributeThatResolvesToImplA (line 375) | final class ContainerTestHasAttributeThatResolvesToImplA method __construct (line 377) | public function __construct( class ContainerTestHasAttributeThatResolvesToImplB (line 384) | final class ContainerTestHasAttributeThatResolvesToImplB method __construct (line 386) | public function __construct( class ContainerTestConfigValue (line 393) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 396) | public function __construct( class ContainerTestHasConfigValueProperty (line 402) | final class ContainerTestHasConfigValueProperty method __construct (line 404) | public function __construct( class ContainerTestConfigValueWithResolve (line 411) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 414) | public function __construct( method resolve (line 419) | public function resolve(self $attribute, Container $container): string class ContainerTestHasConfigValueWithResolveProperty (line 425) | final class ContainerTestHasConfigValueWithResolveProperty method __construct (line 427) | public function __construct( class ContainerTestConfigValueWithResolveAndAfter (line 434) | #[Attribute(Attribute::TARGET_PARAMETER)] method resolve (line 437) | public function resolve(self $attribute, Container $container): object method after (line 442) | public function after(self $attribute, object $value, Container $conta... class ContainerTestHasConfigValueWithResolvePropertyAndAfterCallback (line 448) | final class ContainerTestHasConfigValueWithResolvePropertyAndAfterCallback method __construct (line 450) | public function __construct( class SimpleDependency (line 457) | final class SimpleDependency implements ContainerTestContract class ComplexDependency (line 461) | final class ComplexDependency implements ContainerTestContract method __construct (line 463) | public function __construct(public bool $param) class AuthedTest (line 468) | final class AuthedTest method __construct (line 470) | public function __construct(#[Authenticated('foo')] AuthenticatableCon... class CacheTest (line 475) | final class CacheTest method __construct (line 477) | public function __construct(#[Cache('foo')] CacheRepository $foo, #[Ca... class ConfigTest (line 482) | final class ConfigTest method __construct (line 484) | public function __construct(#[Config('foo')] string $foo, #[Config('ba... class ContextTest (line 489) | final class ContextTest method __construct (line 491) | public function __construct(#[Context('foo')] string $foo) class ContextHiddenTest (line 496) | final class ContextHiddenTest method __construct (line 498) | public function __construct(#[Context('bar', hidden: true)] string $foo) class DatabaseTest (line 503) | final class DatabaseTest method __construct (line 505) | public function __construct(#[Database('foo')] Connection $foo, #[Data... class GuardTest (line 510) | final class GuardTest method __construct (line 512) | public function __construct(#[Auth('foo')] GuardContract $foo, #[Auth(... class LogTest (line 517) | final class LogTest method __construct (line 519) | public function __construct(#[Log('foo')] LoggerInterface $foo, #[Log(... class RouteParameterTest (line 524) | final class RouteParameterTest method __construct (line 526) | public function __construct(#[RouteParameter('foo')] Model $foo, #[Rou... class StorageTest (line 531) | final class StorageTest method __construct (line 533) | public function __construct(#[Storage('foo')] Filesystem $foo, #[Stora... class GiveTestSimple (line 538) | final class GiveTestSimple method __construct (line 540) | public function __construct( class GiveTestComplex (line 547) | final class GiveTestComplex method __construct (line 549) | public function __construct( class TimezoneObject (line 556) | final class TimezoneObject method __construct (line 558) | public function __construct( class LocaleObject (line 565) | final class LocaleObject method __construct (line 567) | public function __construct( FILE: tests/Container/ContextualBindingTest.php class ContextualBindingTest (line 9) | class ContextualBindingTest extends TestCase method testContainerCanInjectDifferentImplementationsDependingOnContext (line 11) | public function testContainerCanInjectDifferentImplementationsDependin... method testContextualBindingWorksForExistingInstancedBindings (line 56) | public function testContextualBindingWorksForExistingInstancedBindings() method testContextualBindingWorksForNewlyInstancedBindings (line 67) | public function testContextualBindingWorksForNewlyInstancedBindings() method testContextualBindingWorksOnExistingAliasedInstances (line 81) | public function testContextualBindingWorksOnExistingAliasedInstances() method testContextualBindingWorksOnNewAliasedInstances (line 96) | public function testContextualBindingWorksOnNewAliasedInstances() method testContextualBindingWorksOnNewAliasedBindings (line 111) | public function testContextualBindingWorksOnNewAliasedBindings() method testContextualBindingDoesNotFollowStaleAliases (line 126) | public function testContextualBindingDoesNotFollowStaleAliases() method testContextualBindingWorksForMultipleClasses (line 143) | public function testContextualBindingWorksForMultipleClasses() method testContextualBindingDoesntOverrideNonContextualResolution (line 167) | public function testContextualBindingDoesntOverrideNonContextualResolu... method testContextuallyBoundInstancesAreNotUnnecessarilyRecreated (line 187) | public function testContextuallyBoundInstancesAreNotUnnecessarilyRecre... method testContainerCanInjectSimpleVariable (line 208) | public function testContainerCanInjectSimpleVariable() method testContextualBindingWorksWithAliasedTargets (line 223) | public function testContextualBindingWorksWithAliasedTargets() method testContextualBindingWorksForNestedOptionalDependencies (line 242) | public function testContextualBindingWorksForNestedOptionalDependencies() method testContextualBindingWorksForVariadicDependencies (line 264) | public function testContextualBindingWorksForVariadicDependencies() method testContextualBindingWorksForVariadicDependenciesWithNothingBound (line 282) | public function testContextualBindingWorksForVariadicDependenciesWithN... method testContextualBindingWorksForVariadicAfterNonVariadicDependencies (line 291) | public function testContextualBindingWorksForVariadicAfterNonVariadicD... method testContextualBindingWorksForVariadicAfterNonVariadicDependenciesWithNothingBound (line 309) | public function testContextualBindingWorksForVariadicAfterNonVariadicD... method testContextualBindingWorksForVariadicDependenciesWithoutFactory (line 318) | public function testContextualBindingWorksForVariadicDependenciesWitho... method testContextualBindingGivesTagsForArrayWithNoTagsDefined (line 334) | public function testContextualBindingGivesTagsForArrayWithNoTagsDefined() method testContextualBindingGivesTagsForVariadicWithNoTagsDefined (line 345) | public function testContextualBindingGivesTagsForVariadicWithNoTagsDef... method testContextualBindingGivesTagsForArray (line 356) | public function testContextualBindingGivesTagsForArray() method testContextualBindingGivesTagsForVariadic (line 374) | public function testContextualBindingGivesTagsForVariadic() method testContextualBindingGivesValuesFromConfigOptionalValueNull (line 392) | public function testContextualBindingGivesValuesFromConfigOptionalValu... method testContextualBindingGivesValuesFromConfigOptionalValueSet (line 422) | public function testContextualBindingGivesValuesFromConfigOptionalValu... method testContextualBindingGivesValuesFromConfigWithDefault (line 458) | public function testContextualBindingGivesValuesFromConfigWithDefault() method testContextualBindingGivesValuesFromConfigArray (line 487) | public function testContextualBindingGivesValuesFromConfigArray() method testContextualBindingWorksForMethodInvocation (line 513) | public function testContextualBindingWorksForMethodInvocation() type IContainerContextContractStub (line 534) | interface IContainerContextContractStub class ContainerContextNonContractStub (line 539) | class ContainerContextNonContractStub class ContainerContextImplementationStub (line 544) | class ContainerContextImplementationStub implements IContainerContextCon... class ContainerContextImplementationStubTwo (line 549) | class ContainerContextImplementationStubTwo implements IContainerContext... class ContainerTestContextInjectInstantiations (line 554) | class ContainerTestContextInjectInstantiations implements IContainerCont... method __construct (line 558) | public function __construct() class ContainerTestContextInjectOne (line 564) | class ContainerTestContextInjectOne method __construct (line 568) | public function __construct(IContainerContextContractStub $impl) class ContainerTestContextInjectTwo (line 574) | class ContainerTestContextInjectTwo method __construct (line 578) | public function __construct(IContainerContextContractStub $impl) class ContainerTestContextInjectThree (line 584) | class ContainerTestContextInjectThree method __construct (line 588) | public function __construct(IContainerContextContractStub $impl) class ContainerTestContextInjectTwoInstances (line 594) | class ContainerTestContextInjectTwoInstances method __construct (line 599) | public function __construct(ContainerTestContextWithOptionalInnerDepen... class ContainerTestContextWithOptionalInnerDependency (line 606) | class ContainerTestContextWithOptionalInnerDependency method __construct (line 610) | public function __construct(?ContainerTestContextInjectOne $inner = null) class ContainerTestContextInjectArray (line 616) | class ContainerTestContextInjectArray method __construct (line 620) | public function __construct(array $stubs) class ContainerTestContextInjectVariadic (line 626) | class ContainerTestContextInjectVariadic method __construct (line 630) | public function __construct(IContainerContextContractStub ...$stubs) class ContainerTestContextInjectVariadicAfterNonVariadic (line 636) | class ContainerTestContextInjectVariadicAfterNonVariadic method __construct (line 641) | public function __construct(ContainerContextNonContractStub $other, IC... class ContainerTestContextInjectFromConfigIndividualValues (line 648) | class ContainerTestContextInjectFromConfigIndividualValues method __construct (line 654) | public function __construct($username, $password, $alias = null) class ContainerTestContextInjectFromConfigArray (line 662) | class ContainerTestContextInjectFromConfigArray method __construct (line 666) | public function __construct($settings) class ContainerTestContextInjectMethodArgument (line 672) | class ContainerTestContextInjectMethodArgument method method (line 674) | public function method(IContainerContextContractStub $dependency) FILE: tests/Container/ResolvingCallbackTest.php class ResolvingCallbackTest (line 9) | class ResolvingCallbackTest extends TestCase method testResolvingCallbacksAreCalledForSpecificAbstracts (line 11) | public function testResolvingCallbacksAreCalledForSpecificAbstracts() method testResolvingCallbacksAreCalled (line 25) | public function testResolvingCallbacksAreCalled() method testResolvingCallbacksAreCalledForType (line 39) | public function testResolvingCallbacksAreCalledForType() method testResolvingCallbacksShouldBeFiredWhenCalledWithAliases (line 53) | public function testResolvingCallbacksShouldBeFiredWhenCalledWithAlias... method testResolvingCallbacksAreCalledOnceForImplementation (line 68) | public function testResolvingCallbacksAreCalledOnceForImplementation() method testGlobalResolvingCallbacksAreCalledOnceForImplementation (line 86) | public function testGlobalResolvingCallbacksAreCalledOnceForImplementa... method testResolvingCallbacksAreCalledOnceForSingletonConcretes (line 104) | public function testResolvingCallbacksAreCalledOnceForSingletonConcret... method testResolvingCallbacksCanStillBeAddedAfterTheFirstResolution (line 126) | public function testResolvingCallbacksCanStillBeAddedAfterTheFirstReso... method testResolvingCallbacksAreCanceledWhenInterfaceGetsBoundToSomeOtherConcrete (line 143) | public function testResolvingCallbacksAreCanceledWhenInterfaceGetsBoun... method testResolvingCallbacksAreCalledOnceForStringAbstractions (line 162) | public function testResolvingCallbacksAreCalledOnceForStringAbstractio... method testResolvingCallbacksForConcretesAreCalledOnceForStringAbstractions (line 180) | public function testResolvingCallbacksForConcretesAreCalledOnceForStri... method testResolvingCallbacksAreCalledOnceForImplementation2 (line 206) | public function testResolvingCallbacksAreCalledOnceForImplementation2() method testRebindingDoesNotAffectResolvingCallbacks (line 232) | public function testRebindingDoesNotAffectResolvingCallbacks() method testParametersPassedIntoResolvingCallbacks (line 259) | public function testParametersPassedIntoResolvingCallbacks() method testResolvingCallbacksAreCallWhenRebindHappens (line 285) | public function testResolvingCallbacksAreCallWhenRebindHappens() method testResolvingCallbacksArentCalledWhenNoRebindingsAreRegistered (line 322) | public function testResolvingCallbacksArentCalledWhenNoRebindingsAreRe... method testRebindingDoesNotAffectMultipleResolvingCallbacks (line 349) | public function testRebindingDoesNotAffectMultipleResolvingCallbacks() method testResolvingCallbacksAreCalledForInterfaces (line 379) | public function testResolvingCallbacksAreCalledForInterfaces() method testResolvingCallbacksAreCalledForConcretesWhenAttachedOnInterface (line 395) | public function testResolvingCallbacksAreCalledForConcretesWhenAttache... method testResolvingCallbacksAreCalledForConcretesWhenAttachedOnConcretes (line 413) | public function testResolvingCallbacksAreCalledForConcretesWhenAttache... method testResolvingCallbacksAreCalledForConcretesWithNoBinding (line 431) | public function testResolvingCallbacksAreCalledForConcretesWithNoBindi... method testResolvingCallbacksAreCalledForInterFacesWithNoBinding (line 446) | public function testResolvingCallbacksAreCalledForInterFacesWithNoBind... method testAfterResolvingCallbacksAreCalledOnceForImplementation (line 462) | public function testAfterResolvingCallbacksAreCalledOnceForImplementat... method testBeforeResolvingCallbacksAreCalled (line 480) | public function testBeforeResolvingCallbacksAreCalled() method testGlobalBeforeResolvingCallbacksAreCalled (line 503) | public function testGlobalBeforeResolvingCallbacksAreCalled() type ResolvingContractStub (line 520) | interface ResolvingContractStub class ResolvingImplementationStub (line 525) | class ResolvingImplementationStub implements ResolvingContractStub class ResolvingImplementationStubTwo (line 530) | class ResolvingImplementationStubTwo implements ResolvingContractStub FILE: tests/Container/RewindableGeneratorTest.php class RewindableGeneratorTest (line 8) | class RewindableGeneratorTest extends TestCase method testCountUsesProvidedValue (line 10) | public function testCountUsesProvidedValue() method testCountUsesProvidedValueAsCallback (line 19) | public function testCountUsesProvidedValueAsCallback() FILE: tests/Container/UtilTest.php class UtilTest (line 10) | class UtilTest extends TestCase method testUnwrapIfClosure (line 12) | public function testUnwrapIfClosure() method testArrayWrap (line 20) | public function testArrayWrap() method testGetParameterClassName (line 45) | public function testGetParameterClassName() FILE: tests/Cookie/CookieTest.php class CookieTest (line 12) | class CookieTest extends TestCase method testCookiesAreCreatedWithProperOptions (line 14) | public function testCookiesAreCreatedWithProperOptions() method testCookiesAreCreatedWithProperOptionsUsingDefaultPathAndDomain (line 39) | public function testCookiesAreCreatedWithProperOptionsUsingDefaultPath... method testCookiesCanSetSecureOptionUsingDefaultPathAndDomain (line 52) | public function testCookiesCanSetSecureOptionUsingDefaultPathAndDomain() method testQueuedCookiesWithoutName (line 64) | public function testQueuedCookiesWithoutName(): void method testQueuedCookiesWithInvalidParameter (line 72) | public function testQueuedCookiesWithInvalidParameter(): void method testQueuedCookiesWithHandlingEmptyValues (line 80) | public function testQueuedCookiesWithHandlingEmptyValues(): void method testQueuedCookiesWithRepeatedValue (line 88) | public function testQueuedCookiesWithRepeatedValue(): void method testQueuedCookies (line 99) | public function testQueuedCookies(): void method testQueuedWithPath (line 112) | public function testQueuedWithPath(): void method testQueuedWithoutPath (line 123) | public function testQueuedWithoutPath(): void method testHasQueued (line 133) | public function testHasQueued(): void method testHasQueuedWithPath (line 145) | public function testHasQueuedWithPath(): void method testExpire (line 157) | public function testExpire() method testUnqueue (line 173) | public function testUnqueue(): void method testUnqueueMultipleCookies (line 185) | public function testUnqueueMultipleCookies(): void method testUnqueueWithPath (line 195) | public function testUnqueueWithPath(): void method testUnqueueOnlyCookieForName (line 206) | public function testUnqueueOnlyCookieForName(): void method testCookieJarIsMacroable (line 215) | public function testCookieJarIsMacroable() method testQueueCookie (line 224) | public function testQueueCookie(): void method testQueueWithCreatingNewCookie (line 232) | public function testQueueWithCreatingNewCookie(): void method testGetQueuedCookies (line 242) | public function testGetQueuedCookies(): void method testFlushQueuedCookies (line 257) | public function testFlushQueuedCookies(): void method getCreator (line 268) | public function getCreator() method getQueuedPropertyValue (line 273) | private function getQueuedPropertyValue(CookieJar $cookieJar) FILE: tests/Cookie/Middleware/AddQueuedCookiesToResponseTest.php class AddQueuedCookiesToResponseTest (line 12) | class AddQueuedCookiesToResponseTest extends TestCase method testHandle (line 14) | public function testHandle(): void FILE: tests/Cookie/Middleware/EncryptCookiesTest.php class EncryptCookiesTest (line 20) | class EncryptCookiesTest extends TestCase method setUp (line 35) | protected function setUp(): void method testSetCookieEncryption (line 49) | public function testSetCookieEncryption() method testQueuedCookieEncryption (line 71) | public function testQueuedCookieEncryption() method getEncryptedCookieValue (line 94) | protected function getEncryptedCookieValue($key, $value) method testCookieDecryption (line 104) | public function testCookieDecryption() class EncryptCookiesTestController (line 142) | class EncryptCookiesTestController extends Controller method setCookies (line 144) | public function setCookies() method queueCookies (line 156) | public function queueCookies() class EncryptCookiesTestMiddleware (line 162) | class EncryptCookiesTestMiddleware extends EncryptCookies class AddQueuedCookiesToResponseTestMiddleware (line 169) | class AddQueuedCookiesToResponseTestMiddleware extends AddQueuedCookiesT... method __construct (line 171) | public function __construct() FILE: tests/Database/DatabaseAbstractSchemaGrammarTest.php class DatabaseAbstractSchemaGrammarTest (line 10) | class DatabaseAbstractSchemaGrammarTest extends TestCase method testCreateDatabase (line 12) | public function testCreateDatabase() method testDropDatabaseIfExists (line 21) | public function testDropDatabaseIfExists() FILE: tests/Database/DatabaseConcernsBuildsQueriesTraitTest.php class DatabaseConcernsBuildsQueriesTraitTest (line 8) | class DatabaseConcernsBuildsQueriesTraitTest extends TestCase method testTapCallbackInstance (line 10) | public function testTapCallbackInstance() FILE: tests/Database/DatabaseConcernsHasAttributesTest.php class DatabaseConcernsHasAttributesTest (line 12) | class DatabaseConcernsHasAttributesTest extends TestCase method testWithoutConstructor (line 14) | public function testWithoutConstructor() method testWithConstructorArguments (line 21) | public function testWithConstructorArguments() method testRelationsToArray (line 28) | public function testRelationsToArray() method testCastingEmptyStringToArrayDoesNotError (line 46) | public function testCastingEmptyStringToArrayDoesNotError() method testUnsettingCachedAttribute (line 54) | public function testUnsettingCachedAttribute() class HasAttributesWithoutConstructor (line 66) | class HasAttributesWithoutConstructor method someAttribute (line 70) | public function someAttribute(): Attribute class HasAttributesWithConstructorArguments (line 77) | class HasAttributesWithConstructorArguments extends HasAttributesWithout... method __construct (line 79) | public function __construct($someValue) class HasAttributesWithArrayCast (line 84) | class HasAttributesWithArrayCast method getArrayableAttributes (line 88) | public function getArrayableAttributes(): array method getCasts (line 93) | public function getCasts(): array method usesTimestamps (line 98) | public function usesTimestamps(): bool class HasCacheableAttributeWithAccessor (line 107) | class HasCacheableAttributeWithAccessor extends Model method cacheableProperty (line 109) | public function cacheableProperty(): Attribute method cachedAttributeIsset (line 116) | public function cachedAttributeIsset($attribute): bool FILE: tests/Database/DatabaseConcernsPreventsCircularRecursionTest.php class DatabaseConcernsPreventsCircularRecursionTest (line 9) | class DatabaseConcernsPreventsCircularRecursionTest extends TestCase method setUp (line 11) | protected function setUp(): void method testRecursiveCallsArePreventedWithoutPreventingSubsequentCalls (line 18) | public function testRecursiveCallsArePreventedWithoutPreventingSubsequ... method testRecursiveDefaultCallbackIsCalledOnlyOnRecursion (line 34) | public function testRecursiveDefaultCallbackIsCalledOnlyOnRecursion() method testRecursiveDefaultCallbackIsCalledOnlyOncePerCallStack (line 53) | public function testRecursiveDefaultCallbackIsCalledOnlyOncePerCallSta... method testRecursiveCallsAreLimitedToIndividualInstances (line 86) | public function testRecursiveCallsAreLimitedToIndividualInstances() method testRecursiveCallsToCircularReferenceCallsOtherInstanceOnce (line 116) | public function testRecursiveCallsToCircularReferenceCallsOtherInstanc... method testRecursiveCallsToCircularLinkedListCallsEachInstanceOnce (line 146) | public function testRecursiveCallsToCircularLinkedListCallsEachInstanc... method testMockedModelCallToWithoutRecursionMethodWorks (line 177) | public function testMockedModelCallToWithoutRecursionMethodWorks(): void class PreventsCircularRecursionWithRecursiveMethod (line 190) | class PreventsCircularRecursionWithRecursiveMethod method __construct (line 194) | public function __construct( method callStack (line 204) | public function callStack(): int method callCallableDefaultStack (line 217) | public function callCallableDefaultStack(): array method callCallableDefaultStackRepeatedly (line 233) | public function callCallableDefaultStackRepeatedly(): array method callOtherStack (line 253) | public function callOtherStack(): int FILE: tests/Database/DatabaseConnectionFactoryTest.php class DatabaseConnectionFactoryTest (line 14) | class DatabaseConnectionFactoryTest extends TestCase method setUp (line 18) | protected function setUp(): void method testConnectionCanBeCreated (line 44) | public function testConnectionCanBeCreated() method testConnectionFromUrlHasProperConfig (line 54) | public function testConnectionFromUrlHasProperConfig() method testSingleConnectionNotCreatedUntilNeeded (line 84) | public function testSingleConnectionNotCreatedUntilNeeded() method testReadWriteConnectionsNotCreatedUntilNeeded (line 94) | public function testReadWriteConnectionsNotCreatedUntilNeeded() method testReadWriteConnectionSetsReadPdoConfig (line 104) | public function testReadWriteConnectionSetsReadPdoConfig() method testIfDriverIsntSetExceptionIsThrown (line 117) | public function testIfDriverIsntSetExceptionIsThrown() method testExceptionIsThrownOnUnsupportedDriver (line 126) | public function testExceptionIsThrownOnUnsupportedDriver() method testCustomConnectorsCanBeResolvedViaContainer (line 136) | public function testCustomConnectorsCanBeResolvedViaContainer() method testSqliteForeignKeyConstraints (line 145) | public function testSqliteForeignKeyConstraints() method testSqliteBusyTimeout (line 156) | public function testSqliteBusyTimeout() method testSqliteSynchronous (line 168) | public function testSqliteSynchronous() FILE: tests/Database/DatabaseConnectionTest.php class DatabaseConnectionTest (line 29) | class DatabaseConnectionTest extends TestCase method testSettingDefaultCallsGetDefaultGrammar (line 31) | public function testSettingDefaultCallsGetDefaultGrammar() method testSettingDefaultCallsGetDefaultPostProcessor (line 40) | public function testSettingDefaultCallsGetDefaultPostProcessor() method testSelectOneCallsSelectAndReturnsSingleResult (line 49) | public function testSelectOneCallsSelectAndReturnsSingleResult() method testScalarCallsSelectOneAndReturnsSingleResult (line 56) | public function testScalarCallsSelectOneAndReturnsSingleResult() method testScalarThrowsExceptionIfMultipleColumnsAreSelected (line 63) | public function testScalarThrowsExceptionIfMultipleColumnsAreSelected() method testScalarReturnsNullIfUnderlyingSelectReturnsNoRows (line 71) | public function testScalarReturnsNullIfUnderlyingSelectReturnsNoRows() method testSelectProperlyCallsPDO (line 78) | public function testSelectProperlyCallsPDO() method testSelectResultsetsReturnsMultipleRowset (line 102) | public function testSelectResultsetsReturnsMultipleRowset() method testInsertCallsTheStatementMethod (line 131) | public function testInsertCallsTheStatementMethod() method testUpdateCallsTheAffectingStatementMethod (line 139) | public function testUpdateCallsTheAffectingStatementMethod() method testDeleteCallsTheAffectingStatementMethod (line 147) | public function testDeleteCallsTheAffectingStatementMethod() method testStatementProperlyCallsPDO (line 155) | public function testStatementProperlyCallsPDO() method testAffectingStatementProperlyCallsPDO (line 172) | public function testAffectingStatementProperlyCallsPDO() method testTransactionLevelNotIncrementedOnTransactionException (line 190) | public function testTransactionLevelNotIncrementedOnTransactionExcepti... method testBeginTransactionMethodRetriesOnFailure (line 202) | public function testBeginTransactionMethodRetriesOnFailure() method testBeginTransactionMethodReconnectsMissingConnection (line 213) | public function testBeginTransactionMethodReconnectsMissingConnection() method testBeginTransactionMethodNeverRetriesIfWithinTransaction (line 225) | public function testBeginTransactionMethodNeverRetriesIfWithinTransact... method testSwapPDOWithOpenTransactionResetsTransactionLevel (line 245) | public function testSwapPDOWithOpenTransactionResetsTransactionLevel() method testBeganTransactionFiresEventsIfSet (line 255) | public function testBeganTransactionFiresEventsIfSet() method testCommittedFiresEventsIfSet (line 265) | public function testCommittedFiresEventsIfSet() method testCommittingFiresEventsIfSet (line 275) | public function testCommittingFiresEventsIfSet() method testRollBackedFiresEventsIfSet (line 287) | public function testRollBackedFiresEventsIfSet() method testRedundantRollBackFiresNoEvent (line 298) | public function testRedundantRollBackFiresNoEvent() method testTransactionMethodRunsSuccessfully (line 308) | public function testTransactionMethodRunsSuccessfully() method testTransactionRetriesOnCommitDeadlockWhenPDOHasActiveTransaction (line 320) | public function testTransactionRetriesOnCommitDeadlockWhenPDOHasActive... method testTransactionRetriesOnSerializationFailure (line 340) | public function testTransactionRetriesOnSerializationFailure() method testTransactionMethodRetriesOnDeadlock (line 355) | public function testTransactionMethodRetriesOnDeadlock() method testTransactionMethodRollsbackAndThrows (line 371) | public function testTransactionMethodRollsbackAndThrows() method testOnLostConnectionPDOIsNotSwappedWithinATransaction (line 389) | public function testOnLostConnectionPDOIsNotSwappedWithinATransaction() method testOnLostConnectionPDOIsSwappedOutsideTransaction (line 405) | public function testOnLostConnectionPDOIsSwappedOutsideTransaction() method testRunMethodRetriesOnFailure (line 428) | public function testRunMethodRetriesOnFailure() method testRunMethodNeverRetriesIfWithinTransaction (line 441) | public function testRunMethodNeverRetriesIfWithinTransaction() method testFromCreatesNewQueryBuilder (line 459) | public function testFromCreatesNewQueryBuilder() method testPrepareBindings (line 469) | public function testPrepareBindings() method testLogQueryFiresEventsIfSet (line 482) | public function testLogQueryFiresEventsIfSet() method testBeforeExecutingHooksCanBeRegistered (line 491) | public function testBeforeExecutingHooksCanBeRegistered() method testBeforeStartingTransactionHooksCanBeRegistered (line 503) | public function testBeforeStartingTransactionHooksCanBeRegistered() method testPretendOnlyLogsQueries (line 515) | public function testPretendOnlyLogsQueries() method testSchemaBuilderCanBeCreated (line 525) | public function testSchemaBuilderCanBeCreated() method testGetRawQueryLog (line 533) | public function testGetRawQueryLog() method testQueryExceptionContainsReadConnectionDetailsWhenUsingReadPdo (line 559) | public function testQueryExceptionContainsReadConnectionDetailsWhenUsi... method testQueryExceptionContainsReadConnectionDetailsWhenReadPdoConnectionFails (line 615) | public function testQueryExceptionContainsReadConnectionDetailsWhenRea... method testQueryExceptionContainsWriteConnectionDetailsWhenUsingWritePdo (line 663) | public function testQueryExceptionContainsWriteConnectionDetailsWhenUs... method testQueryExceptionContainsWriteConnectionDetailsWhenWritePdoConnectionFails (line 717) | public function testQueryExceptionContainsWriteConnectionDetailsWhenWr... method getMockConnection (line 759) | protected function getMockConnection($methods = [], $pdo = null) class DatabaseConnectionTestMockPDO (line 770) | class DatabaseConnectionTestMockPDO extends PDO method __construct (line 772) | public function __construct() class DatabaseConnectionTestMockPDOException (line 778) | class DatabaseConnectionTestMockPDOException extends PDOException method __construct (line 787) | public function __construct($message = null, $code = null) FILE: tests/Database/DatabaseConnectorTest.php class DatabaseConnectorTest (line 18) | class DatabaseConnectorTest extends TestCase method testOptionResolution (line 20) | public function testOptionResolution() method testMySqlConnectCallsCreateConnectionWithProperArguments (line 27) | #[DataProvider('mySqlConnectProvider')] method mySqlConnectProvider (line 41) | public static function mySqlConnectProvider() method testMySqlConnectCallsCreateConnectionWithIsolationLevel (line 50) | public function testMySqlConnectCallsCreateConnectionWithIsolationLevel() method testPostgresConnectCallsCreateConnectionWithProperArguments (line 67) | public function testPostgresConnectCallsCreateConnectionWithProperArgu... method testPostgresSearchPathIsSet (line 87) | #[DataProvider('provideSearchPaths')] method provideSearchPaths (line 104) | public static function provideSearchPaths() method testPostgresSearchPathFallbackToConfigKeySchema (line 174) | public function testPostgresSearchPathFallbackToConfigKeySchema() method testPostgresApplicationNameIsSet (line 190) | public function testPostgresApplicationNameIsSet() method testPostgresApplicationUseAlternativeDatabaseName (line 206) | public function testPostgresApplicationUseAlternativeDatabaseName() method testPostgresApplicationUseAlternativeDatabaseNameAndPort (line 222) | public function testPostgresApplicationUseAlternativeDatabaseNameAndPo... method testPostgresConnectorReadsIsolationLevelFromConfig (line 238) | public function testPostgresConnectorReadsIsolationLevelFromConfig() method testSQLiteMemoryDatabasesMayBeConnectedTo (line 255) | public function testSQLiteMemoryDatabasesMayBeConnectedTo() method testSQLiteNamedMemoryDatabasesMayBeConnectedTo (line 268) | public function testSQLiteNamedMemoryDatabasesMayBeConnectedTo() method testSQLiteFileDatabasesMayBeConnectedTo (line 281) | public function testSQLiteFileDatabasesMayBeConnectedTo() method testSqlServerConnectCallsCreateConnectionWithProperArguments (line 294) | public function testSqlServerConnectCallsCreateConnectionWithProperArg... method testSqlServerConnectCallsCreateConnectionWithOptionalArguments (line 307) | public function testSqlServerConnectCallsCreateConnectionWithOptionalA... method testSqlServerConnectCallsCreateConnectionWithPreferredODBC (line 320) | #[RequiresPhpExtension('odbc')] method getDsn (line 334) | protected function getDsn(array $config) FILE: tests/Database/DatabaseEloquentAsBinaryCastTest.php class DatabaseEloquentAsBinaryCastTest (line 13) | class DatabaseEloquentAsBinaryCastTest extends TestCase method tearDown (line 15) | protected function tearDown(): void method testCastThrowsWhenFormatMissing (line 24) | public function testCastThrowsWhenFormatMissing() method testCastThrowsOnInvalidFormat (line 34) | public function testCastThrowsOnInvalidFormat() method testGetDecodesUuidFromBinary (line 44) | public function testGetDecodesUuidFromBinary() method testSetEncodesUuidToBinary (line 53) | public function testSetEncodesUuidToBinary() method testGetDecodesUlidFromBinary (line 62) | public function testGetDecodesUlidFromBinary() method testSetEncodesUlidToBinary (line 71) | public function testSetEncodesUlidToBinary() method testGetReturnsNullForNullValue (line 80) | public function testGetReturnsNullForNullValue() method testSetEncodesNullToNull (line 88) | public function testSetEncodesNullToNull() method testUuidHelperMethod (line 96) | public function testUuidHelperMethod() method testUlidHelperMethod (line 101) | public function testUlidHelperMethod() method testOfHelperMethod (line 106) | public function testOfHelperMethod() class AsBinaryTestModel (line 112) | class AsBinaryTestModel extends Model method casts (line 116) | protected function casts(): array FILE: tests/Database/DatabaseEloquentBelongsToManyAggregateTest.php class DatabaseEloquentBelongsToManyAggregateTest (line 10) | class DatabaseEloquentBelongsToManyAggregateTest extends TestCase method setUp (line 12) | protected function setUp(): void method testWithSumDifferentTables (line 27) | public function testWithSumDifferentTables() method testWithSumSameTable (line 38) | public function testWithSumSameTable() method testWithSumExpression (line 49) | public function testWithSumExpression() method createSchema (line 65) | public function createSchema() method tearDown (line 102) | protected function tearDown(): void method seedData (line 113) | protected function seedData() method connection (line 149) | protected function connection() method schema (line 159) | protected function schema() class BelongsToManyAggregateTestTestOrder (line 165) | class BelongsToManyAggregateTestTestOrder extends Eloquent method products (line 171) | public function products() class BelongsToManyAggregateTestTestProduct (line 179) | class BelongsToManyAggregateTestTestProduct extends Eloquent class BelongsToManyAggregateTestTestTransaction (line 186) | class BelongsToManyAggregateTestTestTransaction extends Eloquent method allocatedTo (line 192) | public function allocatedTo() FILE: tests/Database/DatabaseEloquentBelongsToManyChunkByIdTest.php class DatabaseEloquentBelongsToManyChunkByIdTest (line 10) | class DatabaseEloquentBelongsToManyChunkByIdTest extends TestCase method setUp (line 12) | protected function setUp(): void method createSchema (line 32) | public function createSchema() method testBelongsToChunkById (line 53) | public function testBelongsToChunkById() method testBelongsToChunkByIdDesc (line 68) | public function testBelongsToChunkByIdDesc() method tearDown (line 88) | protected function tearDown(): void method seedData (line 100) | protected function seedData() method connection (line 117) | protected function connection() method schema (line 127) | protected function schema() class BelongsToManyChunkByIdTestTestUser (line 133) | class BelongsToManyChunkByIdTestTestUser extends Eloquent method articles (line 139) | public function articles() class BelongsToManyChunkByIdTestTestArticle (line 145) | class BelongsToManyChunkByIdTestTestArticle extends Eloquent FILE: tests/Database/DatabaseEloquentBelongsToManyCreateOrFirstTest.php class DatabaseEloquentBelongsToManyCreateOrFirstTest (line 22) | class DatabaseEloquentBelongsToManyCreateOrFirstTest extends TestCase method setUp (line 24) | protected function setUp(): void method tearDown (line 29) | protected function tearDown(): void method testCreateOrFirstMethodCreatesNewRelated (line 36) | #[DataProvider('createOrFirstValues')] method testCreateOrFirstMethodAssociatesExistingRelated (line 70) | public function testCreateOrFirstMethodAssociatesExistingRelated(): void method testFirstOrCreateMethodRetrievesExistingRelatedAlreadyAssociated (line 117) | public function testFirstOrCreateMethodRetrievesExistingRelatedAlready... method testCreateOrFirstMethodRetrievesExistingRelatedAssociatedJustNow (line 162) | public function testCreateOrFirstMethodRetrievesExistingRelatedAssocia... method testFirstOrCreateMethodRetrievesExistingRelatedAndAssociatesIt (line 234) | public function testFirstOrCreateMethodRetrievesExistingRelatedAndAsso... method testFirstOrCreateMethodFallsBackToCreateOrFirst (line 292) | public function testFirstOrCreateMethodFallsBackToCreateOrFirst(): void method testUpdateOrCreateMethodCreatesNewRelated (line 365) | public function testUpdateOrCreateMethodCreatesNewRelated(): void method testUpdateOrCreateMethodUpdatesExistingRelated (line 407) | public function testUpdateOrCreateMethodUpdatesExistingRelated(): void method createOrFirstValues (line 459) | public static function createOrFirstValues(): array method mockConnectionForModels (line 467) | protected function mockConnectionForModels(array $models, string $data... class BelongsToManyCreateOrFirstTestRelatedModel (line 499) | class BelongsToManyCreateOrFirstTestRelatedModel extends Model class BelongsToManyCreateOrFirstTestSourceModel (line 508) | class BelongsToManyCreateOrFirstTestSourceModel extends Model method related (line 513) | public function related(): BelongsToMany FILE: tests/Database/DatabaseEloquentBelongsToManyEachByIdTest.php class DatabaseEloquentBelongsToManyEachByIdTest (line 9) | class DatabaseEloquentBelongsToManyEachByIdTest extends TestCase method setUp (line 11) | protected function setUp(): void method createSchema (line 31) | public function createSchema() method testBelongsToEachById (line 52) | public function testBelongsToEachById() method tearDown (line 72) | protected function tearDown(): void method seedData (line 84) | protected function seedData() method connection (line 101) | protected function connection() method schema (line 111) | protected function schema() class BelongsToManyEachByIdTestTestUser (line 117) | class BelongsToManyEachByIdTestTestUser extends Eloquent method articles (line 123) | public function articles() class BelongsToManyEachByIdTestTestArticle (line 129) | class BelongsToManyEachByIdTestTestArticle extends Eloquent FILE: tests/Database/DatabaseEloquentBelongsToManyExpressionTest.php class DatabaseEloquentBelongsToManyExpressionTest (line 13) | class DatabaseEloquentBelongsToManyExpressionTest extends TestCase method setUp (line 15) | protected function setUp(): void method testAmbiguousColumnsExpression (line 30) | public function testAmbiguousColumnsExpression(): void method testQualifiedColumnExpression (line 43) | public function testQualifiedColumnExpression(): void method testGlobalScopesAreAppliedToBelongsToManyRelation (line 56) | public function testGlobalScopesAreAppliedToBelongsToManyRelation(): void method testGlobalScopesCanBeRemovedFromBelongsToManyRelation (line 69) | public function testGlobalScopesCanBeRemovedFromBelongsToManyRelation(... method createSchema (line 86) | public function createSchema() method tearDown (line 104) | protected function tearDown(): void method seedData (line 116) | protected function seedData(): void method connection (line 139) | protected function connection() method schema (line 149) | protected function schema() class DatabaseEloquentBelongsToManyExpressionTestTestPost (line 155) | class DatabaseEloquentBelongsToManyExpressionTestTestPost extends Eloquent method tags (line 161) | public function tags(): MorphToMany class DatabaseEloquentBelongsToManyExpressionTestTestTag (line 175) | class DatabaseEloquentBelongsToManyExpressionTestTestTag extends Eloquent FILE: tests/Database/DatabaseEloquentBelongsToManyLazyByIdTest.php class DatabaseEloquentBelongsToManyLazyByIdTest (line 9) | class DatabaseEloquentBelongsToManyLazyByIdTest extends TestCase method setUp (line 11) | protected function setUp(): void method createSchema (line 31) | public function createSchema() method testBelongsToLazyById (line 51) | public function testBelongsToLazyById() method tearDown (line 71) | protected function tearDown(): void method seedData (line 83) | protected function seedData() method connection (line 100) | protected function connection() method schema (line 110) | protected function schema() class BelongsToManyLazyByIdTestTestUser (line 116) | class BelongsToManyLazyByIdTestTestUser extends Eloquent method articles (line 122) | public function articles() class BelongsToManyLazyByIdTestTestArticle (line 128) | class BelongsToManyLazyByIdTestTestArticle extends Eloquent FILE: tests/Database/DatabaseEloquentBelongsToManyOrFailTest.php class DatabaseEloquentBelongsToManyOrFailTest (line 10) | class DatabaseEloquentBelongsToManyOrFailTest extends TestCase method setUp (line 12) | protected function setUp(): void method createSchema (line 27) | public function createSchema() method tearDown (line 46) | protected function tearDown(): void method seedData (line 53) | protected function seedData() method testSyncOrFail (line 63) | public function testSyncOrFail() method testSyncWithoutDetachingOrFail (line 77) | public function testSyncWithoutDetachingOrFail() method testAttachOrFail (line 91) | public function testAttachOrFail() method testAttachOrFailWithAttributes (line 102) | public function testAttachOrFailWithAttributes() method testDetachOrFail (line 113) | public function testDetachOrFail() method testDetachOrFailAll (line 126) | public function testDetachOrFailAll() method testToggleOrFail (line 139) | public function testToggleOrFail() method testSyncWithPivotValuesOrFail (line 153) | public function testSyncWithPivotValuesOrFail() method testUpdateExistingPivotOrFail (line 169) | public function testUpdateExistingPivotOrFail() method connection (line 189) | protected function connection() method schema (line 199) | protected function schema() class OrFailUser (line 205) | class OrFailUser extends Eloquent method roles (line 211) | public function roles(): BelongsToMany class OrFailRole (line 217) | class OrFailRole extends Eloquent FILE: tests/Database/DatabaseEloquentBelongsToManySyncReturnValueTypeTest.php class DatabaseEloquentBelongsToManySyncReturnValueTypeTest (line 9) | class DatabaseEloquentBelongsToManySyncReturnValueTypeTest extends TestCase method setUp (line 11) | protected function setUp(): void method createSchema (line 31) | public function createSchema() method tearDown (line 59) | protected function tearDown(): void method seedData (line 71) | protected function seedData() method testSyncReturnValueType (line 81) | public function testSyncReturnValueType() method testSyncWithPivotDefaultsReturnValueType (line 99) | public function testSyncWithPivotDefaultsReturnValueType() method connection (line 122) | protected function connection() method schema (line 132) | protected function schema() class BelongsToManySyncTestTestUser (line 138) | class BelongsToManySyncTestTestUser extends Eloquent method articles (line 144) | public function articles() class BelongsToManySyncTestTestArticle (line 150) | class BelongsToManySyncTestTestArticle extends Eloquent FILE: tests/Database/DatabaseEloquentBelongsToManySyncTouchesParentTest.php class DatabaseEloquentBelongsToManySyncTouchesParentTest (line 11) | class DatabaseEloquentBelongsToManySyncTouchesParentTest extends TestCase method setUp (line 13) | protected function setUp(): void method createSchema (line 33) | public function createSchema() method tearDown (line 63) | protected function tearDown(): void method seedData (line 75) | protected function seedData() method testSyncWithDetachedValuesShouldTouch (line 82) | public function testSyncWithDetachedValuesShouldTouch() method connection (line 112) | protected function connection() method schema (line 122) | protected function schema() class DatabaseEloquentBelongsToManySyncTouchesParentTestTestArticle (line 128) | class DatabaseEloquentBelongsToManySyncTouchesParentTestTestArticle exte... method users (line 135) | public function users() class DatabaseEloquentBelongsToManySyncTouchesParentTestTestArticleUser (line 144) | class DatabaseEloquentBelongsToManySyncTouchesParentTestTestArticleUser ... method article (line 150) | public function article() method user (line 155) | public function user() class DatabaseEloquentBelongsToManySyncTouchesParentTestTestUser (line 161) | class DatabaseEloquentBelongsToManySyncTouchesParentTestTestUser extends... method articles (line 168) | public function articles() FILE: tests/Database/DatabaseEloquentBelongsToManyWithAttributesPendingTest.php class DatabaseEloquentBelongsToManyWithAttributesPendingTest (line 11) | class DatabaseEloquentBelongsToManyWithAttributesPendingTest extends Tes... method setUp (line 13) | protected function setUp(): void method testCreatesPendingAttributesAndPivotValues (line 26) | public function testCreatesPendingAttributesAndPivotValues(): void method testQueriesPendingAttributesAndPivotValues (line 40) | public function testQueriesPendingAttributesAndPivotValues(): void method testMorphToManyPendingAttributes (line 65) | public function testMorphToManyPendingAttributes(): void method testMorphedByManyPendingAttributes (line 104) | public function testMorphedByManyPendingAttributes(): void method createSchema (line 141) | protected function createSchema() method tearDown (line 175) | protected function tearDown(): void method connection (line 189) | protected function connection($connection = 'default') method schema (line 199) | protected function schema($connection = 'default') class ManyToManyPendingAttributesPost (line 205) | class ManyToManyPendingAttributesPost extends Model method tags (line 210) | public function tags(): BelongsToMany method metaTags (line 220) | public function metaTags(): BelongsToMany method morphedTags (line 227) | public function morphedTags(): MorphToMany class ManyToManyPendingAttributesTag (line 241) | class ManyToManyPendingAttributesTag extends Model method morphedPosts (line 246) | public function morphedPosts(): MorphToMany FILE: tests/Database/DatabaseEloquentBelongsToManyWithAttributesTest.php class DatabaseEloquentBelongsToManyWithAttributesTest (line 11) | class DatabaseEloquentBelongsToManyWithAttributesTest extends TestCase method setUp (line 13) | protected function setUp(): void method testCreatesWithAttributesAndPivotValues (line 26) | public function testCreatesWithAttributesAndPivotValues(): void method testQueriesWithAttributesAndPivotValues (line 40) | public function testQueriesWithAttributesAndPivotValues(): void method testMorphToManyWithAttributes (line 62) | public function testMorphToManyWithAttributes(): void method testMorphedByManyWithAttributes (line 106) | public function testMorphedByManyWithAttributes(): void method createSchema (line 148) | protected function createSchema() method tearDown (line 182) | protected function tearDown(): void method connection (line 196) | protected function connection($connection = 'default') method schema (line 206) | protected function schema($connection = 'default') class ManyToManyWithAttributesPost (line 212) | class ManyToManyWithAttributesPost extends Model method tags (line 217) | public function tags(): BelongsToMany method metaTags (line 227) | public function metaTags(): BelongsToMany method morphedTags (line 234) | public function morphedTags(): MorphToMany class ManyToManyWithAttributesTag (line 248) | class ManyToManyWithAttributesTag extends Model method morphedPosts (line 253) | public function morphedPosts(): MorphToMany FILE: tests/Database/DatabaseEloquentBelongsToManyWithCastedAttributesTest.php class DatabaseEloquentBelongsToManyWithCastedAttributesTest (line 14) | class DatabaseEloquentBelongsToManyWithCastedAttributesTest extends Test... method testModelsAreProperlyMatchedToParents (line 16) | public function testModelsAreProperlyMatchedToParents() method getRelation (line 57) | protected function getRelation() class EloquentBelongsToManyModelStub (line 82) | class EloquentBelongsToManyModelStub extends Model FILE: tests/Database/DatabaseEloquentBelongsToManyWithDefaultAttributesTest.php class DatabaseEloquentBelongsToManyWithDefaultAttributesTest (line 13) | class DatabaseEloquentBelongsToManyWithDefaultAttributesTest extends Tes... method testWithPivotValueMethodSetsWhereConditionsForFetching (line 15) | public function testWithPivotValueMethodSetsWhereConditionsForFetching() method testWithPivotValueMethodSetsDefaultArgumentsForInsertion (line 21) | public function testWithPivotValueMethodSetsDefaultArgumentsForInserti... method getRelationArguments (line 34) | public function getRelationArguments() FILE: tests/Database/DatabaseEloquentBelongsToManyWithoutTouchingTest.php class DatabaseEloquentBelongsToManyWithoutTouchingTest (line 15) | class DatabaseEloquentBelongsToManyWithoutTouchingTest extends TestCase method testItWillNotTouchRelatedModelsWhenUpdatingChild (line 17) | public function testItWillNotTouchRelatedModelsWhenUpdatingChild(): void class User (line 49) | class User extends Model method articles (line 54) | public function articles(): BelongsToMany class Article (line 60) | class Article extends Model method users (line 66) | public function users(): BelongsToMany FILE: tests/Database/DatabaseEloquentBelongsToTest.php class DatabaseEloquentBelongsToTest (line 13) | class DatabaseEloquentBelongsToTest extends TestCase method testBelongsToWithDefault (line 19) | public function testBelongsToWithDefault() method testBelongsToWithDynamicDefault (line 32) | public function testBelongsToWithDynamicDefault() method testBelongsToWithArrayDefault (line 49) | public function testBelongsToWithArrayDefault() method testEagerConstraintsAreProperlyAdded (line 64) | public function testEagerConstraintsAreProperlyAdded() method testIdsInEagerConstraintsCanBeZero (line 74) | public function testIdsInEagerConstraintsCanBeZero() method testIdsInEagerConstraintsCanBeBackedEnum (line 84) | public function testIdsInEagerConstraintsCanBeBackedEnum() method testRelationIsProperlyInitialized (line 94) | public function testRelationIsProperlyInitialized() method testModelsAreProperlyMatchedToParents (line 104) | public function testModelsAreProperlyMatchedToParents() method testAssociateMethodSetsForeignKeyOnModel (line 163) | public function testAssociateMethodSetsForeignKeyOnModel() method testDissociateMethodUnsetsForeignKeyOnModel (line 176) | public function testDissociateMethodUnsetsForeignKeyOnModel() method testAssociateMethodSetsForeignKeyOnModelById (line 189) | public function testAssociateMethodSetsForeignKeyOnModelById() method testDefaultEagerConstraintsWhenIncrementing (line 203) | public function testDefaultEagerConstraintsWhenIncrementing() method testDefaultEagerConstraintsWhenIncrementingAndNonIntKeyType (line 213) | public function testDefaultEagerConstraintsWhenIncrementingAndNonIntKe... method testDefaultEagerConstraintsWhenNotIncrementing (line 221) | public function testDefaultEagerConstraintsWhenNotIncrementing() method testIsNotNull (line 231) | public function testIsNotNull() method testIsModel (line 240) | public function testIsModel() method testIsModelWithIntegerParentKey (line 254) | public function testIsModelWithIntegerParentKey() method testIsModelWithIntegerRelatedKey (line 275) | public function testIsModelWithIntegerRelatedKey() method testIsModelWithIntegerKeys (line 296) | public function testIsModelWithIntegerKeys() method testIsNotModelWithNullParentKey (line 317) | public function testIsNotModelWithNullParentKey() method testIsNotModelWithNullRelatedKey (line 338) | public function testIsNotModelWithNullRelatedKey() method testIsNotModelWithAnotherKey (line 352) | public function testIsNotModelWithAnotherKey() method testIsNotModelWithAnotherTable (line 366) | public function testIsNotModelWithAnotherTable() method testIsNotModelWithAnotherConnection (line 380) | public function testIsNotModelWithAnotherConnection() method getRelation (line 394) | protected function getRelation($parent = null, $keyType = 'int') class EloquentBelongsToModelStub (line 410) | class EloquentBelongsToModelStub extends Model class AnotherEloquentBelongsToModelStub (line 415) | class AnotherEloquentBelongsToModelStub extends Model class EloquentBelongsToModelStubWithZeroId (line 420) | class EloquentBelongsToModelStubWithZeroId extends Model class MissingEloquentBelongsToModelStub (line 425) | class MissingEloquentBelongsToModelStub extends Model class EloquentBelongsToModelStubWithBackedEnumCast (line 430) | class EloquentBelongsToModelStubWithBackedEnumCast extends Model FILE: tests/Database/DatabaseEloquentBuilderCreateOrFirstTest.php class DatabaseEloquentBuilderCreateOrFirstTest (line 18) | class DatabaseEloquentBuilderCreateOrFirstTest extends TestCase method setUp (line 20) | protected function setUp(): void method tearDown (line 25) | protected function tearDown(): void method testCreateOrFirstMethodCreatesNewRecord (line 32) | #[DataProvider('createOrFirstValues')] method testCreateOrFirstMethodRetrievesExistingRecord (line 56) | public function testCreateOrFirstMethodRetrievesExistingRecord(): void method testFirstOrCreateMethodRetrievesExistingRecord (line 93) | public function testFirstOrCreateMethodRetrievesExistingRecord(): void method testFirstOrCreateMethodCreatesNewRecord (line 122) | public function testFirstOrCreateMethodCreatesNewRecord(): void method testFirstOrCreateMethodRetrievesRecordCreatedJustNow (line 150) | public function testFirstOrCreateMethodRetrievesRecordCreatedJustNow()... method testUpdateOrCreateMethodUpdatesExistingRecord (line 192) | public function testUpdateOrCreateMethodUpdatesExistingRecord(): void method testUpdateOrCreateMethodCreatesNewRecord (line 229) | public function testUpdateOrCreateMethodCreatesNewRecord(): void method testUpdateOrCreateMethodUpdatesRecordCreatedJustNow (line 257) | public function testUpdateOrCreateMethodUpdatesRecordCreatedJustNow():... method testIncrementOrCreateMethodIncrementsExistingRecord (line 307) | public function testIncrementOrCreateMethodIncrementsExistingRecord():... method testIncrementOrCreateMethodCreatesNewRecord (line 349) | public function testIncrementOrCreateMethodCreatesNewRecord(): void method testIncrementOrCreateMethodIncrementParametersArePassed (line 377) | public function testIncrementOrCreateMethodIncrementParametersArePasse... method testIncrementOrCreateMethodRetrievesRecordCreatedJustNow (line 421) | public function testIncrementOrCreateMethodRetrievesRecordCreatedJustN... method createOrFirstValues (line 476) | public static function createOrFirstValues(): array method mockConnectionForModel (line 484) | protected function mockConnectionForModel(Model $model, string $databa... class EloquentBuilderCreateOrFirstTestModel (line 510) | class EloquentBuilderCreateOrFirstTestModel extends Model FILE: tests/Database/DatabaseEloquentBuilderTest.php class DatabaseEloquentBuilderTest (line 28) | class DatabaseEloquentBuilderTest extends TestCase method tearDown (line 30) | protected function tearDown(): void method testFindMethod (line 37) | public function testFindMethod() method testFindSoleMethod (line 50) | public function testFindSoleMethod() method testFindManyMethod (line 63) | public function testFindManyMethod() method testFindOrNewMethodModelFound (line 100) | public function testFindOrNewMethodModelFound() method testFindOrNewMethodModelNotFound (line 116) | public function testFindOrNewMethodModelNotFound() method testFindOrFailMethodThrowsModelNotFoundException (line 133) | public function testFindOrFailMethodThrowsModelNotFoundException() method testFindOrFailMethodWithManyThrowsModelNotFoundException (line 146) | public function testFindOrFailMethodWithManyThrowsModelNotFoundExcepti... method testFindOrFailMethodWithManyUsingCollectionThrowsModelNotFoundException (line 161) | public function testFindOrFailMethodWithManyUsingCollectionThrowsModel... method testFindOrMethod (line 176) | public function testFindOrMethod() method testFindOrMethodWithMany (line 193) | public function testFindOrMethodWithMany() method testFindOrMethodWithManyUsingCollection (line 221) | public function testFindOrMethodWithManyUsingCollection() method testFirstOrFailMethodThrowsModelNotFoundException (line 249) | public function testFirstOrFailMethodThrowsModelNotFoundException() method testFindWithMany (line 259) | public function testFindWithMany() method testFindWithManyUsingCollection (line 272) | public function testFindWithManyUsingCollection() method testFirstMethod (line 286) | public function testFirstMethod() method testQualifyColumn (line 296) | public function testQualifyColumn() method testQualifyColumns (line 306) | public function testQualifyColumns() method testGetMethodLoadsModelsAndHydratesEagerRelations (line 316) | public function testGetMethodLoadsModelsAndHydratesEagerRelations() method testGetMethodDoesntHydrateEagerRelationsWhenNoResultsAreReturned (line 329) | public function testGetMethodDoesntHydrateEagerRelationsWhenNoResultsA... method testValueMethodWithModelFound (line 342) | public function testValueMethodWithModelFound() method testValueMethodWithModelNotFound (line 352) | public function testValueMethodWithModelNotFound() method testValueOrFailMethodWithModelFound (line 360) | public function testValueOrFailMethodWithModelFound() method testValueOrFailMethodWithModelNotFoundThrowsModelNotFoundException (line 370) | public function testValueOrFailMethodWithModelNotFoundThrowsModelNotFo... method testChunkWithLastChunkComplete (line 383) | public function testChunkWithLastChunkComplete() method testChunkWithLastChunkPartial (line 410) | public function testChunkWithLastChunkPartial() method testChunkCanBeStoppedByReturningFalse (line 433) | public function testChunkCanBeStoppedByReturningFalse() method testChunkWithCountZero (line 458) | public function testChunkWithCountZero() method testChunkPaginatesUsingIdWithLastChunkComplete (line 474) | public function testChunkPaginatesUsingIdWithLastChunkComplete() method testChunkPaginatesUsingIdWithLastChunkPartial (line 499) | public function testChunkPaginatesUsingIdWithLastChunkPartial() method testChunkPaginatesUsingIdWithCountZero (line 521) | public function testChunkPaginatesUsingIdWithCountZero() method testLazyWithLastChunkComplete (line 539) | public function testLazyWithLastChunkComplete() method testLazyWithLastChunkPartial (line 559) | public function testLazyWithLastChunkPartial() method testLazyIsLazy (line 577) | public function testLazyIsLazy() method testLazyByIdWithLastChunkComplete (line 588) | public function testLazyByIdWithLastChunkComplete() method testLazyByIdWithLastChunkPartial (line 612) | public function testLazyByIdWithLastChunkPartial() method testLazyByIdIsLazy (line 633) | public function testLazyByIdIsLazy() method testPluckReturnsTheMutatedAttributesOfAModel (line 651) | public function testPluckReturnsTheMutatedAttributesOfAModel() method testPluckReturnsTheCastedAttributesOfAModel (line 663) | public function testPluckReturnsTheCastedAttributesOfAModel() method testPluckReturnsTheDateAttributesOfAModel (line 676) | public function testPluckReturnsTheDateAttributesOfAModel() method testQualifiedPluckReturnsTheMutatedAttributesOfAModel (line 690) | public function testQualifiedPluckReturnsTheMutatedAttributesOfAModel() method testQualifiedPluckReturnsTheCastedAttributesOfAModel (line 705) | public function testQualifiedPluckReturnsTheCastedAttributesOfAModel() method testQualifiedPluckReturnsTheDateAttributesOfAModel (line 721) | public function testQualifiedPluckReturnsTheDateAttributesOfAModel() method testPluckWithoutModelGetterJustReturnsTheAttributesFoundInDatabase (line 738) | public function testPluckWithoutModelGetterJustReturnsTheAttributesFou... method testLocalMacrosAreCalledOnBuilder (line 750) | public function testLocalMacrosAreCalledOnBuilder() method testGlobalMacrosAreCalledOnBuilder (line 771) | public function testGlobalMacrosAreCalledOnBuilder() method testMissingStaticMacrosThrowsProperException (line 788) | public function testMissingStaticMacrosThrowsProperException() method testGetModelsProperlyHydratesModels (line 796) | public function testGetModelsProperlyHydratesModels() method testEagerLoadRelationsLoadTopLevelRelationships (line 811) | public function testEagerLoadRelationsLoadTopLevelRelationships() method testEagerLoadRelationsCanBeFlushed (line 827) | public function testEagerLoadRelationsCanBeFlushed() method testRelationshipEagerLoadProcess (line 840) | public function testRelationshipEagerLoadProcess() method testRelationshipEagerLoadProcessForImplicitlyEmpty (line 859) | public function testRelationshipEagerLoadProcessForImplicitlyEmpty() method testGetRelationProperlySetsNestedRelationships (line 882) | public function testGetRelationProperlySetsNestedRelationships() method testGetRelationProperlySetsNestedRelationshipsWithSimilarNames (line 895) | public function testGetRelationProperlySetsNestedRelationshipsWithSimi... method testGetRelationThrowsException (line 915) | public function testGetRelationThrowsException() method testEagerLoadParsingSetsProperRelationships (line 925) | public function testEagerLoadParsingSetsProperRelationships() method testQueryPassThru (line 980) | public function testQueryPassThru() method testQueryScopes (line 1018) | public function testQueryScopes() method testQueryDynamicScopes (line 1029) | public function testQueryDynamicScopes() method testQueryDynamicScopesNamed (line 1040) | public function testQueryDynamicScopesNamed() method testNestedWhere (line 1051) | public function testNestedWhere() method testRealNestedWhereWithScopes (line 1072) | public function testRealNestedWhereWithScopes() method testRealNestedWhereWithScopesMacro (line 1083) | public function testRealNestedWhereWithScopesMacro() method testRealNestedWhereWithMultipleScopesAndOneDeadScope (line 1094) | public function testRealNestedWhereWithMultipleScopesAndOneDeadScope() method testSimpleWhereNot (line 1105) | public function testSimpleWhereNot() method testWhereNot (line 1114) | public function testWhereNot() method testSimpleOrWhereNot (line 1135) | public function testSimpleOrWhereNot() method testOrWhereNot (line 1144) | public function testOrWhereNot() method testRealQueryHigherOrderOrWhereScopes (line 1165) | public function testRealQueryHigherOrderOrWhereScopes() method testRealQueryChainedHigherOrderOrWhereScopes (line 1173) | public function testRealQueryChainedHigherOrderOrWhereScopes() method testRealQueryHigherOrderWhereNotScopes (line 1181) | public function testRealQueryHigherOrderWhereNotScopes() method testRealQueryChainedHigherOrderWhereNotScopes (line 1189) | public function testRealQueryChainedHigherOrderWhereNotScopes() method testRealQueryHigherOrderOrWhereNotScopes (line 1197) | public function testRealQueryHigherOrderOrWhereNotScopes() method testRealQueryChainedHigherOrderOrWhereNotScopes (line 1205) | public function testRealQueryChainedHigherOrderOrWhereNotScopes() method testSimpleWhere (line 1213) | public function testSimpleWhere() method testPostgresOperatorsWhere (line 1221) | public function testPostgresOperatorsWhere() method testWhereBelongsTo (line 1229) | public function testWhereBelongsTo() method testWhereAttachedTo (line 1282) | public function testWhereAttachedTo() method testWhereAttachedToCollection (line 1293) | public function testWhereAttachedToCollection() method testDeleteOverride (line 1308) | public function testDeleteOverride() method testWithCount (line 1317) | public function testWithCount() method testWithCountAndSelect (line 1326) | public function testWithCountAndSelect() method testWithCountSecondRelationWithClosure (line 1335) | public function testWithCountSecondRelationWithClosure() method testWithCountAndMergedWheres (line 1346) | public function testWithCountAndMergedWheres() method testWithCountAndGlobalScope (line 1358) | public function testWithCountAndGlobalScope() method testWithMin (line 1375) | public function testWithMin() method testWithMinExpression (line 1384) | public function testWithMinExpression() method testWithMinOnBelongsToMany (line 1393) | public function testWithMinOnBelongsToMany() method testWithMinOnSelfRelated (line 1402) | public function testWithMinOnSelfRelated() method testWithMax (line 1417) | public function testWithMax() method testWithMaxExpression (line 1426) | public function testWithMaxExpression() method testWithAvg (line 1435) | public function testWithAvg() method testWitAvgExpression (line 1444) | public function testWitAvgExpression() method testWithCountAndConstraintsAndHaving (line 1453) | public function testWithCountAndConstraintsAndHaving() method testWithCountAndRename (line 1466) | public function testWithCountAndRename() method testWithCountMultipleAndPartialRename (line 1475) | public function testWithCountMultipleAndPartialRename() method testWithAggregateAlias (line 1484) | public function testWithAggregateAlias() method testWithAggregateAndSelfRelationConstrain (line 1496) | public function testWithAggregateAndSelfRelationConstrain() method testWithExists (line 1511) | public function testWithExists() method testWithExistsAndSelect (line 1520) | public function testWithExistsAndSelect() method testWithExistsAndMergedWheres (line 1529) | public function testWithExistsAndMergedWheres() method testWithExistsAndGlobalScope (line 1541) | public function testWithExistsAndGlobalScope() method testWithExistsOnBelongsToMany (line 1558) | public function testWithExistsOnBelongsToMany() method testWithExistsOnSelfRelated (line 1567) | public function testWithExistsOnSelfRelated() method testWithExistsAndRename (line 1582) | public function testWithExistsAndRename() method testWithExistsMultipleAndPartialRename (line 1591) | public function testWithExistsMultipleAndPartialRename() method testHasWithConstraintsAndHavingInSubquery (line 1600) | public function testHasWithConstraintsAndHavingInSubquery() method testHasWithConstraintsWithOrWhereAndHavingInSubquery (line 1613) | public function testHasWithConstraintsWithOrWhereAndHavingInSubquery() method testHasWithConstraintsWithOrWhereAndSubqueryInRelationFromClause (line 1628) | public function testHasWithConstraintsWithOrWhereAndSubqueryInRelation... method testHasWithConstraintsAndJoinAndHavingInSubquery (line 1647) | public function testHasWithConstraintsAndJoinAndHavingInSubquery() method testHasWithConstraintsAndHavingInSubqueryWithCount (line 1662) | public function testHasWithConstraintsAndHavingInSubqueryWithCount() method testWithCountAndConstraintsWithBindingInSelectSub (line 1675) | public function testWithCountAndConstraintsWithBindingInSelectSub() method testWithExistsAndConstraintsWithBindingInSelectSub (line 1688) | public function testWithExistsAndConstraintsWithBindingInSelectSub() method testHasNestedWithConstraints (line 1701) | public function testHasNestedWithConstraints() method testHasNested (line 1718) | public function testHasNested() method testHasNestedWithMorphTo (line 1731) | public function testHasNestedWithMorphTo() method testHasNestedWithMorphToAndMultipleSubRelations (line 1760) | public function testHasNestedWithMorphToAndMultipleSubRelations() method testOrHasNested (line 1789) | public function testOrHasNested() method testSelfHasNested (line 1804) | public function testSelfHasNested() method testSelfHasNestedUsesAlias (line 1824) | public function testSelfHasNestedUsesAlias() method testDoesntHave (line 1839) | public function testDoesntHave() method testDoesntHaveNested (line 1848) | public function testDoesntHaveNested() method testOrDoesntHave (line 1857) | public function testOrDoesntHave() method testWhereDoesntHave (line 1867) | public function testWhereDoesntHave() method testOrWhereDoesntHave (line 1879) | public function testOrWhereDoesntHave() method testWhereMorphedTo (line 1891) | public function testWhereMorphedTo() method testWhereMorphedToCollection (line 1905) | public function testWhereMorphedToCollection() method testWhereMorphedToCollectionWithDifferentModels (line 1922) | public function testWhereMorphedToCollectionWithDifferentModels() method testWhereMorphedToNull (line 1942) | public function testWhereMorphedToNull() method testWhereNotMorphedTo (line 1951) | public function testWhereNotMorphedTo() method testWhereNotMorphedToCollection (line 1965) | public function testWhereNotMorphedToCollection() method testWhereNotMorphedToCollectionWithDifferentModels (line 1982) | public function testWhereNotMorphedToCollectionWithDifferentModels() method testOrWhereMorphedTo (line 2002) | public function testOrWhereMorphedTo() method testOrWhereMorphedToCollection (line 2016) | public function testOrWhereMorphedToCollection() method testOrWhereMorphedToCollectionWithDifferentModels (line 2033) | public function testOrWhereMorphedToCollectionWithDifferentModels() method testOrWhereMorphedToNull (line 2053) | public function testOrWhereMorphedToNull() method testOrWhereNotMorphedTo (line 2064) | public function testOrWhereNotMorphedTo() method testOrWhereNotMorphedToCollection (line 2078) | public function testOrWhereNotMorphedToCollection() method testOrWhereNotMorphedToCollectionWithDifferentModels (line 2095) | public function testOrWhereNotMorphedToCollectionWithDifferentModels() method testWhereMorphedToClass (line 2115) | public function testWhereMorphedToClass() method testWhereNotMorphedToClass (line 2126) | public function testWhereNotMorphedToClass() method testOrWhereMorphedToClass (line 2137) | public function testOrWhereMorphedToClass() method testOrWhereNotMorphedToClass (line 2148) | public function testOrWhereNotMorphedToClass() method testWhereNotMorphedToWithSQLite (line 2159) | public function testWhereNotMorphedToWithSQLite() method testWhereNotMorphedToClassWithSQLite (line 2173) | public function testWhereNotMorphedToClassWithSQLite() method testWhereNotMorphedToWithMySQL (line 2184) | public function testWhereNotMorphedToWithMySQL() method testWhereNotMorphedToClassWithMySQL (line 2198) | public function testWhereNotMorphedToClassWithMySQL() method testWhereNotMorphedToWithPostgres (line 2209) | public function testWhereNotMorphedToWithPostgres() method testWhereNotMorphedToClassWithPostgres (line 2223) | public function testWhereNotMorphedToClassWithPostgres() method testWhereNotMorphedToWithSqlServer (line 2234) | public function testWhereNotMorphedToWithSqlServer() method testWhereNotMorphedToClassWithSqlServer (line 2248) | public function testWhereNotMorphedToClassWithSqlServer() method testWhereMorphedToAlias (line 2259) | public function testWhereMorphedToAlias() method testWhereKeyMethodWithInt (line 2276) | public function testWhereKeyMethodWithInt() method testWhereKeyMethodWithStringZero (line 2290) | public function testWhereKeyMethodWithStringZero() method testWhereKeyMethodWithStringNull (line 2303) | public function testWhereKeyMethodWithStringNull() method testWhereKeyMethodWithArray (line 2316) | public function testWhereKeyMethodWithArray() method testWhereKeyMethodWithCollection (line 2330) | public function testWhereKeyMethodWithCollection() method testWhereKeyMethodWithModel (line 2344) | public function testWhereKeyMethodWithModel() method testWhereKeyNotMethodWithStringZero (line 2360) | public function testWhereKeyNotMethodWithStringZero() method testWhereKeyNotMethodWithStringNull (line 2373) | public function testWhereKeyNotMethodWithStringNull() method testWhereKeyNotMethodWithInt (line 2386) | public function testWhereKeyNotMethodWithInt() method testWhereKeyNotMethodWithArray (line 2400) | public function testWhereKeyNotMethodWithArray() method testWhereKeyNotMethodWithCollection (line 2414) | public function testWhereKeyNotMethodWithCollection() method testWhereKeyNotMethodWithModel (line 2428) | public function testWhereKeyNotMethodWithModel() method testExceptMethodWithModel (line 2444) | public function testExceptMethodWithModel() method testExceptMethodWithCollectionOfModel (line 2460) | public function testExceptMethodWithCollectionOfModel() method testExceptMethodWithArrayOfModel (line 2484) | public function testExceptMethodWithArrayOfModel() method testWhereIn (line 2508) | public function testWhereIn() method testLatestWithoutColumnWithCreatedAt (line 2517) | public function testLatestWithoutColumnWithCreatedAt() method testLatestWithoutColumnWithoutCreatedAt (line 2528) | public function testLatestWithoutColumnWithoutCreatedAt() method testLatestWithColumn (line 2539) | public function testLatestWithColumn() method testOldestWithoutColumnWithCreatedAt (line 2549) | public function testOldestWithoutColumnWithCreatedAt() method testOldestWithoutColumnWithoutCreatedAt (line 2560) | public function testOldestWithoutColumnWithoutCreatedAt() method testOldestWithColumn (line 2571) | public function testOldestWithColumn() method testUpdate (line 2581) | public function testUpdate() method testUpdateWithTimestampValue (line 2599) | public function testUpdateWithTimestampValue() method testUpdateWithQualifiedTimestampValue (line 2615) | public function testUpdateWithQualifiedTimestampValue() method testUpdateWithoutTimestamp (line 2631) | public function testUpdateWithoutTimestamp() method testUpdateWithAlias (line 2647) | public function testUpdateWithAlias() method testUpdateWithAliasWithQualifiedTimestampValue (line 2665) | public function testUpdateWithAliasWithQualifiedTimestampValue() method testUpsert (line 2685) | public function testUpsert() method testTouch (line 2708) | public function testTouch() method testTouchWithCustomColumn (line 2727) | public function testTouchWithCustomColumn() method testTouchWithMultipleColumns (line 2746) | public function testTouchWithMultipleColumns() method testTouchWithoutUpdatedAtColumn (line 2765) | public function testTouchWithoutUpdatedAtColumn() method testWithCastsMethod (line 2782) | public function testWithCastsMethod() method testClone (line 2792) | public function testClone() method testCloneModelMakesAFreshCopyOfTheModel (line 2806) | public function testCloneModelMakesAFreshCopyOfTheModel() method testToRawSql (line 2834) | public function testToRawSql() method testPassthruMethodsCallsAreNotCaseSensitive (line 2845) | public function testPassthruMethodsCallsAreNotCaseSensitive() method testPassthruArrayElementsMustAllBeLowercase (line 2862) | public function testPassthruArrayElementsMustAllBeLowercase() method testPipeCallback (line 2887) | public function testPipeCallback() method mockConnectionForModel (line 2912) | protected function mockConnectionForModel($model, $database) method getBuilder (line 2932) | protected function getBuilder() method getMockModel (line 2937) | protected function getMockModel() method getMockQueryBuilder (line 2947) | protected function getMockQueryBuilder() class EloquentBuilderTestStub (line 2956) | class EloquentBuilderTestStub extends Model class EloquentBuilderTestScopeStub (line 2961) | class EloquentBuilderTestScopeStub extends Model method scopeApproved (line 2963) | public function scopeApproved($query) class EloquentBuilderTestDynamicScopeStub (line 2969) | class EloquentBuilderTestDynamicScopeStub extends Model method scopeDynamic (line 2971) | public function scopeDynamic($query, $foo = 'foo', $bar = 'bar') class EloquentBuilderTestHigherOrderWhereScopeStub (line 2977) | class EloquentBuilderTestHigherOrderWhereScopeStub extends Model method scopeOne (line 2981) | public function scopeOne($query) method scopeTwo (line 2986) | public function scopeTwo($query) method scopeThree (line 2991) | public function scopeThree($query) class EloquentBuilderTestNestedStub (line 2997) | class EloquentBuilderTestNestedStub extends Model method scopeEmpty (line 3002) | public function scopeEmpty($query) class EloquentBuilderTestPluckStub (line 3008) | class EloquentBuilderTestPluckStub method __construct (line 3012) | public function __construct($attributes) method __get (line 3017) | public function __get($key) class EloquentBuilderTestPluckDatesStub (line 3023) | class EloquentBuilderTestPluckDatesStub extends Model method __construct (line 3027) | public function __construct($attributes) method asDateTime (line 3032) | protected function asDateTime($value) class EloquentBuilderTestModelParentStub (line 3038) | class EloquentBuilderTestModelParentStub extends Model method foo (line 3040) | public function foo() method address (line 3045) | public function address() method activeFoo (line 3050) | public function activeFoo() method roles (line 3055) | public function roles() method morph (line 3065) | public function morph() class EloquentBuilderTestModelCloseRelatedStub (line 3071) | class EloquentBuilderTestModelCloseRelatedStub extends Model method bar (line 3073) | public function bar() method baz (line 3078) | public function baz() method bam (line 3083) | public function bam() class EloquentBuilderTestModelFarRelatedStub (line 3089) | class EloquentBuilderTestModelFarRelatedStub extends Model method roles (line 3091) | public function roles() method baz (line 3101) | public function baz() class EloquentBuilderTestModelOtherFarRelatedStub (line 3107) | class EloquentBuilderTestModelOtherFarRelatedStub extends Model method roles (line 3109) | public function roles() method baz (line 3119) | public function baz() class EloquentBuilderTestModelSelfRelatedStub (line 3125) | class EloquentBuilderTestModelSelfRelatedStub extends Model method parentFoo (line 3129) | public function parentFoo() method childFoo (line 3134) | public function childFoo() method childFoos (line 3139) | public function childFoos() method parentBars (line 3144) | public function parentBars() method childBars (line 3149) | public function childBars() method bazes (line 3154) | public function bazes() class EloquentBuilderTestStubWithoutTimestamp (line 3160) | class EloquentBuilderTestStubWithoutTimestamp extends Model class EloquentBuilderTestStubStringPrimaryKey (line 3167) | class EloquentBuilderTestStubStringPrimaryKey extends Model class EloquentBuilderTestWhereBelongsToStub (line 3176) | class EloquentBuilderTestWhereBelongsToStub extends Model method eloquentBuilderTestWhereBelongsToStub (line 3183) | public function eloquentBuilderTestWhereBelongsToStub() method parent (line 3188) | public function parent() FILE: tests/Database/DatabaseEloquentCollectionQueueableTest.php class DatabaseEloquentCollectionQueueableTest (line 11) | class DatabaseEloquentCollectionQueueableTest extends TestCase method testSerializesPivotsEntitiesId (line 13) | public function testSerializesPivotsEntitiesId() method testSerializesModelEntitiesById (line 26) | public function testSerializesModelEntitiesById() method testJsonSerializationOfCollectionQueueableIdsWorks (line 42) | public function testJsonSerializationOfCollectionQueueableIdsWorks() FILE: tests/Database/DatabaseEloquentCollectionTest.php class DatabaseEloquentCollectionTest (line 19) | class DatabaseEloquentCollectionTest extends TestCase method setUp (line 26) | protected function setUp(): void method createSchema (line 41) | protected function createSchema() method tearDown (line 61) | protected function tearDown(): void method testAddingItemsToCollection (line 70) | public function testAddingItemsToCollection() method testGettingMaxItemsFromCollection (line 77) | public function testGettingMaxItemsFromCollection() method testGettingMinItemsFromCollection (line 83) | public function testGettingMinItemsFromCollection() method testContainsWithMultipleArguments (line 89) | public function testContainsWithMultipleArguments() method testContainsIndicatesIfModelInArray (line 102) | public function testContainsIndicatesIfModelInArray() method testContainsIndicatesIfDifferentModelInArray (line 124) | public function testContainsIndicatesIfDifferentModelInArray() method testContainsIndicatesIfKeyedModelInArray (line 141) | public function testContainsIndicatesIfKeyedModelInArray() method testContainsKeyAndValueIndicatesIfModelInArray (line 159) | public function testContainsKeyAndValueIndicatesIfModelInArray() method testContainsClosureIndicatesIfModelInArray (line 178) | public function testContainsClosureIndicatesIfModelInArray() method testFindMethodFindsModelById (line 201) | public function testFindMethodFindsModelById() method testFindMethodFindsManyModelsById (line 211) | public function testFindMethodFindsManyModelsById() method testFindOrFailFindsModelById (line 235) | public function testFindOrFailFindsModelById() method testFindOrFailFindsManyModelsById (line 244) | public function testFindOrFailFindsManyModelsById() method testFindOrFailThrowsExceptionWithMessageWhenOtherModelsArePresent (line 266) | public function testFindOrFailThrowsExceptionWithMessageWhenOtherModel... method testFindOrFailThrowsExceptionWithoutMessageWhenOtherModelsAreNotPresent (line 278) | public function testFindOrFailThrowsExceptionWithoutMessageWhenOtherMo... method testLoadMethodEagerLoadsGivenRelationships (line 288) | public function testLoadMethodEagerLoadsGivenRelationships() method testCollectionDictionaryReturnsModelKeys (line 301) | public function testCollectionDictionaryReturnsModelKeys() method testCollectionMergesWithGivenCollection (line 317) | public function testCollectionMergesWithGivenCollection() method testMap (line 334) | public function testMap() method testMappingToNonModelsReturnsABaseCollection (line 349) | public function testMappingToNonModelsReturnsABaseCollection() method testMapWithKeys (line 361) | public function testMapWithKeys() method testMapWithKeysToNonModelsReturnsABaseCollection (line 377) | public function testMapWithKeysToNonModelsReturnsABaseCollection() method testCollectionDiffsWithGivenCollection (line 390) | public function testCollectionDiffsWithGivenCollection() method testCollectionReturnsDuplicateBasedOnlyOnKeys (line 407) | public function testCollectionReturnsDuplicateBasedOnlyOnKeys() method testCollectionIntersectWithNull (line 429) | public function testCollectionIntersectWithNull() method testCollectionIntersectsWithGivenCollection (line 445) | public function testCollectionIntersectsWithGivenCollection() method testCollectionReturnsUniqueItems (line 462) | public function testCollectionReturnsUniqueItems() method testCollectionReturnsUniqueStrictBasedOnKeysOnly (line 475) | public function testCollectionReturnsUniqueStrictBasedOnKeysOnly() method testOnlyReturnsCollectionWithGivenModelKeys (line 497) | public function testOnlyReturnsCollectionWithGivenModelKeys() method testExceptReturnsCollectionWithoutGivenModelKeys (line 515) | public function testExceptReturnsCollectionWithoutGivenModelKeys() method testMakeHiddenAddsHiddenOnEntireCollection (line 533) | public function testMakeHiddenAddsHiddenOnEntireCollection() method testMakeVisibleRemovesHiddenFromEntireCollection (line 541) | public function testMakeVisibleRemovesHiddenFromEntireCollection() method testMergeHiddenAddsHiddenOnEntireCollection (line 549) | public function testMergeHiddenAddsHiddenOnEntireCollection() method testMergeVisibleRemovesHiddenFromEntireCollection (line 557) | public function testMergeVisibleRemovesHiddenFromEntireCollection() method testSetVisibleReplacesVisibleOnEntireCollection (line 565) | public function testSetVisibleReplacesVisibleOnEntireCollection() method testSetHiddenReplacesHiddenOnEntireCollection (line 573) | public function testSetHiddenReplacesHiddenOnEntireCollection() method testAppendsAddsTestOnEntireCollection (line 581) | public function testAppendsAddsTestOnEntireCollection() method testSetAppendsSetsAppendedPropertiesOnEntireCollection (line 590) | public function testSetAppendsSetsAppendedPropertiesOnEntireCollection() method testWithoutAppendsRemovesAppendsOnEntireCollection (line 601) | public function testWithoutAppendsRemovesAppendsOnEntireCollection() method testNonModelRelatedMethods (line 611) | public function testNonModelRelatedMethods() method testMakeVisibleRemovesHiddenAndIncludesVisible (line 626) | public function testMakeVisibleRemovesHiddenAndIncludesVisible() method testMultiply (line 635) | public function testMultiply() method testQueueableCollectionImplementation (line 650) | public function testQueueableCollectionImplementation() method testQueueableCollectionImplementationThrowsExceptionOnMultipleModelTypes (line 656) | public function testQueueableCollectionImplementationThrowsExceptionOn... method testQueueableRelationshipsReturnsOnlyRelationsCommonToAllModels (line 665) | public function testQueueableRelationshipsReturnsOnlyRelationsCommonTo... method testQueueableRelationshipsIgnoreCollectionKeys (line 688) | public function testQueueableRelationshipsIgnoreCollectionKeys() method testEmptyCollectionStayEmptyOnFresh (line 710) | public function testEmptyCollectionStayEmptyOnFresh() method testCanConvertCollectionOfModelsToEloquentQueryBuilder (line 716) | public function testCanConvertCollectionOfModelsToEloquentQueryBuilder() method testConvertingEmptyCollectionToQueryThrowsException (line 732) | public function testConvertingEmptyCollectionToQueryThrowsException() method testLoadExistsShouldCastBool (line 740) | public function testLoadExistsShouldCastBool() method testWithNonScalarKey (line 754) | public function testWithNonScalarKey() method testPluck (line 773) | public function testPluck() method seedData (line 796) | protected function seedData() method connection (line 817) | protected function connection() method schema (line 827) | protected function schema() class TestEloquentCollectionModel (line 833) | class TestEloquentCollectionModel extends Model method getTestAttribute (line 838) | public function getTestAttribute() class EloquentTestUserModel (line 844) | class EloquentTestUserModel extends Model method articles (line 850) | public function articles() class EloquentTestArticleModel (line 856) | class EloquentTestArticleModel extends Model method comments (line 862) | public function comments() class EloquentTestCommentModel (line 868) | class EloquentTestCommentModel extends Model class EloquentTestKey (line 875) | class EloquentTestKey method __construct (line 877) | public function __construct(private readonly string $key) method __toString (line 881) | public function __toString() class EloquentAppendingTestUserModel (line 887) | class EloquentAppendingTestUserModel extends Model method getAppendedFieldAttribute (line 894) | public function getAppendedFieldAttribute() method getOtherAppendedFieldAttribute (line 899) | public function getOtherAppendedFieldAttribute() method articles (line 904) | public function articles() FILE: tests/Database/DatabaseEloquentDynamicRelationsTest.php class DatabaseEloquentDynamicRelationsTest (line 13) | class DatabaseEloquentDynamicRelationsTest extends TestCase method testBasicDynamicRelations (line 15) | public function testBasicDynamicRelations() method testBasicDynamicRelationsOverride (line 23) | public function testBasicDynamicRelationsOverride() method testInharitedDynamicRelations (line 36) | public function testInharitedDynamicRelations() method testInheritedDynamicRelationsOverride (line 49) | public function testInheritedDynamicRelationsOverride() method testDynamicRelationsCanNotHaveTheSameNameAsNormalRelations (line 62) | public function testDynamicRelationsCanNotHaveTheSameNameAsNormalRelat... method testRelationResolvers (line 74) | public function testRelationResolvers() class DynamicRelationModel (line 89) | class DynamicRelationModel extends Model method hardCodedRelation (line 91) | public function hardCodedRelation() class DynamicRelationModel2 (line 97) | class DynamicRelationModel2 extends Model method getResults (line 99) | public function getResults() method newQuery (line 104) | public function newQuery() class DynamicRelationModel3 (line 118) | class DynamicRelationModel3 extends Model class DynamicRelationModel4 (line 123) | class DynamicRelationModel4 extends DynamicRelationModel class FakeHasManyRel (line 128) | class FakeHasManyRel extends HasMany method __construct (line 130) | public function __construct() method getResults (line 135) | public function getResults() FILE: tests/Database/DatabaseEloquentFactoryTest.php class DatabaseEloquentFactoryTest (line 26) | class DatabaseEloquentFactoryTest extends TestCase method setUp (line 28) | protected function setUp(): void method createSchema (line 56) | public function createSchema() method tearDown (line 101) | protected function tearDown(): void method test_basic_model_can_be_created (line 110) | public function test_basic_model_can_be_created() method test_expanded_closure_attributes_are_resolved_and_passed_to_closures (line 165) | public function test_expanded_closure_attributes_are_resolved_and_pass... method test_expanded_closure_attribute_returning_a_factory_is_resolved (line 179) | public function test_expanded_closure_attribute_returning_a_factory_is... method test_make_creates_unpersisted_model_instance (line 191) | public function test_make_creates_unpersisted_model_instance() method test_make_many_creates_unpersisted_model_instances (line 203) | public function test_make_many_creates_unpersisted_model_instances() method test_basic_model_attributes_can_be_created (line 228) | public function test_basic_model_attributes_can_be_created() method test_expanded_model_attributes_can_be_created (line 238) | public function test_expanded_model_attributes_can_be_created() method test_lazy_model_attributes_can_be_created (line 249) | public function test_lazy_model_attributes_can_be_created() method test_multiple_model_attributes_can_be_created (line 263) | public function test_multiple_model_attributes_can_be_created() method test_after_creating_and_making_callbacks_are_called (line 271) | public function test_after_creating_and_making_callbacks_are_called() method test_without_after_making_removes_callbacks (line 288) | public function test_without_after_making_removes_callbacks() method test_without_after_creating_removes_callbacks (line 300) | public function test_without_after_creating_removes_callbacks() method test_without_after_making_removes_configure_callbacks (line 312) | public function test_without_after_making_removes_configure_callbacks() method test_without_after_creating_removes_configure_callbacks (line 324) | public function test_without_after_creating_removes_configure_callbacks() method test_has_many_relationship (line 336) | public function test_has_many_relationship() method test_belongs_to_relationship (line 367) | public function test_belongs_to_relationship() method test_belongs_to_relationship_with_existing_model_instance (line 381) | public function test_belongs_to_relationship_with_existing_model_insta... method test_belongs_to_relationship_with_existing_model_instance_with_relationship_name_implied_from_model (line 396) | public function test_belongs_to_relationship_with_existing_model_insta... method test_morph_to_relationship (line 411) | public function test_morph_to_relationship() method test_morph_to_relationship_with_existing_model_instance (line 424) | public function test_morph_to_relationship_with_existing_model_instance() method test_belongs_to_many_relationship (line 438) | public function test_belongs_to_many_relationship() method test_belongs_to_many_relationship_related_models_set_on_instance_when_touching_owner (line 464) | public function test_belongs_to_many_relationship_related_models_set_o... method test_relation_can_be_loaded_before_model_is_created (line 472) | public function test_relation_can_be_loaded_before_model_is_created() method test_belongs_to_many_relationship_with_existing_model_instances (line 490) | public function test_belongs_to_many_relationship_with_existing_model_... method test_belongs_to_many_relationship_with_existing_model_instances_using_array (line 513) | public function test_belongs_to_many_relationship_with_existing_model_... method test_belongs_to_many_relationship_with_existing_model_instances_with_relationship_name_implied_from_model (line 536) | public function test_belongs_to_many_relationship_with_existing_model_... method test_sequences (line 559) | public function test_sequences() method test_counted_sequence (line 595) | public function test_counted_sequence() method test_sequence_with_has_many_relationship (line 610) | public function test_sequence_with_has_many_relationship() method test_cross_join_sequences (line 643) | public function test_cross_join_sequences() method test_resolve_nested_model_factories (line 682) | public function test_resolve_nested_model_factories() method test_resolve_nested_model_name_from_factory (line 698) | public function test_resolve_nested_model_name_from_factory() method test_resolve_non_app_nested_model_factories (line 710) | public function test_resolve_non_app_nested_model_factories() method test_model_has_factory (line 729) | public function test_model_has_factory() method test_dynamic_has_and_for_methods (line 738) | public function test_dynamic_has_and_for_methods() method test_can_be_macroable (line 758) | public function test_can_be_macroable() method test_factory_can_conditionally_execute_code (line 768) | public function test_factory_can_conditionally_execute_code() method test_dynamic_trashed_state_for_softdeletes_models (line 785) | public function test_dynamic_trashed_state_for_softdeletes_models() method test_dynamic_trashed_state_respects_existing_state (line 801) | public function test_dynamic_trashed_state_respects_existing_state() method test_dynamic_trashed_state_throws_exception_when_not_a_softdeletes_model (line 812) | public function test_dynamic_trashed_state_throws_exception_when_not_a... method test_model_instances_can_be_used_in_place_of_nested_factories (line 818) | public function test_model_instances_can_be_used_in_place_of_nested_fa... method test_for_method_recycles_models (line 836) | public function test_for_method_recycles_models() method test_has_method_does_not_reassign_the_parent (line 851) | public function test_has_method_does_not_reassign_the_parent() method test_multiple_models_can_be_provided_to_recycle (line 867) | public function test_multiple_models_can_be_provided_to_recycle() method test_recycled_models_can_be_combined_with_multiple_calls (line 885) | public function test_recycled_models_can_be_combined_with_multiple_cal... method test_no_models_can_be_provided_to_recycle (line 918) | public function test_no_models_can_be_provided_to_recycle() method test_can_disable_relationships (line 933) | public function test_can_disable_relationships() method test_can_disable_relationships_explicitly_by_model_name (line 942) | public function test_can_disable_relationships_explicitly_by_model_name() method test_can_disable_relationships_explicitly_by_attribute_name (line 952) | public function test_can_disable_relationships_explicitly_by_attribute... method test_can_disable_relationships_explicitly_by_both_attribute_name_and_model_name (line 962) | public function test_can_disable_relationships_explicitly_by_both_attr... method test_can_default_to_without_parents (line 972) | public function test_can_default_to_without_parents() method test_factory_model_names_correct (line 984) | public function test_factory_model_names_correct() method test_factory_global_model_resolver (line 990) | public function test_factory_global_model_resolver() method test_factory_model_has_many_relationship_has_pending_attributes (line 1003) | public function test_factory_model_has_many_relationship_has_pending_a... method test_factory_model_has_many_relationship_has_pending_attributes_override (line 1010) | public function test_factory_model_has_many_relationship_has_pending_a... method test_factory_model_has_one_relationship_has_pending_attributes (line 1017) | public function test_factory_model_has_one_relationship_has_pending_at... method test_factory_model_has_one_relationship_has_pending_attributes_override (line 1024) | public function test_factory_model_has_one_relationship_has_pending_at... method test_factory_model_belongs_to_many_relationship_has_pending_attributes (line 1031) | public function test_factory_model_belongs_to_many_relationship_has_pe... method test_factory_model_belongs_to_many_relationship_has_pending_attributes_override (line 1038) | public function test_factory_model_belongs_to_many_relationship_has_pe... method test_factory_model_morph_many_relationship_has_pending_attributes (line 1045) | public function test_factory_model_morph_many_relationship_has_pending... method test_factory_model_morph_many_relationship_has_pending_attributes_override (line 1052) | public function test_factory_model_morph_many_relationship_has_pending... method test_factory_can_insert (line 1059) | public function test_factory_can_insert() method test_factory_can_insert_with_hidden (line 1079) | public function test_factory_can_insert_with_hidden() method test_factory_can_insert_with_array_casts (line 1088) | public function test_factory_can_insert_with_array_casts() method connection (line 1105) | protected function connection() method schema (line 1115) | protected function schema() class FactoryTestUserFactory (line 1121) | class FactoryTestUserFactory extends Factory method definition (line 1125) | public function definition() class FactoryTestUser (line 1134) | class FactoryTestUser extends Eloquent method posts (line 1143) | public function posts() method postsWithFooBarBazAsTitle (line 1148) | public function postsWithFooBarBazAsTitle() method postWithFooBarBazAsTitle (line 1153) | public function postWithFooBarBazAsTitle() method roles (line 1158) | public function roles() method rolesWithFooBarBazAsName (line 1163) | public function rolesWithFooBarBazAsName() method factoryTestRoles (line 1168) | public function factoryTestRoles() class FactoryTestPostFactory (line 1174) | class FactoryTestPostFactory extends Factory method definition (line 1178) | public function definition() class FactoryTestPost (line 1187) | class FactoryTestPost extends Eloquent method upperCaseName (line 1195) | public function upperCaseName(): Attribute method user (line 1200) | public function user() method factoryTestUser (line 1205) | public function factoryTestUser() method author (line 1210) | public function author() method comments (line 1215) | public function comments() method commentsWithFooBarBazAsBody (line 1220) | public function commentsWithFooBarBazAsBody() class FactoryTestCommentFactory (line 1226) | class FactoryTestCommentFactory extends Factory method definition (line 1230) | public function definition() method trashed (line 1240) | public function trashed() class FactoryTestComment (line 1248) | class FactoryTestComment extends Eloquent method commentable (line 1254) | public function commentable() class FactoryTestRoleFactory (line 1260) | class FactoryTestRoleFactory extends Factory method definition (line 1264) | public function definition() class FactoryTestRole (line 1272) | class FactoryTestRole extends Eloquent method users (line 1278) | public function users() class FactoryTestGuessModelFactory (line 1284) | class FactoryTestGuessModelFactory extends Factory method appNamespace (line 1286) | protected static function appNamespace() method definition (line 1291) | public function definition() class FactoryTestGuessModel (line 1299) | class FactoryTestGuessModel extends Eloquent class FactoryTestUseFactoryAttributeFactory (line 1306) | class FactoryTestUseFactoryAttributeFactory extends Factory method definition (line 1308) | public function definition() class FactoryTestUseFactoryAttribute (line 1316) | #[UseFactory(FactoryTestUseFactoryAttributeFactory::class)] class FactoryTestUserWithArray (line 1322) | class FactoryTestUserWithArray extends Eloquent method casts (line 1326) | protected function casts() class FactoryTestUserWithArrayFactory (line 1332) | class FactoryTestUserWithArrayFactory extends Factory method definition (line 1336) | public function definition() class FactoryTestUserWithCallbacksFactory (line 1345) | class FactoryTestUserWithCallbacksFactory extends Factory method definition (line 1349) | public function definition() method configure (line 1357) | public function configure() FILE: tests/Database/DatabaseEloquentGlobalScopesTest.php class DatabaseEloquentGlobalScopesTest (line 12) | class DatabaseEloquentGlobalScopesTest extends TestCase method setUp (line 14) | protected function setUp(): void method tearDown (line 24) | protected function tearDown(): void method testGlobalScopeIsApplied (line 31) | public function testGlobalScopeIsApplied() method testGlobalScopeCanBeRemoved (line 39) | public function testGlobalScopeCanBeRemoved() method testClassNameGlobalScopeIsApplied (line 47) | public function testClassNameGlobalScopeIsApplied() method testGlobalScopeInAttributeIsApplied (line 55) | public function testGlobalScopeInAttributeIsApplied() method testGlobalScopeInInheritedAttributeIsApplied (line 63) | public function testGlobalScopeInInheritedAttributeIsApplied() method testClosureGlobalScopeIsApplied (line 71) | public function testClosureGlobalScopeIsApplied() method testGlobalScopesCanBeRegisteredViaArray (line 79) | public function testGlobalScopesCanBeRegisteredViaArray() method testClosureGlobalScopeCanBeRemoved (line 87) | public function testClosureGlobalScopeCanBeRemoved() method testGlobalScopeCanBeRemovedAfterTheQueryIsExecuted (line 95) | public function testGlobalScopeCanBeRemovedAfterTheQueryIsExecuted() method testAllGlobalScopesCanBeRemoved (line 107) | public function testAllGlobalScopesCanBeRemoved() method testAllGlobalScopesCanBeRemovedExceptSpecified (line 119) | public function testAllGlobalScopesCanBeRemovedExceptSpecified() method testGlobalScopesWithOrWhereConditionsAreNested (line 131) | public function testGlobalScopesWithOrWhereConditionsAreNested() method testRegularScopesWithOrWhereConditionsAreNested (line 144) | public function testRegularScopesWithOrWhereConditionsAreNested() method testScopesStartingWithOrBooleanArePreserved (line 152) | public function testScopesStartingWithOrBooleanArePreserved() method testHasQueryWhereBothModelsHaveGlobalScopes (line 160) | public function testHasQueryWhereBothModelsHaveGlobalScopes() method testRegularScopesThatRemoveGlobalScopes (line 171) | public function testRegularScopesThatRemoveGlobalScopes() method testRegularScopesThatRemoveGlobalScopesCalledInNestedWhereCondition (line 179) | public function testRegularScopesThatRemoveGlobalScopesCalledInNestedW... method testRemovingGlobalScopeInNestedWhereCondition (line 192) | public function testRemovingGlobalScopeInNestedWhereCondition() class EloquentClosureGlobalScopesTestModel (line 204) | class EloquentClosureGlobalScopesTestModel extends Model method boot (line 208) | public static function boot() method scopeApproved (line 221) | public function scopeApproved($query) method scopeNotApproved (line 226) | public function scopeNotApproved($query) method scopeOrApproved (line 231) | public function scopeOrApproved($query) class EloquentGlobalScopesWithRelationModel (line 237) | class EloquentGlobalScopesWithRelationModel extends EloquentClosureGloba... method related (line 241) | public function related() class EloquentClosureGlobalScopesWithOrTestModel (line 247) | class EloquentClosureGlobalScopesWithOrTestModel extends EloquentClosure... method boot (line 249) | public static function boot() class EloquentGlobalScopesTestModel (line 263) | class EloquentGlobalScopesTestModel extends Model method boot (line 267) | public static function boot() class EloquentClassNameGlobalScopesTestModel (line 275) | class EloquentClassNameGlobalScopesTestModel extends Model method boot (line 279) | public static function boot() class EloquentGlobalScopesArrayTestModel (line 287) | class EloquentGlobalScopesArrayTestModel extends Model method boot (line 291) | public static function boot() class EloquentGlobalScopeInAttributeTestModel (line 302) | #[ScopedBy(ActiveScope::class)] class ActiveScope (line 308) | class ActiveScope implements Scope method apply (line 310) | public function apply(Builder $builder, Model $model) type EloquentGlobalScopeInInheritedAttributeTestTrait (line 316) | #[ScopedBy(ActiveScope::class)] class EloquentGlobalScopeInInheritedAttributeTestModel (line 322) | class EloquentGlobalScopeInInheritedAttributeTestModel extends Model FILE: tests/Database/DatabaseEloquentHasManyCreateOrFirstTest.php class DatabaseEloquentHasManyCreateOrFirstTest (line 19) | class DatabaseEloquentHasManyCreateOrFirstTest extends TestCase method setUp (line 21) | protected function setUp(): void method tearDown (line 26) | protected function tearDown(): void method testCreateOrFirstMethodCreatesNewRecord (line 33) | #[DataProvider('createOrFirstValues')] method testCreateOrFirstMethodRetrievesExistingRecord (line 59) | public function testCreateOrFirstMethodRetrievesExistingRecord(): void method testFirstOrCreateMethodCreatesNewRecord (line 99) | public function testFirstOrCreateMethodCreatesNewRecord(): void method testFirstOrCreateMethodRetrievesExistingRecord (line 129) | public function testFirstOrCreateMethodRetrievesExistingRecord(): void method testFirstOrCreateMethodRetrievesRecordCreatedJustNow (line 161) | public function testFirstOrCreateMethodRetrievesRecordCreatedJustNow()... method testUpdateOrCreateMethodCreatesNewRecord (line 206) | public function testUpdateOrCreateMethodCreatesNewRecord(): void method testUpdateOrCreateMethodUpdatesExistingRecord (line 236) | public function testUpdateOrCreateMethodUpdatesExistingRecord(): void method testUpdateOrCreateMethodUpdatesRecordCreatedJustNow (line 273) | public function testUpdateOrCreateMethodUpdatesRecordCreatedJustNow():... method createOrFirstValues (line 323) | public static function createOrFirstValues(): array method mockConnectionForModel (line 331) | protected function mockConnectionForModel(Model $model, string $databa... class HasManyCreateOrFirstTestParentModel (line 360) | class HasManyCreateOrFirstTestParentModel extends Model method children (line 365) | public function children(): HasMany class HasManyCreateOrFirstTestChildModel (line 375) | class HasManyCreateOrFirstTestChildModel extends Model FILE: tests/Database/DatabaseEloquentHasManyTest.php class DatabaseEloquentHasManyTest (line 16) | class DatabaseEloquentHasManyTest extends TestCase method testMakeMethodDoesNotSaveNewModel (line 18) | public function testMakeMethodDoesNotSaveNewModel() method testMakeManyCreatesARelatedModelForEachRecord (line 27) | public function testMakeManyCreatesARelatedModelForEachRecord() method testCreateMethodProperlyCreatesNewModel (line 48) | public function testCreateMethodProperlyCreatesNewModel() method testForceCreateMethodProperlyCreatesNewModel (line 56) | public function testForceCreateMethodProperlyCreatesNewModel() method testFindOrNewMethodFindsModel (line 65) | public function testFindOrNewMethodFindsModel() method testFindOrNewMethodReturnsNewModelWithForeignKeySet (line 74) | public function testFindOrNewMethodReturnsNewModelWithForeignKeySet() method testFirstOrNewMethodFindsFirstModel (line 84) | public function testFirstOrNewMethodFindsFirstModel() method testFirstOrNewMethodWithValuesFindsFirstModel (line 94) | public function testFirstOrNewMethodWithValuesFindsFirstModel() method testFirstOrNewMethodReturnsNewModelWithForeignKeySet (line 105) | public function testFirstOrNewMethodReturnsNewModelWithForeignKeySet() method testFirstOrNewMethodWithValuesCreatesNewModelWithForeignKeySet (line 115) | public function testFirstOrNewMethodWithValuesCreatesNewModelWithForei... method testFirstOrCreateMethodFindsFirstModel (line 125) | public function testFirstOrCreateMethodFindsFirstModel() method testFirstOrCreateMethodWithValuesFindsFirstModel (line 137) | public function testFirstOrCreateMethodWithValuesFindsFirstModel() method testFirstOrCreateMethodCreatesNewModelWithForeignKeySet (line 149) | public function testFirstOrCreateMethodCreatesNewModelWithForeignKeySet() method testFirstOrCreateMethodWithValuesCreatesNewModelWithForeignKeySet (line 160) | public function testFirstOrCreateMethodWithValuesCreatesNewModelWithFo... method testCreateOrFirstMethodWithValuesFindsFirstModel (line 171) | public function testCreateOrFirstMethodWithValuesFindsFirstModel() method testCreateOrFirstMethodCreatesNewModelWithForeignKeySet (line 193) | public function testCreateOrFirstMethodCreatesNewModelWithForeignKeySet() method testCreateOrFirstMethodWithValuesCreatesNewModelWithForeignKeySet (line 207) | public function testCreateOrFirstMethodWithValuesCreatesNewModelWithFo... method testUpdateOrCreateMethodFindsFirstModelAndUpdates (line 220) | public function testUpdateOrCreateMethodFindsFirstModelAndUpdates() method testUpdateOrCreateMethodCreatesNewModelWithForeignKeySet (line 234) | public function testUpdateOrCreateMethodCreatesNewModelWithForeignKeyS... method testRelationUpsertFillsForeignKey (line 251) | public function testRelationUpsertFillsForeignKey() method testRelationIsProperlyInitialized (line 288) | public function testRelationIsProperlyInitialized() method testEagerConstraintsAreProperlyAdded (line 301) | public function testEagerConstraintsAreProperlyAdded() method testEagerConstraintsAreProperlyAddedWithStringKey (line 314) | public function testEagerConstraintsAreProperlyAddedWithStringKey() method testModelsAreProperlyMatchedToParents (line 327) | public function testModelsAreProperlyMatchedToParents() method testCreateManyCreatesARelatedModelForEachRecord (line 358) | public function testCreateManyCreatesARelatedModelForEachRecord() method getRelation (line 377) | protected function getRelation() method expectNewModel (line 393) | protected function expectNewModel($relation, $attributes = null) method expectCreatedModel (line 402) | protected function expectCreatedModel($relation, $attributes) method expectForceCreatedModel (line 410) | protected function expectForceCreatedModel($relation, $attributes) class EloquentHasManyModelStub (line 423) | class EloquentHasManyModelStub extends Model FILE: tests/Database/DatabaseEloquentHasManyThroughCreateOrFirstTest.php class DatabaseEloquentHasManyThroughCreateOrFirstTest (line 21) | class DatabaseEloquentHasManyThroughCreateOrFirstTest extends TestCase method setUp (line 23) | protected function setUp(): void method tearDown (line 28) | protected function tearDown(): void method testCreateOrFirstMethodCreatesNewRecord (line 35) | #[DataProvider('createOrFirstValues')] method testCreateOrFirstMethodRetrievesExistingRecord (line 59) | public function testCreateOrFirstMethodRetrievesExistingRecord(): void method testFirstOrCreateMethodCreatesNewRecord (line 107) | public function testFirstOrCreateMethodCreatesNewRecord(): void method testFirstOrCreateMethodRetrievesExistingRecord (line 142) | public function testFirstOrCreateMethodRetrievesExistingRecord(): void method testFirstOrCreateMethodRetrievesRecordCreatedJustNow (line 182) | public function testFirstOrCreateMethodRetrievesRecordCreatedJustNow()... method testUpdateOrCreateMethodCreatesNewRecord (line 240) | public function testUpdateOrCreateMethodCreatesNewRecord(): void method testUpdateOrCreateMethodUpdatesExistingRecord (line 278) | public function testUpdateOrCreateMethodUpdatesExistingRecord(): void method testUpdateOrCreateMethodUpdatesRecordCreatedJustNow (line 326) | public function testUpdateOrCreateMethodUpdatesRecordCreatedJustNow():... method createOrFirstValues (line 384) | public static function createOrFirstValues(): array method mockConnectionForModel (line 392) | protected function mockConnectionForModel(Model $model, string $databa... class HasManyThroughCreateOrFirstTestChildModel (line 422) | class HasManyThroughCreateOrFirstTestChildModel extends Model class HasManyThroughCreateOrFirstTestPivotModel (line 432) | class HasManyThroughCreateOrFirstTestPivotModel extends Model class HasManyThroughCreateOrFirstTestParentModel (line 441) | class HasManyThroughCreateOrFirstTestParentModel extends Model method children (line 446) | public function children(): HasManyThrough FILE: tests/Database/DatabaseEloquentHasManyThroughIntegrationTest.php class DatabaseEloquentHasManyThroughIntegrationTest (line 13) | class DatabaseEloquentHasManyThroughIntegrationTest extends TestCase method setUp (line 15) | protected function setUp(): void method createSchema (line 35) | public function createSchema() method tearDown (line 68) | protected function tearDown(): void method testItLoadsAHasManyThroughRelationWithCustomKeys (line 77) | public function testItLoadsAHasManyThroughRelationWithCustomKeys() method testItLoadsADefaultHasManyThroughRelation (line 86) | public function testItLoadsADefaultHasManyThroughRelation() method testItLoadsARelationWithCustomIntermediateAndLocalKey (line 98) | public function testItLoadsARelationWithCustomIntermediateAndLocalKey() method testEagerLoadingARelationWithCustomIntermediateAndLocalKey (line 107) | public function testEagerLoadingARelationWithCustomIntermediateAndLoca... method testWhereHasOnARelationWithCustomIntermediateAndLocalKey (line 116) | public function testWhereHasOnARelationWithCustomIntermediateAndLocalK... method testWithWhereHasOnARelationWithCustomIntermediateAndLocalKey (line 126) | public function testWithWhereHasOnARelationWithCustomIntermediateAndLo... method testFindMethod (line 138) | public function testFindMethod() method testFindManyMethod (line 157) | public function testFindManyMethod() method testFirstOrFailThrowsAnException (line 172) | public function testFirstOrFailThrowsAnException() method testFindOrFailThrowsAnException (line 183) | public function testFindOrFailThrowsAnException() method testFindOrFailWithManyThrowsAnException (line 194) | public function testFindOrFailWithManyThrowsAnException() method testFindOrFailWithManyUsingCollectionThrowsAnException (line 206) | public function testFindOrFailWithManyUsingCollectionThrowsAnException() method testFindOrMethod (line 218) | public function testFindOrMethod() method testFindOrMethodWithMany (line 238) | public function testFindOrMethodWithMany() method testFindOrMethodWithManyUsingCollection (line 265) | public function testFindOrMethodWithManyUsingCollection() method testFirstRetrievesFirstRecord (line 292) | public function testFirstRetrievesFirstRecord() method testAllColumnsAreRetrievedByDefault (line 301) | public function testAllColumnsAreRetrievedByDefault() method testOnlyProperColumnsAreSelectedIfProvided (line 317) | public function testOnlyProperColumnsAreSelectedIfProvided() method testChunkReturnsCorrectModels (line 329) | public function testChunkReturnsCorrectModels() method testChunkById (line 350) | public function testChunkById() method testCursorReturnsCorrectModels (line 368) | public function testCursorReturnsCorrectModels() method testEachReturnsCorrectModels (line 392) | public function testEachReturnsCorrectModels() method testEachByIdReturnsCorrectModels (line 412) | public function testEachByIdReturnsCorrectModels() method testLazyReturnsCorrectModels (line 432) | public function testLazyReturnsCorrectModels() method testLazyById (line 452) | public function testLazyById() method testIntermediateSoftDeletesAreIgnored (line 478) | public function testIntermediateSoftDeletesAreIgnored() method testEagerLoadingLoadsRelatedModelsCorrectly (line 489) | public function testEagerLoadingLoadsRelatedModelsCorrectly() method seedData (line 502) | protected function seedData() method seedDataExtended (line 512) | protected function seedDataExtended() method seedDefaultData (line 535) | protected function seedDefaultData() method resetDefault (line 548) | protected function resetDefault() method migrateDefault (line 558) | protected function migrateDefault() method connection (line 587) | protected function connection() method schema (line 597) | protected function schema() class HasManyThroughTestUser (line 606) | class HasManyThroughTestUser extends Eloquent method posts (line 611) | public function posts() class HasManyThroughTestPost (line 620) | class HasManyThroughTestPost extends Eloquent method owner (line 625) | public function owner() class HasManyThroughTestCountry (line 631) | class HasManyThroughTestCountry extends Eloquent method posts (line 636) | public function posts() method users (line 641) | public function users() class HasManyThroughDefaultTestUser (line 650) | class HasManyThroughDefaultTestUser extends Eloquent method posts (line 655) | public function posts() class HasManyThroughDefaultTestPost (line 664) | class HasManyThroughDefaultTestPost extends Eloquent method owner (line 669) | public function owner() class HasManyThroughDefaultTestCountry (line 675) | class HasManyThroughDefaultTestCountry extends Eloquent method posts (line 680) | public function posts() method users (line 685) | public function users() class HasManyThroughIntermediateTestCountry (line 691) | class HasManyThroughIntermediateTestCountry extends Eloquent method posts (line 696) | public function posts() method users (line 701) | public function users() class HasManyThroughSoftDeletesTestUser (line 707) | class HasManyThroughSoftDeletesTestUser extends Eloquent method posts (line 714) | public function posts() class HasManyThroughSoftDeletesTestPost (line 723) | class HasManyThroughSoftDeletesTestPost extends Eloquent method owner (line 728) | public function owner() class HasManyThroughSoftDeletesTestCountry (line 734) | class HasManyThroughSoftDeletesTestCountry extends Eloquent method posts (line 739) | public function posts() method users (line 744) | public function users() FILE: tests/Database/DatabaseEloquentHasOneOfManyTest.php class DatabaseEloquentHasOneOfManyTest (line 12) | class DatabaseEloquentHasOneOfManyTest extends TestCase method setUp (line 14) | protected function setUp(): void method createSchema (line 34) | public function createSchema() method tearDown (line 66) | protected function tearDown(): void method testItGuessesRelationName (line 76) | public function testItGuessesRelationName() method testItGuessesRelationNameAndAddsOfManyWhenTableNameIsRelationName (line 82) | public function testItGuessesRelationNameAndAddsOfManyWhenTableNameIsR... method testRelationNameCanBeSet (line 88) | public function testRelationNameCanBeSet() method testCorrectLatestOfManyQuery (line 105) | public function testCorrectLatestOfManyQuery(): void method testEagerLoadingAppliesConstraintsToInnerJoinSubQuery (line 112) | public function testEagerLoadingAppliesConstraintsToInnerJoinSubQuery() method testGlobalScopeIsNotAppliedWhenRelationIsDefinedWithoutGlobalScope (line 120) | public function testGlobalScopeIsNotAppliedWhenRelationIsDefinedWithou... method testGlobalScopeIsNotAppliedWhenRelationIsDefinedWithoutGlobalScopeWithComplexQuery (line 135) | public function testGlobalScopeIsNotAppliedWhenRelationIsDefinedWithou... method testQualifyingSubSelectColumn (line 149) | public function testQualifyingSubSelectColumn() method testItFailsWhenUsingInvalidAggregate (line 155) | public function testItFailsWhenUsingInvalidAggregate() method testItGetsCorrectResults (line 163) | public function testItGetsCorrectResults() method testResultDoesNotHaveAggregateColumn (line 174) | public function testResultDoesNotHaveAggregateColumn() method testItGetsCorrectResultsUsingShortcutMethod (line 184) | public function testItGetsCorrectResultsUsingShortcutMethod() method testItGetsCorrectResultsUsingShortcutReceivingMultipleColumnsMethod (line 195) | public function testItGetsCorrectResultsUsingShortcutReceivingMultiple... method testKeyIsAddedToAggregatesWhenMissing (line 210) | public function testKeyIsAddedToAggregatesWhenMissing() method testItGetsWithConstraintsCorrectResults (line 225) | public function testItGetsWithConstraintsCorrectResults() method testItEagerLoadsCorrectModels (line 235) | public function testItEagerLoadsCorrectModels() method testItJoinsOtherTableInSubQuery (line 247) | public function testItJoinsOtherTableInSubQuery() method testHasNested (line 263) | public function testHasNested() method testWithHasNested (line 280) | public function testWithHasNested() method testHasCount (line 301) | public function testHasCount() method testExists (line 311) | public function testExists() method testIsMethod (line 321) | public function testIsMethod() method testIsNotMethod (line 331) | public function testIsNotMethod() method testGet (line 341) | public function testGet() method testCount (line 355) | public function testCount() method testAggregate (line 364) | public function testAggregate() method testJoinConstraints (line 374) | public function testJoinConstraints() method testMultipleAggregates (line 394) | public function testMultipleAggregates() method testEagerLoadingWithMultipleAggregates (line 409) | public function testEagerLoadingWithMultipleAggregates() method testWithExists (line 440) | public function testWithExists() method testWithExistsWithConstraintsInJoinSubSelect (line 452) | public function testWithExistsWithConstraintsInJoinSubSelect() method testWithSoftDeletes (line 468) | public function testWithSoftDeletes() method testWithConstraintNotInAggregate (line 476) | public function testWithConstraintNotInAggregate() method testItGetsCorrectResultUsingAtLeastTwoAggregatesDistinctFromId (line 499) | public function testItGetsCorrectResultUsingAtLeastTwoAggregatesDistin... method connection (line 525) | protected function connection() method schema (line 535) | protected function schema() class HasOneOfManyTestUser (line 544) | class HasOneOfManyTestUser extends Eloquent method logins (line 550) | public function logins() method latest_login (line 555) | public function latest_login() method latest_login_with_soft_deletes (line 560) | public function latest_login_with_soft_deletes() method latest_login_with_shortcut (line 565) | public function latest_login_with_shortcut() method latest_login_with_invalid_aggregate (line 570) | public function latest_login_with_invalid_aggregate() method latest_login_without_global_scope (line 575) | public function latest_login_without_global_scope() method first_login (line 580) | public function first_login() method latest_login_with_foo_state (line 585) | public function latest_login_with_foo_state() method states (line 596) | public function states() method foo_state (line 601) | public function foo_state() method last_updated_foo_state (line 611) | public function last_updated_foo_state() method prices (line 621) | public function prices() method price (line 626) | public function price() method price_without_key_in_aggregates (line 636) | public function price_without_key_in_aggregates() method price_with_shortcut (line 641) | public function price_with_shortcut() method price_without_global_scope (line 646) | public function price_without_global_scope() method latest_updated_latest_created_state (line 656) | public function latest_updated_latest_created_state() class HasOneOfManyTestModel (line 665) | class HasOneOfManyTestModel extends Eloquent method logins (line 667) | public function logins() class HasOneOfManyTestLogin (line 673) | class HasOneOfManyTestLogin extends Eloquent class HasOneOfManyTestLoginWithSoftDeletes (line 680) | class HasOneOfManyTestLoginWithSoftDeletes extends Eloquent class HasOneOfManyTestState (line 689) | class HasOneOfManyTestState extends Eloquent class HasOneOfManyTestPrice (line 697) | class HasOneOfManyTestPrice extends Eloquent FILE: tests/Database/DatabaseEloquentHasOneOrManyWithAttributesPendingTest.php class DatabaseEloquentHasOneOrManyWithAttributesPendingTest (line 9) | class DatabaseEloquentHasOneOrManyWithAttributesPendingTest extends Test... method setUp (line 11) | protected function setUp(): void method testHasManyAddsAttributes (line 23) | public function testHasManyAddsAttributes(): void method testHasOneAddsAttributes (line 42) | public function testHasOneAddsAttributes(): void method testMorphManyAddsAttributes (line 61) | public function testMorphManyAddsAttributes(): void method testMorphOneAddsAttributes (line 81) | public function testMorphOneAddsAttributes(): void method testPendingAttributesCanBeOverridden (line 101) | public function testPendingAttributesCanBeOverridden(): void method testQueryingDoesNotBreakWither (line 118) | public function testQueryingDoesNotBreakWither(): void method testAttributesCanBeAppended (line 138) | public function testAttributesCanBeAppended(): void method testSingleAttributeApi (line 158) | public function testSingleAttributeApi(): void method testWheresAreNotSet (line 173) | public function testWheresAreNotSet(): void method testNullValueIsAccepted (line 206) | public function testNullValueIsAccepted(): void method testOneKeepsAttributesFromHasMany (line 241) | public function testOneKeepsAttributesFromHasMany(): void method testOneKeepsAttributesFromMorphMany (line 261) | public function testOneKeepsAttributesFromMorphMany(): void method testHasManyAddsCastedAttributes (line 282) | public function testHasManyAddsCastedAttributes(): void class RelatedPendingAttributesModel (line 300) | class RelatedPendingAttributesModel extends Model FILE: tests/Database/DatabaseEloquentHasOneOrManyWithAttributesTest.php class DatabaseEloquentHasOneOrManyWithAttributesTest (line 9) | class DatabaseEloquentHasOneOrManyWithAttributesTest extends TestCase method setUp (line 11) | protected function setUp(): void method testHasManyAddsAttributes (line 23) | public function testHasManyAddsAttributes(): void method testHasOneAddsAttributes (line 42) | public function testHasOneAddsAttributes(): void method testMorphManyAddsAttributes (line 61) | public function testMorphManyAddsAttributes(): void method testMorphOneAddsAttributes (line 81) | public function testMorphOneAddsAttributes(): void method testWithAttributesCanBeOverridden (line 101) | public function testWithAttributesCanBeOverridden(): void method testQueryingDoesNotBreakWither (line 118) | public function testQueryingDoesNotBreakWither(): void method testAttributesCanBeAppended (line 138) | public function testAttributesCanBeAppended(): void method testSingleAttributeApi (line 158) | public function testSingleAttributeApi(): void method testWheresAreSet (line 173) | public function testWheresAreSet(): void method testNullValueIsAccepted (line 206) | public function testNullValueIsAccepted(): void method testOneKeepsAttributesFromHasMany (line 230) | public function testOneKeepsAttributesFromHasMany(): void method testOneKeepsAttributesFromMorphMany (line 250) | public function testOneKeepsAttributesFromMorphMany(): void method testHasManyAddsCastedAttributes (line 271) | public function testHasManyAddsCastedAttributes(): void class RelatedWithAttributesModel (line 289) | class RelatedWithAttributesModel extends Model FILE: tests/Database/DatabaseEloquentHasOneTest.php class DatabaseEloquentHasOneTest (line 14) | class DatabaseEloquentHasOneTest extends TestCase method testHasOneWithDefault (line 22) | public function testHasOneWithDefault() method testHasOneWithDynamicDefault (line 37) | public function testHasOneWithDynamicDefault() method testHasOneWithDynamicDefaultUseParentModel (line 56) | public function testHasOneWithDynamicDefaultUseParentModel() method testHasOneWithArrayDefault (line 75) | public function testHasOneWithArrayDefault() method testMakeMethodDoesNotSaveNewModel (line 94) | public function testMakeMethodDoesNotSaveNewModel() method testSaveMethodSetsForeignKeyOnModel (line 105) | public function testSaveMethodSetsForeignKeyOnModel() method testCreateMethodProperlyCreatesNewModel (line 116) | public function testCreateMethodProperlyCreatesNewModel() method testForceCreateMethodProperlyCreatesNewModel (line 127) | public function testForceCreateMethodProperlyCreatesNewModel() method testRelationIsProperlyInitialized (line 141) | public function testRelationIsProperlyInitialized() method testEagerConstraintsAreProperlyAdded (line 151) | public function testEagerConstraintsAreProperlyAdded() method testModelsAreProperlyMatchedToParents (line 164) | public function testModelsAreProperlyMatchedToParents() method testRelationCountQueryCanBeBuilt (line 198) | public function testRelationCountQueryCanBeBuilt() method testIsNotNull (line 219) | public function testIsNotNull() method testIsModel (line 229) | public function testIsModel() method testIsModelWithStringRelatedKey (line 244) | public function testIsModelWithStringRelatedKey() method testIsNotModelWithNullRelatedKey (line 259) | public function testIsNotModelWithNullRelatedKey() method testIsNotModelWithAnotherRelatedKey (line 274) | public function testIsNotModelWithAnotherRelatedKey() method testIsNotModelWithAnotherTable (line 289) | public function testIsNotModelWithAnotherTable() method testIsNotModelWithAnotherConnection (line 304) | public function testIsNotModelWithAnotherConnection() method getRelation (line 319) | protected function getRelation() class EloquentHasOneModelStub (line 337) | class EloquentHasOneModelStub extends Model FILE: tests/Database/DatabaseEloquentHasOneThroughIntegrationTest.php class DatabaseEloquentHasOneThroughIntegrationTest (line 11) | class DatabaseEloquentHasOneThroughIntegrationTest extends TestCase method setUp (line 13) | protected function setUp(): void method createSchema (line 33) | public function createSchema() method tearDown (line 66) | protected function tearDown(): void method testItLoadsAHasOneThroughRelationWithCustomKeys (line 75) | public function testItLoadsAHasOneThroughRelationWithCustomKeys() method testItLoadsADefaultHasOneThroughRelation (line 83) | public function testItLoadsADefaultHasOneThroughRelation() method testItLoadsARelationWithCustomIntermediateAndLocalKey (line 95) | public function testItLoadsARelationWithCustomIntermediateAndLocalKey() method testEagerLoadingARelationWithCustomIntermediateAndLocalKey (line 103) | public function testEagerLoadingARelationWithCustomIntermediateAndLoca... method testWhereHasOnARelationWithCustomIntermediateAndLocalKey (line 111) | public function testWhereHasOnARelationWithCustomIntermediateAndLocalK... method testWithWhereHasOnARelationWithCustomIntermediateAndLocalKey (line 121) | public function testWithWhereHasOnARelationWithCustomIntermediateAndLo... method testFirstOrFailThrowsAnException (line 133) | public function testFirstOrFailThrowsAnException() method testFindOrFailThrowsAnException (line 144) | public function testFindOrFailThrowsAnException() method testFirstRetrievesFirstRecord (line 154) | public function testFirstRetrievesFirstRecord() method testAllColumnsAreRetrievedByDefault (line 163) | public function testAllColumnsAreRetrievedByDefault() method testOnlyProperColumnsAreSelectedIfProvided (line 179) | public function testOnlyProperColumnsAreSelectedIfProvided() method testChunkReturnsCorrectModels (line 191) | public function testChunkReturnsCorrectModels() method testCursorReturnsCorrectModels (line 211) | public function testCursorReturnsCorrectModels() method testEachReturnsCorrectModels (line 232) | public function testEachReturnsCorrectModels() method testLazyReturnsCorrectModels (line 251) | public function testLazyReturnsCorrectModels() method testIntermediateSoftDeletesAreIgnored (line 270) | public function testIntermediateSoftDeletesAreIgnored() method testEagerLoadingLoadsRelatedModelsCorrectly (line 280) | public function testEagerLoadingLoadsRelatedModelsCorrectly() method seedData (line 292) | protected function seedData() method seedDataExtended (line 299) | protected function seedDataExtended() method seedDefaultData (line 311) | protected function seedDefaultData() method resetDefault (line 321) | protected function resetDefault() method migrateDefault (line 331) | protected function migrateDefault() method connection (line 360) | protected function connection() method schema (line 370) | protected function schema() class HasOneThroughTestUser (line 379) | class HasOneThroughTestUser extends Eloquent method contract (line 384) | public function contract() class HasOneThroughTestContract (line 393) | class HasOneThroughTestContract extends Eloquent method owner (line 398) | public function owner() class HasOneThroughTestPosition (line 404) | class HasOneThroughTestPosition extends Eloquent method contract (line 409) | public function contract() method user (line 414) | public function user() class HasOneThroughDefaultTestUser (line 423) | class HasOneThroughDefaultTestUser extends Eloquent method contract (line 428) | public function contract() class HasOneThroughDefaultTestContract (line 437) | class HasOneThroughDefaultTestContract extends Eloquent method owner (line 442) | public function owner() class HasOneThroughDefaultTestPosition (line 448) | class HasOneThroughDefaultTestPosition extends Eloquent method contract (line 453) | public function contract() method user (line 458) | public function user() class HasOneThroughIntermediateTestPosition (line 464) | class HasOneThroughIntermediateTestPosition extends Eloquent method contract (line 469) | public function contract() method user (line 474) | public function user() class HasOneThroughSoftDeletesTestUser (line 480) | class HasOneThroughSoftDeletesTestUser extends Eloquent method contract (line 487) | public function contract() class HasOneThroughSoftDeletesTestContract (line 496) | class HasOneThroughSoftDeletesTestContract extends Eloquent method owner (line 501) | public function owner() class HasOneThroughSoftDeletesTestPosition (line 507) | class HasOneThroughSoftDeletesTestPosition extends Eloquent method contract (line 512) | public function contract() method user (line 517) | public function user() FILE: tests/Database/DatabaseEloquentHasOneThroughOfManyTest.php class DatabaseEloquentHasOneThroughOfManyTest (line 19) | class DatabaseEloquentHasOneThroughOfManyTest extends TestCase method setUp (line 21) | protected function setUp(): void method createSchema (line 31) | public function createSchema(): void method tearDown (line 63) | protected function tearDown(): void method testItGuessesRelationName (line 74) | public function testItGuessesRelationName(): void method testItGuessesRelationNameAndAddsOfManyWhenTableNameIsRelationName (line 80) | public function testItGuessesRelationNameAndAddsOfManyWhenTableNameIsR... method testRelationNameCanBeSet (line 86) | public function testRelationNameCanBeSet(): void method testCorrectLatestOfManyQuery (line 100) | public function testCorrectLatestOfManyQuery(): void method testEagerLoadingAppliesConstraintsToInnerJoinSubQuery (line 107) | public function testEagerLoadingAppliesConstraintsToInnerJoinSubQuery(... method testEagerLoadingAppliesConstraintsToQuery (line 115) | public function testEagerLoadingAppliesConstraintsToQuery(): void method testGlobalScopeIsNotAppliedWhenRelationIsDefinedWithoutGlobalScope (line 123) | public function testGlobalScopeIsNotAppliedWhenRelationIsDefinedWithou... method testGlobalScopeIsNotAppliedWhenRelationIsDefinedWithoutGlobalScopeWithComplexQuery (line 138) | public function testGlobalScopeIsNotAppliedWhenRelationIsDefinedWithou... method testQualifyingSubSelectColumn (line 152) | public function testQualifyingSubSelectColumn(): void method testItFailsWhenUsingInvalidAggregate (line 158) | public function testItFailsWhenUsingInvalidAggregate(): void method testItGetsCorrectResults (line 166) | public function testItGetsCorrectResults(): void method testResultDoesNotHaveAggregateColumn (line 177) | public function testResultDoesNotHaveAggregateColumn(): void method testItGetsCorrectResultsUsingShortcutMethod (line 187) | public function testItGetsCorrectResultsUsingShortcutMethod(): void method testItGetsCorrectResultsUsingShortcutReceivingMultipleColumnsMethod (line 198) | public function testItGetsCorrectResultsUsingShortcutReceivingMultiple... method testKeyIsAddedToAggregatesWhenMissing (line 213) | public function testKeyIsAddedToAggregatesWhenMissing(): void method testItGetsWithConstraintsCorrectResults (line 228) | public function testItGetsWithConstraintsCorrectResults(): void method testItEagerLoadsCorrectModels (line 238) | public function testItEagerLoadsCorrectModels(): void method testItJoinsOtherTableInSubQuery (line 250) | public function testItJoinsOtherTableInSubQuery(): void method testHasNested (line 266) | public function testHasNested(): void method testWithHasNested (line 283) | public function testWithHasNested(): void method testHasCount (line 304) | public function testHasCount(): void method testExists (line 314) | public function testExists(): void method testIsMethod (line 324) | public function testIsMethod(): void method testIsNotMethod (line 334) | public function testIsNotMethod(): void method testGet (line 344) | public function testGet(): void method testCount (line 358) | public function testCount(): void method testAggregate (line 367) | public function testAggregate(): void method testJoinConstraints (line 377) | public function testJoinConstraints(): void method testMultipleAggregates (line 397) | public function testMultipleAggregates(): void method testEagerLoadingWithMultipleAggregates (line 411) | public function testEagerLoadingWithMultipleAggregates(): void method testWithExists (line 442) | public function testWithExists(): void method testWithExistsWithConstraintsInJoinSubSelect (line 454) | public function testWithExistsWithConstraintsInJoinSubSelect(): void method testWithSoftDeletes (line 469) | public function testWithSoftDeletes(): void method testWithConstraintNotInAggregate (line 477) | public function testWithConstraintNotInAggregate(): void method testItGetsCorrectResultUsingAtLeastTwoAggregatesDistinctFromId (line 500) | public function testItGetsCorrectResultUsingAtLeastTwoAggregatesDistin... method connection (line 521) | protected function connection(): Connection method schema (line 526) | protected function schema(): Builder class HasOneThroughOfManyTestUser (line 532) | class HasOneThroughOfManyTestUser extends Eloquent method intermediates (line 540) | public function intermediates(): HasMany method logins (line 545) | public function logins(): HasManyThrough method latest_login (line 550) | public function latest_login(): HasOneThrough method latest_login_with_soft_deletes (line 560) | public function latest_login_with_soft_deletes(): HasOneThrough method latest_login_with_shortcut (line 570) | public function latest_login_with_shortcut(): HasOneThrough method latest_login_with_invalid_aggregate (line 575) | public function latest_login_with_invalid_aggregate(): HasOneThrough method latest_login_without_global_scope (line 580) | public function latest_login_without_global_scope(): HasOneThrough method first_login (line 585) | public function first_login(): HasOneThrough method latest_login_with_foo_state (line 590) | public function latest_login_with_foo_state(): HasOneThrough method states (line 601) | public function states(): HasManyThrough method foo_state (line 607) | public function foo_state(): HasOneThrough method last_updated_foo_state (line 617) | public function last_updated_foo_state(): HasOneThrough method prices (line 627) | public function prices(): HasManyThrough method price (line 632) | public function price(): HasOneThrough method price_without_key_in_aggregates (line 642) | public function price_without_key_in_aggregates(): HasOneThrough method price_with_shortcut (line 647) | public function price_with_shortcut(): HasOneThrough method price_without_global_scope (line 652) | public function price_without_global_scope(): HasOneThrough method latest_updated_latest_created_state (line 662) | public function latest_updated_latest_created_state(): HasOneThrough class HasOneThroughOfManyTestIntermediate (line 671) | class HasOneThroughOfManyTestIntermediate extends Eloquent method logins (line 679) | public function logins(): HasMany method states (line 684) | public function states(): HasMany method prices (line 689) | public function prices(): HasMany class HasOneThroughOfManyTestModel (line 695) | class HasOneThroughOfManyTestModel extends Eloquent method logins (line 697) | public function logins(): HasOneThrough class HasOneThroughOfManyTestLogin (line 708) | class HasOneThroughOfManyTestLogin extends Eloquent class HasOneThroughOfManyTestLoginWithSoftDeletes (line 715) | class HasOneThroughOfManyTestLoginWithSoftDeletes extends Eloquent class HasOneThroughOfManyTestState (line 724) | class HasOneThroughOfManyTestState extends Eloquent class HasOneThroughOfManyTestPrice (line 732) | class HasOneThroughOfManyTestPrice extends Eloquent class HasOneThroughOfManyTestUserFactory (line 741) | class HasOneThroughOfManyTestUserFactory extends Factory method definition (line 745) | public function definition(): array class HasOneThroughOfManyTestIntermediateFactory (line 751) | class HasOneThroughOfManyTestIntermediateFactory extends Factory method definition (line 755) | public function definition(): array FILE: tests/Database/DatabaseEloquentIntegrationTest.php class DatabaseEloquentIntegrationTest (line 33) | class DatabaseEloquentIntegrationTest extends TestCase method setUp (line 40) | protected function setUp(): void method createSchema (line 60) | protected function createSchema() method tearDown (line 195) | protected function tearDown(): void method testBasicModelRetrieval (line 218) | public function testBasicModelRetrieval() method testBasicModelCollectionRetrieval (line 268) | public function testBasicModelCollectionRetrieval() method testPaginatedModelCollectionRetrieval (line 282) | public function testPaginatedModelCollectionRetrieval() method testPaginatedModelCollectionRetrievalUsingCallablePerPage (line 313) | public function testPaginatedModelCollectionRetrievalUsingCallablePerP... method testPaginatedModelCollectionRetrievalWhenNoElements (line 378) | public function testPaginatedModelCollectionRetrievalWhenNoElements() method testPaginatedModelCollectionRetrievalWhenNoElementsAndDefaultPerPage (line 396) | public function testPaginatedModelCollectionRetrievalWhenNoElementsAnd... method testCountForPaginationWithGrouping (line 404) | public function testCountForPaginationWithGrouping() method testCountForPaginationWithGroupingAndSubSelects (line 418) | public function testCountForPaginationWithGroupingAndSubSelects() method testCursorPaginatedModelCollectionRetrieval (line 438) | public function testCursorPaginatedModelCollectionRetrieval() method testPreviousCursorPaginatedModelCollectionRetrieval (line 473) | public function testPreviousCursorPaginatedModelCollectionRetrieval() method testCursorPaginatedModelCollectionRetrievalWhenNoElements (line 496) | public function testCursorPaginatedModelCollectionRetrievalWhenNoEleme... method testCursorPaginatedModelCollectionRetrievalWhenNoElementsAndDefaultPerPage (line 514) | public function testCursorPaginatedModelCollectionRetrievalWhenNoEleme... method testFirstOrNew (line 522) | public function testFirstOrNew() method testFirstOrCreate (line 532) | public function testFirstOrCreate() method testCreateOrFirst (line 565) | public function testCreateOrFirst() method testCreateOrFirstNonAttributeFieldViolation (line 598) | public function testCreateOrFirstNonAttributeFieldViolation() method testCreateOrFirstWithinTransaction (line 619) | public function testCreateOrFirstWithinTransaction() method testUpdateOrCreate (line 635) | public function testUpdateOrCreate() method testUpdateOrCreateOnDifferentConnection (line 657) | public function testUpdateOrCreateOnDifferentConnection() method testCheckAndCreateMethodsOnMultiConnections (line 675) | public function testCheckAndCreateMethodsOnMultiConnections() method testCreatingModelWithEmptyAttributes (line 704) | public function testCreatingModelWithEmptyAttributes() method testChunk (line 712) | public function testChunk() method testChunksWithLimitsWhereLimitIsLessThanTotal (line 738) | public function testChunksWithLimitsWhereLimitIsLessThanTotal() method testChunksWithLimitsWhereLimitIsMoreThanTotal (line 763) | public function testChunksWithLimitsWhereLimitIsMoreThanTotal() method testChunksWithOffset (line 791) | public function testChunksWithOffset() method testChunksWithOffsetWhereMoreThanTotal (line 816) | public function testChunksWithOffsetWhereMoreThanTotal() method testChunksWithLimitsAndOffsets (line 833) | public function testChunksWithLimitsAndOffsets() method testChunkByIdWithLimits (line 865) | public function testChunkByIdWithLimits() method testChunkByIdWithOffsets (line 890) | public function testChunkByIdWithOffsets() method testChunkByIdWithLimitsAndOffsets (line 915) | public function testChunkByIdWithLimitsAndOffsets() method testChunkByIdWithNonIncrementingKey (line 947) | public function testChunkByIdWithNonIncrementingKey() method testEachByIdWithNonIncrementingKey (line 968) | public function testEachByIdWithNonIncrementingKey() method testPluck (line 984) | public function testPluck() method testPluckWithJoin (line 998) | public function testPluckWithJoin() method testPluckWithColumnNameContainingASpace (line 1013) | public function testPluckWithColumnNameContainingASpace() method testFindOrFail (line 1027) | public function testFindOrFail() method testFindOrFailWithSingleIdThrowsModelNotFoundException (line 1044) | public function testFindOrFailWithSingleIdThrowsModelNotFoundException() method testFindOrFailWithMultipleIdsThrowsModelNotFoundException (line 1055) | public function testFindOrFailWithMultipleIdsThrowsModelNotFoundExcept... method testFindOrFailWithMultipleIdsUsingCollectionThrowsModelNotFoundException (line 1067) | public function testFindOrFailWithMultipleIdsUsingCollectionThrowsMode... method testOneToOneRelationship (line 1079) | public function testOneToOneRelationship() method testIssetLoadsInRelationshipIfItIsntLoadedAlready (line 1094) | public function testIssetLoadsInRelationshipIfItIsntLoadedAlready() method testOneToManyRelationship (line 1102) | public function testOneToManyRelationship() method testBasicModelHydration (line 1121) | public function testBasicModelHydration() method testFirstOrNewOnHasOneRelationShip (line 1140) | public function testFirstOrNewOnHasOneRelationShip() method testFirstOrCreateOnHasOneRelationShip (line 1155) | public function testFirstOrCreateOnHasOneRelationShip() method testHasOnSelfReferencingBelongsToManyRelationship (line 1170) | public function testHasOnSelfReferencingBelongsToManyRelationship() method testWhereHasOnSelfReferencingBelongsToManyRelationship (line 1183) | public function testWhereHasOnSelfReferencingBelongsToManyRelationship() method testWithWhereHasOnSelfReferencingBelongsToManyRelationship (line 1196) | public function testWithWhereHasOnSelfReferencingBelongsToManyRelation... method testHasOnNestedSelfReferencingBelongsToManyRelationship (line 1211) | public function testHasOnNestedSelfReferencingBelongsToManyRelationship() method testWhereHasOnNestedSelfReferencingBelongsToManyRelationship (line 1223) | public function testWhereHasOnNestedSelfReferencingBelongsToManyRelati... method testWithWhereHasOnNestedSelfReferencingBelongsToManyRelationship (line 1237) | public function testWithWhereHasOnNestedSelfReferencingBelongsToManyRe... method testHasOnSelfReferencingBelongsToManyRelationshipWithWherePivot (line 1254) | public function testHasOnSelfReferencingBelongsToManyRelationshipWithW... method testHasOnNestedSelfReferencingBelongsToManyRelationshipWithWherePivot (line 1265) | public function testHasOnNestedSelfReferencingBelongsToManyRelationshi... method testHasOnSelfReferencingBelongsToRelationship (line 1277) | public function testHasOnSelfReferencingBelongsToRelationship() method testAggregatedValuesOfDatetimeField (line 1288) | public function testAggregatedValuesOfDatetimeField() method testWhereHasOnSelfReferencingBelongsToRelationship (line 1299) | public function testWhereHasOnSelfReferencingBelongsToRelationship() method testWithWhereHasOnSelfReferencingBelongsToRelationship (line 1312) | public function testWithWhereHasOnSelfReferencingBelongsToRelationship() method testHasOnNestedSelfReferencingBelongsToRelationship (line 1327) | public function testHasOnNestedSelfReferencingBelongsToRelationship() method testWhereHasOnNestedSelfReferencingBelongsToRelationship (line 1339) | public function testWhereHasOnNestedSelfReferencingBelongsToRelationsh... method testWithWhereHasOnNestedSelfReferencingBelongsToRelationship (line 1353) | public function testWithWhereHasOnNestedSelfReferencingBelongsToRelati... method testHasOnSelfReferencingHasManyRelationship (line 1371) | public function testHasOnSelfReferencingHasManyRelationship() method testWhereHasOnSelfReferencingHasManyRelationship (line 1382) | public function testWhereHasOnSelfReferencingHasManyRelationship() method testWithWhereHasOnSelfReferencingHasManyRelationship (line 1395) | public function testWithWhereHasOnSelfReferencingHasManyRelationship() method testHasOnNestedSelfReferencingHasManyRelationship (line 1410) | public function testHasOnNestedSelfReferencingHasManyRelationship() method testWhereHasOnNestedSelfReferencingHasManyRelationship (line 1422) | public function testWhereHasOnNestedSelfReferencingHasManyRelationship() method testWithWhereHasOnNestedSelfReferencingHasManyRelationship (line 1436) | public function testWithWhereHasOnNestedSelfReferencingHasManyRelation... method testHasWithNonWhereBindings (line 1453) | public function testHasWithNonWhereBindings() method testHasOnMorphToRelationship (line 1468) | public function testHasOnMorphToRelationship() method testBelongsToManyRelationshipModelsAreProperlyHydratedWithSoleQuery (line 1478) | public function testBelongsToManyRelationshipModelsAreProperlyHydrated... method testBelongsToManyRelationshipMissingModelExceptionWithSoleQueryWorks (line 1492) | public function testBelongsToManyRelationshipMissingModelExceptionWith... method testBelongsToManyRelationshipModelsAreProperlyHydratedOverChunkedRequest (line 1499) | public function testBelongsToManyRelationshipModelsAreProperlyHydrated... method testBelongsToManyRelationshipModelsAreProperlyHydratedOverEachRequest (line 1512) | public function testBelongsToManyRelationshipModelsAreProperlyHydrated... method testBelongsToManyRelationshipModelsAreProperlyHydratedOverCursorRequest (line 1524) | public function testBelongsToManyRelationshipModelsAreProperlyHydrated... method testWhereAttachedTo (line 1536) | public function testWhereAttachedTo() method testBasicHasManyEagerLoading (line 1568) | public function testBasicHasManyEagerLoading() method testBasicNestedSelfReferencingHasManyEagerLoading (line 1580) | public function testBasicNestedSelfReferencingHasManyEagerLoading() method testBasicMorphManyRelationship (line 1600) | public function testBasicMorphManyRelationship() method testMorphMapIsUsedForCreatingAndFetchingThroughRelation (line 1630) | public function testMorphMapIsUsedForCreatingAndFetchingThroughRelation() method testMorphMapIsUsedWhenFetchingParent (line 1661) | public function testMorphMapIsUsedWhenFetchingParent() method testMorphMapIsMergedByDefault (line 1676) | public function testMorphMapIsMergedByDefault() method testMorphMapOverwritesCurrentMap (line 1691) | public function testMorphMapOverwritesCurrentMap() method testEmptyMorphToRelationship (line 1706) | public function testEmptyMorphToRelationship() method testSaveOrFail (line 1713) | public function testSaveOrFail() method testSavingJSONFields (line 1724) | public function testSavingJSONFields() method testSaveOrFailWithDuplicatedEntry (line 1740) | public function testSaveOrFailWithDuplicatedEntry() method testMultiInsertsWithDifferentValues (line 1757) | public function testMultiInsertsWithDifferentValues() method testMultiInsertsWithSameValues (line 1769) | public function testMultiInsertsWithSameValues() method testNestedTransactions (line 1781) | public function testNestedTransactions() method testNestedTransactionsUsingSaveOrFailWillSucceed (line 1799) | public function testNestedTransactionsUsingSaveOrFailWillSucceed() method testNestedTransactionsUsingSaveOrFailWillFails (line 1816) | public function testNestedTransactionsUsingSaveOrFailWillFails() method testToArrayIncludesDefaultFormattedTimestamps (line 1834) | public function testToArrayIncludesDefaultFormattedTimestamps() method testToArrayIncludesCustomFormattedTimestamps (line 1849) | public function testToArrayIncludesCustomFormattedTimestamps() method testIncrementingPrimaryKeysAreCastToIntegersByDefault (line 1864) | public function testIncrementingPrimaryKeysAreCastToIntegersByDefault() method testDefaultIncrementingPrimaryKeyIntegerCastCanBeOverwritten (line 1872) | public function testDefaultIncrementingPrimaryKeyIntegerCastCanBeOverw... method testRelationsArePreloadedInGlobalScope (line 1880) | public function testRelationsArePreloadedInGlobalScope() method testModelIgnoredByGlobalScopeCanBeRefreshed (line 1890) | public function testModelIgnoredByGlobalScopeCanBeRefreshed() method testGlobalScopeCanBeRemovedByOtherGlobalScope (line 1897) | public function testGlobalScopeCanBeRemovedByOtherGlobalScope() method testForPageBeforeIdCorrectlyPaginates (line 1905) | public function testForPageBeforeIdCorrectlyPaginates() method testForPageAfterIdCorrectlyPaginates (line 1921) | public function testForPageAfterIdCorrectlyPaginates() method testMorphToRelationsAcrossDatabaseConnections (line 1937) | public function testMorphToRelationsAcrossDatabaseConnections() method testEagerLoadedMorphToRelationsOnAnotherDatabaseConnection (line 1952) | public function testEagerLoadedMorphToRelationsOnAnotherDatabaseConnec... method testBelongsToManyCustomPivot (line 1969) | public function testBelongsToManyCustomPivot() method testIsAfterRetrievingTheSameModel (line 1993) | public function testIsAfterRetrievingTheSameModel() method testFreshMethodOnModel (line 2001) | public function testFreshMethodOnModel() method testFreshMethodOnCollection (line 2076) | public function testFreshMethodOnCollection() method testTimestampsUsingDefaultDateFormat (line 2097) | public function testTimestampsUsingDefaultDateFormat() method testTimestampsUsingDefaultSqlServerDateFormat (line 2108) | public function testTimestampsUsingDefaultSqlServerDateFormat() method testTimestampsUsingCustomDateFormat (line 2121) | public function testTimestampsUsingCustomDateFormat() method testTimestampsUsingOldSqlServerDateFormat (line 2136) | public function testTimestampsUsingOldSqlServerDateFormat() method testTimestampsUsingOldSqlServerDateFormatFallbackToDefaultParsing (line 2147) | public function testTimestampsUsingOldSqlServerDateFormatFallbackToDef... method testSpecialFormats (line 2164) | public function testSpecialFormats() method testUpdatingChildModelTouchesParent (line 2192) | public function testUpdatingChildModelTouchesParent() method testMultiLevelTouchingWorks (line 2210) | public function testMultiLevelTouchingWorks() method testDeletingChildModelTouchesParentTimestamps (line 2228) | public function testDeletingChildModelTouchesParentTimestamps() method testTouchingChildModelUpdatesParentsTimestamps (line 2245) | public function testTouchingChildModelUpdatesParentsTimestamps() method testTouchingChildModelRespectsParentNoTouching (line 2263) | public function testTouchingChildModelRespectsParentNoTouching() method testUpdatingChildPostRespectsNoTouchingDefinition (line 2290) | public function testUpdatingChildPostRespectsNoTouchingDefinition() method testUpdatingModelInTheDisabledScopeTouchesItsOwnTimestamps (line 2310) | public function testUpdatingModelInTheDisabledScopeTouchesItsOwnTimest... method testDeletingChildModelRespectsTheNoTouchingRule (line 2330) | public function testDeletingChildModelRespectsTheNoTouchingRule() method testRespectedMultiLevelTouchingChain (line 2349) | public function testRespectedMultiLevelTouchingChain() method testTouchesGreatParentEvenWhenParentIsInNoTouchScope (line 2369) | public function testTouchesGreatParentEvenWhenParentIsInNoTouchScope() method testCanNestCallsOfNoTouching (line 2389) | public function testCanNestCallsOfNoTouching() method testCanPassArrayOfModelsToIgnore (line 2411) | public function testCanPassArrayOfModelsToIgnore() method testWhenBaseModelIsIgnoredAllChildModelsAreIgnored (line 2431) | public function testWhenBaseModelIsIgnoredAllChildModelsAreIgnored() method testChildModelsAreIgnored (line 2445) | public function testChildModelsAreIgnored() method testPivotsCanBeRefreshed (line 2462) | public function testPivotsCanBeRefreshed() method testMorphPivotsCanBeRefreshed (line 2484) | public function testMorphPivotsCanBeRefreshed() method testTouchingChaperonedChildModelUpdatesParentTimestamps (line 2509) | public function testTouchingChaperonedChildModelUpdatesParentTimestamps() method testTouchingBiDirectionalChaperonedModelUpdatesAllRelatedTimestamps (line 2527) | public function testTouchingBiDirectionalChaperonedModelUpdatesAllRela... method testCanFillAndInsert (line 2564) | public function testCanFillAndInsert() method testCanFillAndInsertWithUniqueStringIds (line 2610) | public function testCanFillAndInsertWithUniqueStringIds() method testFillAndInsertOrIgnore (line 2657) | public function testFillAndInsertOrIgnore() method testFillAndInsertGetId (line 2688) | public function testFillAndInsertGetId() method connection (line 2714) | protected function connection($connection = 'default') method schema (line 2724) | protected function schema($connection = 'default') class EloquentTestUser (line 2733) | class EloquentTestUser extends Eloquent method friends (line 2739) | public function friends() method friendsOne (line 2744) | public function friendsOne() method friendsTwo (line 2749) | public function friendsTwo() method posts (line 2754) | public function posts() method post (line 2759) | public function post() method photos (line 2764) | public function photos() method postWithPhotos (line 2769) | public function postWithPhotos() method eloquentTestAchievements (line 2777) | public function eloquentTestAchievements() class EloquentTestUserWithCustomFriendPivot (line 2783) | class EloquentTestUserWithCustomFriendPivot extends EloquentTestUser method friends (line 2785) | public function friends() class EloquentTestUserWithSpaceInColumnName (line 2792) | class EloquentTestUserWithSpaceInColumnName extends EloquentTestUser class EloquentTestNonIncrementing (line 2797) | class EloquentTestNonIncrementing extends Eloquent class EloquentTestNonIncrementingSecond (line 2805) | class EloquentTestNonIncrementingSecond extends EloquentTestNonIncrementing class EloquentTestUserWithGlobalScope (line 2810) | class EloquentTestUserWithGlobalScope extends EloquentTestUser method boot (line 2812) | public static function boot() class EloquentTestUserWithOmittingGlobalScope (line 2822) | class EloquentTestUserWithOmittingGlobalScope extends EloquentTestUser method boot (line 2824) | public static function boot() class EloquentTestUserWithGlobalScopeRemovingOtherScope (line 2834) | class EloquentTestUserWithGlobalScopeRemovingOtherScope extends Eloquent method boot (line 2842) | public static function boot() class EloquentTestUniqueUser (line 2852) | class EloquentTestUniqueUser extends Eloquent class EloquentTestPost (line 2859) | class EloquentTestPost extends Eloquent method user (line 2864) | public function user() method photos (line 2869) | public function photos() method childPosts (line 2874) | public function childPosts() method parentPost (line 2879) | public function parentPost() method tags (line 2884) | public function tags() class Taggable (line 2890) | class Taggable extends MorphPivot class EloquentTestTag (line 2894) | class EloquentTestTag extends Eloquent class EloquentTestFriendLevel (line 2900) | class EloquentTestFriendLevel extends Eloquent class EloquentTestPhoto (line 2906) | class EloquentTestPhoto extends Eloquent method imageable (line 2911) | public function imageable() class EloquentTestUserWithStringCastId (line 2917) | class EloquentTestUserWithStringCastId extends EloquentTestUser class EloquentTestUserWithCustomDateSerialization (line 2924) | class EloquentTestUserWithCustomDateSerialization extends EloquentTestUser method serializeDate (line 2926) | protected function serializeDate(DateTimeInterface $date) class EloquentTestOrder (line 2932) | class EloquentTestOrder extends Eloquent method item (line 2938) | public function item() class EloquentTestItem (line 2944) | class EloquentTestItem extends Eloquent class EloquentTestWithJSON (line 2951) | class EloquentTestWithJSON extends Eloquent class EloquentTestFriendPivot (line 2961) | class EloquentTestFriendPivot extends Pivot method user (line 2967) | public function user() method friend (line 2972) | public function friend() method level (line 2977) | public function level() class EloquentTouchingUser (line 2983) | class EloquentTouchingUser extends Eloquent class EloquentTouchingPost (line 2989) | class EloquentTouchingPost extends Eloquent method user (line 2998) | public function user() class EloquentTouchingComment (line 3004) | class EloquentTouchingComment extends Eloquent method post (line 3013) | public function post() class EloquentTouchingCategory (line 3019) | class EloquentTouchingCategory extends Eloquent method parent (line 3029) | public function parent() method children (line 3034) | public function children() class EloquentTestAchievement (line 3040) | class EloquentTestAchievement extends Eloquent method eloquentTestUsers (line 3048) | public function eloquentTestUsers() class ModelWithUniqueStringIds (line 3054) | class ModelWithUniqueStringIds extends Eloquent method casts (line 3062) | protected function casts() method uniqueIds (line 3075) | public function uniqueIds() FILE: tests/Database/DatabaseEloquentIntegrationWithTablePrefixTest.php class DatabaseEloquentIntegrationWithTablePrefixTest (line 11) | class DatabaseEloquentIntegrationWithTablePrefixTest extends TestCase method setUp (line 18) | protected function setUp(): void method createSchema (line 35) | protected function createSchema() method tearDown (line 69) | protected function tearDown(): void method testBasicModelHydration (line 83) | public function testBasicModelHydration() method testTablePrefixWithClonedConnection (line 96) | public function testTablePrefixWithClonedConnection() method testQueryGrammarUsesCorrectPrefixAfterCloning (line 119) | public function testQueryGrammarUsesCorrectPrefixAfterCloning() method connection (line 152) | protected function connection($connection = 'default') method schema (line 162) | protected function schema($connection = 'default') FILE: tests/Database/DatabaseEloquentInverseRelationHasManyTest.php class DatabaseEloquentInverseRelationHasManyTest (line 15) | class DatabaseEloquentInverseRelationHasManyTest extends TestCase method setUp (line 22) | protected function setUp(): void method createSchema (line 36) | protected function createSchema() method tearDown (line 55) | protected function tearDown(): void method testHasManyInverseRelationIsProperlySetToParentWhenLazyLoaded (line 63) | public function testHasManyInverseRelationIsProperlySetToParentWhenLaz... method testHasManyInverseRelationIsProperlySetToParentWhenEagerLoaded (line 77) | public function testHasManyInverseRelationIsProperlySetToParentWhenEag... method testHasLatestOfManyInverseRelationIsProperlySetToParentWhenLazyLoaded (line 92) | public function testHasLatestOfManyInverseRelationIsProperlySetToParen... method testHasLatestOfManyInverseRelationIsProperlySetToParentWhenEagerLoaded (line 106) | public function testHasLatestOfManyInverseRelationIsProperlySetToParen... method testOneOfManyInverseRelationIsProperlySetToParentWhenLazyLoaded (line 119) | public function testOneOfManyInverseRelationIsProperlySetToParentWhenL... method testOneOfManyInverseRelationIsProperlySetToParentWhenEagerLoaded (line 133) | public function testOneOfManyInverseRelationIsProperlySetToParentWhenE... method testHasManyInverseRelationIsProperlySetToParentWhenMakingMany (line 146) | public function testHasManyInverseRelationIsProperlySetToParentWhenMak... method testHasManyInverseRelationIsProperlySetToParentWhenCreatingMany (line 158) | public function testHasManyInverseRelationIsProperlySetToParentWhenCre... method testHasManyInverseRelationIsProperlySetToParentWhenCreatingManyQuietly (line 170) | public function testHasManyInverseRelationIsProperlySetToParentWhenCre... method testHasManyInverseRelationIsProperlySetToParentWhenSavingMany (line 182) | public function testHasManyInverseRelationIsProperlySetToParentWhenSav... method testHasManyInverseRelationIsProperlySetToParentWhenUpdatingMany (line 196) | public function testHasManyInverseRelationIsProperlySetToParentWhenUpd... method connection (line 222) | protected function connection($connection = 'default') method schema (line 232) | protected function schema($connection = 'default') class HasManyInverseUserModel (line 238) | class HasManyInverseUserModel extends Model method newFactory (line 245) | protected static function newFactory() method posts (line 250) | public function posts(): HasMany method lastPost (line 255) | public function lastPost(): HasOne method firstPost (line 260) | public function firstPost(): HasOne class HasManyInverseUserModelFactory (line 266) | class HasManyInverseUserModelFactory extends Factory method definition (line 270) | public function definition() method withPosts (line 275) | public function withPosts(int $count = 3) class HasManyInversePostModel (line 283) | class HasManyInversePostModel extends Model method newFactory (line 290) | protected static function newFactory() method user (line 295) | public function user(): BelongsTo class HasManyInversePostModelFactory (line 301) | class HasManyInversePostModelFactory extends Factory method definition (line 305) | public function definition() FILE: tests/Database/DatabaseEloquentInverseRelationHasOneTest.php class DatabaseEloquentInverseRelationHasOneTest (line 14) | class DatabaseEloquentInverseRelationHasOneTest extends TestCase method setUp (line 21) | protected function setUp(): void method createSchema (line 35) | protected function createSchema() method tearDown (line 54) | protected function tearDown(): void method testHasOneInverseRelationIsProperlySetToParentWhenLazyLoaded (line 62) | public function testHasOneInverseRelationIsProperlySetToParentWhenLazy... method testHasOneInverseRelationIsProperlySetToParentWhenEagerLoaded (line 75) | public function testHasOneInverseRelationIsProperlySetToParentWhenEage... method testHasOneInverseRelationIsProperlySetToParentWhenMaking (line 89) | public function testHasOneInverseRelationIsProperlySetToParentWhenMaki... method testHasOneInverseRelationIsProperlySetToParentWhenCreating (line 99) | public function testHasOneInverseRelationIsProperlySetToParentWhenCrea... method testHasOneInverseRelationIsProperlySetToParentWhenCreatingQuietly (line 109) | public function testHasOneInverseRelationIsProperlySetToParentWhenCrea... method testHasOneInverseRelationIsProperlySetToParentWhenForceCreating (line 119) | public function testHasOneInverseRelationIsProperlySetToParentWhenForc... method testHasOneInverseRelationIsProperlySetToParentWhenSaving (line 129) | public function testHasOneInverseRelationIsProperlySetToParentWhenSavi... method testHasOneInverseRelationIsProperlySetToParentWhenSavingQuietly (line 141) | public function testHasOneInverseRelationIsProperlySetToParentWhenSavi... method testHasOneInverseRelationIsProperlySetToParentWhenUpdating (line 153) | public function testHasOneInverseRelationIsProperlySetToParentWhenUpda... method connection (line 175) | protected function connection($connection = 'default') method schema (line 185) | protected function schema($connection = 'default') class HasOneInverseParentModel (line 191) | class HasOneInverseParentModel extends Model method newFactory (line 199) | protected static function newFactory() method child (line 204) | public function child(): HasOne class HasOneInverseParentModelFactory (line 210) | class HasOneInverseParentModelFactory extends Factory method definition (line 214) | public function definition() class HasOneInverseChildModel (line 220) | class HasOneInverseChildModel extends Model method newFactory (line 227) | protected static function newFactory() method parent (line 232) | public function parent(): BelongsTo class HasOneInverseChildModelFactory (line 238) | class HasOneInverseChildModelFactory extends Factory method definition (line 242) | public function definition() FILE: tests/Database/DatabaseEloquentInverseRelationMorphManyTest.php class DatabaseEloquentInverseRelationMorphManyTest (line 15) | class DatabaseEloquentInverseRelationMorphManyTest extends TestCase method setUp (line 22) | protected function setUp(): void method createSchema (line 36) | protected function createSchema() method tearDown (line 55) | protected function tearDown(): void method testMorphManyInverseRelationIsProperlySetToParentWhenLazyLoaded (line 63) | public function testMorphManyInverseRelationIsProperlySetToParentWhenL... method testMorphManyInverseRelationIsProperlySetToParentWhenEagerLoaded (line 78) | public function testMorphManyInverseRelationIsProperlySetToParentWhenE... method testMorphManyGuessedInverseRelationIsProperlySetToParentWhenLazyLoaded (line 93) | public function testMorphManyGuessedInverseRelationIsProperlySetToPare... method testMorphManyGuessedInverseRelationIsProperlySetToParentWhenEagerLoaded (line 108) | public function testMorphManyGuessedInverseRelationIsProperlySetToPare... method testMorphLatestOfManyInverseRelationIsProperlySetToParentWhenLazyLoaded (line 123) | public function testMorphLatestOfManyInverseRelationIsProperlySetToPar... method testMorphLatestOfManyInverseRelationIsProperlySetToParentWhenEagerLoaded (line 137) | public function testMorphLatestOfManyInverseRelationIsProperlySetToPar... method testMorphLatestOfManyGuessedInverseRelationIsProperlySetToParentWhenLazyLoaded (line 150) | public function testMorphLatestOfManyGuessedInverseRelationIsProperlyS... method testMorphLatestOfManyGuessedInverseRelationIsProperlySetToParentWhenEagerLoaded (line 164) | public function testMorphLatestOfManyGuessedInverseRelationIsProperlyS... method testMorphOneOfManyInverseRelationIsProperlySetToParentWhenLazyLoaded (line 177) | public function testMorphOneOfManyInverseRelationIsProperlySetToParent... method testMorphOneOfManyInverseRelationIsProperlySetToParentWhenEagerLoaded (line 191) | public function testMorphOneOfManyInverseRelationIsProperlySetToParent... method testMorphManyInverseRelationIsProperlySetToParentWhenMakingMany (line 204) | public function testMorphManyInverseRelationIsProperlySetToParentWhenM... method testMorphManyInverseRelationIsProperlySetToParentWhenCreatingMany (line 216) | public function testMorphManyInverseRelationIsProperlySetToParentWhenC... method testMorphManyInverseRelationIsProperlySetToParentWhenCreatingManyQuietly (line 228) | public function testMorphManyInverseRelationIsProperlySetToParentWhenC... method testMorphManyInverseRelationIsProperlySetToParentWhenSavingMany (line 240) | public function testMorphManyInverseRelationIsProperlySetToParentWhenS... method testMorphManyInverseRelationIsProperlySetToParentWhenUpdatingMany (line 253) | public function testMorphManyInverseRelationIsProperlySetToParentWhenU... method connection (line 278) | protected function connection($connection = 'default') method schema (line 288) | protected function schema($connection = 'default') class MorphManyInversePostModel (line 294) | class MorphManyInversePostModel extends Model method newFactory (line 301) | protected static function newFactory() method comments (line 306) | public function comments(): MorphMany method guessedComments (line 311) | public function guessedComments(): MorphMany method lastComment (line 316) | public function lastComment(): MorphOne method guessedLastComment (line 321) | public function guessedLastComment(): MorphOne method firstComment (line 326) | public function firstComment(): MorphOne class MorphManyInversePostModelFactory (line 332) | class MorphManyInversePostModelFactory extends Factory method definition (line 336) | public function definition() method withComments (line 341) | public function withComments(int $count = 3) class MorphManyInverseCommentModel (line 349) | class MorphManyInverseCommentModel extends Model method newFactory (line 356) | protected static function newFactory() method commentable (line 361) | public function commentable(): MorphTo class MorphManyInverseCommentModelFactory (line 367) | class MorphManyInverseCommentModelFactory extends Factory method definition (line 371) | public function definition() FILE: tests/Database/DatabaseEloquentInverseRelationMorphOneTest.php class DatabaseEloquentInverseRelationMorphOneTest (line 14) | class DatabaseEloquentInverseRelationMorphOneTest extends TestCase method setUp (line 21) | protected function setUp(): void method createSchema (line 35) | protected function createSchema() method tearDown (line 54) | protected function tearDown(): void method testMorphOneInverseRelationIsProperlySetToParentWhenLazyLoaded (line 62) | public function testMorphOneInverseRelationIsProperlySetToParentWhenLa... method testMorphOneInverseRelationIsProperlySetToParentWhenEagerLoaded (line 75) | public function testMorphOneInverseRelationIsProperlySetToParentWhenEa... method testMorphOneGuessedInverseRelationIsProperlySetToParentWhenLazyLoaded (line 88) | public function testMorphOneGuessedInverseRelationIsProperlySetToParen... method testMorphOneGuessedInverseRelationIsProperlySetToParentWhenEagerLoaded (line 101) | public function testMorphOneGuessedInverseRelationIsProperlySetToParen... method testMorphOneInverseRelationIsProperlySetToParentWhenMaking (line 114) | public function testMorphOneInverseRelationIsProperlySetToParentWhenMa... method testMorphOneInverseRelationIsProperlySetToParentWhenCreating (line 124) | public function testMorphOneInverseRelationIsProperlySetToParentWhenCr... method testMorphOneInverseRelationIsProperlySetToParentWhenCreatingQuietly (line 134) | public function testMorphOneInverseRelationIsProperlySetToParentWhenCr... method testMorphOneInverseRelationIsProperlySetToParentWhenForceCreating (line 144) | public function testMorphOneInverseRelationIsProperlySetToParentWhenFo... method testMorphOneInverseRelationIsProperlySetToParentWhenSaving (line 154) | public function testMorphOneInverseRelationIsProperlySetToParentWhenSa... method testMorphOneInverseRelationIsProperlySetToParentWhenSavingQuietly (line 166) | public function testMorphOneInverseRelationIsProperlySetToParentWhenSa... method testMorphOneInverseRelationIsProperlySetToParentWhenUpdating (line 178) | public function testMorphOneInverseRelationIsProperlySetToParentWhenUp... method connection (line 200) | protected function connection($connection = 'default') method schema (line 210) | protected function schema($connection = 'default') class MorphOneInversePostModel (line 216) | class MorphOneInversePostModel extends Model method newFactory (line 223) | protected static function newFactory() method image (line 228) | public function image(): MorphOne method guessedImage (line 233) | public function guessedImage(): MorphOne class MorphOneInversePostModelFactory (line 239) | class MorphOneInversePostModelFactory extends Factory method definition (line 243) | public function definition() class MorphOneInverseImageModel (line 249) | class MorphOneInverseImageModel extends Model method newFactory (line 256) | protected static function newFactory() method imageable (line 261) | public function imageable(): MorphTo class MorphOneInverseImageModelFactory (line 267) | class MorphOneInverseImageModelFactory extends Factory method definition (line 271) | public function definition() FILE: tests/Database/DatabaseEloquentInverseRelationTest.php class DatabaseEloquentInverseRelationTest (line 17) | class DatabaseEloquentInverseRelationTest extends TestCase method testBuilderCallbackIsNotAppliedWhenInverseRelationIsNotSet (line 19) | public function testBuilderCallbackIsNotAppliedWhenInverseRelationIsNo... method testBuilderCallbackIsNotSetIfInverseRelationIsEmptyString (line 28) | public function testBuilderCallbackIsNotSetIfInverseRelationIsEmptyStr... method testBuilderCallbackIsNotSetIfInverseRelationshipDoesNotExist (line 39) | public function testBuilderCallbackIsNotSetIfInverseRelationshipDoesNo... method testWithoutInverseMethodRemovesInverseRelation (line 50) | public function testWithoutInverseMethodRemovesInverseRelation() method testBuilderCallbackIsAppliedWhenInverseRelationIsSet (line 66) | public function testBuilderCallbackIsAppliedWhenInverseRelationIsSet() method testBuilderCallbackAppliesInverseRelationToAllModelsInResult (line 81) | public function testBuilderCallbackAppliesInverseRelationToAllModelsIn... method testInverseRelationIsNotSetIfInverseRelationIsUnset (line 111) | public function testInverseRelationIsNotSetIfInverseRelationIsUnset() method testProvidesPossibleInverseRelationBasedOnParent (line 148) | public function testProvidesPossibleInverseRelationBasedOnParent() method testProvidesPossibleInverseRelationBasedOnForeignKey (line 159) | public function testProvidesPossibleInverseRelationBasedOnForeignKey() method testProvidesPossibleRecursiveRelationsIfRelatedIsTheSameClassAsParent (line 169) | public function testProvidesPossibleRecursiveRelationsIfRelatedIsTheSa... method testGuessesInverseRelationBasedOnParent (line 179) | #[DataProvider('guessedParentRelationsDataProvider')] method testGuessesPossibleInverseRelationBasedOnForeignKey (line 193) | public function testGuessesPossibleInverseRelationBasedOnForeignKey() method testGuessesRecursiveInverseRelationsIfRelatedIsSameClassAsParent (line 206) | public function testGuessesRecursiveInverseRelationsIfRelatedIsSameCla... method testSetsGuessedInverseRelationBasedOnParent (line 223) | #[DataProvider('guessedParentRelationsDataProvider')] method testSetsRecursiveInverseRelationsIfRelatedIsSameClassAsParent (line 238) | public function testSetsRecursiveInverseRelationsIfRelatedIsSameClassA... method testSetsGuessedInverseRelationBasedOnForeignKey (line 256) | public function testSetsGuessedInverseRelationBasedOnForeignKey() method testOnlyHydratesInverseRelationOnModels (line 270) | public function testOnlyHydratesInverseRelationOnModels() method guessedParentRelationsDataProvider (line 292) | public static function guessedParentRelationsDataProvider() class HasInverseRelationParentStub (line 300) | class HasInverseRelationParentStub extends Model method getForeignKey (line 305) | public function getForeignKey() class HasInverseRelationRelatedStub (line 311) | class HasInverseRelationRelatedStub extends Model method getForeignKey (line 316) | public function getForeignKey() method test (line 321) | public function test(): BelongsTo class HasInverseRelationStub (line 327) | class HasInverseRelationStub extends Relation method __construct (line 331) | public function __construct( method getForeignKeyName (line 340) | public function getForeignKeyName() method match (line 346) | public function match(array $models, Collection $results, $relation) method initRelation (line 351) | public function initRelation(array $models, $relation) method getResults (line 356) | public function getResults() method addConstraints (line 361) | public function addConstraints() method addEagerConstraints (line 366) | public function addEagerConstraints(array $models) method exposeGetPossibleInverseRelations (line 372) | public function exposeGetPossibleInverseRelations(): array method exposeGuessInverseRelation (line 377) | public function exposeGuessInverseRelation(): ?string method exposeApplyInverseRelationToCollection (line 382) | public function exposeApplyInverseRelationToCollection($models, ?Model... FILE: tests/Database/DatabaseEloquentIrregularPluralTest.php class DatabaseEloquentIrregularPluralTest (line 10) | class DatabaseEloquentIrregularPluralTest extends TestCase method setUp (line 12) | protected function setUp(): void method createSchema (line 26) | public function createSchema() method tearDown (line 56) | protected function tearDown(): void method schema (line 67) | protected function schema() method testItPluralizesTheTableName (line 74) | public function testItPluralizesTheTableName() method testItTouchesTheParentWithAnIrregularPlural (line 81) | public function testItTouchesTheParentWithAnIrregularPlural() method testItPluralizesMorphToManyRelationships (line 105) | public function testItPluralizesMorphToManyRelationships() class IrregularPluralHuman (line 117) | class IrregularPluralHuman extends Model method irregularPluralTokens (line 121) | public function irregularPluralTokens() method mottoes (line 131) | public function mottoes() class IrregularPluralToken (line 137) | class IrregularPluralToken extends Model class IrregularPluralMotto (line 148) | class IrregularPluralMotto extends Model method irregularPluralHumans (line 154) | public function irregularPluralHumans() FILE: tests/Database/DatabaseEloquentLocalScopesTest.php class DatabaseEloquentLocalScopesTest (line 9) | class DatabaseEloquentLocalScopesTest extends TestCase method setUp (line 11) | protected function setUp(): void method tearDown (line 21) | protected function tearDown(): void method testCanCheckExistenceOfLocalScope (line 28) | public function testCanCheckExistenceOfLocalScope() method testLocalScopeIsApplied (line 38) | public function testLocalScopeIsApplied() method testDynamicLocalScopeIsApplied (line 47) | public function testDynamicLocalScopeIsApplied() method testLocalScopesCanChained (line 56) | public function testLocalScopesCanChained() method testLocalScopeNestingDoesntDoubleFirstWhereClauseNegation (line 65) | public function testLocalScopeNestingDoesntDoubleFirstWhereClauseNegat... method testLocalScopeNestingGroupsOrNotWhereClause (line 78) | public function testLocalScopeNestingGroupsOrNotWhereClause() class EloquentLocalScopesTestModel (line 92) | class EloquentLocalScopesTestModel extends Model method scopeActive (line 96) | public function scopeActive($query) method scopeType (line 101) | public function scopeType($query, $type) FILE: tests/Database/DatabaseEloquentModelAttributesTest.php class DatabaseEloquentModelAttributesTest (line 18) | class DatabaseEloquentModelAttributesTest extends TestCase method setUp (line 20) | protected function setUp(): void method test_table_attribute (line 40) | public function test_table_attribute(): void method test_table_property_takes_precedence (line 47) | public function test_table_property_takes_precedence(): void method test_primary_key_attribute (line 54) | public function test_primary_key_attribute(): void method test_primary_key_property_takes_precedence (line 61) | public function test_primary_key_property_takes_precedence(): void method test_primary_key_attribute_with_type (line 68) | public function test_primary_key_attribute_with_type(): void method test_primary_key_attribute_with_incrementing (line 76) | public function test_primary_key_attribute_with_incrementing(): void method test_primary_key_attribute_with_all_options (line 84) | public function test_primary_key_attribute_with_all_options(): void method test_connection_attribute (line 93) | public function test_connection_attribute(): void method test_timestamps_attribute (line 100) | public function test_timestamps_attribute(): void method test_without_timestamps_attribute (line 107) | public function test_without_timestamps_attribute(): void method test_timestamps_property_takes_precedence (line 114) | public function test_timestamps_property_takes_precedence(): void method test_date_format_attribute (line 121) | public function test_date_format_attribute(): void method test_fillable_attribute (line 128) | public function test_fillable_attribute(): void method test_fillable_property_takes_precedence (line 135) | public function test_fillable_property_takes_precedence(): void method test_guarded_attribute (line 142) | public function test_guarded_attribute(): void method test_guarded_property_takes_precedence (line 149) | public function test_guarded_property_takes_precedence(): void method test_unguarded_attribute (line 156) | public function test_unguarded_attribute(): void method test_guarded_attribute_is_inherited (line 164) | public function test_guarded_attribute_is_inherited(): void method test_hidden_attribute (line 171) | public function test_hidden_attribute(): void method test_visible_attribute (line 178) | public function test_visible_attribute(): void method test_appends_attribute (line 185) | public function test_appends_attribute(): void method test_touches_attribute (line 192) | public function test_touches_attribute(): void method test_merge_fillable_works_with_attribute (line 199) | public function test_merge_fillable_works_with_attribute(): void method test_merge_hidden_works_with_attribute (line 210) | public function test_merge_hidden_works_with_attribute(): void method test_set_fillable_overrides_attribute (line 221) | public function test_set_fillable_overrides_attribute(): void method test_set_hidden_overrides_attribute (line 232) | public function test_set_hidden_overrides_attribute(): void method test_is_ignoring_touch_with_timestamps_attribute (line 243) | public function test_is_ignoring_touch_with_timestamps_attribute(): void class ModelWithTableAttribute (line 251) | #[Table('custom_table_name')] class ModelWithTableAttributeAndProperty (line 257) | #[Table('attribute_table')] class ModelWithPrimaryKeyAttribute (line 263) | #[Table(key: 'custom_id')] class ModelWithPrimaryKeyAttributeAndProperty (line 269) | #[Table(key: 'attribute_id')] class ModelWithPrimaryKeyTypeAttribute (line 275) | #[Table(key: 'uuid', keyType: 'string')] class ModelWithPrimaryKeyIncrementingAttribute (line 281) | #[Table(key: 'uuid', incrementing: false)] class ModelWithFullPrimaryKeyAttribute (line 287) | #[Table(key: 'uuid', keyType: 'string', incrementing: false)] class ModelWithConnectionAttribute (line 293) | #[Connection('secondary')] class ModelWithTimestampsFalseAttribute (line 299) | #[Table(timestamps: false)] class ModelWithoutTimestampsAttribute (line 305) | #[Table(timestamps: false)] class ModelWithTimestampsAttributeAndProperty (line 311) | #[Table(timestamps: false)] class ModelWithDateFormatAttribute (line 317) | #[Table(dateFormat: 'U')] class ModelWithFillableAttribute (line 323) | #[Fillable(['name', 'email'])] class ModelWithFillableAttributeAndProperty (line 329) | #[Fillable(['name', 'email'])] class ModelWithGuardedAttribute (line 335) | #[Guarded(['id', 'secret'])] class ModelWithGuardedAttributeAndProperty (line 341) | #[Guarded(['id', 'secret'])] class GuardedBaseModel (line 347) | #[Guarded(['id', 'secret'])] class ModelExtendingGuardedParent (line 353) | class ModelExtendingGuardedParent extends GuardedBaseModel class ModelWithUnguardedAttribute (line 358) | #[Unguarded] class ModelWithHiddenAttribute (line 364) | #[Hidden(['password', 'secret'])] class ModelWithVisibleAttribute (line 370) | #[Visible(['id', 'name'])] class ModelWithAppendsAttribute (line 376) | #[Appends(['full_name', 'is_admin'])] class ModelWithTouchesAttribute (line 382) | #[Touches(['post', 'author'])] FILE: tests/Database/DatabaseEloquentModelTest.php class DatabaseEloquentModelTest (line 67) | class DatabaseEloquentModelTest extends TestCase method tearDown (line 73) | protected function tearDown(): void method testAttributeManipulation (line 83) | public function testAttributeManipulation() method testSetAttributeWithNumericKey (line 99) | public function testSetAttributeWithNumericKey() method testDirtyAttributes (line 107) | public function testDirtyAttributes() method testIntAndNullComparisonWhenDirty (line 122) | public function testIntAndNullComparisonWhenDirty() method testFloatAndNullComparisonWhenDirty (line 132) | public function testFloatAndNullComparisonWhenDirty() method testDirtyOnCastOrDateAttributes (line 142) | public function testDirtyOnCastOrDateAttributes() method testDirtyOnCastedObjects (line 167) | public function testDirtyOnCastedObjects() method testDirtyOnCastedArrayObject (line 184) | public function testDirtyOnCastedArrayObject() method testDirtyOnCastedCollection (line 202) | public function testDirtyOnCastedCollection() method testDirtyOnCastedCustomCollection (line 220) | public function testDirtyOnCastedCustomCollection() method testDirtyOnCastedCustomCollectionAsArray (line 238) | public function testDirtyOnCastedCustomCollectionAsArray() method testDirtyOnCastedStringable (line 256) | public function testDirtyOnCastedStringable() method testDirtyOnCastedHtmlString (line 274) | public function testDirtyOnCastedHtmlString() method testDirtyOnCastedUri (line 292) | public function testDirtyOnCastedUri() method testDirtyOnCastedFluent (line 310) | public function testDirtyOnCastedFluent() method testDirtyOnEnumCollectionObject (line 505) | public function testDirtyOnEnumCollectionObject() method testDirtyOnCustomEnumCollectionObject (line 523) | public function testDirtyOnCustomEnumCollectionObject() method testDirtyOnEnumArrayObject (line 541) | public function testDirtyOnEnumArrayObject() method testDirtyOnCustomEnumArrayObjectUsing (line 559) | public function testDirtyOnCustomEnumArrayObjectUsing() method testHasCastsOnEnumAttribute (line 577) | public function testHasCastsOnEnumAttribute() method testCleanAttributes (line 583) | public function testCleanAttributes() method testCleanWhenFloatUpdateAttribute (line 598) | public function testCleanWhenFloatUpdateAttribute() method testCalculatedAttributes (line 613) | public function testCalculatedAttributes() method testArrayAccessToAttributes (line 629) | public function testArrayAccessToAttributes() method testOnly (line 643) | public function testOnly() method testExcept (line 655) | public function testExcept() method testNewInstanceReturnsNewInstanceWithAttributesSet (line 667) | public function testNewInstanceReturnsNewInstanceWithAttributesSet() method testNewInstanceReturnsNewInstanceWithTableSet (line 675) | public function testNewInstanceReturnsNewInstanceWithTableSet() method testNewInstanceReturnsNewInstanceWithMergedCasts (line 684) | public function testNewInstanceReturnsNewInstanceWithMergedCasts() method testCreateMethodSavesNewModel (line 694) | public function testCreateMethodSavesNewModel() method testMakeMethodDoesNotSaveNewModel (line 702) | public function testMakeMethodDoesNotSaveNewModel() method testForceCreateMethodSavesNewModelWithGuardedAttributes (line 710) | public function testForceCreateMethodSavesNewModelWithGuardedAttributes() method testFindMethodUseWritePdo (line 718) | public function testFindMethodUseWritePdo() method testDestroyMethodCallsQueryBuilderCorrectly (line 723) | public function testDestroyMethodCallsQueryBuilderCorrectly() method testDestroyMethodCallsQueryBuilderCorrectlyWithCollection (line 728) | public function testDestroyMethodCallsQueryBuilderCorrectlyWithCollect... method testDestroyMethodCallsQueryBuilderCorrectlyWithEloquentCollection (line 733) | public function testDestroyMethodCallsQueryBuilderCorrectlyWithEloquen... method testDestroyMethodCallsQueryBuilderCorrectlyWithMultipleArgs (line 742) | public function testDestroyMethodCallsQueryBuilderCorrectlyWithMultipl... method testDestroyMethodCallsQueryBuilderCorrectlyWithEmptyIds (line 747) | public function testDestroyMethodCallsQueryBuilderCorrectlyWithEmptyIds() method testWithMethodCallsQueryBuilderCorrectly (line 753) | public function testWithMethodCallsQueryBuilderCorrectly() method testWithoutMethodRemovesEagerLoadedRelationshipCorrectly (line 759) | public function testWithoutMethodRemovesEagerLoadedRelationshipCorrect... method testWithOnlyMethodLoadsRelationshipCorrectly (line 767) | public function testWithOnlyMethodLoadsRelationshipCorrectly() method testEagerLoadingWithColumns (line 776) | public function testEagerLoadingWithColumns() method testWithWhereHasWithSpecificColumns (line 788) | public function testWithWhereHasWithSpecificColumns() method testWithWhereHasWorksInNestedQuery (line 799) | public function testWithWhereHasWorksInNestedQuery() method testWithMethodCallsQueryBuilderCorrectlyWithArray (line 810) | public function testWithMethodCallsQueryBuilderCorrectlyWithArray() method testUpdateProcess (line 816) | public function testUpdateProcess() method testUpdateProcessDoesntOverrideTimestamps (line 839) | public function testUpdateProcessDoesntOverrideTimestamps() method testSaveIsCanceledIfSavingEventReturnsFalse (line 858) | public function testSaveIsCanceledIfSavingEventReturnsFalse() method testUpdateIsCanceledIfUpdatingEventReturnsFalse (line 870) | public function testUpdateIsCanceledIfUpdatingEventReturnsFalse() method testEventsCanBeFiredWithCustomEventObjects (line 884) | public function testEventsCanBeFiredWithCustomEventObjects() method testUpdateProcessWithoutTimestamps (line 896) | public function testUpdateProcessWithoutTimestamps() method testUpdateUsesOldPrimaryKey (line 914) | public function testUpdateUsesOldPrimaryKey() method testTimestampsAreReturnedAsObjects (line 937) | public function testTimestampsAreReturnedAsObjects() method testTimestampsAreReturnedAsObjectsFromPlainDatesAndTimestamps (line 950) | public function testTimestampsAreReturnedAsObjectsFromPlainDatesAndTim... method testTimestampsAreReturnedAsObjectsOnCreate (line 963) | public function testTimestampsAreReturnedAsObjectsOnCreate() method testDateTimeAttributesReturnNullIfSetToNull (line 979) | public function testDateTimeAttributesReturnNullIfSetToNull() method testTimestampsAreCreatedFromStringsAndIntegers (line 996) | public function testTimestampsAreCreatedFromStringsAndIntegers() method testFromDateTime (line 1015) | public function testFromDateTime() method testFromDateTimeMilliseconds (line 1047) | public function testFromDateTimeMilliseconds() method testInsertProcess (line 1059) | public function testInsertProcess() method testInsertIsCanceledIfCreatingEventReturnsFalse (line 1101) | public function testInsertIsCanceledIfCreatingEventReturnsFalse() method testInsertOrIgnoreProcessWithIncrementing (line 1115) | public function testInsertOrIgnoreProcessWithIncrementing() method testInsertOrIgnoreProcessWithConflict (line 1140) | public function testInsertOrIgnoreProcessWithConflict() method testInsertOrIgnoreProcessWithNonIncrementing (line 1162) | public function testInsertOrIgnoreProcessWithNonIncrementing() method testInsertOrIgnoreProcessWithNamedUnique (line 1188) | public function testInsertOrIgnoreProcessWithNamedUnique() method testInsertOrIgnoreThrowsOnExistingModel (line 1210) | public function testInsertOrIgnoreThrowsOnExistingModel() method testDeleteProperlyDeletesModel (line 1219) | public function testDeleteProperlyDeletesModel() method testPushNoRelations (line 1232) | public function testPushNoRelations() method testPushEmptyOneRelation (line 1249) | public function testPushEmptyOneRelation() method testPushOneRelation (line 1268) | public function testPushOneRelation() method testPushEmptyManyRelation (line 1299) | public function testPushEmptyManyRelation() method testPushManyRelation (line 1318) | public function testPushManyRelation() method testPushCircularRelations (line 1356) | public function testPushCircularRelations() method testNewQueryReturnsEloquentQueryBuilder (line 1378) | public function testNewQueryReturnsEloquentQueryBuilder() method testGetAndSetTableOperations (line 1393) | public function testGetAndSetTableOperations() method testGetKeyReturnsValueOfPrimaryKey (line 1401) | public function testGetKeyReturnsValueOfPrimaryKey() method testConnectionManagement (line 1409) | public function testConnectionManagement() method testConnectionEnums (line 1424) | #[TestWith(['Foo'])] method testToArray (line 1441) | public function testToArray() method testToArrayWithCircularRelations (line 1470) | public function testToArrayWithCircularRelations() method testGetQueueableRelationsWithCircularRelations (line 1513) | public function testGetQueueableRelationsWithCircularRelations() method testVisibleCreatesArrayWhitelist (line 1543) | public function testVisibleCreatesArrayWhitelist() method testHiddenCanAlsoExcludeRelationships (line 1554) | public function testHiddenCanAlsoExcludeRelationships() method testGetArrayableRelationsFunctionExcludeHiddenRelationships (line 1565) | public function testGetArrayableRelationsFunctionExcludeHiddenRelation... method testToArraySnakeAttributes (line 1581) | public function testToArraySnakeAttributes() method testToArrayUsesMutators (line 1602) | public function testToArrayUsesMutators() method testHidden (line 1611) | public function testHidden() method testMergeHiddenMergesHidden (line 1620) | public function testMergeHiddenMergesHidden() method testVisible (line 1632) | public function testVisible() method testMergeVisibleMergesVisible (line 1641) | public function testMergeVisibleMergesVisible() method testDynamicHidden (line 1653) | public function testDynamicHidden() method testWithHidden (line 1661) | public function testWithHidden() method testMakeHidden (line 1672) | public function testMakeHidden() method testDynamicVisible (line 1694) | public function testDynamicVisible() method testMakeVisibleIf (line 1702) | public function testMakeVisibleIf() method testMakeHiddenIf (line 1729) | public function testMakeHiddenIf() method testFillable (line 1761) | public function testFillable() method testQualifyColumn (line 1770) | public function testQualifyColumn() method testForceFillMethodFillsGuardedAttributes (line 1777) | public function testForceFillMethodFillsGuardedAttributes() method testFillingJSONAttributes (line 1783) | public function testFillingJSONAttributes() method testUnguardAllowsAnythingToBeSet (line 1802) | public function testUnguardAllowsAnythingToBeSet() method testUnderscorePropertiesAreNotFilled (line 1813) | public function testUnderscorePropertiesAreNotFilled() method testGuarded (line 1820) | public function testGuarded() method testGuardedWithFillableConfig (line 1851) | public function testGuardedWithFillableConfig(): void method testUsesOverriddenHandlerWhenDiscardingAttributes (line 1872) | public function testUsesOverriddenHandlerWhenDiscardingAttributes() method testFillableOverridesGuarded (line 1898) | public function testFillableOverridesGuarded() method testGlobalGuarded (line 1911) | public function testGlobalGuarded() method testUnguardedRunsCallbackWhileBeingUnguarded (line 1921) | public function testUnguardedRunsCallbackWhileBeingUnguarded() method testUnguardedCallDoesNotChangeUnguardedState (line 1930) | public function testUnguardedCallDoesNotChangeUnguardedState() method testUnguardedCallDoesNotChangeUnguardedStateOnException (line 1941) | public function testUnguardedCallDoesNotChangeUnguardedStateOnException() method testHasOneCreatesProperRelation (line 1953) | public function testHasOneCreatesProperRelation() method testMorphOneCreatesProperRelation (line 1968) | public function testMorphOneCreatesProperRelation() method testCorrectMorphClassIsReturned (line 1978) | public function testCorrectMorphClassIsReturned() method testHasManyCreatesProperRelation (line 1990) | public function testHasManyCreatesProperRelation() method testMorphManyCreatesProperRelation (line 2006) | public function testMorphManyCreatesProperRelation() method testBelongsToCreatesProperRelation (line 2016) | public function testBelongsToCreatesProperRelation() method testMorphToCreatesProperRelation (line 2031) | public function testMorphToCreatesProperRelation() method testBelongsToManyCreatesProperRelation (line 2064) | public function testBelongsToManyCreatesProperRelation() method testRelationsWithVariedConnections (line 2085) | public function testRelationsWithVariedConnections() method testModelsAssumeTheirName (line 2166) | public function testModelsAssumeTheirName() method testTheMutatorCacheIsPopulated (line 2177) | public function testTheMutatorCacheIsPopulated() method testRouteKeyIsPrimaryKey (line 2190) | public function testRouteKeyIsPrimaryKey() method testRouteNameIsPrimaryKeyName (line 2197) | public function testRouteNameIsPrimaryKeyName() method testCloneModelMakesAFreshCopyOfTheModel (line 2203) | public function testCloneModelMakesAFreshCopyOfTheModel() method testCloneModelMakesAFreshCopyOfTheModelWhenModelHasUuidPrimaryKey (line 2225) | public function testCloneModelMakesAFreshCopyOfTheModelWhenModelHasUui... method testCloneModelMakesAFreshCopyOfTheModelWhenModelHasUuid (line 2247) | public function testCloneModelMakesAFreshCopyOfTheModelWhenModelHasUuid() method testCloneModelMakesAFreshCopyOfTheModelWhenModelHasUlidPrimaryKey (line 2271) | public function testCloneModelMakesAFreshCopyOfTheModelWhenModelHasUli... method testCloneModelMakesAFreshCopyOfTheModelWhenModelHasUlid (line 2293) | public function testCloneModelMakesAFreshCopyOfTheModelWhenModelHasUlid() method testModelObserversCanBeAttachedToModels (line 2317) | public function testModelObserversCanBeAttachedToModels() method testModelObserversCanBeAttachedToModelsWithString (line 2327) | public function testModelObserversCanBeAttachedToModelsWithString() method testModelObserversCanBeAttachedToModelsThroughAnArray (line 2337) | public function testModelObserversCanBeAttachedToModelsThroughAnArray() method testModelObserversCanBeAttachedToModelsWithStringUsingAttribute (line 2347) | public function testModelObserversCanBeAttachedToModelsWithStringUsing... method testModelObserversCanBeAttachedToModelsThroughAnArrayUsingAttribute (line 2357) | public function testModelObserversCanBeAttachedToModelsThroughAnArrayU... method testModelObserversCanBeAttachedToModelsThroughAttributesOnParentClasses (line 2367) | public function testModelObserversCanBeAttachedToModelsThroughAttribut... method testThrowExceptionOnAttachingNotExistsModelObserverWithString (line 2381) | public function testThrowExceptionOnAttachingNotExistsModelObserverWit... method testThrowExceptionOnAttachingNotExistsModelObserversThroughAnArray (line 2387) | public function testThrowExceptionOnAttachingNotExistsModelObserversTh... method testModelObserversCanBeAttachedToModelsThroughCallingObserveMethodOnlyOnce (line 2393) | public function testModelObserversCanBeAttachedToModelsThroughCallingO... method testWithoutEventDispatcher (line 2412) | public function testWithoutEventDispatcher() method testSetObservableEvents (line 2443) | public function testSetObservableEvents() method testAddObservableEvent (line 2451) | public function testAddObservableEvent() method testAddMultipleObserveableEvents (line 2459) | public function testAddMultipleObserveableEvents() method testRemoveObservableEvent (line 2468) | public function testRemoveObservableEvent() method testRemoveMultipleObservableEvents (line 2477) | public function testRemoveMultipleObservableEvents() method testGetModelAttributeMethodThrowsExceptionIfNotRelation (line 2487) | public function testGetModelAttributeMethodThrowsExceptionIfNotRelation() method testModelIsBootedOnUnserialize (line 2496) | public function testModelIsBootedOnUnserialize() method testCallbacksCanBeRunAfterBootingHasFinished (line 2509) | public function testCallbacksCanBeRunAfterBootingHasFinished() method testBootedCallbacksAreSeparatedByClass (line 2520) | public function testBootedCallbacksAreSeparatedByClass() method testModelsTraitIsInitialized (line 2538) | public function testModelsTraitIsInitialized() method testAppendingOfAttributes (line 2544) | public function testAppendingOfAttributes() method testMergeAppendsMergesAppends (line 2570) | public function testMergeAppendsMergesAppends() method testHasAppendedReturnsTrueWhenAttributeIsAppended (line 2582) | public function testHasAppendedReturnsTrueWhenAttributeIsAppended() method testHasAppendedReturnsFalseWhenAttributeIsNotAppended (line 2591) | public function testHasAppendedReturnsFalseWhenAttributeIsNotAppended() method testWithoutAppendsRemovesAppends (line 2599) | public function testWithoutAppendsRemovesAppends() method testGetMutatedAttributes (line 2610) | public function testGetMutatedAttributes() method testReplicateCreatesANewModelInstanceWithSameAttributeValues (line 2622) | public function testReplicateCreatesANewModelInstanceWithSameAttribute... method testReplicatingEventIsFiredWhenReplicatingModel (line 2637) | public function testReplicatingEventIsFiredWhenReplicatingModel() method testReplicateQuietlyCreatesANewModelInstanceWithSameAttributeValuesAndIsQuiet (line 2649) | public function testReplicateQuietlyCreatesANewModelInstanceWithSameAt... method testIncrementOnExistingModelCallsQueryAndSetsAttribute (line 2667) | public function testIncrementOnExistingModelCallsQueryAndSetsAttribute() method testIncrementQuietlyOnExistingModelCallsQueryAndSetsAttributeAndIsQuiet (line 2689) | public function testIncrementQuietlyOnExistingModelCallsQueryAndSetsAt... method testDecrementQuietlyOnExistingModelCallsQueryAndSetsAttributeAndIsQuiet (line 2716) | public function testDecrementQuietlyOnExistingModelCallsQueryAndSetsAt... method testRelationshipTouchOwnersIsPropagated (line 2743) | public function testRelationshipTouchOwnersIsPropagated() method testRelationshipTouchOwnersIsNotPropagatedIfNoRelationshipResult (line 2760) | public function testRelationshipTouchOwnersIsNotPropagatedIfNoRelation... method testModelAttributesAreCastedWhenPresentInCastsPropertyOrCastsMethod (line 2775) | public function testModelAttributesAreCastedWhenPresentInCastsProperty... method testModelDateAttributeCastingResetsTime (line 2844) | public function testModelDateAttributeCastingResetsTime() method testModelAttributeCastingPreservesNull (line 2856) | public function testModelAttributeCastingPreservesNull() method testModelAttributeCastingFailsOnUnencodableData (line 2920) | public function testModelAttributeCastingFailsOnUnencodableData() method testModelJsonCastingFailsOnUnencodableData (line 2934) | public function testModelJsonCastingFailsOnUnencodableData() method testModelAttributeCastingFailsOnUnencodableDataWithUnicode (line 2945) | public function testModelAttributeCastingFailsOnUnencodableDataWithUni... method testJsonCastingRespectsUnicodeOption (line 2956) | public function testJsonCastingRespectsUnicodeOption() method testModelAttributeCastingWithFloats (line 2969) | public function testModelAttributeCastingWithFloats() method testModelAttributeCastingWithArrays (line 2995) | public function testModelAttributeCastingWithArrays() method testMergeCastsMergesCasts (line 3003) | public function testMergeCastsMergesCasts() method testMergeCastsMergesCastsUsingArrays (line 3015) | public function testMergeCastsMergesCastsUsingArrays() method testUnsetCastAttributes (line 3033) | public function testUnsetCastAttributes() method testUpdatingNonExistentModelFails (line 3044) | public function testUpdatingNonExistentModelFails() method testIssetBehavesCorrectlyWithAttributesAndRelationships (line 3050) | public function testIssetBehavesCorrectlyWithAttributesAndRelationships() method testNonExistingAttributeWithInternalMethodNameDoesntCallMethod (line 3062) | public function testNonExistingAttributeWithInternalMethodNameDoesntCa... method testIntKeyTypePreserved (line 3083) | public function testIntKeyTypePreserved() method testStringKeyTypePreserved (line 3095) | public function testStringKeyTypePreserved() method testScopesMethod (line 3108) | public function testScopesMethod() method testScopesMethodWithString (line 3124) | public function testScopesMethodWithString() method testIsWithNull (line 3133) | public function testIsWithNull() method testIsWithTheSameModelInstance (line 3141) | public function testIsWithTheSameModelInstance() method testIsWithAnotherModelInstance (line 3149) | public function testIsWithAnotherModelInstance() method testIsWithAnotherTable (line 3157) | public function testIsWithAnotherTable() method testIsWithAnotherConnection (line 3166) | public function testIsWithAnotherConnection() method testWithoutTouchingCallback (line 3175) | public function testWithoutTouchingCallback() method testWithoutTouchingOnCallback (line 3188) | public function testWithoutTouchingOnCallback() method testThrowsWhenAccessingMissingAttributes (line 3201) | public function testThrowsWhenAccessingMissingAttributes() method testThrowsWhenAccessingMissingAttributesWhichArePrimitiveCasts (line 3219) | public function testThrowsWhenAccessingMissingAttributesWhichArePrimit... method testUsesOverriddenHandlerWhenAccessingMissingAttributes (line 3258) | public function testUsesOverriddenHandlerWhenAccessingMissingAttributes() method testDoesntThrowWhenAccessingMissingAttributesOnModelThatIsNotSaved (line 3285) | public function testDoesntThrowWhenAccessingMissingAttributesOnModelTh... method testDoesntThrowWhenAccessingMissingAttributesOnModelThatWasRecentlyCreated (line 3301) | public function testDoesntThrowWhenAccessingMissingAttributesOnModelTh... method testDoesntThrowWhenAssigningMissingAttributes (line 3318) | public function testDoesntThrowWhenAssigningMissingAttributes() method testDoesntThrowWhenTestingMissingAttributes (line 3333) | public function testDoesntThrowWhenTestingMissingAttributes() method addMockConnection (line 3349) | protected function addMockConnection($model) method testTouchMethodWithMultipleAttributes (line 3362) | public function testTouchMethodWithMultipleAttributes() method testTouchingModelWithTimestamps (line 3376) | public function testTouchingModelWithTimestamps() method testNotTouchingModelWithUpdatedAtNull (line 3383) | public function testNotTouchingModelWithUpdatedAtNull() method testNotTouchingModelWithoutTimestamps (line 3390) | public function testNotTouchingModelWithoutTimestamps() method testGetOriginalCastsAttributes (line 3397) | public function testGetOriginalCastsAttributes() method testCastsMethodHasPriorityOverCastsProperty (line 3478) | public function testCastsMethodHasPriorityOverCastsProperty() method testCastsMethodIsTakenInConsiderationOnSerialization (line 3490) | public function testCastsMethodIsTakenInConsiderationOnSerialization() method testCastOnArrayFormatWithOneElement (line 3504) | public function testCastOnArrayFormatWithOneElement() method testUsingStringableObjectCastUsesStringRepresentation (line 3517) | public function testUsingStringableObjectCastUsesStringRepresentation() method testMergeingStringableObjectCastUSesStringRepresentation (line 3524) | public function testMergeingStringableObjectCastUSesStringRepresentati... method testUsingPlainObjectAsCastThrowsException (line 3536) | public function testUsingPlainObjectAsCastThrowsException() method testUnsavedModel (line 3548) | public function testUnsavedModel() method testDiscardChanges (line 3556) | public function testDiscardChanges() method testDiscardChangesWithCasts (line 3573) | public function testDiscardChangesWithCasts() method testHasAttribute (line 3588) | public function testHasAttribute() method testModelToJsonSucceedsWithPriorErrors (line 3601) | public function testModelToJsonSucceedsWithPriorErrors(): void method testModelToPrettyJson (line 3612) | public function testModelToPrettyJson(): void method testFillableWithMutators (line 3629) | public function testFillableWithMutators() method testGuardedWithMutators (line 3642) | public function testGuardedWithMutators() method testCollectedByAttribute (line 3655) | public function testCollectedByAttribute() method testUseFactoryAttribute (line 3663) | public function testUseFactoryAttribute() method testNestedModelBootingIsDisallowed (line 3675) | public function testNestedModelBootingIsDisallowed() method testUseCustomBuilderWithUseEloquentBuilderAttribute (line 3690) | public function testUseCustomBuilderWithUseEloquentBuilderAttribute() method testDefaultBuilderIsUsedWhenUseEloquentBuilderAttributeIsNotPresent (line 3700) | public function testDefaultBuilderIsUsedWhenUseEloquentBuilderAttribut... class CustomBuilder (line 3711) | class CustomBuilder extends Builder class EloquentModelWithUseEloquentBuilderAttributeStub (line 3715) | #[\Illuminate\Database\Eloquent\Attributes\UseEloquentBuilder(CustomBuil... class EloquentModelWithoutUseEloquentBuilderAttributeStub (line 3720) | class EloquentModelWithoutUseEloquentBuilderAttributeStub extends Model class EloquentTestObserverStub (line 3724) | class EloquentTestObserverStub method creating (line 3726) | public function creating() method saved (line 3731) | public function saved() class EloquentTestAnotherObserverStub (line 3737) | class EloquentTestAnotherObserverStub method creating (line 3739) | public function creating() method saved (line 3744) | public function saved() class EloquentTestThirdObserverStub (line 3750) | class EloquentTestThirdObserverStub method creating (line 3752) | public function creating() method saved (line 3757) | public function saved() class EloquentModelStub (line 3763) | class EloquentModelStub extends Model method getListItemsAttribute (line 3771) | public function getListItemsAttribute($value) method setListItemsAttribute (line 3776) | public function setListItemsAttribute($value) method getPasswordAttribute (line 3781) | public function getPasswordAttribute() method setPasswordAttribute (line 3786) | public function setPasswordAttribute($value) method publicIncrement (line 3791) | public function publicIncrement($column, $amount = 1, $extra = []) method publicIncrementQuietly (line 3796) | public function publicIncrementQuietly($column, $amount = 1, $extra = []) method publicDecrementQuietly (line 3801) | public function publicDecrementQuietly($column, $amount = 1, $extra = []) method belongsToStub (line 3806) | public function belongsToStub() method morphToStub (line 3811) | public function morphToStub() method morphToStubWithKeys (line 3816) | public function morphToStubWithKeys() method morphToStubWithName (line 3821) | public function morphToStubWithName() method morphToStubWithNameAndKeys (line 3826) | public function morphToStubWithNameAndKeys() method belongsToExplicitKeyStub (line 3831) | public function belongsToExplicitKeyStub() method incorrectRelationStub (line 3836) | public function incorrectRelationStub() method getDates (line 3841) | public function getDates() method getAppendableAttribute (line 3846) | public function getAppendableAttribute() method scopePublished (line 3851) | public function scopePublished(Builder $builder) method scopeCategory (line 3856) | public function scopeCategory(Builder $builder, $category) method scopeFramework (line 3861) | public function scopeFramework(Builder $builder, $framework, $version) method scopeDate (line 3866) | public function scopeDate(Builder $builder, Carbon $date) type FooBarTrait (line 3872) | trait FooBarTrait method initializeFooBarTrait (line 3876) | public function initializeFooBarTrait() class EloquentModelStubWithTrait (line 3882) | class EloquentModelStubWithTrait extends EloquentModelStub class EloquentModelCamelStub (line 3887) | class EloquentModelCamelStub extends EloquentModelStub class EloquentDateModelStub (line 3892) | class EloquentDateModelStub extends EloquentModelStub method getDates (line 3894) | public function getDates() class EloquentModelSaveStub (line 3900) | class EloquentModelSaveStub extends Model method save (line 3905) | public function save(array $options = []) method setIncrementing (line 3916) | public function setIncrementing($value) method getConnection (line 3921) | public function getConnection() class EloquentKeyTypeModelStub (line 3937) | class EloquentKeyTypeModelStub extends EloquentModelStub class EloquentModelFindWithWritePdoStub (line 3942) | class EloquentModelFindWithWritePdoStub extends Model method newQuery (line 3944) | public function newQuery() class EloquentModelDestroyStub (line 3954) | class EloquentModelDestroyStub extends Model method newQuery (line 3960) | public function newQuery() class EloquentModelEmptyDestroyStub (line 3971) | class EloquentModelEmptyDestroyStub extends Model method newQuery (line 3973) | public function newQuery() class EloquentModelWithStub (line 3982) | class EloquentModelWithStub extends Model method newQuery (line 3984) | public function newQuery() class EloquentModelWithWhereHasStub (line 3993) | class EloquentModelWithWhereHasStub extends Model method foo (line 3995) | public function foo() class EloquentModelWithoutRelationStub (line 4001) | class EloquentModelWithoutRelationStub extends Model method getEagerLoads (line 4007) | public function getEagerLoads() class EloquentModelWithoutTableStub (line 4013) | class EloquentModelWithoutTableStub extends Model class EloquentModelBootingTestStub (line 4018) | class EloquentModelBootingTestStub extends Model method unboot (line 4020) | public static function unboot() method isBooted (line 4026) | public static function isBooted() class EloquentModelAppendsStub (line 4032) | class EloquentModelAppendsStub extends Model method getIsAdminAttribute (line 4036) | public function getIsAdminAttribute() method getCamelCasedAttribute (line 4041) | public function getCamelCasedAttribute() method getStudlyCasedAttribute (line 4046) | public function getStudlyCasedAttribute() class EloquentModelGetMutatorsStub (line 4052) | class EloquentModelGetMutatorsStub extends Model method resetMutatorCache (line 4054) | public static function resetMutatorCache() method getFirstNameAttribute (line 4059) | public function getFirstNameAttribute() method getMiddleNameAttribute (line 4064) | public function getMiddleNameAttribute() method getLastNameAttribute (line 4069) | public function getLastNameAttribute() method doNotgetFirstInvalidAttribute (line 4074) | public function doNotgetFirstInvalidAttribute() method doNotGetSecondInvalidAttribute (line 4079) | public function doNotGetSecondInvalidAttribute() method doNotgetThirdInvalidAttributeEither (line 4084) | public function doNotgetThirdInvalidAttributeEither() method doNotGetFourthInvalidAttributeEither (line 4089) | public function doNotGetFourthInvalidAttributeEither() class EloquentModelCastingStub (line 4095) | class EloquentModelCastingStub extends Model method casts (line 4113) | protected function casts(): array method jsonAttributeValue (line 4140) | public function jsonAttributeValue() method jsonAttributeWithUnicodeValue (line 4145) | public function jsonAttributeWithUnicodeValue() method serializeDate (line 4150) | protected function serializeDate(DateTimeInterface $date) class EloquentModelEnumCastingStub (line 4156) | class EloquentModelEnumCastingStub extends Model class EloquentModelDynamicHiddenStub (line 4161) | class EloquentModelDynamicHiddenStub extends Model method getHidden (line 4166) | public function getHidden() class EloquentModelVisibleStub (line 4172) | class EloquentModelVisibleStub extends Model class EloquentModelHiddenStub (line 4178) | class EloquentModelHiddenStub extends Model class EloquentModelDynamicVisibleStub (line 4184) | class EloquentModelDynamicVisibleStub extends Model method getVisible (line 4189) | public function getVisible() class EloquentModelNonIncrementingStub (line 4195) | class EloquentModelNonIncrementingStub extends Model class EloquentNoConnectionModelStub (line 4202) | class EloquentNoConnectionModelStub extends EloquentModelStub class EloquentDifferentConnectionModelStub (line 4207) | class EloquentDifferentConnectionModelStub extends EloquentModelStub class EloquentPrimaryUuidModelStub (line 4212) | class EloquentPrimaryUuidModelStub extends EloquentModelStub method getKeyName (line 4219) | public function getKeyName() class EloquentNonPrimaryUuidModelStub (line 4225) | class EloquentNonPrimaryUuidModelStub extends EloquentModelStub method getKeyName (line 4229) | public function getKeyName() method uniqueIds (line 4234) | public function uniqueIds() class EloquentPrimaryUlidModelStub (line 4240) | class EloquentPrimaryUlidModelStub extends EloquentModelStub method getKeyName (line 4247) | public function getKeyName() class EloquentNonPrimaryUlidModelStub (line 4253) | class EloquentNonPrimaryUlidModelStub extends EloquentModelStub method getKeyName (line 4257) | public function getKeyName() method uniqueIds (line 4262) | public function uniqueIds() class EloquentModelWithObserveAttributeStub (line 4268) | #[ObservedBy(EloquentTestObserverStub::class)] class EloquentModelWithObserveAttributeUsingArrayStub (line 4274) | #[ObservedBy([EloquentTestObserverStub::class])] class EloquentModelWithObserveAttributeGrandparentStub (line 4280) | #[ObservedBy([EloquentTestObserverStub::class])] class EloquentModelWithObserveAttributeParentStub (line 4286) | #[ObservedBy([EloquentTestAnotherObserverStub::class])] class EloquentModelWithObserveAttributeGrandchildStub (line 4292) | #[ObservedBy([EloquentTestThirdObserverStub::class])] class EloquentModelSavingEventStub (line 4298) | class EloquentModelSavingEventStub class EloquentModelEventObjectStub (line 4303) | class EloquentModelEventObjectStub extends Model class EloquentModelWithoutTimestamps (line 4310) | class EloquentModelWithoutTimestamps extends Model class EloquentModelWithUpdatedAtNull (line 4316) | class EloquentModelWithUpdatedAtNull extends Model class UnsavedModel (line 4322) | class UnsavedModel extends Model class Uppercase (line 4327) | class Uppercase implements CastsInboundAttributes method set (line 4329) | public function set($model, string $key, $value, array $attributes) class CustomCollection (line 4335) | class CustomCollection extends BaseCollection class EloquentModelWithPrimitiveCasts (line 4340) | class EloquentModelWithPrimitiveCasts extends Model method makePrimitiveCastsArray (line 4354) | public static function makePrimitiveCastsArray(): array method __construct (line 4365) | public function __construct(array $attributes = []) method getThisIsFineAttribute (line 4372) | public function getThisIsFineAttribute($value) method thisIsAlsoFine (line 4377) | public function thisIsAlsoFine(): Attribute method addressInCaps (line 4382) | public function addressInCaps(): Attribute class Address (line 4399) | class Address implements Castable method __construct (line 4401) | public function __construct( method castUsing (line 4407) | public static function castUsing(array $arguments): CastsAttributes class EloquentModelWithRecursiveRelationshipsStub (line 4430) | class EloquentModelWithRecursiveRelationshipsStub extends Model method getQueueableRelations (line 4436) | public function getQueueableRelations() method push (line 4447) | public function push() method save (line 4458) | public function save(array $options = []) method relationsToArray (line 4463) | public function relationsToArray() method parent (line 4474) | public function parent(): BelongsTo method children (line 4479) | public function children(): HasMany method self (line 4484) | public function self(): BelongsTo method getRecursionDetectionCache (line 4489) | protected static function getRecursionDetectionCache() method getRecursionDepth (line 4494) | protected function getRecursionDepth(): int method stepIn (line 4501) | protected function stepIn(): void method stepOut (line 4511) | protected function stepOut(): void class EloquentModelWithMutators (line 4522) | class EloquentModelWithMutators extends Model method fullName (line 4531) | protected function fullName(): Attribute method setFullAddressAttribute (line 4545) | public function setFullAddressAttribute($fullAddress) class EloquentModelWithCollectedByAttribute (line 4554) | #[CollectedBy(CustomEloquentCollection::class)] class CustomEloquentCollection (line 4559) | class CustomEloquentCollection extends Collection class EloquentModelWithUseFactoryAttributeFactory (line 4563) | class EloquentModelWithUseFactoryAttributeFactory extends Factory method definition (line 4565) | public function definition() class EloquentModelWithUseFactoryAttribute (line 4571) | #[UseFactory(EloquentModelWithUseFactoryAttributeFactory::class)] type EloquentTraitBootingCallbackTestStub (line 4577) | trait EloquentTraitBootingCallbackTestStub method bootEloquentTraitBootingCallbackTestStub (line 4579) | public static function bootEloquentTraitBootingCallbackTestStub() class EloquentModelBootingCallbackTestStub (line 4585) | class EloquentModelBootingCallbackTestStub extends Model method unboot (line 4591) | public static function unboot() class EloquentChildModelBootingCallbackTestStub (line 4599) | class EloquentChildModelBootingCallbackTestStub extends EloquentModelBoo... class StringableCastBuilder (line 4604) | class StringableCastBuilder implements NativeStringable method __toString (line 4608) | public function __toString() FILE: tests/Database/DatabaseEloquentMorphOneOfManyTest.php class DatabaseEloquentMorphOneOfManyTest (line 9) | class DatabaseEloquentMorphOneOfManyTest extends TestCase method setUp (line 11) | protected function setUp(): void method createSchema (line 31) | public function createSchema() method tearDown (line 50) | protected function tearDown(): void method testEagerLoadingAppliesConstraintsToInnerJoinSubQuery (line 58) | public function testEagerLoadingAppliesConstraintsToInnerJoinSubQuery() method testReceivingModel (line 66) | public function testReceivingModel() method testMorphType (line 80) | public function testMorphType() method testForceCreateMorphType (line 99) | public function testForceCreateMorphType() method testExists (line 110) | public function testExists() method testWithWhereHas (line 131) | public function testWithWhereHas() method testWithWhereRelation (line 155) | public function testWithWhereRelation() method testWithExists (line 172) | public function testWithExists() method testWithExistsWithConstraintsInJoinSubSelect (line 186) | public function testWithExistsWithConstraintsInJoinSubSelect() method connection (line 206) | protected function connection() method schema (line 216) | protected function schema() class MorphOneOfManyTestProduct (line 225) | class MorphOneOfManyTestProduct extends Eloquent method states (line 231) | public function states() method current_state (line 236) | public function current_state() method current_foo_state (line 241) | public function current_foo_state() class MorphOneOfManyTestState (line 252) | class MorphOneOfManyTestState extends Eloquent FILE: tests/Database/DatabaseEloquentMorphTest.php class DatabaseEloquentMorphTest (line 17) | class DatabaseEloquentMorphTest extends TestCase method tearDown (line 19) | protected function tearDown(): void method testMorphOneSetsProperConstraints (line 26) | public function testMorphOneSetsProperConstraints() method testMorphOneEagerConstraintsAreProperlyAdded (line 31) | public function testMorphOneEagerConstraintsAreProperlyAdded() method testMorphManySetsProperConstraints (line 50) | public function testMorphManySetsProperConstraints() method testMorphManyEagerConstraintsAreProperlyAdded (line 55) | public function testMorphManyEagerConstraintsAreProperlyAdded() method testMorphRelationUpsertFillsForeignKey (line 70) | public function testMorphRelationUpsertFillsForeignKey() method testMakeFunctionOnMorph (line 107) | public function testMakeFunctionOnMorph() method testCreateFunctionOnMorph (line 121) | public function testCreateFunctionOnMorph() method testFindOrNewMethodFindsModel (line 134) | public function testFindOrNewMethodFindsModel() method testFindOrNewMethodReturnsNewModelWithMorphKeysSet (line 145) | public function testFindOrNewMethodReturnsNewModelWithMorphKeysSet() method testFirstOrNewMethodFindsFirstModel (line 157) | public function testFirstOrNewMethodFindsFirstModel() method testFirstOrNewMethodWithValueFindsFirstModel (line 169) | public function testFirstOrNewMethodWithValueFindsFirstModel() method testFirstOrNewMethodReturnsNewModelWithMorphKeysSet (line 181) | public function testFirstOrNewMethodReturnsNewModelWithMorphKeysSet() method testFirstOrNewMethodWithValuesReturnsNewModelWithMorphKeysSet (line 194) | public function testFirstOrNewMethodWithValuesReturnsNewModelWithMorph... method testFirstOrCreateMethodFindsFirstModel (line 207) | public function testFirstOrCreateMethodFindsFirstModel() method testFirstOrCreateMethodWithValuesFindsFirstModel (line 219) | public function testFirstOrCreateMethodWithValuesFindsFirstModel() method testFirstOrCreateMethodCreatesNewMorphModel (line 231) | public function testFirstOrCreateMethodCreatesNewMorphModel() method testFirstOrCreateMethodWithValuesCreatesNewMorphModel (line 245) | public function testFirstOrCreateMethodWithValuesCreatesNewMorphModel() method testCreateOrFirstMethodFindsFirstModel (line 259) | public function testCreateOrFirstMethodFindsFirstModel() method testCreateOrFirstMethodWithValuesFindsFirstModel (line 280) | public function testCreateOrFirstMethodWithValuesFindsFirstModel() method testCreateOrFirstMethodCreatesNewMorphModel (line 301) | public function testCreateOrFirstMethodCreatesNewMorphModel() method testCreateOrFirstMethodWithValuesCreatesNewMorphModel (line 319) | public function testCreateOrFirstMethodWithValuesCreatesNewMorphModel() method testUpdateOrCreateMethodFindsFirstModelAndUpdates (line 337) | public function testUpdateOrCreateMethodFindsFirstModelAndUpdates() method testUpdateOrCreateMethodCreatesNewMorphModel (line 352) | public function testUpdateOrCreateMethodCreatesNewMorphModel() method testCreateFunctionOnNamespacedMorph (line 370) | public function testCreateFunctionOnNamespacedMorph() method testIsNotNull (line 382) | public function testIsNotNull() method testIsModel (line 392) | public function testIsModel() method testIsModelWithStringRelatedKey (line 407) | public function testIsModelWithStringRelatedKey() method testIsNotModelWithNullRelatedKey (line 422) | public function testIsNotModelWithNullRelatedKey() method testIsNotModelWithAnotherRelatedKey (line 437) | public function testIsNotModelWithAnotherRelatedKey() method testIsNotModelWithAnotherTable (line 452) | public function testIsNotModelWithAnotherTable() method testIsNotModelWithAnotherConnection (line 467) | public function testIsNotModelWithAnotherConnection() method getOneRelation (line 482) | protected function getOneRelation() method getManyRelation (line 498) | protected function getManyRelation() method getNamespacedRelation (line 513) | protected function getNamespacedRelation($alias) class EloquentMorphResetModelStub (line 535) | class EloquentMorphResetModelStub extends Model FILE: tests/Database/DatabaseEloquentMorphToManyTest.php class DatabaseEloquentMorphToManyTest (line 14) | class DatabaseEloquentMorphToManyTest extends TestCase method testEagerConstraintsAreProperlyAdded (line 16) | public function testEagerConstraintsAreProperlyAdded(): void method testAttachInsertsPivotTableRecord (line 30) | public function testAttachInsertsPivotTableRecord(): void method testDetachRemovesPivotTableRecord (line 42) | public function testDetachRemovesPivotTableRecord(): void method testDetachMethodClearsAllPivotRecordsWhenNoIDsAreGiven (line 57) | public function testDetachMethodClearsAllPivotRecordsWhenNoIDsAreGiven... method testQueryExpressionCanBePassedToDifferentPivotQueryBuilderClauses (line 72) | public function testQueryExpressionCanBePassedToDifferentPivotQueryBui... method getRelation (line 97) | public function getRelation(): MorphToMany method getRelationArguments (line 104) | public function getRelationArguments(): array class EloquentMorphToManyModelStub (line 138) | class EloquentMorphToManyModelStub extends Model FILE: tests/Database/DatabaseEloquentMorphToTest.php class DatabaseEloquentMorphToTest (line 12) | class DatabaseEloquentMorphToTest extends TestCase method testLookupDictionaryIsProperlyConstructedForEnums (line 18) | public function testLookupDictionaryIsProperlyConstructedForEnums() method testLookupDictionaryIsProperlyConstructed (line 35) | public function testLookupDictionaryIsProperlyConstructed() method testMorphToWithDefault (line 71) | public function testMorphToWithDefault() method testMorphToWithDynamicDefault (line 82) | public function testMorphToWithDynamicDefault() method testMorphToWithArrayDefault (line 100) | public function testMorphToWithArrayDefault() method testMorphToWithZeroMorphType (line 116) | public function testMorphToWithZeroMorphType() method testMorphToWithEmptyStringMorphType (line 126) | public function testMorphToWithEmptyStringMorphType() method testMorphToWithSpecifiedClassDefault (line 136) | public function testMorphToWithSpecifiedClassDefault() method testAssociateMethodSetsForeignKeyAndTypeOnModel (line 150) | public function testAssociateMethodSetsForeignKeyAndTypeOnModel() method testAssociateMethodIgnoresNullValue (line 168) | public function testAssociateMethodIgnoresNullValue() method testDissociateMethodDeletesUnsetsKeyAndTypeOnModel (line 182) | public function testDissociateMethodDeletesUnsetsKeyAndTypeOnModel() method testIsNotNull (line 196) | public function testIsNotNull() method testIsModel (line 206) | public function testIsModel() method testIsModelWithIntegerParentKey (line 220) | public function testIsModelWithIntegerParentKey() method testIsModelWithIntegerRelatedKey (line 240) | public function testIsModelWithIntegerRelatedKey() method testIsModelWithIntegerKeys (line 260) | public function testIsModelWithIntegerKeys() method testIsNotModelWithNullParentKey (line 281) | public function testIsNotModelWithNullParentKey() method testIsNotModelWithNullRelatedKey (line 303) | public function testIsNotModelWithNullRelatedKey() method testIsNotModelWithAnotherKey (line 317) | public function testIsNotModelWithAnotherKey() method testIsNotModelWithAnotherTable (line 331) | public function testIsNotModelWithAnotherTable() method testIsNotModelWithAnotherConnection (line 345) | public function testIsNotModelWithAnotherConnection() method getRelationAssociate (line 359) | protected function getRelationAssociate($parent) method getRelation (line 372) | public function getRelation($parent = null, $builder = null) class EloquentMorphToModelStub (line 387) | class EloquentMorphToModelStub extends Model method relation (line 393) | public function relation() class EloquentMorphToRelatedStub (line 399) | class EloquentMorphToRelatedStub extends Model FILE: tests/Database/DatabaseEloquentPivotTest.php class DatabaseEloquentPivotTest (line 15) | class DatabaseEloquentPivotTest extends TestCase method testPropertiesAreSetCorrectly (line 17) | public function testPropertiesAreSetCorrectly() method testMutatorsAreCalledFromConstructor (line 36) | public function testMutatorsAreCalledFromConstructor() method testFromRawAttributesDoesNotDoubleMutate (line 46) | public function testFromRawAttributesDoesNotDoubleMutate() method testFromRawAttributesDoesNotMutate (line 56) | public function testFromRawAttributesDoesNotMutate() method testPropertiesUnchangedAreNotDirty (line 66) | public function testPropertiesUnchangedAreNotDirty() method testPropertiesChangedAreDirty (line 75) | public function testPropertiesChangedAreDirty() method testTimestampPropertyIsSetIfCreatedAtInAttributes (line 85) | public function testTimestampPropertyIsSetIfCreatedAtInAttributes() method testTimestampPropertyIsTrueWhenCreatingFromRawAttributes (line 97) | public function testTimestampPropertyIsTrueWhenCreatingFromRawAttribut... method testKeysCanBeSetProperly (line 105) | public function testKeysCanBeSetProperly() method testDeleteMethodDeletesModelByKeys (line 116) | public function testDeleteMethodDeletesModelByKeys() method testPivotModelTableNameIsSingular (line 131) | public function testPivotModelTableNameIsSingular() method testPivotModelWithParentReturnsParentsTimestampColumns (line 138) | public function testPivotModelWithParentReturnsParentsTimestampColumns() method testPivotModelWithoutParentReturnsModelTimestampColumns (line 151) | public function testPivotModelWithoutParentReturnsModelTimestampColumns() method testWithoutRelations (line 161) | public function testWithoutRelations() class DatabaseEloquentPivotTestDateStub (line 187) | class DatabaseEloquentPivotTestDateStub extends Pivot method getDates (line 189) | public function getDates() class DatabaseEloquentPivotTestMutatorStub (line 195) | class DatabaseEloquentPivotTestMutatorStub extends Pivot method setFooAttribute (line 199) | public function setFooAttribute($value) method getMutatorCalled (line 206) | public function getMutatorCalled() class DatabaseEloquentPivotTestJsonCastStub (line 212) | class DatabaseEloquentPivotTestJsonCastStub extends Pivot class DummyModel (line 219) | class DummyModel extends Model FILE: tests/Database/DatabaseEloquentPolymorphicIntegrationTest.php class DatabaseEloquentPolymorphicIntegrationTest (line 9) | class DatabaseEloquentPolymorphicIntegrationTest extends TestCase method setUp (line 11) | protected function setUp(): void method createSchema (line 31) | public function createSchema() method tearDown (line 69) | protected function tearDown(): void method testItLoadsRelationshipsAutomatically (line 78) | public function testItLoadsRelationshipsAutomatically() method testItLoadsChainedRelationshipsAutomatically (line 88) | public function testItLoadsChainedRelationshipsAutomatically() method testItLoadsNestedRelationshipsAutomatically (line 98) | public function testItLoadsNestedRelationshipsAutomatically() method testItLoadsNestedRelationshipsOnDemand (line 110) | public function testItLoadsNestedRelationshipsOnDemand() method testItLoadsNestedMorphRelationshipsOnDemand (line 122) | public function testItLoadsNestedMorphRelationshipsOnDemand() method testItLoadsNestedMorphRelationshipCountsOnDemand (line 142) | public function testItLoadsNestedMorphRelationshipCountsOnDemand() method seedData (line 170) | protected function seedData() method connection (line 184) | protected function connection() method schema (line 194) | protected function schema() class TestUser (line 203) | class TestUser extends Eloquent method posts (line 208) | public function posts() class TestPost (line 217) | class TestPost extends Eloquent method comments (line 222) | public function comments() method owner (line 227) | public function owner() method likes (line 232) | public function likes() class TestComment (line 241) | class TestComment extends Eloquent method owner (line 247) | public function owner() method commentable (line 252) | public function commentable() method likes (line 257) | public function likes() class TestLike (line 263) | class TestLike extends Eloquent method likeable (line 268) | public function likeable() class TestLikeWithSingleWith (line 274) | class TestLikeWithSingleWith extends Eloquent method likeable (line 280) | public function likeable() class TestLikeWithNestedWith (line 286) | class TestLikeWithNestedWith extends Eloquent method likeable (line 292) | public function likeable() FILE: tests/Database/DatabaseEloquentPolymorphicRelationsIntegrationTest.php class DatabaseEloquentPolymorphicRelationsIntegrationTest (line 10) | class DatabaseEloquentPolymorphicRelationsIntegrationTest extends TestCase method setUp (line 17) | protected function setUp(): void method createSchema (line 32) | protected function createSchema() method tearDown (line 61) | protected function tearDown(): void method testCreation (line 75) | public function testCreation() method testEagerLoading (line 94) | public function testEagerLoading() method testChunkById (line 109) | public function testChunkById() method connection (line 138) | protected function connection($connection = 'default') method schema (line 148) | protected function schema($connection = 'default') class EloquentManyToManyPolymorphicTestPost (line 157) | class EloquentManyToManyPolymorphicTestPost extends Eloquent method tags (line 162) | public function tags() class EloquentManyToManyPolymorphicTestImage (line 168) | class EloquentManyToManyPolymorphicTestImage extends Eloquent method tags (line 173) | public function tags() class EloquentManyToManyPolymorphicTestTag (line 179) | class EloquentManyToManyPolymorphicTestTag extends Eloquent method posts (line 184) | public function posts() method images (line 189) | public function images() FILE: tests/Database/DatabaseEloquentRelationTest.php class DatabaseEloquentRelationTest (line 16) | class DatabaseEloquentRelationTest extends TestCase method testSetRelationFail (line 18) | public function testSetRelationFail() method testUnsetExistingRelation (line 27) | public function testUnsetExistingRelation() method testTouchMethodUpdatesRelatedTimestamps (line 36) | public function testTouchMethodUpdatesRelatedTimestamps() method testCanDisableParentTouchingForAllModels (line 56) | public function testCanDisableParentTouchingForAllModels() method testCanDisableTouchingForSpecificModel (line 85) | public function testCanDisableTouchingForSpecificModel() method testParentModelIsNotTouchedWhenChildModelIsIgnored (line 133) | public function testParentModelIsNotTouchedWhenChildModelIsIgnored() method testIgnoredModelsStateIsResetWhenThereAreExceptions (line 181) | public function testIgnoredModelsStateIsResetWhenThereAreExceptions() method testSettingMorphMapWithNumericArrayUsesTheTableNames (line 211) | public function testSettingMorphMapWithNumericArrayUsesTheTableNames() method testSettingMorphMapWithNumericKeys (line 222) | public function testSettingMorphMapWithNumericKeys() method testGetMorphAlias (line 233) | public function testGetMorphAlias() method testWithoutRelations (line 241) | public function testWithoutRelations() method testWithoutRelation (line 262) | public function testWithoutRelation() method testWithoutRelationWithArray (line 279) | public function testWithoutRelationWithArray() method testMacroable (line 297) | public function testMacroable() method testIsRelationIgnoresAttribute (line 310) | public function testIsRelationIgnoresAttribute() class EloquentRelationResetModelStub (line 319) | class EloquentRelationResetModelStub extends Model method getQuery (line 325) | public function getQuery() class EloquentRelationStub (line 331) | class EloquentRelationStub extends Relation method addConstraints (line 333) | public function addConstraints() method addEagerConstraints (line 338) | public function addEagerConstraints(array $models) method initRelation (line 343) | public function initRelation(array $models, $relation) method match (line 348) | public function match(array $models, Collection $results, $relation) method getResults (line 353) | public function getResults() class EloquentNoTouchingModelStub (line 359) | class EloquentNoTouchingModelStub extends Model class EloquentNoTouchingChildModelStub (line 367) | class EloquentNoTouchingChildModelStub extends EloquentNoTouchingModelStub class EloquentNoTouchingAnotherModelStub (line 372) | class EloquentNoTouchingAnotherModelStub extends Model class EloquentRelationAndAttributeModelStub (line 380) | class EloquentRelationAndAttributeModelStub extends Model method field (line 384) | public function field(): Attribute method parent (line 396) | public function parent() FILE: tests/Database/DatabaseEloquentRelationshipsTest.php class DatabaseEloquentRelationshipsTest (line 24) | class DatabaseEloquentRelationshipsTest extends TestCase method testStandardRelationships (line 26) | public function testStandardRelationships() method testOverriddenRelationships (line 42) | public function testOverriddenRelationships() method testAlwaysUnsetBelongsToRelationWhenReceivedModelId (line 58) | public function testAlwaysUnsetBelongsToRelationWhenReceivedModelId() method testPendingHasThroughRelationship (line 83) | public function testPendingHasThroughRelationship() method testStringyHasThroughApi (line 140) | public function testStringyHasThroughApi() method testHigherOrderHasThroughApi (line 201) | public function testHigherOrderHasThroughApi() class FakeRelationship (line 263) | class FakeRelationship extends Model class Post (line 268) | class Post extends Model method attachment (line 270) | public function attachment() method author (line 275) | public function author() method comments (line 280) | public function comments() method likes (line 285) | public function likes() method owner (line 290) | public function owner() method viewers (line 295) | public function viewers() method lovers (line 300) | public function lovers() method contract (line 305) | public function contract() method tags (line 310) | public function tags() method postable (line 315) | public function postable() class CustomPost (line 321) | class CustomPost extends Post method newBelongsTo (line 323) | protected function newBelongsTo(Builder $query, Model $child, $foreign... method newHasMany (line 328) | protected function newHasMany(Builder $query, Model $parent, $foreignK... method newHasOne (line 333) | protected function newHasOne(Builder $query, Model $parent, $foreignKe... method newMorphOne (line 338) | protected function newMorphOne(Builder $query, Model $parent, $type, $... method newMorphMany (line 343) | protected function newMorphMany(Builder $query, Model $parent, $type, ... method newBelongsToMany (line 348) | protected function newBelongsToMany(Builder $query, Model $parent, $ta... method newHasManyThrough (line 354) | protected function newHasManyThrough(Builder $query, Model $farParent,... method newHasOneThrough (line 360) | protected function newHasOneThrough(Builder $query, Model $farParent, ... method newMorphToMany (line 366) | protected function newMorphToMany(Builder $query, Model $parent, $name... method newMorphTo (line 373) | protected function newMorphTo(Builder $query, Model $parent, $foreignK... class CustomHasOne (line 379) | class CustomHasOne extends HasOne class CustomBelongsTo (line 384) | class CustomBelongsTo extends BelongsTo class CustomHasMany (line 389) | class CustomHasMany extends HasMany class CustomMorphOne (line 394) | class CustomMorphOne extends MorphOne class CustomMorphMany (line 399) | class CustomMorphMany extends MorphMany class CustomBelongsToMany (line 404) | class CustomBelongsToMany extends BelongsToMany class CustomHasManyThrough (line 409) | class CustomHasManyThrough extends HasManyThrough class CustomHasOneThrough (line 414) | class CustomHasOneThrough extends HasOneThrough class CustomMorphToMany (line 419) | class CustomMorphToMany extends MorphToMany class CustomMorphTo (line 424) | class CustomMorphTo extends MorphTo class MockedConnectionModel (line 429) | class MockedConnectionModel extends Model method getConnection (line 431) | public function getConnection() class Car (line 446) | class Car extends MockedConnectionModel method owner (line 448) | public function owner() class Owner (line 454) | class Owner extends MockedConnectionModel class FluentMechanic (line 459) | class FluentMechanic extends MockedConnectionModel method owner (line 461) | public function owner() method car (line 467) | public function car() class ClassicMechanic (line 473) | class ClassicMechanic extends MockedConnectionModel method owner (line 475) | public function owner() class ClassicProject (line 481) | class ClassicProject extends MockedConnectionModel method deployments (line 483) | public function deployments() method environmentData (line 495) | public function environmentData() class FluentProject (line 508) | class FluentProject extends MockedConnectionModel method deployments (line 510) | public function deployments() method environmentData (line 515) | public function environmentData() method environments (line 520) | public function environments() class Environment (line 526) | class Environment extends MockedConnectionModel method deployments (line 528) | public function deployments() method metadata (line 533) | public function metadata() class MetaData (line 539) | class MetaData extends MockedConnectionModel class Deployment (line 544) | class Deployment extends MockedConnectionModel FILE: tests/Database/DatabaseEloquentResourceCollectionTest.php class DatabaseEloquentResourceCollectionTest (line 16) | class DatabaseEloquentResourceCollectionTest extends TestCase method testItCanTransformToExplicitResource (line 18) | public function testItCanTransformToExplicitResource() method testItThrowsExceptionWhenResourceCannotBeFound (line 29) | public function testItThrowsExceptionWhenResourceCannotBeFound() method testItCanGuessResourceWhenNotProvided (line 40) | public function testItCanGuessResourceWhenNotProvided() method testItCanTransformToResourceViaUseResourceAttribute (line 53) | public function testItCanTransformToResourceViaUseResourceAttribute() method testItCanTransformToResourceViaUseResourceCollectionAttribute (line 64) | public function testItCanTransformToResourceViaUseResourceCollectionAt... FILE: tests/Database/DatabaseEloquentResourceModelTest.php class DatabaseEloquentResourceModelTest (line 11) | class DatabaseEloquentResourceModelTest extends TestCase method testItCanTransformToExplicitResource (line 13) | public function testItCanTransformToExplicitResource() method testItThrowsExceptionWhenResourceCannotBeFound (line 22) | public function testItThrowsExceptionWhenResourceCannotBeFound() method testItCanGuessResourceWhenNotProvided (line 31) | public function testItCanGuessResourceWhenNotProvided() method testItCanGuessResourceWhenNotProvidedWithNonResourceSuffix (line 43) | public function testItCanGuessResourceWhenNotProvidedWithNonResourceSu... method testItCanGuessResourceName (line 55) | public function testItCanGuessResourceName() method testItCanTransformToResourceViaUseResourceAttribute (line 64) | public function testItCanTransformToResourceViaUseResourceAttribute() FILE: tests/Database/DatabaseEloquentSoftDeletesIntegrationTest.php class DatabaseEloquentSoftDeletesIntegrationTest (line 19) | class DatabaseEloquentSoftDeletesIntegrationTest extends TestCase method setUp (line 21) | protected function setUp(): void method createSchema (line 43) | public function createSchema() method tearDown (line 94) | protected function tearDown(): void method testSoftDeletesAreNotRetrieved (line 108) | public function testSoftDeletesAreNotRetrieved() method testSoftDeletesAreNotRetrievedFromBaseQuery (line 119) | public function testSoftDeletesAreNotRetrievedFromBaseQuery() method testSoftDeletesAreNotRetrievedFromRelationshipBaseQuery (line 129) | public function testSoftDeletesAreNotRetrievedFromRelationshipBaseQuery() method testSoftDeletesAreNotRetrievedFromBuilderHelpers (line 142) | public function testSoftDeletesAreNotRetrievedFromBuilderHelpers() method testWithTrashedReturnsAllRecords (line 177) | public function testWithTrashedReturnsAllRecords() method testWithTrashedAcceptsAnArgument (line 185) | public function testWithTrashedAcceptsAnArgument() method testDeleteSetsDeletedColumn (line 193) | public function testDeleteSetsDeletedColumn() method testForceDeleteActuallyDeletesRecords (line 201) | public function testForceDeleteActuallyDeletesRecords() method testForceDeleteUpdateExistsProperty (line 212) | public function testForceDeleteUpdateExistsProperty() method testForceDeleteDoesntUpdateExistsPropertyIfFailed (line 224) | public function testForceDeleteDoesntUpdateExistsPropertyIfFailed() method testForceDestroyFullyDeletesRecord (line 248) | public function testForceDestroyFullyDeletesRecord() method testForceDestroyDeletesAlreadyDeletedRecord (line 262) | public function testForceDestroyDeletesAlreadyDeletedRecord() method testForceDestroyDeletesMultipleRecords (line 276) | public function testForceDestroyDeletesMultipleRecords() method testForceDestroyDeletesRecordsFromCollection (line 286) | public function testForceDestroyDeletesRecordsFromCollection() method testForceDestroyDeletesRecordsFromEloquentCollection (line 296) | public function testForceDestroyDeletesRecordsFromEloquentCollection() method testRestoreRestoresRecords (line 310) | public function testRestoreRestoresRecords() method testOnlyTrashedOnlyReturnsTrashedRecords (line 326) | public function testOnlyTrashedOnlyReturnsTrashedRecords() method testOnlyWithoutTrashedOnlyReturnsTrashedRecords (line 336) | public function testOnlyWithoutTrashedOnlyReturnsTrashedRecords() method testFirstOrNew (line 351) | public function testFirstOrNew() method testFindOrNew (line 362) | public function testFindOrNew() method testFirstOrCreate (line 373) | public function testFirstOrCreate() method testCreateOrFirst (line 387) | public function testCreateOrFirst() method testUpdateModelAfterSoftDeleting (line 404) | public function testUpdateModelAfterSoftDeleting() method testRestoreAfterSoftDelete (line 420) | public function testRestoreAfterSoftDelete() method testSoftDeleteAfterRestoring (line 435) | public function testSoftDeleteAfterRestoring() method testModifyingBeforeSoftDeletingAndRestoring (line 450) | public function testModifyingBeforeSoftDeletingAndRestoring() method testUpdateOrCreate (line 464) | public function testUpdateOrCreate() method testHasOneRelationshipCanBeSoftDeleted (line 478) | public function testHasOneRelationshipCanBeSoftDeleted() method testBelongsToRelationshipCanBeSoftDeleted (line 516) | public function testBelongsToRelationshipCanBeSoftDeleted() method testHasManyRelationshipCanBeSoftDeleted (line 556) | public function testHasManyRelationshipCanBeSoftDeleted() method testRelationToSqlAppliesSoftDelete (line 589) | public function testRelationToSqlAppliesSoftDelete() method testRelationExistsAndDoesntExistHonorsSoftDelete (line 601) | public function testRelationExistsAndDoesntExistHonorsSoftDelete() method testRelationCountHonorsSoftDelete (line 627) | public function testRelationCountHonorsSoftDelete() method testRelationAggregatesHonorsSoftDelete (line 650) | public function testRelationAggregatesHonorsSoftDelete() method testSoftDeleteIsAppliedToNewQuery (line 686) | public function testSoftDeleteIsAppliedToNewQuery() method testSecondLevelRelationshipCanBeSoftDeleted (line 692) | public function testSecondLevelRelationshipCanBeSoftDeleted() method testWhereHasWithDeletedRelationship (line 708) | public function testWhereHasWithDeletedRelationship() method testWhereHasWithNestedDeletedRelationshipAndOnlyTrashedCondition (line 746) | public function testWhereHasWithNestedDeletedRelationshipAndOnlyTrashe... method testWhereHasWithNestedDeletedRelationship (line 768) | public function testWhereHasWithNestedDeletedRelationship() method testWhereDoesntHaveWithNestedDeletedRelationship (line 784) | public function testWhereDoesntHaveWithNestedDeletedRelationship() method testWhereHasWithNestedDeletedRelationshipAndWithTrashedCondition (line 792) | public function testWhereHasWithNestedDeletedRelationshipAndWithTrashe... method testWithCountWithNestedDeletedRelationshipAndOnlyTrashedCondition (line 804) | public function testWithCountWithNestedDeletedRelationshipAndOnlyTrash... method testOrWhereWithSoftDeleteConstraint (line 838) | public function testOrWhereWithSoftDeleteConstraint() method testMorphToWithTrashed (line 846) | public function testMorphToWithTrashed() method testMorphToWithBadMethodCall (line 879) | public function testMorphToWithBadMethodCall() method testMorphToWithConstraints (line 899) | public function testMorphToWithConstraints() method testMorphToWithoutConstraints (line 918) | public function testMorphToWithoutConstraints() method testMorphToNonSoftDeletingModel (line 940) | public function testMorphToNonSoftDeletingModel() method testSelfReferencingRelationshipWithSoftDeletes (line 960) | public function testSelfReferencingRelationshipWithSoftDeletes() method createUsers (line 977) | protected function createUsers() method connection (line 992) | protected function connection() method schema (line 1002) | protected function schema() class TestUserWithoutSoftDelete (line 1011) | class TestUserWithoutSoftDelete extends Eloquent method posts (line 1016) | public function posts() class SoftDeletesTestUser (line 1025) | class SoftDeletesTestUser extends Eloquent method self_referencing (line 1032) | public function self_referencing() method posts (line 1037) | public function posts() method address (line 1042) | public function address() method group (line 1047) | public function group() class SoftDeletesTestUserWithTrashedPosts (line 1053) | class SoftDeletesTestUserWithTrashedPosts extends Eloquent method posts (line 1060) | public function posts() class SoftDeletesTestPost (line 1069) | class SoftDeletesTestPost extends Eloquent method comments (line 1076) | public function comments() class TestCommentWithoutSoftDelete (line 1085) | class TestCommentWithoutSoftDelete extends Eloquent method owner (line 1090) | public function owner() class SoftDeletesTestComment (line 1099) | class SoftDeletesTestComment extends Eloquent method owner (line 1106) | public function owner() class SoftDeletesTestCommentWithTrashed (line 1112) | class SoftDeletesTestCommentWithTrashed extends Eloquent method owner (line 1119) | public function owner() class SoftDeletesTestAddress (line 1128) | class SoftDeletesTestAddress extends Eloquent class SoftDeletesTestGroup (line 1139) | class SoftDeletesTestGroup extends Eloquent method users (line 1146) | public function users() FILE: tests/Database/DatabaseEloquentStrictMorphsTest.php class DatabaseEloquentStrictMorphsTest (line 11) | class DatabaseEloquentStrictMorphsTest extends TestCase method setUp (line 13) | protected function setUp(): void method testStrictModeThrowsAnExceptionOnClassMap (line 20) | public function testStrictModeThrowsAnExceptionOnClassMap() method testStrictModeDoesNotThrowExceptionWhenMorphMap (line 29) | public function testStrictModeDoesNotThrowExceptionWhenMorphMap() method testMapsCanBeEnforcedInOneMethod (line 41) | public function testMapsCanBeEnforcedInOneMethod() method testMapIgnoreGenericPivotClass (line 55) | public function testMapIgnoreGenericPivotClass() method testMapCanBeEnforcedToCustomPivotClass (line 62) | public function testMapCanBeEnforcedToCustomPivotClass() method tearDown (line 71) | protected function tearDown(): void class TestModel (line 80) | class TestModel extends Model class TestPivotModel (line 84) | class TestPivotModel extends Pivot FILE: tests/Database/DatabaseEloquentTimestampsTest.php class DatabaseEloquentTimestampsTest (line 11) | class DatabaseEloquentTimestampsTest extends TestCase method setUp (line 13) | protected function setUp(): void method createSchema (line 35) | public function createSchema() method tearDown (line 61) | protected function tearDown(): void method testUserWithCreatedAtAndUpdatedAt (line 74) | public function testUserWithCreatedAtAndUpdatedAt() method testUserWithCreatedAt (line 86) | public function testUserWithCreatedAt() method testUserWithUpdatedAt (line 97) | public function testUserWithUpdatedAt() method testWithoutTimestamp (line 108) | public function testWithoutTimestamp() method testWithoutTimestampWhenAlreadyIgnoringTimestamps (line 134) | public function testWithoutTimestampWhenAlreadyIgnoringTimestamps() method testWithoutTimestampRestoresWhenClosureThrowsException (line 156) | public function testWithoutTimestampRestoresWhenClosureThrowsException() method testWithoutTimestampsRespectsClasses (line 175) | public function testWithoutTimestampsRespectsClasses() method connection (line 291) | protected function connection() method schema (line 301) | protected function schema() class UserWithCreatedAndUpdated (line 310) | class UserWithCreatedAndUpdated extends Eloquent class UserWithCreated (line 317) | class UserWithCreated extends Eloquent class UserWithUpdated (line 328) | class UserWithUpdated extends Eloquent FILE: tests/Database/DatabaseEloquentWithAttributesPendingTest.php class DatabaseEloquentWithAttributesPendingTest (line 11) | class DatabaseEloquentWithAttributesPendingTest extends TestCase method setUp (line 13) | protected function setUp(): void method tearDown (line 25) | protected function tearDown(): void method testAddsAttributes (line 32) | public function testAddsAttributes(): void method testDoesNotAddWheres (line 45) | public function testDoesNotAddWheres(): void method testAddsWithCasts (line 59) | public function testAddsWithCasts(): void method testAddsWithCastsViaDb (line 84) | public function testAddsWithCastsViaDb(): void method bootTable (line 106) | protected function bootTable(): void method schema (line 118) | protected function schema(): Builder class PendingAttributesModel (line 124) | class PendingAttributesModel extends Model method setFirstNameAttribute (line 133) | public function setFirstNameAttribute(string $value): void method getFirstNameAttribute (line 138) | public function getFirstNameAttribute(?string $value): string method lastName (line 143) | protected function lastName(): Attribute FILE: tests/Database/DatabaseEloquentWithAttributesTest.php class DatabaseEloquentWithAttributesTest (line 11) | class DatabaseEloquentWithAttributesTest extends TestCase method setUp (line 13) | protected function setUp(): void method tearDown (line 25) | protected function tearDown(): void method testAddsAttributes (line 32) | public function testAddsAttributes(): void method testAddsWheres (line 45) | public function testAddsWheres(): void method testAddsWithCasts (line 64) | public function testAddsWithCasts(): void method testAddsWithCastsViaDb (line 89) | public function testAddsWithCastsViaDb(): void method bootTable (line 111) | protected function bootTable(): void method schema (line 123) | protected function schema(): Builder class WithAttributesModel (line 129) | class WithAttributesModel extends Model method setFirstNameAttribute (line 138) | public function setFirstNameAttribute(string $value): void method getFirstNameAttribute (line 143) | public function getFirstNameAttribute(?string $value): string method lastName (line 148) | protected function lastName(): Attribute FILE: tests/Database/DatabaseEloquentWithCastsTest.php class DatabaseEloquentWithCastsTest (line 12) | class DatabaseEloquentWithCastsTest extends TestCase method setUp (line 14) | protected function setUp(): void method createSchema (line 31) | protected function createSchema() method testWithFirstOrNew (line 46) | public function testWithFirstOrNew() method testWithFirstOrCreate (line 60) | public function testWithFirstOrCreate() method testWithCreateOrFirst (line 71) | public function testWithCreateOrFirst() method testThrowsExceptionIfCastableAttributeWasNotRetrievedAndPreventMissingAttributesIsEnabled (line 82) | public function testThrowsExceptionIfCastableAttributeWasNotRetrievedA... method connection (line 102) | protected function connection() method schema (line 112) | protected function schema() class Time (line 118) | class Time extends Eloquent class UniqueTime (line 127) | class UniqueTime extends Eloquent FILE: tests/Database/DatabaseIntegrationTest.php class DatabaseIntegrationTest (line 10) | class DatabaseIntegrationTest extends TestCase method setUp (line 12) | protected function setUp(): void method testQueryExecutedToRawSql (line 23) | public function testQueryExecutedToRawSql(): void FILE: tests/Database/DatabaseMariaDbBuilderTest.php class DatabaseMariaDbBuilderTest (line 11) | class DatabaseMariaDbBuilderTest extends TestCase method testCreateDatabase (line 13) | public function testCreateDatabase() method testDropDatabaseIfExists (line 29) | public function testDropDatabaseIfExists() FILE: tests/Database/DatabaseMariaDbProcessorTest.php class DatabaseMariaDbProcessorTest (line 8) | class DatabaseMariaDbProcessorTest extends TestCase method testProcessColumns (line 10) | public function testProcessColumns() FILE: tests/Database/DatabaseMariaDbQueryGrammarTest.php class DatabaseMariaDbQueryGrammarTest (line 10) | class DatabaseMariaDbQueryGrammarTest extends TestCase method testToRawSql (line 12) | public function testToRawSql() FILE: tests/Database/DatabaseMariaDbSchemaBuilderTest.php class DatabaseMariaDbSchemaBuilderTest (line 12) | class DatabaseMariaDbSchemaBuilderTest extends TestCase method testHasTable (line 14) | public function testHasTable() method testGetColumnListing (line 28) | public function testGetColumnListing() FILE: tests/Database/DatabaseMariaDbSchemaGrammarTest.php class DatabaseMariaDbSchemaGrammarTest (line 15) | class DatabaseMariaDbSchemaGrammarTest extends TestCase method testBasicCreateTable (line 17) | public function testBasicCreateTable() method testAutoIncrementStartingValue (line 63) | public function testAutoIncrementStartingValue() method testAddColumnsWithMultipleAutoIncrementStartingValue (line 82) | public function testAddColumnsWithMultipleAutoIncrementStartingValue() method testEngineCreateTable (line 96) | public function testEngineCreateTable() method testCharsetCollationCreateTable (line 129) | public function testCharsetCollationCreateTable() method testBasicCreateTableWithPrefix (line 162) | public function testBasicCreateTableWithPrefix() method testCreateTemporaryTable (line 178) | public function testCreateTemporaryTable() method testDropTable (line 195) | public function testDropTable() method testDropTableIfExists (line 205) | public function testDropTableIfExists() method testDropColumn (line 215) | public function testDropColumn() method testDropPrimary (line 239) | public function testDropPrimary() method testDropUnique (line 249) | public function testDropUnique() method testDropIndex (line 259) | public function testDropIndex() method testDropSpatialIndex (line 269) | public function testDropSpatialIndex() method testDropForeign (line 279) | public function testDropForeign() method testDropTimestamps (line 289) | public function testDropTimestamps() method testDropTimestampsTz (line 299) | public function testDropTimestampsTz() method testDropMorphs (line 309) | public function testDropMorphs() method testRenameTable (line 320) | public function testRenameTable() method testRenameIndex (line 330) | public function testRenameIndex() method testAddingPrimaryKey (line 340) | public function testAddingPrimaryKey() method testAddingPrimaryKeyWithAlgorithm (line 350) | public function testAddingPrimaryKeyWithAlgorithm() method testAddingUniqueKey (line 360) | public function testAddingUniqueKey() method testAddingIndex (line 370) | public function testAddingIndex() method testAddingIndexWithAlgorithm (line 380) | public function testAddingIndexWithAlgorithm() method testAddingFulltextIndex (line 390) | public function testAddingFulltextIndex() method testAddingSpatialIndex (line 400) | public function testAddingSpatialIndex() method testAddingFluentSpatialIndex (line 410) | public function testAddingFluentSpatialIndex() method testAddingRawIndex (line 420) | public function testAddingRawIndex() method testAddingForeignKey (line 430) | public function testAddingForeignKey() method testAddingIncrementingID (line 454) | public function testAddingIncrementingID() method testAddingSmallIncrementingID (line 464) | public function testAddingSmallIncrementingID() method testAddingID (line 474) | public function testAddingID() method testAddingForeignID (line 491) | public function testAddingForeignID() method testAddingForeignIdSpecifyingIndexNameInConstraint (line 516) | public function testAddingForeignIdSpecifyingIndexNameInConstraint() method testAddingBigIncrementingID (line 527) | public function testAddingBigIncrementingID() method testAddingColumnInTableFirst (line 537) | public function testAddingColumnInTableFirst() method testAddingColumnAfterAnotherColumn (line 547) | public function testAddingColumnAfterAnotherColumn() method testAddingMultipleColumnsAfterAnotherColumn (line 557) | public function testAddingMultipleColumnsAfterAnotherColumn() method testAddingGeneratedColumn (line 574) | public function testAddingGeneratedColumn() method testAddingGeneratedColumnWithCharset (line 603) | public function testAddingGeneratedColumnWithCharset() method testAddingGeneratedColumnByExpression (line 619) | public function testAddingGeneratedColumnByExpression() method testAddingInvisibleColumn (line 635) | public function testAddingInvisibleColumn() method testAddingString (line 645) | public function testAddingString() method testAddingText (line 683) | public function testAddingText() method testAddingBigInteger (line 693) | public function testAddingBigInteger() method testAddingInteger (line 710) | public function testAddingInteger() method testAddingIncrementsWithStartingValues (line 727) | public function testAddingIncrementsWithStartingValues() method testAddingMediumInteger (line 738) | public function testAddingMediumInteger() method testAddingSmallInteger (line 755) | public function testAddingSmallInteger() method testAddingTinyInteger (line 772) | public function testAddingTinyInteger() method testAddingFloat (line 789) | public function testAddingFloat() method testAddingDouble (line 799) | public function testAddingDouble() method testAddingDecimal (line 809) | public function testAddingDecimal() method testAddingBoolean (line 819) | public function testAddingBoolean() method testAddingEnum (line 829) | public function testAddingEnum() method testAddingSet (line 841) | public function testAddingSet() method testAddingJson (line 851) | public function testAddingJson() method testAddingJsonb (line 861) | public function testAddingJsonb() method testAddingDate (line 871) | public function testAddingDate() method testAddingDateWithDefaultCurrent (line 885) | public function testAddingDateWithDefaultCurrent() method testAddingYear (line 899) | public function testAddingYear() method testAddingYearWithDefaultCurrent (line 912) | public function testAddingYearWithDefaultCurrent() method testAddingDateTime (line 926) | public function testAddingDateTime() method testAddingDateTimeWithDefaultCurrent (line 941) | public function testAddingDateTimeWithDefaultCurrent() method testAddingDateTimeWithOnUpdateCurrent (line 950) | public function testAddingDateTimeWithOnUpdateCurrent() method testAddingDateTimeWithDefaultCurrentAndOnUpdateCurrent (line 959) | public function testAddingDateTimeWithDefaultCurrentAndOnUpdateCurrent() method testAddingDateTimeWithDefaultCurrentOnUpdateCurrentAndPrecision (line 968) | public function testAddingDateTimeWithDefaultCurrentOnUpdateCurrentAnd... method testAddingDateTimeTz (line 977) | public function testAddingDateTimeTz() method testAddingTime (line 992) | public function testAddingTime() method testAddingTimeWithPrecision (line 1001) | public function testAddingTimeWithPrecision() method testAddingTimeTz (line 1010) | public function testAddingTimeTz() method testAddingTimeTzWithPrecision (line 1019) | public function testAddingTimeTzWithPrecision() method testAddingTimestamp (line 1028) | public function testAddingTimestamp() method testAddingTimestampWithPrecision (line 1037) | public function testAddingTimestampWithPrecision() method testAddingTimestampWithDefault (line 1046) | public function testAddingTimestampWithDefault() method testAddingTimestampWithDefaultCurrentSpecifyingPrecision (line 1055) | public function testAddingTimestampWithDefaultCurrentSpecifyingPrecisi... method testAddingTimestampWithOnUpdateCurrentSpecifyingPrecision (line 1064) | public function testAddingTimestampWithOnUpdateCurrentSpecifyingPrecis... method testAddingTimestampWithDefaultCurrentAndOnUpdateCurrentSpecifyingPrecision (line 1073) | public function testAddingTimestampWithDefaultCurrentAndOnUpdateCurren... method testAddingTimestampTz (line 1082) | public function testAddingTimestampTz() method testAddingTimestampTzWithPrecision (line 1091) | public function testAddingTimestampTzWithPrecision() method testAddingTimeStampTzWithDefault (line 1100) | public function testAddingTimeStampTzWithDefault() method testAddingTimestamps (line 1109) | public function testAddingTimestamps() method testAddingTimestampsTz (line 1121) | public function testAddingTimestampsTz() method testAddingRememberToken (line 1133) | public function testAddingRememberToken() method testAddingBinary (line 1143) | public function testAddingBinary() method testAddingUuid (line 1153) | public function testAddingUuid() method testAddingUuidOn106 (line 1166) | public function testAddingUuidOn106() method testAddingUuidDefaultsColumnName (line 1179) | public function testAddingUuidDefaultsColumnName() method testAddingForeignUuid (line 1192) | public function testAddingForeignUuid() method testAddingIpAddress (line 1220) | public function testAddingIpAddress() method testAddingIpAddressDefaultsColumnName (line 1230) | public function testAddingIpAddressDefaultsColumnName() method testAddingMacAddress (line 1240) | public function testAddingMacAddress() method testAddingMacAddressDefaultsColumnName (line 1250) | public function testAddingMacAddressDefaultsColumnName() method testAddingGeometry (line 1260) | public function testAddingGeometry() method testAddingGeography (line 1270) | public function testAddingGeography() method testAddingPoint (line 1280) | public function testAddingPoint() method testAddingPointWithSrid (line 1290) | public function testAddingPointWithSrid() method testAddingPointWithSridColumn (line 1300) | public function testAddingPointWithSridColumn() method testAddingLineString (line 1310) | public function testAddingLineString() method testAddingPolygon (line 1320) | public function testAddingPolygon() method testAddingGeometryCollection (line 1330) | public function testAddingGeometryCollection() method testAddingMultiPoint (line 1340) | public function testAddingMultiPoint() method testAddingMultiLineString (line 1350) | public function testAddingMultiLineString() method testAddingMultiPolygon (line 1360) | public function testAddingMultiPolygon() method testAddingComment (line 1370) | public function testAddingComment() method testCreateDatabase (line 1380) | public function testCreateDatabase() method testCreateTableWithVirtualAsColumn (line 1405) | public function testCreateTableWithVirtualAsColumn() method testCreateTableWithVirtualAsColumnWhenJsonColumnHasArrayKey (line 1449) | public function testCreateTableWithVirtualAsColumnWhenJsonColumnHasArr... method testCreateTableWithStoredAsColumn (line 1464) | public function testCreateTableWithStoredAsColumn() method testDropDatabaseIfExists (line 1508) | public function testDropDatabaseIfExists() method testDropAllTables (line 1525) | public function testDropAllTables() method testDropAllViews (line 1533) | public function testDropAllViews() method testGrammarsAreMacroable (line 1540) | public function testGrammarsAreMacroable() method getConnection (line 1552) | protected function getConnection( method getGrammar (line 1571) | public function getGrammar(?Connection $connection = null) method getBuilder (line 1576) | public function getBuilder() FILE: tests/Database/DatabaseMariaDbSchemaStateTest.php class DatabaseMariaDbSchemaStateTest (line 12) | class DatabaseMariaDbSchemaStateTest extends TestCase method testConnectionString (line 14) | #[DataProvider('provider')] method provider (line 37) | public static function provider(): Generator FILE: tests/Database/DatabaseMigrationCreatorTest.php class DatabaseMigrationCreatorTest (line 11) | class DatabaseMigrationCreatorTest extends TestCase method testBasicCreateMethodStoresMigrationFile (line 13) | public function testBasicCreateMethodStoresMigrationFile() method testBasicCreateMethodCallsPostCreateHooks (line 28) | public function testBasicCreateMethodCallsPostCreateHooks() method testTableUpdateMigrationStoresMigrationFile (line 55) | public function testTableUpdateMigrationStoresMigrationFile() method testTableCreationMigrationStoresMigrationFile (line 69) | public function testTableCreationMigrationStoresMigrationFile() method testTableUpdateMigrationWontCreateDuplicateClass (line 83) | public function testTableUpdateMigrationWontCreateDuplicateClass() method getCreator (line 96) | protected function getCreator() FILE: tests/Database/DatabaseMigrationInstallCommandTest.php class DatabaseMigrationInstallCommandTest (line 13) | class DatabaseMigrationInstallCommandTest extends TestCase method testFireCallsRepositoryToInstall (line 15) | public function testFireCallsRepositoryToInstall() method testFireCallsRepositoryToInstallExists (line 26) | public function testFireCallsRepositoryToInstallExists() method runCommand (line 36) | protected function runCommand($command, $options = []) FILE: tests/Database/DatabaseMigrationMakeCommandTest.php class DatabaseMigrationMakeCommandTest (line 14) | class DatabaseMigrationMakeCommandTest extends TestCase method testBasicCreateDumpsAutoload (line 16) | public function testBasicCreateDumpsAutoload() method testBasicCreateGivesCreatorProperArguments (line 32) | public function testBasicCreateGivesCreatorProperArguments() method testBasicCreateGivesCreatorProperArgumentsWhenNameIsStudlyCase (line 48) | public function testBasicCreateGivesCreatorProperArgumentsWhenNameIsSt... method testBasicCreateGivesCreatorProperArgumentsWhenTableIsSet (line 64) | public function testBasicCreateGivesCreatorProperArgumentsWhenTableIsS... method testBasicCreateGivesCreatorProperArgumentsWhenCreateTablePatternIsFound (line 80) | public function testBasicCreateGivesCreatorProperArgumentsWhenCreateTa... method testCanSpecifyPathToCreateMigrationsIn (line 96) | public function testCanSpecifyPathToCreateMigrationsIn() method runCommand (line 111) | protected function runCommand($command, $input = []) FILE: tests/Database/DatabaseMigrationMigrateCommandTest.php class DatabaseMigrationMigrateCommandTest (line 17) | class DatabaseMigrationMigrateCommandTest extends TestCase method testBasicMigrationsCallMigratorWithProperArguments (line 19) | public function testBasicMigrationsCallMigratorWithProperArguments() method testMigrationsCanBeRunWithStoredSchema (line 38) | public function testMigrationsCanBeRunWithStoredSchema() method testMigrationRepositoryCreatedWhenNecessary (line 64) | public function testMigrationRepositoryCreatedWhenNecessary() method testTheCommandMayBePretended (line 84) | public function testTheCommandMayBePretended() method testTheDatabaseMayBeSet (line 102) | public function testTheDatabaseMayBeSet() method testStepMayBeSet (line 120) | public function testStepMayBeSet() method runCommand (line 138) | protected function runCommand($command, $input = []) class ApplicationDatabaseMigrationStub (line 144) | class ApplicationDatabaseMigrationStub extends Application method __construct (line 146) | public function __construct(array $data = []) method environment (line 158) | public function environment(...$environments) FILE: tests/Database/DatabaseMigrationRefreshCommandTest.php class DatabaseMigrationRefreshCommandTest (line 18) | class DatabaseMigrationRefreshCommandTest extends TestCase method tearDown (line 20) | protected function tearDown(): void method testRefreshCommandCallsCommandsWithProperArguments (line 27) | public function testRefreshCommandCallsCommandsWithProperArguments() method testRefreshCommandCallsCommandsWithStep (line 52) | public function testRefreshCommandCallsCommandsWithStep() method testRefreshCommandExitsWhenProhibited (line 77) | public function testRefreshCommandExitsWhenProhibited() method runCommand (line 98) | protected function runCommand($command, $input = []) class InputMatcher (line 104) | class InputMatcher extends m\Matcher\MatcherAbstract method match (line 110) | public function match(&$actual) method __toString (line 115) | public function __toString() class ApplicationDatabaseRefreshStub (line 121) | class ApplicationDatabaseRefreshStub extends Application method __construct (line 123) | public function __construct(array $data = []) method environment (line 130) | public function environment(...$environments) FILE: tests/Database/DatabaseMigrationRepositoryTest.php class DatabaseMigrationRepositoryTest (line 14) | class DatabaseMigrationRepositoryTest extends TestCase method testGetRanMigrationsListMigrationsByPackage (line 16) | public function testGetRanMigrationsListMigrationsByPackage() method testGetLastMigrationsGetsAllMigrationsWithTheLatestBatchNumber (line 31) | public function testGetLastMigrationsGetsAllMigrationsWithTheLatestBat... method testLogMethodInsertsRecordIntoMigrationTable (line 49) | public function testLogMethodInsertsRecordIntoMigrationTable() method testDeleteMethodRemovesAMigrationFromTheTable (line 62) | public function testDeleteMethodRemovesAMigrationFromTheTable() method testGetNextBatchNumberReturnsLastBatchNumberPlusOne (line 77) | public function testGetNextBatchNumberReturnsLastBatchNumberPlusOne() method testGetLastBatchNumberReturnsMaxBatch (line 87) | public function testGetLastBatchNumberReturnsMaxBatch() method testCreateRepositoryCreatesProperDatabaseTable (line 100) | public function testCreateRepositoryCreatesProperDatabaseTable() method getRepository (line 112) | protected function getRepository() FILE: tests/Database/DatabaseMigrationResetCommandTest.php class DatabaseMigrationResetCommandTest (line 14) | class DatabaseMigrationResetCommandTest extends TestCase method tearDown (line 16) | protected function tearDown(): void method testResetCommandCallsMigratorWithProperArguments (line 23) | public function testResetCommandCallsMigratorWithProperArguments() method testResetCommandCanBePretended (line 40) | public function testResetCommandCanBePretended() method testRefreshCommandExitsWhenProhibited (line 57) | public function testRefreshCommandExitsWhenProhibited() method runCommand (line 74) | protected function runCommand($command, $input = []) class ApplicationDatabaseResetStub (line 80) | class ApplicationDatabaseResetStub extends Application method __construct (line 82) | public function __construct(array $data = []) method environment (line 89) | public function environment(...$environments) FILE: tests/Database/DatabaseMigrationRollbackCommandTest.php class DatabaseMigrationRollbackCommandTest (line 13) | class DatabaseMigrationRollbackCommandTest extends TestCase method testRollbackCommandCallsMigratorWithProperArguments (line 15) | public function testRollbackCommandCallsMigratorWithProperArguments() method testRollbackCommandCallsMigratorWithStepOption (line 31) | public function testRollbackCommandCallsMigratorWithStepOption() method testRollbackCommandCanBePretended (line 47) | public function testRollbackCommandCanBePretended() method testRollbackCommandCanBePretendedWithStepOption (line 63) | public function testRollbackCommandCanBePretendedWithStepOption() method runCommand (line 79) | protected function runCommand($command, $input = []) class ApplicationDatabaseRollbackStub (line 85) | class ApplicationDatabaseRollbackStub extends Application method __construct (line 87) | public function __construct(array $data = []) method environment (line 94) | public function environment(...$environments) FILE: tests/Database/DatabaseMigratorIntegrationTest.php class DatabaseMigratorIntegrationTest (line 16) | class DatabaseMigratorIntegrationTest extends TestCase method setUp (line 26) | protected function setUp(): void method tearDown (line 80) | protected function tearDown(): void method testBasicMigrationOfSingleFolder (line 88) | public function testBasicMigrationOfSingleFolder() method testMigrationsDefaultConnectionCanBeChanged (line 99) | public function testMigrationsDefaultConnectionCanBeChanged() method testMigrationsCanEachDefineConnection (line 116) | public function testMigrationsCanEachDefineConnection() method testMigratorCannotChangeDefinedMigrationConnection (line 131) | public function testMigratorCannotChangeDefinedMigrationConnection() method testMigrationsCanBeRolledBack (line 148) | public function testMigrationsCanBeRolledBack() method testMigrationsCanBeResetUsingAnString (line 161) | public function testMigrationsCanBeResetUsingAnString() method testMigrationsCanBeResetUsingAnArray (line 174) | public function testMigrationsCanBeResetUsingAnArray() method testNoErrorIsThrownWhenNoOutstandingMigrationsExist (line 187) | public function testNoErrorIsThrownWhenNoOutstandingMigrationsExist() method testNoErrorIsThrownWhenNothingToRollback (line 195) | public function testNoErrorIsThrownWhenNothingToRollback() method testMigrationsCanRunAcrossMultiplePaths (line 206) | public function testMigrationsCanRunAcrossMultiplePaths() method testMigrationsCanBeRolledBackAcrossMultiplePaths (line 214) | public function testMigrationsCanBeRolledBackAcrossMultiplePaths() method testMigrationsCanBeResetAcrossMultiplePaths (line 226) | public function testMigrationsCanBeResetAcrossMultiplePaths() method testMigrationsCanBeProperlySortedAcrossMultiplePaths (line 238) | public function testMigrationsCanBeProperlySortedAcrossMultiplePaths() method testConnectionPriorToMigrationIsNotChangedAfterMigration (line 260) | public function testConnectionPriorToMigrationIsNotChangedAfterMigrati... method testConnectionPriorToMigrationIsNotChangedAfterRollback (line 267) | public function testConnectionPriorToMigrationIsNotChangedAfterRollback() method testConnectionPriorToMigrationIsNotChangedWhenNoOutstandingMigrationsExist (line 275) | public function testConnectionPriorToMigrationIsNotChangedWhenNoOutsta... method testConnectionPriorToMigrationIsNotChangedWhenNothingToRollback (line 284) | public function testConnectionPriorToMigrationIsNotChangedWhenNothingT... method testConnectionPriorToMigrationIsNotChangedAfterMigrateReset (line 293) | public function testConnectionPriorToMigrationIsNotChangedAfterMigrate... FILE: tests/Database/DatabaseMySQLSchemaBuilderTest.php class DatabaseMySQLSchemaBuilderTest (line 12) | class DatabaseMySQLSchemaBuilderTest extends TestCase method testHasTable (line 14) | public function testHasTable() method testGetColumnListing (line 28) | public function testGetColumnListing() FILE: tests/Database/DatabaseMySqlBuilderTest.php class DatabaseMySqlBuilderTest (line 14) | class DatabaseMySqlBuilderTest extends TestCase method testCreateDatabase (line 16) | public function testCreateDatabase(): void method testDropDatabaseIfExists (line 32) | public function testDropDatabaseIfExists() method testDeleteWithJoinCompilesOrderByAndLimit (line 47) | public function testDeleteWithJoinCompilesOrderByAndLimit(): void FILE: tests/Database/DatabaseMySqlProcessorTest.php class DatabaseMySqlProcessorTest (line 8) | class DatabaseMySqlProcessorTest extends TestCase method testProcessColumns (line 10) | public function testProcessColumns() FILE: tests/Database/DatabaseMySqlQueryGrammarTest.php class DatabaseMySqlQueryGrammarTest (line 13) | class DatabaseMySqlQueryGrammarTest extends TestCase method testToRawSql (line 15) | public function testToRawSql() method testTimeout (line 29) | public function testTimeout() method testTimeoutWithDistinct (line 39) | public function testTimeoutWithDistinct() method testTimeoutWithAggregate (line 49) | public function testTimeoutWithAggregate() method testTimeoutNullRemovesTimeout (line 60) | public function testTimeoutNullRemovesTimeout() method testTimeoutThrowsExceptionForNegativeValue (line 67) | public function testTimeoutThrowsExceptionForNegativeValue() method getBuilder (line 75) | protected function getBuilder() FILE: tests/Database/DatabaseMySqlSchemaGrammarTest.php class DatabaseMySqlSchemaGrammarTest (line 15) | class DatabaseMySqlSchemaGrammarTest extends TestCase method testBasicCreateTable (line 17) | public function testBasicCreateTable() method testAutoIncrementStartingValue (line 62) | public function testAutoIncrementStartingValue() method testAddColumnsWithMultipleAutoIncrementStartingValue (line 81) | public function testAddColumnsWithMultipleAutoIncrementStartingValue() method testEngineCreateTable (line 95) | public function testEngineCreateTable() method testCharsetCollationCreateTable (line 128) | public function testCharsetCollationCreateTable() method testBasicCreateTableWithPrefix (line 161) | public function testBasicCreateTableWithPrefix() method testCreateTemporaryTable (line 177) | public function testCreateTemporaryTable() method testDropTable (line 194) | public function testDropTable() method testDropTableIfExists (line 204) | public function testDropTableIfExists() method testDropColumn (line 214) | public function testDropColumn() method testDropPrimary (line 238) | public function testDropPrimary() method testDropUnique (line 248) | public function testDropUnique() method testDropIndex (line 258) | public function testDropIndex() method testDropSpatialIndex (line 268) | public function testDropSpatialIndex() method testDropForeign (line 278) | public function testDropForeign() method testDropTimestamps (line 288) | public function testDropTimestamps() method testDropTimestampsTz (line 298) | public function testDropTimestampsTz() method testDropMorphs (line 308) | public function testDropMorphs() method testRenameTable (line 319) | public function testRenameTable() method testRenameIndex (line 329) | public function testRenameIndex() method testAddingPrimaryKey (line 339) | public function testAddingPrimaryKey() method testAddingPrimaryKeyWithAlgorithm (line 349) | public function testAddingPrimaryKeyWithAlgorithm() method testAddingUniqueKey (line 359) | public function testAddingUniqueKey() method testAddingIndex (line 369) | public function testAddingIndex() method testAddingIndexWithAlgorithm (line 379) | public function testAddingIndexWithAlgorithm() method testAddingFulltextIndex (line 389) | public function testAddingFulltextIndex() method testAddingSpatialIndex (line 399) | public function testAddingSpatialIndex() method testAddingFluentSpatialIndex (line 409) | public function testAddingFluentSpatialIndex() method testAddingRawIndex (line 419) | public function testAddingRawIndex() method testAddingForeignKey (line 429) | public function testAddingForeignKey() method testAddingIncrementingID (line 453) | public function testAddingIncrementingID() method testAddingSmallIncrementingID (line 463) | public function testAddingSmallIncrementingID() method testAddingID (line 473) | public function testAddingID() method testAddingForeignID (line 490) | public function testAddingForeignID() method testAddingForeignIdSpecifyingIndexNameInConstraint (line 515) | public function testAddingForeignIdSpecifyingIndexNameInConstraint() method testAddingBigIncrementingID (line 526) | public function testAddingBigIncrementingID() method testAddingColumnInTableFirst (line 536) | public function testAddingColumnInTableFirst() method testAddingColumnAfterAnotherColumn (line 546) | public function testAddingColumnAfterAnotherColumn() method testAddingMultipleColumnsAfterAnotherColumn (line 556) | public function testAddingMultipleColumnsAfterAnotherColumn() method testAddingGeneratedColumn (line 573) | public function testAddingGeneratedColumn() method testAddingGeneratedColumnWithCharset (line 602) | public function testAddingGeneratedColumnWithCharset() method testAddingGeneratedColumnByExpression (line 618) | public function testAddingGeneratedColumnByExpression() method testAddingInvisibleColumn (line 634) | public function testAddingInvisibleColumn() method testAddingString (line 644) | public function testAddingString() method testAddingText (line 682) | public function testAddingText() method testAddingBigInteger (line 692) | public function testAddingBigInteger() method testAddingInteger (line 709) | public function testAddingInteger() method testAddingIncrementsWithStartingValues (line 726) | public function testAddingIncrementsWithStartingValues() method testAddingMediumInteger (line 737) | public function testAddingMediumInteger() method testAddingSmallInteger (line 754) | public function testAddingSmallInteger() method testAddingTinyInteger (line 771) | public function testAddingTinyInteger() method testAddingFloat (line 788) | public function testAddingFloat() method testAddingDouble (line 798) | public function testAddingDouble() method testAddingDecimal (line 808) | public function testAddingDecimal() method testAddingBoolean (line 818) | public function testAddingBoolean() method testAddingEnum (line 828) | public function testAddingEnum() method testAddingSet (line 840) | public function testAddingSet() method testAddingJson (line 850) | public function testAddingJson() method testAddingJsonb (line 860) | public function testAddingJsonb() method testAddingDate (line 870) | public function testAddingDate() method testAddingDateWithDefaultCurrent (line 884) | public function testAddingDateWithDefaultCurrent() method testAddingDateWithDefaultCurrentOn57 (line 898) | public function testAddingDateWithDefaultCurrentOn57() method testAddingYear (line 912) | public function testAddingYear() method testAddingYearWithDefaultCurrent (line 925) | public function testAddingYearWithDefaultCurrent() method testAddingYearWithDefaultCurrentOn57 (line 939) | public function testAddingYearWithDefaultCurrentOn57() method testAddingDateTime (line 953) | public function testAddingDateTime() method testAddingDateTimeWithDefaultCurrent (line 968) | public function testAddingDateTimeWithDefaultCurrent() method testAddingDateTimeWithOnUpdateCurrent (line 977) | public function testAddingDateTimeWithOnUpdateCurrent() method testAddingDateTimeWithDefaultCurrentAndOnUpdateCurrent (line 986) | public function testAddingDateTimeWithDefaultCurrentAndOnUpdateCurrent() method testAddingDateTimeWithDefaultCurrentOnUpdateCurrentAndPrecision (line 995) | public function testAddingDateTimeWithDefaultCurrentOnUpdateCurrentAnd... method testAddingDateTimeTz (line 1004) | public function testAddingDateTimeTz() method testAddingTime (line 1019) | public function testAddingTime() method testAddingTimeWithPrecision (line 1028) | public function testAddingTimeWithPrecision() method testAddingTimeTz (line 1037) | public function testAddingTimeTz() method testAddingTimeTzWithPrecision (line 1046) | public function testAddingTimeTzWithPrecision() method testAddingTimestamp (line 1055) | public function testAddingTimestamp() method testAddingTimestampWithPrecision (line 1064) | public function testAddingTimestampWithPrecision() method testAddingTimestampWithDefault (line 1073) | public function testAddingTimestampWithDefault() method testAddingTimestampWithDefaultCurrentSpecifyingPrecision (line 1082) | public function testAddingTimestampWithDefaultCurrentSpecifyingPrecisi... method testAddingTimestampWithOnUpdateCurrentSpecifyingPrecision (line 1091) | public function testAddingTimestampWithOnUpdateCurrentSpecifyingPrecis... method testAddingTimestampWithDefaultCurrentAndOnUpdateCurrentSpecifyingPrecision (line 1100) | public function testAddingTimestampWithDefaultCurrentAndOnUpdateCurren... method testAddingTimestampTz (line 1109) | public function testAddingTimestampTz() method testAddingTimestampTzWithPrecision (line 1118) | public function testAddingTimestampTzWithPrecision() method testAddingTimeStampTzWithDefault (line 1127) | public function testAddingTimeStampTzWithDefault() method testAddingTimestamps (line 1136) | public function testAddingTimestamps() method testAddingTimestampsTz (line 1148) | public function testAddingTimestampsTz() method testAddingRememberToken (line 1160) | public function testAddingRememberToken() method testAddingBinary (line 1170) | public function testAddingBinary() method testAddingUuid (line 1180) | public function testAddingUuid() method testAddingUuidDefaultsColumnName (line 1190) | public function testAddingUuidDefaultsColumnName() method testAddingForeignUuid (line 1200) | public function testAddingForeignUuid() method testAddingIpAddress (line 1225) | public function testAddingIpAddress() method testAddingIpAddressDefaultsColumnName (line 1235) | public function testAddingIpAddressDefaultsColumnName() method testAddingMacAddress (line 1245) | public function testAddingMacAddress() method testAddingMacAddressDefaultsColumnName (line 1255) | public function testAddingMacAddressDefaultsColumnName() method testAddingGeometry (line 1265) | public function testAddingGeometry() method testAddingGeography (line 1275) | public function testAddingGeography() method testAddingPoint (line 1285) | public function testAddingPoint() method testAddingPointWithSrid (line 1295) | public function testAddingPointWithSrid() method testAddingPointWithSridColumn (line 1305) | public function testAddingPointWithSridColumn() method testAddingLineString (line 1315) | public function testAddingLineString() method testAddingPolygon (line 1325) | public function testAddingPolygon() method testAddingGeometryCollection (line 1335) | public function testAddingGeometryCollection() method testAddingMultiPoint (line 1345) | public function testAddingMultiPoint() method testAddingMultiLineString (line 1355) | public function testAddingMultiLineString() method testAddingMultiPolygon (line 1365) | public function testAddingMultiPolygon() method testAddingComment (line 1375) | public function testAddingComment() method testAddingVector (line 1385) | public function testAddingVector() method testCreateDatabase (line 1395) | public function testCreateDatabase() method testCreateTableWithVirtualAsColumn (line 1420) | public function testCreateTableWithVirtualAsColumn() method testCreateTableWithVirtualAsColumnWhenJsonColumnHasArrayKey (line 1464) | public function testCreateTableWithVirtualAsColumnWhenJsonColumnHasArr... method testCreateTableWithStoredAsColumn (line 1479) | public function testCreateTableWithStoredAsColumn() method testDropDatabaseIfExists (line 1523) | public function testDropDatabaseIfExists() method testDropAllTables (line 1540) | public function testDropAllTables() method testDropAllViews (line 1547) | public function testDropAllViews() method testDropAllTablesWithPrefixAndSchema (line 1554) | public function testDropAllTablesWithPrefixAndSchema() method testDropAllViewsWithPrefixAndSchema (line 1562) | public function testDropAllViewsWithPrefixAndSchema() method testGrammarsAreMacroable (line 1570) | public function testGrammarsAreMacroable() method getConnection (line 1582) | protected function getConnection( method testAddingColumnWithAlgorithm (line 1602) | public function testAddingColumnWithAlgorithm() method testChangingColumnWithAlgorithm (line 1612) | public function testChangingColumnWithAlgorithm() method testDroppingColumnWithAlgorithm (line 1622) | public function testDroppingColumnWithAlgorithm() method testAddingColumnWithLock (line 1632) | public function testAddingColumnWithLock() method testChangingColumnWithLock (line 1642) | public function testChangingColumnWithLock() method testDroppingColumnWithLock (line 1652) | public function testDroppingColumnWithLock() method testColumnWithBothAlgorithmAndLock (line 1662) | public function testColumnWithBothAlgorithmAndLock() method testAddingIndexWithLock (line 1672) | public function testAddingIndexWithLock() method testAddingUniqueIndexWithLock (line 1682) | public function testAddingUniqueIndexWithLock() method testAddingPrimaryKeyWithLock (line 1692) | public function testAddingPrimaryKeyWithLock() method testAddingForeignKeyWithLock (line 1702) | public function testAddingForeignKeyWithLock() method testAddingFullTextIndexWithLock (line 1712) | public function testAddingFullTextIndexWithLock() method testAddingSpatialIndexWithLock (line 1722) | public function testAddingSpatialIndexWithLock() method testIndexWithAlgorithmAndLock (line 1732) | public function testIndexWithAlgorithmAndLock() method getGrammar (line 1742) | public function getGrammar(?Connection $connection = null) method getBuilder (line 1747) | public function getBuilder() FILE: tests/Database/DatabaseMySqlSchemaStateTest.php class DatabaseMySqlSchemaStateTest (line 14) | class DatabaseMySqlSchemaStateTest extends TestCase method testConnectionString (line 16) | #[DataProvider('provider')] method provider (line 39) | public static function provider(): Generator method testExecuteDumpProcessForDepth (line 140) | public function testExecuteDumpProcessForDepth() FILE: tests/Database/DatabasePostgresBuilderTest.php class DatabasePostgresBuilderTest (line 12) | class DatabasePostgresBuilderTest extends TestCase method testCreateDatabase (line 14) | public function testCreateDatabase() method testDropDatabaseIfExists (line 29) | public function testDropDatabaseIfExists() method testHasTableWhenSchemaUnqualifiedAndSearchPathMissing (line 44) | public function testHasTableWhenSchemaUnqualifiedAndSearchPathMissing() method testHasTableWhenSchemaUnqualifiedAndSearchPathFilled (line 60) | public function testHasTableWhenSchemaUnqualifiedAndSearchPathFilled() method testHasTableWhenSchemaUnqualifiedAndSearchPathFallbackFilled (line 75) | public function testHasTableWhenSchemaUnqualifiedAndSearchPathFallback... method testHasTableWhenSchemaUnqualifiedAndSearchPathIsUserVariable (line 91) | public function testHasTableWhenSchemaUnqualifiedAndSearchPathIsUserVa... method testHasTableWhenSchemaQualifiedAndSearchPathMismatches (line 107) | public function testHasTableWhenSchemaQualifiedAndSearchPathMismatches() method testHasTableWhenDatabaseAndSchemaQualifiedAndSearchPathMismatches (line 121) | public function testHasTableWhenDatabaseAndSchemaQualifiedAndSearchPat... method testGetColumnListingWhenSchemaUnqualifiedAndSearchPathMissing (line 133) | public function testGetColumnListingWhenSchemaUnqualifiedAndSearchPath... method testGetColumnListingWhenSchemaUnqualifiedAndSearchPathFilled (line 151) | public function testGetColumnListingWhenSchemaUnqualifiedAndSearchPath... method testGetColumnListingWhenSchemaUnqualifiedAndSearchPathIsUserVariable (line 168) | public function testGetColumnListingWhenSchemaUnqualifiedAndSearchPath... method testGetColumnListingWhenSchemaQualifiedAndSearchPathMismatches (line 186) | public function testGetColumnListingWhenSchemaQualifiedAndSearchPathMi... method testGetColumnWhenDatabaseAndSchemaQualifiedAndSearchPathMismatches (line 203) | public function testGetColumnWhenDatabaseAndSchemaQualifiedAndSearchPa... method testDropAllTablesWhenSearchPathIsString (line 216) | public function testDropAllTablesWhenSearchPathIsString() method testDropAllTablesWhenSearchPathIsStringOfMany (line 235) | public function testDropAllTablesWhenSearchPathIsStringOfMany() method testDropAllTablesWhenSearchPathIsArrayOfMany (line 255) | public function testDropAllTablesWhenSearchPathIsArrayOfMany() method getConnection (line 280) | protected function getConnection() method getBuilder (line 285) | protected function getBuilder($connection) method getGrammar (line 290) | protected function getGrammar() FILE: tests/Database/DatabasePostgresProcessorTest.php class DatabasePostgresProcessorTest (line 8) | class DatabasePostgresProcessorTest extends TestCase method testProcessColumns (line 10) | public function testProcessColumns() FILE: tests/Database/DatabasePostgresQueryGrammarTest.php class DatabasePostgresQueryGrammarTest (line 11) | class DatabasePostgresQueryGrammarTest extends TestCase method testToRawSql (line 13) | public function testToRawSql() method testCustomOperators (line 27) | public function testCustomOperators() method testCompileTruncate (line 45) | public function testCompileTruncate() FILE: tests/Database/DatabasePostgresSchemaBuilderTest.php class DatabasePostgresSchemaBuilderTest (line 12) | class DatabasePostgresSchemaBuilderTest extends TestCase method testHasTable (line 14) | public function testHasTable() method testGetColumnListing (line 28) | public function testGetColumnListing() FILE: tests/Database/DatabasePostgresSchemaGrammarTest.php class DatabasePostgresSchemaGrammarTest (line 18) | class DatabasePostgresSchemaGrammarTest extends TestCase method testBasicCreateTable (line 20) | public function testBasicCreateTable() method testAddingVector (line 44) | public function testAddingVector() method testAddingTsvectorColumn (line 54) | public function testAddingTsvectorColumn() method testAddingNullableTsvectorColumn (line 64) | public function testAddingNullableTsvectorColumn() method testAddingTsvectorColumnWithStoredAs (line 74) | public function testAddingTsvectorColumnWithStoredAs() method testCreateTableWithAutoIncrementStartingValue (line 84) | public function testCreateTableWithAutoIncrementStartingValue() method testAddColumnsWithMultipleAutoIncrementStartingValue (line 101) | public function testAddColumnsWithMultipleAutoIncrementStartingValue() method testCreateTableAndCommentColumn (line 121) | public function testCreateTableAndCommentColumn() method testCreateTemporaryTable (line 134) | public function testCreateTemporaryTable() method testDropTable (line 147) | public function testDropTable() method testDropTableIfExists (line 157) | public function testDropTableIfExists() method testDropColumn (line 167) | public function testDropColumn() method testDropPrimary (line 191) | public function testDropPrimary() method testDropUnique (line 204) | public function testDropUnique() method testDropIndex (line 214) | public function testDropIndex() method testDropSpatialIndex (line 224) | public function testDropSpatialIndex() method testDropForeign (line 234) | public function testDropForeign() method testDropTimestamps (line 244) | public function testDropTimestamps() method testDropTimestampsTz (line 254) | public function testDropTimestampsTz() method testDropMorphs (line 264) | public function testDropMorphs() method testRenameTable (line 275) | public function testRenameTable() method testRenameIndex (line 285) | public function testRenameIndex() method testAddingPrimaryKey (line 295) | public function testAddingPrimaryKey() method testAddingUniqueKey (line 305) | public function testAddingUniqueKey() method testAddingUniqueKeyWithNullsNotDistinct (line 315) | public function testAddingUniqueKeyWithNullsNotDistinct() method testAddingUniqueKeyWithNullsDistinct (line 325) | public function testAddingUniqueKeyWithNullsDistinct() method testAddingUniqueKeyOnline (line 335) | public function testAddingUniqueKeyOnline() method testAddingIndex (line 346) | public function testAddingIndex() method testAddingIndexWithAlgorithm (line 356) | public function testAddingIndexWithAlgorithm() method testAddingIndexOnline (line 366) | public function testAddingIndexOnline() method testAddingFulltextIndex (line 376) | public function testAddingFulltextIndex() method testAddingFulltextIndexMultipleColumns (line 386) | public function testAddingFulltextIndexMultipleColumns() method testAddingFulltextIndexWithLanguage (line 396) | public function testAddingFulltextIndexWithLanguage() method testAddingFulltextIndexOnline (line 406) | public function testAddingFulltextIndexOnline() method testAddingFulltextIndexWithFluency (line 416) | public function testAddingFulltextIndexWithFluency() method testAddingSpatialIndex (line 426) | public function testAddingSpatialIndex() method testAddingSpatialIndexOnline (line 436) | public function testAddingSpatialIndexOnline() method testAddingFluentSpatialIndex (line 446) | public function testAddingFluentSpatialIndex() method testAddingSpatialIndexWithOperatorClass (line 456) | public function testAddingSpatialIndexWithOperatorClass() method testAddingSpatialIndexWithOperatorClassMultipleColumns (line 466) | public function testAddingSpatialIndexWithOperatorClassMultipleColumns() method testAddingSpatialIndexWithOperatorClassOnline (line 476) | public function testAddingSpatialIndexWithOperatorClassOnline() method testAddingVectorIndex (line 486) | public function testAddingVectorIndex() method testAddingVectorIndexOnline (line 496) | public function testAddingVectorIndexOnline() method testAddingVectorIndexWithName (line 506) | public function testAddingVectorIndexWithName() method testAddingFluentVectorIndex (line 516) | public function testAddingFluentVectorIndex() method testAddingFluentIndexOnVectorColumn (line 526) | public function testAddingFluentIndexOnVectorColumn() method testAddingRawIndex (line 536) | public function testAddingRawIndex() method testAddingRawIndexOnline (line 546) | public function testAddingRawIndexOnline() method testAddingIncrementingID (line 556) | public function testAddingIncrementingID() method testAddingSmallIncrementingID (line 566) | public function testAddingSmallIncrementingID() method testAddingMediumIncrementingID (line 576) | public function testAddingMediumIncrementingID() method testAddingID (line 586) | public function testAddingID() method testAddingForeignID (line 603) | public function testAddingForeignID() method testAddingForeignIdSpecifyingIndexNameInConstraint (line 628) | public function testAddingForeignIdSpecifyingIndexNameInConstraint() method testAddingBigIncrementingID (line 639) | public function testAddingBigIncrementingID() method testAddingString (line 649) | public function testAddingString() method testAddingStringWithoutLengthLimit (line 673) | public function testAddingStringWithoutLengthLimit() method testAddingCharWithoutLengthLimit (line 696) | public function testAddingCharWithoutLengthLimit() method testAddingText (line 719) | public function testAddingText() method testAddingBigInteger (line 729) | public function testAddingBigInteger() method testAddingInteger (line 746) | public function testAddingInteger() method testAddingMediumInteger (line 763) | public function testAddingMediumInteger() method testAddingTinyInteger (line 780) | public function testAddingTinyInteger() method testAddingSmallInteger (line 797) | public function testAddingSmallInteger() method testAddingFloat (line 814) | public function testAddingFloat() method testAddingDouble (line 824) | public function testAddingDouble() method testAddingDecimal (line 834) | public function testAddingDecimal() method testAddingBoolean (line 844) | public function testAddingBoolean() method testAddingEnum (line 854) | public function testAddingEnum() method testAddingDate (line 866) | public function testAddingDate() method testAddingDateWithDefaultCurrent (line 876) | public function testAddingDateWithDefaultCurrent() method testAddingYear (line 886) | public function testAddingYear() method testAddingYearWithDefaultCurrent (line 895) | public function testAddingYearWithDefaultCurrent() method testAddingJson (line 904) | public function testAddingJson() method testAddingJsonb (line 914) | public function testAddingJsonb() method testAddingDatetimeMethods (line 924) | #[DataProvider('datetimeAndPrecisionProvider')] method testAddingTimestamps (line 937) | #[TestWith(['timestamps'])] method testAddingBinary (line 953) | public function testAddingBinary() method testAddingUuid (line 963) | public function testAddingUuid() method testAddingUuidDefaultsColumnName (line 973) | public function testAddingUuidDefaultsColumnName() method testAddingForeignUuid (line 983) | public function testAddingForeignUuid() method testAddingGeneratedAs (line 1008) | public function testAddingGeneratedAs() method testAddingVirtualAs (line 1035) | public function testAddingVirtualAs() method testAddingStoredAs (line 1058) | public function testAddingStoredAs() method testAddingIpAddress (line 1081) | public function testAddingIpAddress() method testAddingIpAddressDefaultsColumnName (line 1091) | public function testAddingIpAddressDefaultsColumnName() method testAddingMacAddress (line 1101) | public function testAddingMacAddress() method testAddingMacAddressDefaultsColumnName (line 1111) | public function testAddingMacAddressDefaultsColumnName() method testCompileForeign (line 1121) | public function testCompileForeign() method testAddingGeometry (line 1152) | public function testAddingGeometry() method testAddingGeography (line 1162) | public function testAddingGeography() method testAddingPoint (line 1172) | public function testAddingPoint() method testAddingPointWithSrid (line 1182) | public function testAddingPointWithSrid() method testAddingLineString (line 1192) | public function testAddingLineString() method testAddingPolygon (line 1202) | public function testAddingPolygon() method testAddingGeometryCollection (line 1212) | public function testAddingGeometryCollection() method testAddingMultiPoint (line 1222) | public function testAddingMultiPoint() method testAddingMultiLineString (line 1232) | public function testAddingMultiLineString() method testAddingMultiPolygon (line 1242) | public function testAddingMultiPolygon() method testCreateDatabase (line 1252) | public function testCreateDatabase() method testDropDatabaseIfExists (line 1273) | public function testDropDatabaseIfExists() method testDropAllTablesEscapesTableNames (line 1290) | public function testDropAllTablesEscapesTableNames() method testDropAllViewsEscapesTableNames (line 1297) | public function testDropAllViewsEscapesTableNames() method testDropAllTypesEscapesTableNames (line 1304) | public function testDropAllTypesEscapesTableNames() method testDropAllTablesWithPrefixAndSchema (line 1311) | public function testDropAllTablesWithPrefixAndSchema() method testDropAllViewsWithPrefixAndSchema (line 1319) | public function testDropAllViewsWithPrefixAndSchema() method testDropAllTypesWithPrefixAndSchema (line 1327) | public function testDropAllTypesWithPrefixAndSchema() method testDropAllDomainsWithPrefixAndSchema (line 1335) | public function testDropAllDomainsWithPrefixAndSchema() method testCompileColumns (line 1343) | public function testCompileColumns() method getConnection (line 1353) | protected function getConnection( method getGrammar (line 1372) | public function getGrammar(?Connection $connection = null) method getBuilder (line 1377) | public function getBuilder() method datetimeAndPrecisionProvider (line 1383) | public static function datetimeAndPrecisionProvider(): array method testGrammarsAreMacroable (line 1410) | public function testGrammarsAreMacroable() FILE: tests/Database/DatabaseProcessorTest.php class DatabaseProcessorTest (line 12) | class DatabaseProcessorTest extends TestCase method testInsertGetIdProcessing (line 14) | public function testInsertGetIdProcessing() class ProcessorTestPDOStub (line 29) | class ProcessorTestPDOStub extends PDO method __construct (line 31) | public function __construct() method lastInsertId (line 36) | public function lastInsertId($sequence = null): string|false FILE: tests/Database/DatabaseQueryBuilderTest.php class DatabaseQueryBuilderTest (line 42) | class DatabaseQueryBuilderTest extends TestCase method testBasicSelect (line 46) | public function testBasicSelect() method testBasicSelectWithGetColumns (line 53) | public function testBasicSelectWithGetColumns() method testBasicSelectUseWritePdo (line 80) | public function testBasicSelectUseWritePdo() method testBasicTableWrappingProtectsQuotationMarks (line 93) | public function testBasicTableWrappingProtectsQuotationMarks() method testAliasWrappingAsWholeConstant (line 100) | public function testAliasWrappingAsWholeConstant() method testAliasWrappingWithSpacesInDatabaseName (line 107) | public function testAliasWrappingWithSpacesInDatabaseName() method testAddingSelects (line 114) | public function testAddingSelects() method testBasicSelectWithPrefix (line 121) | public function testBasicSelectWithPrefix() method testBasicSelectDistinct (line 128) | public function testBasicSelectDistinct() method testBasicSelectDistinctOnColumns (line 135) | public function testBasicSelectDistinctOnColumns() method testBasicAlias (line 146) | public function testBasicAlias() method testAliasWithPrefix (line 153) | public function testAliasWithPrefix() method testJoinAliasesWithPrefix (line 160) | public function testJoinAliasesWithPrefix() method testBasicTableWrapping (line 167) | public function testBasicTableWrapping() method testWhenCallback (line 174) | public function testWhenCallback() method testWhenCallbackWithReturn (line 191) | public function testWhenCallbackWithReturn() method testWhenCallbackWithDefault (line 208) | public function testWhenCallbackWithDefault() method testUnlessCallback (line 233) | public function testUnlessCallback() method testUnlessCallbackWithReturn (line 250) | public function testUnlessCallbackWithReturn() method testUnlessCallbackWithDefault (line 267) | public function testUnlessCallbackWithDefault() method testTapCallback (line 292) | public function testTapCallback() method testPipeCallback (line 303) | public function testPipeCallback() method testBasicWheres (line 324) | public function testBasicWheres() method testBasicWhereNot (line 332) | public function testBasicWhereNot() method testWheresWithArrayValue (line 340) | public function testWheresWithArrayValue() method testMySqlWrappingProtectsQuotationMarks (line 368) | public function testMySqlWrappingProtectsQuotationMarks() method testDateBasedWheresAcceptsTwoArguments (line 375) | public function testDateBasedWheresAcceptsTwoArguments() method testDateBasedOrWheresAcceptsTwoArguments (line 394) | public function testDateBasedOrWheresAcceptsTwoArguments() method testDateBasedWheresExpressionIsNotBound (line 413) | public function testDateBasedWheresExpressionIsNotBound() method testWhereDateMySql (line 432) | public function testWhereDateMySql() method testWhereDayMySql (line 444) | public function testWhereDayMySql() method testOrWhereDayMySql (line 452) | public function testOrWhereDayMySql() method testOrWhereDayPostgres (line 460) | public function testOrWhereDayPostgres() method testOrWhereDaySqlServer (line 468) | public function testOrWhereDaySqlServer() method testWhereMonthMySql (line 476) | public function testWhereMonthMySql() method testOrWhereMonthMySql (line 484) | public function testOrWhereMonthMySql() method testOrWhereMonthPostgres (line 492) | public function testOrWhereMonthPostgres() method testOrWhereMonthSqlServer (line 500) | public function testOrWhereMonthSqlServer() method testWhereYearMySql (line 508) | public function testWhereYearMySql() method testOrWhereYearMySql (line 516) | public function testOrWhereYearMySql() method testOrWhereYearPostgres (line 524) | public function testOrWhereYearPostgres() method testOrWhereYearSqlServer (line 532) | public function testOrWhereYearSqlServer() method testWhereTimeMySql (line 540) | public function testWhereTimeMySql() method testWhereTimeOperatorOptionalMySql (line 548) | public function testWhereTimeOperatorOptionalMySql() method testWhereTimeOperatorOptionalPostgres (line 556) | public function testWhereTimeOperatorOptionalPostgres() method testWhereTimeSqlServer (line 564) | public function testWhereTimeSqlServer() method testOrWhereTimeMySql (line 577) | public function testOrWhereTimeMySql() method testOrWhereTimePostgres (line 585) | public function testOrWhereTimePostgres() method testOrWhereTimeSqlServer (line 593) | public function testOrWhereTimeSqlServer() method testWhereDatePostgres (line 606) | public function testWhereDatePostgres() method testWhereDayPostgres (line 622) | public function testWhereDayPostgres() method testWhereMonthPostgres (line 630) | public function testWhereMonthPostgres() method testWhereYearPostgres (line 638) | public function testWhereYearPostgres() method testWhereTimePostgres (line 646) | public function testWhereTimePostgres() method testWherePast (line 659) | public function testWherePast() method testWherePastUsesArray (line 676) | public function testWherePastUsesArray() method testWhereTodayMySQL (line 693) | public function testWhereTodayMySQL() method testPassingArrayToWhereTodayMySQL (line 708) | public function testPassingArrayToWhereTodayMySQL() method testWhereTodaySqlServer (line 723) | public function testWhereTodaySqlServer() method testPassingArrayToWhereTodaySqlServer (line 738) | public function testPassingArrayToWhereTodaySqlServer() method testWhereFuture (line 753) | public function testWhereFuture() method testPassingArrayToWhereFuture (line 770) | public function testPassingArrayToWhereFuture() method testWhereLikePostgres (line 787) | public function testWhereLikePostgres() method testWhereLikeClausePostgres (line 815) | public function testWhereLikeClausePostgres() method testWhereLikeClauseMysql (line 848) | public function testWhereLikeClauseMysql() method testWhereLikeClauseSqlite (line 881) | public function testWhereLikeClauseSqlite() method testWhereLikeClauseSqlServer (line 919) | public function testWhereLikeClauseSqlServer() method testWhereDateSqlite (line 937) | public function testWhereDateSqlite() method testWhereDaySqlite (line 949) | public function testWhereDaySqlite() method testWhereMonthSqlite (line 957) | public function testWhereMonthSqlite() method testWhereYearSqlite (line 965) | public function testWhereYearSqlite() method testWhereTimeSqlite (line 973) | public function testWhereTimeSqlite() method testWhereTimeOperatorOptionalSqlite (line 981) | public function testWhereTimeOperatorOptionalSqlite() method testWhereDateSqlServer (line 989) | public function testWhereDateSqlServer() method testWhereDaySqlServer (line 1001) | public function testWhereDaySqlServer() method testWhereMonthSqlServer (line 1009) | public function testWhereMonthSqlServer() method testWhereYearSqlServer (line 1017) | public function testWhereYearSqlServer() method testWhereNullSafeEquals (line 1025) | public function testWhereNullSafeEquals() method testOrWhereNullSafeEquals (line 1038) | public function testOrWhereNullSafeEquals() method testWhereNullSafeEqualsViaNullSafeOperator (line 1046) | public function testWhereNullSafeEqualsViaNullSafeOperator() method testWhereNullSafeEqualsWithNullViaOperator (line 1054) | public function testWhereNullSafeEqualsWithNullViaOperator() method testWhereNullSafeEqualsMySql (line 1061) | public function testWhereNullSafeEqualsMySql() method testWhereNullSafeEqualsSQLite (line 1074) | public function testWhereNullSafeEqualsSQLite() method testWhereNullSafeEqualsPostgres (line 1087) | public function testWhereNullSafeEqualsPostgres() method testWhereNullSafeEqualsSqlServer (line 1100) | public function testWhereNullSafeEqualsSqlServer() method testWhereBetweens (line 1113) | public function testWhereBetweens() method testOrWhereBetween (line 1180) | public function testOrWhereBetween() method testOrWhereNotBetween (line 1213) | public function testOrWhereNotBetween() method testWhereBetweenColumns (line 1246) | public function testWhereBetweenColumns() method testOrWhereBetweenColumns (line 1271) | public function testOrWhereBetweenColumns() method testOrWhereNotBetweenColumns (line 1289) | public function testOrWhereNotBetweenColumns() method testWhereValueBetween (line 1307) | public function testWhereValueBetween() method testOrWhereValueBetween (line 1329) | public function testOrWhereValueBetween() method testWhereValueNotBetween (line 1351) | public function testWhereValueNotBetween() method testOrWhereValueNotBetween (line 1373) | public function testOrWhereValueNotBetween() method testBasicOrWheres (line 1395) | public function testBasicOrWheres() method testBasicOrWhereNot (line 1403) | public function testBasicOrWhereNot() method testRawWheres (line 1411) | public function testRawWheres() method testRawOrWheres (line 1419) | public function testRawOrWheres() method testBasicWhereIns (line 1427) | public function testBasicWhereIns() method testBasicWhereInsException (line 1460) | public function testBasicWhereInsException() method testBasicWhereNotIns (line 1474) | public function testBasicWhereNotIns() method testRawWhereIns (line 1487) | public function testRawWhereIns() method testEmptyWhereIns (line 1499) | public function testEmptyWhereIns() method testEmptyWhereNotIns (line 1512) | public function testEmptyWhereNotIns() method testWhereIntegerInRaw (line 1525) | public function testWhereIntegerInRaw() method testOrWhereIntegerInRaw (line 1545) | public function testOrWhereIntegerInRaw() method testWhereIntegerNotInRaw (line 1553) | public function testWhereIntegerNotInRaw() method testOrWhereIntegerNotInRaw (line 1561) | public function testOrWhereIntegerNotInRaw() method testEmptyWhereIntegerInRaw (line 1569) | public function testEmptyWhereIntegerInRaw() method testEmptyWhereIntegerNotInRaw (line 1577) | public function testEmptyWhereIntegerNotInRaw() method testBasicWhereColumn (line 1585) | public function testBasicWhereColumn() method testArrayWhereColumn (line 1598) | public function testArrayWhereColumn() method testWhereFulltextMySql (line 1611) | public function testWhereFulltextMySql() method testWhereFulltextPostgres (line 1639) | public function testWhereFulltextPostgres() method testWhereAll (line 1702) | public function testWhereAll() method testOrWhereAll (line 1723) | public function testOrWhereAll() method testWhereAny (line 1749) | public function testWhereAny() method testOrWhereAny (line 1770) | public function testOrWhereAny() method testWhereNone (line 1796) | public function testWhereNone() method testOrWhereNone (line 1822) | public function testOrWhereNone() method testUnions (line 1848) | public function testUnions() method testUnionAlls (line 1897) | public function testUnionAlls() method testMultipleUnions (line 1920) | public function testMultipleUnions() method testMultipleUnionAlls (line 1930) | public function testMultipleUnionAlls() method testUnionOrderBys (line 1940) | public function testUnionOrderBys() method testUnionLimitsAndOffsets (line 1950) | public function testUnionLimitsAndOffsets() method testUnionWithJoin (line 1973) | public function testUnionWithJoin() method testMySqlUnionOrderBys (line 1985) | public function testMySqlUnionOrderBys() method testMySqlUnionLimitsAndOffsets (line 1995) | public function testMySqlUnionLimitsAndOffsets() method testUnionAggregate (line 2004) | public function testUnionAggregate() method testHavingAggregate (line 2037) | public function testHavingAggregate() method testSubSelectWhereIns (line 2053) | public function testSubSelectWhereIns() method testBasicWhereNulls (line 2070) | public function testBasicWhereNulls() method testBasicWhereNullExpressionsMysql (line 2083) | public function testBasicWhereNullExpressionsMysql() method testJsonWhereNullMysql (line 2096) | public function testJsonWhereNullMysql() method testJsonWhereNotNullMysql (line 2103) | public function testJsonWhereNotNullMysql() method testJsonWhereNullExpressionMysql (line 2110) | public function testJsonWhereNullExpressionMysql() method testJsonWhereNotNullExpressionMysql (line 2117) | public function testJsonWhereNotNullExpressionMysql() method testArrayWhereNulls (line 2124) | public function testArrayWhereNulls() method testBasicWhereNotNulls (line 2137) | public function testBasicWhereNotNulls() method testArrayWhereNotNulls (line 2150) | public function testArrayWhereNotNulls() method testGroupBys (line 2163) | public function testGroupBys() method testOrderBys (line 2191) | public function testOrderBys() method testLatest (line 2220) | public function testLatest() method testOldest (line 2235) | public function testOldest() method testInRandomOrderMySql (line 2250) | public function testInRandomOrderMySql() method testInRandomOrderMySqlGrammarWithoutSeed (line 2257) | public function testInRandomOrderMySqlGrammarWithoutSeed() method testInRandomOrderMySqlGrammarWithSeed (line 2264) | public function testInRandomOrderMySqlGrammarWithSeed() method testInRandomOrderPostgres (line 2271) | public function testInRandomOrderPostgres() method testInRandomOrderSqlServer (line 2278) | public function testInRandomOrderSqlServer() method testInOrderOf (line 2285) | public function testInOrderOf() method testInOrderOfWithExistingOrders (line 2293) | public function testInOrderOfWithExistingOrders() method testInOrderOfWithEmptyValues (line 2301) | public function testInOrderOfWithEmptyValues() method testInOrderOfWithSingleValue (line 2308) | public function testInOrderOfWithSingleValue() method testInOrderOfMySql (line 2316) | public function testInOrderOfMySql() method testInOrderOfPostgres (line 2324) | public function testInOrderOfPostgres() method testInOrderOfSqlServer (line 2332) | public function testInOrderOfSqlServer() method testInOrderOfWithIntegerValues (line 2340) | public function testInOrderOfWithIntegerValues() method testInOrderOfWithWhereClause (line 2348) | public function testInOrderOfWithWhereClause() method testOrderBysSqlServer (line 2356) | public function testOrderBysSqlServer() method testReorder (line 2390) | public function testReorder() method testOrderBySubQueries (line 2419) | public function testOrderBySubQueries() method testOrderByInvalidDirectionParam (line 2443) | public function testOrderByInvalidDirectionParam() method testHavings (line 2451) | public function testHavings() method testNestedHavings (line 2480) | public function testNestedHavings() method testNestedHavingBindings (line 2490) | public function testNestedHavingBindings() method testHavingBetweens (line 2499) | public function testHavingBetweens() method testHavingNull (line 2512) | public function testHavingNull() method testHavingNotNull (line 2547) | public function testHavingNotNull() method testHavingExpression (line 2582) | public function testHavingExpression() method testHavingShortcut (line 2598) | public function testHavingShortcut() method testHavingFollowedBySelectGet (line 2605) | public function testHavingFollowedBySelectGet() method testRawHavings (line 2629) | public function testRawHavings() method testLimitsAndOffsets (line 2644) | public function testLimitsAndOffsets() method testForPage (line 2679) | public function testForPage() method testForPageBeforeId (line 2706) | public function testForPageBeforeId() method testForPageAfterId (line 2717) | public function testForPageAfterId() method testGetCountForPaginationWithBindings (line 2728) | public function testGetCountForPaginationWithBindings() method testGetCountForPaginationWithColumnAliases (line 2745) | public function testGetCountForPaginationWithColumnAliases() method testGetCountForPaginationWithUnion (line 2760) | public function testGetCountForPaginationWithUnion() method testGetCountForPaginationWithUnionOrders (line 2774) | public function testGetCountForPaginationWithUnionOrders() method testGetCountForPaginationWithUnionLimitAndOffset (line 2788) | public function testGetCountForPaginationWithUnionLimitAndOffset() method testWhereShortcut (line 2802) | public function testWhereShortcut() method testOrWheresHaveConsistentResults (line 2810) | public function testOrWheresHaveConsistentResults() method testWhereWithArrayConditions (line 2841) | public function testWhereWithArrayConditions() method testNestedWheres (line 3120) | public function testNestedWheres() method testNestedWhereBindings (line 3130) | public function testNestedWhereBindings() method testWhereNot (line 3139) | public function testWhereNot() method testIncrementManyArgumentValidation1 (line 3163) | public function testIncrementManyArgumentValidation1() method testIncrementManyArgumentValidation2 (line 3171) | public function testIncrementManyArgumentValidation2() method testWhereNotWithArrayConditions (line 3179) | public function testWhereNotWithArrayConditions() method testFullSubSelects (line 3197) | public function testFullSubSelects() method testWhereExists (line 3208) | public function testWhereExists() method testBasicJoins (line 3265) | public function testBasicJoins() method testCrossJoins (line 3281) | public function testCrossJoins() method testCrossJoinSubs (line 3296) | public function testCrossJoinSubs() method testComplexJoin (line 3303) | public function testComplexJoin() method testJoinWhereNull (line 3323) | public function testJoinWhereNull() method testJoinWhereNotNull (line 3338) | public function testJoinWhereNotNull() method testJoinWhereIn (line 3353) | public function testJoinWhereIn() method testJoinWhereInSubquery (line 3370) | public function testJoinWhereInSubquery() method testJoinWhereNotIn (line 3391) | public function testJoinWhereNotIn() method testJoinsWithNestedConditions (line 3408) | public function testJoinsWithNestedConditions() method testJoinsWithAdvancedConditions (line 3433) | public function testJoinsWithAdvancedConditions() method testJoinsWithSubqueryCondition (line 3447) | public function testJoinsWithSubqueryCondition() method testJoinsWithAdvancedSubqueryCondition (line 3473) | public function testJoinsWithAdvancedSubqueryCondition() method testJoinsWithNestedJoins (line 3492) | public function testJoinsWithNestedJoins() method testJoinsWithMultipleNestedJoins (line 3501) | public function testJoinsWithMultipleNestedJoins() method testJoinsWithNestedJoinWithAdvancedSubqueryCondition (line 3520) | public function testJoinsWithNestedJoinWithAdvancedSubqueryCondition() method testJoinWithNestedOnCondition (line 3540) | public function testJoinWithNestedOnCondition() method testJoinSub (line 3552) | public function testJoinSub() method testJoinSubWithPrefix (line 3586) | public function testJoinSubWithPrefix() method testLeftJoinSub (line 3593) | public function testLeftJoinSub() method testRightJoinSub (line 3604) | public function testRightJoinSub() method testStraightJoin (line 3615) | public function testStraightJoin() method testStraightJoinNoSupport (line 3634) | public function testStraightJoinNoSupport() method testStraightJoinSub (line 3642) | public function testStraightJoinSub() method testStraightJoinSubNoSupport (line 3654) | public function testStraightJoinSubNoSupport() method testJoinLateral (line 3662) | public function testJoinLateral() method testJoinLateralMariaDb (line 3708) | public function testJoinLateralMariaDb() method testJoinLateralSQLite (line 3718) | public function testJoinLateralSQLite() method testJoinLateralPostgres (line 3728) | public function testJoinLateralPostgres() method testJoinLateralSqlServer (line 3738) | public function testJoinLateralSqlServer() method testJoinLateralWithPrefix (line 3748) | public function testJoinLateralWithPrefix() method testLeftJoinLateral (line 3755) | public function testLeftJoinLateral() method testLeftJoinLateralSqlServer (line 3771) | public function testLeftJoinLateralSqlServer() method testRawExpressionsInSelect (line 3781) | public function testRawExpressionsInSelect() method testFindReturnsFirstResultByID (line 3788) | public function testFindReturnsFirstResultByID() method testFindOrReturnsFirstResultByID (line 3799) | public function testFindOrReturnsFirstResultByID() method testFirstMethodReturnsFirstResult (line 3812) | public function testFirstMethodReturnsFirstResult() method testFirstOrFailMethodReturnsFirstResult (line 3823) | public function testFirstOrFailMethodReturnsFirstResult() method testFirstOrFailMethodThrowsRecordNotFoundException (line 3834) | public function testFirstOrFailMethodThrowsRecordNotFoundException() method testPluckMethodGetsCollectionOfColumnValues (line 3847) | public function testPluckMethodGetsCollectionOfColumnValues() method testPluckAvoidsDuplicateColumnSelection (line 3866) | public function testPluckAvoidsDuplicateColumnSelection() method testImplode (line 3877) | public function testImplode() method testValueMethodReturnsSingleColumn (line 3898) | public function testValueMethodReturnsSingleColumn() method testRawValueMethodReturnsSingleColumn (line 3907) | public function testRawValueMethodReturnsSingleColumn() method testAggregateFunctions (line 3916) | public function testAggregateFunctions() method testSqlServerExists (line 3977) | public function testSqlServerExists() method testExistsOr (line 3985) | public function testExistsOr() method testDoesntExistsOr (line 4001) | public function testDoesntExistsOr() method testAggregateResetFollowedByGet (line 4017) | public function testAggregateResetFollowedByGet() method testAggregateResetFollowedBySelectGet (line 4035) | public function testAggregateResetFollowedBySelectGet() method testAggregateResetFollowedByGetWithColumns (line 4050) | public function testAggregateResetFollowedByGetWithColumns() method testAggregateWithSubSelect (line 4065) | public function testAggregateWithSubSelect() method testSubqueriesBindings (line 4081) | public function testSubqueriesBindings() method testInsertMethod (line 4098) | public function testInsertMethod() method testInsertUsingMethod (line 4106) | public function testInsertUsingMethod() method testInsertUsingWithEmptyColumns (line 4121) | public function testInsertUsingWithEmptyColumns() method testInsertUsingInvalidSubquery (line 4136) | public function testInsertUsingInvalidSubquery() method testInsertOrIgnoreMethod (line 4143) | public function testInsertOrIgnoreMethod() method testMySqlInsertOrIgnoreMethod (line 4151) | public function testMySqlInsertOrIgnoreMethod() method testPostgresInsertOrIgnoreMethod (line 4159) | public function testPostgresInsertOrIgnoreMethod() method testSQLiteInsertOrIgnoreMethod (line 4167) | public function testSQLiteInsertOrIgnoreMethod() method testSqlServerInsertOrIgnoreMethod (line 4175) | public function testSqlServerInsertOrIgnoreMethod() method testInsertOrIgnoreReturningMethod (line 4183) | public function testInsertOrIgnoreReturningMethod() method testInsertOrIgnoreReturningMethodWithEmptyValues (line 4191) | public function testInsertOrIgnoreReturningMethodWithEmptyValues() method testMySqlInsertOrIgnoreReturningMethod (line 4199) | public function testMySqlInsertOrIgnoreReturningMethod() method testPostgresInsertOrIgnoreReturningMethod (line 4207) | public function testPostgresInsertOrIgnoreReturningMethod() method testPostgresInsertOrIgnoreReturningMethodWithUniqueByColumn (line 4220) | public function testPostgresInsertOrIgnoreReturningMethodWithUniqueByC... method testPostgresInsertOrIgnoreReturningMethodWithUniqueByColumns (line 4233) | public function testPostgresInsertOrIgnoreReturningMethodWithUniqueByC... method testPostgresInsertOrIgnoreReturningMethodWithMultipleRecords (line 4246) | public function testPostgresInsertOrIgnoreReturningMethodWithMultipleR... method testSqliteInsertOrIgnoreReturningMethod (line 4262) | public function testSqliteInsertOrIgnoreReturningMethod() method testSqliteInsertOrIgnoreReturningMethodWithUniqueByColumn (line 4275) | public function testSqliteInsertOrIgnoreReturningMethodWithUniqueByCol... method testSqliteInsertOrIgnoreReturningMethodWithUniqueByColumns (line 4288) | public function testSqliteInsertOrIgnoreReturningMethodWithUniqueByCol... method testSqliteInsertOrIgnoreReturningMethodWithMultipleRecords (line 4301) | public function testSqliteInsertOrIgnoreReturningMethodWithMultipleRec... method testSqlServerInsertOrIgnoreReturningMethod (line 4317) | public function testSqlServerInsertOrIgnoreReturningMethod() method testInsertOrIgnoreReturningWithEmptyUniqueByArray (line 4325) | public function testInsertOrIgnoreReturningWithEmptyUniqueByArray() method testInsertOrIgnoreReturningWithEmptyUniqueByString (line 4333) | public function testInsertOrIgnoreReturningWithEmptyUniqueByString() method testInsertOrIgnoreReturningWithEmptyReturning (line 4341) | public function testInsertOrIgnoreReturningWithEmptyReturning() method testInsertOrIgnoreReturningDoesNotMarkRecordsModifiedWhenNoRowsWereInserted (line 4349) | public function testInsertOrIgnoreReturningDoesNotMarkRecordsModifiedW... method testInsertOrIgnoreUsingMethod (line 4362) | public function testInsertOrIgnoreUsingMethod() method testSqlServerInsertOrIgnoreUsingMethod (line 4370) | public function testSqlServerInsertOrIgnoreUsingMethod() method testMySqlInsertOrIgnoreUsingMethod (line 4378) | public function testMySqlInsertOrIgnoreUsingMethod() method testMySqlInsertOrIgnoreUsingWithEmptyColumns (line 4394) | public function testMySqlInsertOrIgnoreUsingWithEmptyColumns() method testMySqlInsertOrIgnoreUsingInvalidSubquery (line 4410) | public function testMySqlInsertOrIgnoreUsingInvalidSubquery() method testPostgresInsertOrIgnoreUsingMethod (line 4417) | public function testPostgresInsertOrIgnoreUsingMethod() method testPostgresInsertOrIgnoreUsingWithEmptyColumns (line 4432) | public function testPostgresInsertOrIgnoreUsingWithEmptyColumns() method testPostgresInsertOrIgnoreUsingInvalidSubquery (line 4447) | public function testPostgresInsertOrIgnoreUsingInvalidSubquery() method testSQLiteInsertOrIgnoreUsingMethod (line 4454) | public function testSQLiteInsertOrIgnoreUsingMethod() method testSQLiteInsertOrIgnoreUsingWithEmptyColumns (line 4470) | public function testSQLiteInsertOrIgnoreUsingWithEmptyColumns() method testSQLiteInsertOrIgnoreUsingInvalidSubquery (line 4486) | public function testSQLiteInsertOrIgnoreUsingInvalidSubquery() method testInsertGetIdMethod (line 4493) | public function testInsertGetIdMethod() method testInsertGetIdMethodRemovesExpressions (line 4501) | public function testInsertGetIdMethodRemovesExpressions() method testInsertGetIdWithEmptyValues (line 4509) | public function testInsertGetIdWithEmptyValues() method testInsertMethodRespectsRawBindings (line 4528) | public function testInsertMethodRespectsRawBindings() method testMultipleInsertsWithExpressionValues (line 4536) | public function testMultipleInsertsWithExpressionValues() method testUpdateMethod (line 4544) | public function testUpdateMethod() method testUpsertMethod (line 4557) | public function testUpsertMethod() method testUpsertMethodWithUpdateColumns (line 4589) | public function testUpsertMethodWithUpdateColumns() method testUpsertMethodWithEmptyUniqueByArray (line 4621) | public function testUpsertMethodWithEmptyUniqueByArray() method testUpsertMethodWithEmptyUniqueByString (line 4629) | public function testUpsertMethodWithEmptyUniqueByString() method testUpdateMethodWithJoins (line 4637) | public function testUpdateMethodWithJoins() method testUpdateMethodWithJoinsOnSqlServer (line 4653) | public function testUpdateMethodWithJoinsOnSqlServer() method testUpdateMethodWithJoinsOnMySql (line 4669) | public function testUpdateMethodWithJoinsOnMySql() method testUpdateMethodWithJoinsOnSQLite (line 4685) | public function testUpdateMethodWithJoinsOnSQLite() method testUpdateMethodWithJoinsAndAliasesOnSqlServer (line 4711) | public function testUpdateMethodWithJoinsAndAliasesOnSqlServer() method testUpdateMethodWithoutJoinsOnPostgres (line 4719) | public function testUpdateMethodWithoutJoinsOnPostgres() method testUpdateMethodWithJoinsOnPostgres (line 4737) | public function testUpdateMethodWithJoinsOnPostgres() method testUpdateFromMethodWithJoinsOnPostgres (line 4763) | public function testUpdateFromMethodWithJoinsOnPostgres() method testUpdateMethodRespectsRaw (line 4789) | public function testUpdateMethodRespectsRaw() method testUpdateMethodWorksWithQueryAsValue (line 4797) | public function testUpdateMethodWorksWithQueryAsValue() method testUpdateOrInsertMethod (line 4812) | public function testUpdateOrInsertMethod() method testUpdateOrInsertMethodWorksWithEmptyUpdateValues (line 4840) | public function testUpdateOrInsertMethodWorksWithEmptyUpdateValues() method testDeleteMethod (line 4855) | public function testDeleteMethod() method testDeleteWithJoinMethod (line 4893) | public function testDeleteWithJoinMethod() method testTruncateMethod (line 4966) | public function testTruncateMethod() method testTruncateMethodWithPrefix (line 4982) | public function testTruncateMethodWithPrefix() method testTruncateMethodWithPrefixAndSchema (line 4998) | public function testTruncateMethodWithPrefixAndSchema() method testPreserveAddsClosureToArray (line 5014) | public function testPreserveAddsClosureToArray() method testApplyPreserveCleansArray (line 5023) | public function testApplyPreserveCleansArray() method testPreservedAreAppliedByToSql (line 5033) | public function testPreservedAreAppliedByToSql() method testPreservedAreAppliedByInsert (line 5043) | public function testPreservedAreAppliedByInsert() method testPreservedAreAppliedByInsertGetId (line 5053) | public function testPreservedAreAppliedByInsertGetId() method testPreservedAreAppliedByInsertUsing (line 5064) | public function testPreservedAreAppliedByInsertUsing() method testPreservedAreAppliedByUpsert (line 5074) | public function testPreservedAreAppliedByUpsert() method testPreservedAreAppliedByUpdate (line 5095) | public function testPreservedAreAppliedByUpdate() method testPreservedAreAppliedByDelete (line 5105) | public function testPreservedAreAppliedByDelete() method testPreservedAreAppliedByTruncate (line 5115) | public function testPreservedAreAppliedByTruncate() method testPreservedAreAppliedByExists (line 5125) | public function testPreservedAreAppliedByExists() method testPostgresInsertGetId (line 5135) | public function testPostgresInsertGetId() method testMySqlWrapping (line 5143) | public function testMySqlWrapping() method testMySqlUpdateWrappingJson (line 5150) | public function testMySqlUpdateWrappingJson() method testMySqlUpdateWrappingNestedJson (line 5168) | public function testMySqlUpdateWrappingNestedJson() method testMySqlUpdateWrappingJsonArray (line 5186) | public function testMySqlUpdateWrappingJsonArray() method testMySqlUpdateWrappingJsonPathArrayIndex (line 5213) | public function testMySqlUpdateWrappingJsonPathArrayIndex() method testMySqlUpdateWithJsonPreparesBindingsCorrectly (line 5236) | public function testMySqlUpdateWithJsonPreparesBindingsCorrectly() method testPostgresUpdateWrappingJson (line 5269) | public function testPostgresUpdateWrappingJson() method testPostgresUpdateWrappingJsonArray (line 5282) | public function testPostgresUpdateWrappingJsonArray() method testPostgresUpdateWrappingJsonPathArrayIndex (line 5300) | public function testPostgresUpdateWrappingJsonPathArrayIndex() method testSQLiteUpdateWrappingJsonArray (line 5315) | public function testSQLiteUpdateWrappingJsonArray() method testSQLiteUpdateWrappingNestedJsonArray (line 5332) | public function testSQLiteUpdateWrappingNestedJsonArray() method testSQLiteUpdateWrappingJsonPathArrayIndex (line 5350) | public function testSQLiteUpdateWrappingJsonPathArrayIndex() method testMySqlWrappingJsonWithString (line 5365) | public function testMySqlWrappingJsonWithString() method testMySqlWrappingJsonWithInteger (line 5374) | public function testMySqlWrappingJsonWithInteger() method testMySqlWrappingJsonWithDouble (line 5381) | public function testMySqlWrappingJsonWithDouble() method testMySqlWrappingJsonWithBoolean (line 5388) | public function testMySqlWrappingJsonWithBoolean() method testMySqlWrappingJsonWithBooleanAndIntegerThatLooksLikeOne (line 5399) | public function testMySqlWrappingJsonWithBooleanAndIntegerThatLooksLik... method testJsonPathEscaping (line 5406) | public function testJsonPathEscaping() method testMySqlWrappingJson (line 5429) | public function testMySqlWrappingJson() method testPostgresWrappingJson (line 5448) | public function testPostgresWrappingJson() method testSqlServerWrappingJson (line 5471) | public function testSqlServerWrappingJson() method testSqliteWrappingJson (line 5490) | public function testSqliteWrappingJson() method testSQLiteOrderBy (line 5509) | public function testSQLiteOrderBy() method testSqlServerLimitsAndOffsets (line 5516) | public function testSqlServerLimitsAndOffsets() method testMySqlSoundsLikeOperator (line 5555) | public function testMySqlSoundsLikeOperator() method testBitwiseOperators (line 5563) | public function testBitwiseOperators() method testMergeWheresCanMergeWheresAndBindings (line 5598) | public function testMergeWheresCanMergeWheresAndBindings() method testPrepareValueAndOperator (line 5607) | public function testPrepareValueAndOperator() method testPrepareValueAndOperatorExpectException (line 5620) | public function testPrepareValueAndOperatorExpectException() method testProvidingNullWithOperatorsBuildsCorrectly (line 5629) | public function testProvidingNullWithOperatorsBuildsCorrectly() method testDynamicWhere (line 5652) | public function testDynamicWhere() method testDynamicWhereIsNotGreedy (line 5665) | public function testDynamicWhereIsNotGreedy() method testCallTriggersDynamicWhere (line 5678) | public function testCallTriggersDynamicWhere() method testBuilderThrowsExpectedExceptionWithUndefinedMethod (line 5686) | public function testBuilderThrowsExpectedExceptionWithUndefinedMethod() method testMySqlLock (line 5697) | public function testMySqlLock() method testPostgresLock (line 5715) | public function testPostgresLock() method testSqlServerLock (line 5733) | public function testSqlServerLock() method testSelectWithLockUsesWritePdo (line 5751) | public function testSelectWithLockUsesWritePdo() method testBindingOrder (line 5764) | public function testBindingOrder() method testAddBindingWithArrayMergesBindings (line 5785) | public function testAddBindingWithArrayMergesBindings() method testAddBindingWithArrayMergesBindingsInCorrectOrder (line 5793) | public function testAddBindingWithArrayMergesBindingsInCorrectOrder() method testAddBindingWithEnum (line 5801) | public function testAddBindingWithEnum() method testMergeBuilders (line 5809) | public function testMergeBuilders() method testMergeBuildersBindingOrder (line 5819) | public function testMergeBuildersBindingOrder() method testSubSelect (line 5830) | public function testSubSelect() method testSubSelectResetBindings (line 5856) | public function testSubSelectResetBindings() method testSelectExpression (line 5872) | public function testSelectExpression() method testSelect (line 5882) | public function testSelect() method testSqlServerWhereDate (line 5895) | public function testSqlServerWhereDate() method testUppercaseLeadingBooleansAreRemoved (line 5903) | public function testUppercaseLeadingBooleansAreRemoved() method testLowercaseLeadingBooleansAreRemoved (line 5910) | public function testLowercaseLeadingBooleansAreRemoved() method testCaseInsensitiveLeadingBooleansAreRemoved (line 5917) | public function testCaseInsensitiveLeadingBooleansAreRemoved() method testTableValuedFunctionAsTableInSqlServer (line 5924) | public function testTableValuedFunctionAsTableInSqlServer() method testChunkWithLastChunkComplete (line 5935) | public function testChunkWithLastChunkComplete() method testChunkWithLastChunkPartial (line 5962) | public function testChunkWithLastChunkPartial() method testChunkCanBeStoppedByReturningFalse (line 5986) | public function testChunkCanBeStoppedByReturningFalse() method testChunkWithCountZero (line 6010) | public function testChunkWithCountZero() method testChunkByIdOnArrays (line 6026) | public function testChunkByIdOnArrays() method testChunkPaginatesUsingIdWithLastChunkComplete (line 6049) | public function testChunkPaginatesUsingIdWithLastChunkComplete() method testChunkPaginatesUsingIdWithLastChunkPartial (line 6072) | public function testChunkPaginatesUsingIdWithLastChunkPartial() method testChunkPaginatesUsingIdWithCountZero (line 6092) | public function testChunkPaginatesUsingIdWithCountZero() method testChunkPaginatesUsingIdWithAlias (line 6105) | public function testChunkPaginatesUsingIdWithAlias() method testChunkPaginatesUsingIdDesc (line 6125) | public function testChunkPaginatesUsingIdDesc() method testPaginate (line 6145) | public function testPaginate() method testPaginateWithDefaultArguments (line 6172) | public function testPaginateWithDefaultArguments() method testPaginateWhenNoResults (line 6202) | public function testPaginateWhenNoResults() method testPaginateWithSpecificColumns (line 6232) | public function testPaginateWithSpecificColumns() method testPaginateWithTotalOverride (line 6259) | public function testPaginateWithTotalOverride() method testCursorPaginate (line 6283) | public function testCursorPaginate() method testCursorPaginateMultipleOrderColumns (line 6321) | public function testCursorPaginateMultipleOrderColumns() method testCursorPaginateWithDefaultArguments (line 6360) | public function testCursorPaginateWithDefaultArguments() method testCursorPaginateWhenNoResults (line 6401) | public function testCursorPaginateWhenNoResults() method testCursorPaginateWithSpecificColumns (line 6429) | public function testCursorPaginateWithSpecificColumns() method testCursorPaginateWithMixedOrders (line 6467) | public function testCursorPaginateWithMixedOrders() method testCursorPaginateWithDynamicColumnInSelectRaw (line 6506) | public function testCursorPaginateWithDynamicColumnInSelectRaw() method testCursorPaginateWithDynamicColumnWithCastInSelectRaw (line 6547) | public function testCursorPaginateWithDynamicColumnWithCastInSelectRaw() method testCursorPaginateWithDynamicColumnInSelectSub (line 6588) | public function testCursorPaginateWithDynamicColumnInSelectSub() method testCursorPaginateWithUnionWheres (line 6629) | public function testCursorPaginateWithUnionWheres() method testCursorPaginateWithMultipleUnionsAndMultipleWheres (line 6676) | public function testCursorPaginateWithMultipleUnionsAndMultipleWheres() method testCursorPaginateWithUnionMultipleWheresMultipleOrders (line 6725) | public function testCursorPaginateWithUnionMultipleWheresMultipleOrders() method testCursorPaginateWithUnionWheresWithRawOrderExpression (line 6775) | public function testCursorPaginateWithUnionWheresWithRawOrderExpression() method testCursorPaginateWithUnionWheresReverseOrder (line 6822) | public function testCursorPaginateWithUnionWheresReverseOrder() method testCursorPaginateWithUnionWheresMultipleOrders (line 6869) | public function testCursorPaginateWithUnionWheresMultipleOrders() method testCursorPaginateWithUnionWheresAndAliassedOrderColumns (line 6916) | public function testCursorPaginateWithUnionWheresAndAliassedOrderColum... method testWhereExpression (line 6965) | public function testWhereExpression() method testWhereRowValues (line 6981) | public function testWhereRowValues() method testWhereRowValuesArityMismatch (line 6997) | public function testWhereRowValuesArityMismatch() method testWhereJsonContainsMySql (line 7006) | public function testWhereJsonContainsMySql() method testWhereJsonOverlapsMySql (line 7024) | public function testWhereJsonOverlapsMySql() method testWhereJsonContainsPostgres (line 7042) | public function testWhereJsonContainsPostgres() method testWhereJsonContainsSqlite (line 7060) | public function testWhereJsonContainsSqlite() method testWhereJsonContainsSqlServer (line 7073) | public function testWhereJsonContainsSqlServer() method testWhereJsonDoesntContainMySql (line 7091) | public function testWhereJsonDoesntContainMySql() method testWhereJsonDoesntOverlapMySql (line 7104) | public function testWhereJsonDoesntOverlapMySql() method testWhereJsonDoesntContainPostgres (line 7117) | public function testWhereJsonDoesntContainPostgres() method testWhereJsonDoesntContainSqlite (line 7130) | public function testWhereJsonDoesntContainSqlite() method testWhereJsonDoesntContainSqlServer (line 7143) | public function testWhereJsonDoesntContainSqlServer() method testWhereJsonContainsKeyMySql (line 7156) | public function testWhereJsonContainsKeyMySql() method testWhereJsonContainsKeyPostgres (line 7175) | public function testWhereJsonContainsKeyPostgres() method testWhereJsonContainsKeySqlite (line 7198) | public function testWhereJsonContainsKeySqlite() method testWhereJsonContainsKeySqlServer (line 7217) | public function testWhereJsonContainsKeySqlServer() method testWhereJsonDoesntContainKeyMySql (line 7236) | public function testWhereJsonDoesntContainKeyMySql() method testWhereJsonDoesntContainKeyPostgres (line 7251) | public function testWhereJsonDoesntContainKeyPostgres() method testWhereJsonDoesntContainKeySqlite (line 7270) | public function testWhereJsonDoesntContainKeySqlite() method testWhereJsonDoesntContainKeySqlServer (line 7285) | public function testWhereJsonDoesntContainKeySqlServer() method testWhereJsonLengthMySql (line 7300) | public function testWhereJsonLengthMySql() method testWhereJsonLengthPostgres (line 7323) | public function testWhereJsonLengthPostgres() method testWhereJsonLengthSqlite (line 7346) | public function testWhereJsonLengthSqlite() method testWhereJsonLengthSqlServer (line 7369) | public function testWhereJsonLengthSqlServer() method testFrom (line 7392) | public function testFrom() method testFromSub (line 7404) | public function testFromSub() method testFromSubWithPrefix (line 7418) | public function testFromSubWithPrefix() method testFromSubWithoutBindings (line 7428) | public function testFromSubWithoutBindings() method testFromRaw (line 7441) | public function testFromRaw() method testFromRawOnSqlServer (line 7448) | public function testFromRawOnSqlServer() method testFromRawWithWhereOnTheMainQuery (line 7455) | public function testFromRawWithWhereOnTheMainQuery() method testFromQuestionMarkOperatorOnPostgres (line 7463) | public function testFromQuestionMarkOperatorOnPostgres() method testUseIndexMySql (line 7478) | public function testUseIndexMySql() method testForceIndexMySql (line 7485) | public function testForceIndexMySql() method testIgnoreIndexMySql (line 7492) | public function testIgnoreIndexMySql() method testUseIndexSqlite (line 7499) | public function testUseIndexSqlite() method testForceIndexSqlite (line 7506) | public function testForceIndexSqlite() method testIgnoreIndexSqlite (line 7513) | public function testIgnoreIndexSqlite() method testUseIndexSqlServer (line 7520) | public function testUseIndexSqlServer() method testForceIndexSqlServer (line 7527) | public function testForceIndexSqlServer() method testIgnoreIndexSqlServer (line 7534) | public function testIgnoreIndexSqlServer() method testClone (line 7541) | public function testClone() method testCloneWithout (line 7552) | public function testCloneWithout() method testCloneWithoutBindings (line 7562) | public function testCloneWithoutBindings() method testToRawSql (line 7575) | public function testToRawSql() method getConnection (line 7591) | protected function getConnection(string $prefix = '') method getBuilder (line 7600) | protected function getBuilder(string $prefix = '') method getPostgresBuilder (line 7609) | protected function getPostgresBuilder(string $prefix = '') method getMySqlBuilder (line 7618) | protected function getMySqlBuilder(string $prefix = '') method getMariaDbBuilder (line 7627) | protected function getMariaDbBuilder(string $prefix = '') method getSQLiteBuilder (line 7636) | protected function getSQLiteBuilder(string $prefix = '') method getSqlServerBuilder (line 7645) | protected function getSqlServerBuilder(string $prefix = '') method getMySqlBuilderWithProcessor (line 7654) | protected function getMySqlBuilderWithProcessor(string $prefix = '') method getPostgresBuilderWithProcessor (line 7663) | protected function getPostgresBuilderWithProcessor(string $prefix = '') method getMockQueryBuilder (line 7675) | protected function getMockQueryBuilder() FILE: tests/Database/DatabaseQueryExceptionTest.php class DatabaseQueryExceptionTest (line 13) | class DatabaseQueryExceptionTest extends TestCase method testIfItEmbedsBindingsIntoSql (line 15) | public function testIfItEmbedsBindingsIntoSql() method testIfItReturnsSameSqlWhenThereAreNoBindings (line 33) | public function testIfItReturnsSameSqlWhenThereAreNoBindings() method testMessageIncludesConnectionInfo (line 51) | public function testMessageIncludesConnectionInfo() method testMessageIncludesUnixSocket (line 69) | public function testMessageIncludesUnixSocket() method testMessageHandlesArrayHosts (line 83) | public function testMessageHandlesArrayHosts() method testMessageHandlesEmptyConnectionInfo (line 96) | public function testMessageHandlesEmptyConnectionInfo() method testMessageForSqliteOnlyShowsDatabase (line 110) | public function testMessageForSqliteOnlyShowsDatabase() method testGetConnectionInfoReturnsConnectionInfo (line 127) | public function testGetConnectionInfoReturnsConnectionInfo() method testBackwardCompatibilityWithoutConnectionInfo (line 143) | public function testBackwardCompatibilityWithoutConnectionInfo() method getConnection (line 152) | protected function getConnection() FILE: tests/Database/DatabaseQueryGrammarTest.php class DatabaseQueryGrammarTest (line 13) | class DatabaseQueryGrammarTest extends TestCase method testWhereRawReturnsStringWhenExpressionPassed (line 15) | public function testWhereRawReturnsStringWhenExpressionPassed() method testWhereRawReturnsStringWhenStringPassed (line 28) | public function testWhereRawReturnsStringWhenStringPassed() method testCompileOrdersAcceptsExpression (line 41) | public function testCompileOrdersAcceptsExpression() method testCompileOrdersAcceptsExpressionWithPlaceholders (line 60) | public function testCompileOrdersAcceptsExpressionWithPlaceholders() FILE: tests/Database/DatabaseSQLiteBuilderTest.php class DatabaseSQLiteBuilderTest (line 14) | class DatabaseSQLiteBuilderTest extends TestCase method setUp (line 16) | protected function setUp(): void method tearDown (line 26) | protected function tearDown(): void method testCreateDatabase (line 34) | public function testCreateDatabase() method testDropDatabaseIfExists (line 56) | public function testDropDatabaseIfExists() FILE: tests/Database/DatabaseSQLiteProcessorTest.php class DatabaseSQLiteProcessorTest (line 8) | class DatabaseSQLiteProcessorTest extends TestCase method testProcessColumns (line 10) | public function testProcessColumns() FILE: tests/Database/DatabaseSQLiteQueryGrammarTest.php class DatabaseSQLiteQueryGrammarTest (line 10) | class DatabaseSQLiteQueryGrammarTest extends TestCase method testToRawSql (line 12) | public function testToRawSql() FILE: tests/Database/DatabaseSQLiteSchemaGrammarTest.php class DatabaseSQLiteSchemaGrammarTest (line 18) | class DatabaseSQLiteSchemaGrammarTest extends TestCase method testBasicCreateTable (line 20) | public function testBasicCreateTable() method testCreateTemporaryTable (line 44) | public function testCreateTemporaryTable() method testDropTable (line 57) | public function testDropTable() method testDropTableIfExists (line 67) | public function testDropTableIfExists() method testDropUnique (line 77) | public function testDropUnique() method testDropIndex (line 87) | public function testDropIndex() method testDropIndexWithSchema (line 97) | public function testDropIndexWithSchema() method testDropColumn (line 107) | public function testDropColumn() method testDropSpatialIndex (line 134) | public function testDropSpatialIndex() method testRenameTable (line 144) | public function testRenameTable() method testRenameIndex (line 154) | public function testRenameIndex() method testAddingPrimaryKey (line 190) | public function testAddingPrimaryKey() method testAddingForeignKey (line 201) | public function testAddingForeignKey() method testAddingUniqueKey (line 214) | public function testAddingUniqueKey() method testAddingIndex (line 224) | public function testAddingIndex() method testAddingUniqueKeyWithSchema (line 234) | public function testAddingUniqueKeyWithSchema() method testAddingIndexWithSchema (line 242) | public function testAddingIndexWithSchema() method testAddingSpatialIndex (line 250) | public function testAddingSpatialIndex() method testAddingFluentSpatialIndex (line 260) | public function testAddingFluentSpatialIndex() method testAddingRawIndex (line 270) | public function testAddingRawIndex() method testAddingIncrementingID (line 280) | public function testAddingIncrementingID() method testAddingSmallIncrementingID (line 290) | public function testAddingSmallIncrementingID() method testAddingMediumIncrementingID (line 300) | public function testAddingMediumIncrementingID() method testAddingID (line 310) | public function testAddingID() method testAddingForeignID (line 327) | public function testAddingForeignID() method testAddingForeignIdSpecifyingIndexNameInConstraint (line 370) | public function testAddingForeignIdSpecifyingIndexNameInConstraint() method testAddingBigIncrementingID (line 392) | public function testAddingBigIncrementingID() method testAddingString (line 402) | public function testAddingString() method testAddingText (line 426) | public function testAddingText() method testAddingBigInteger (line 436) | public function testAddingBigInteger() method testAddingInteger (line 453) | public function testAddingInteger() method testAddingMediumInteger (line 470) | public function testAddingMediumInteger() method testAddingTinyInteger (line 487) | public function testAddingTinyInteger() method testAddingSmallInteger (line 504) | public function testAddingSmallInteger() method testAddingFloat (line 521) | public function testAddingFloat() method testAddingDouble (line 531) | public function testAddingDouble() method testAddingDecimal (line 541) | public function testAddingDecimal() method testAddingBoolean (line 551) | public function testAddingBoolean() method testAddingEnum (line 561) | public function testAddingEnum() method testAddingJson (line 573) | public function testAddingJson() method testAddingNativeJson (line 583) | public function testAddingNativeJson() method testAddingJsonb (line 602) | public function testAddingJsonb() method testAddingNativeJsonb (line 612) | public function testAddingNativeJsonb() method testAddingDate (line 631) | public function testAddingDate() method testAddingDateWithDefaultCurrent (line 641) | public function testAddingDateWithDefaultCurrent() method testAddingYear (line 651) | public function testAddingYear() method testAddingYearWithDefaultCurrent (line 660) | public function testAddingYearWithDefaultCurrent() method testAddingDateTime (line 669) | public function testAddingDateTime() method testAddingDateTimeWithPrecision (line 678) | public function testAddingDateTimeWithPrecision() method testAddingDateTimeTz (line 687) | public function testAddingDateTimeTz() method testAddingDateTimeTzWithPrecision (line 696) | public function testAddingDateTimeTzWithPrecision() method testAddingTime (line 705) | public function testAddingTime() method testAddingTimeWithPrecision (line 714) | public function testAddingTimeWithPrecision() method testAddingTimeTz (line 723) | public function testAddingTimeTz() method testAddingTimeTzWithPrecision (line 732) | public function testAddingTimeTzWithPrecision() method testAddingTimestamp (line 741) | public function testAddingTimestamp() method testAddingTimestampWithPrecision (line 750) | public function testAddingTimestampWithPrecision() method testAddingTimestampTz (line 759) | public function testAddingTimestampTz() method testAddingTimestampTzWithPrecision (line 768) | public function testAddingTimestampTzWithPrecision() method testAddingTimestamps (line 777) | public function testAddingTimestamps() method testAddingTimestampsTz (line 789) | public function testAddingTimestampsTz() method testAddingRememberToken (line 801) | public function testAddingRememberToken() method testAddingBinary (line 811) | public function testAddingBinary() method testAddingUuid (line 821) | public function testAddingUuid() method testAddingUuidDefaultsColumnName (line 831) | public function testAddingUuidDefaultsColumnName() method testAddingForeignUuid (line 841) | public function testAddingForeignUuid() method testAddingIpAddress (line 884) | public function testAddingIpAddress() method testAddingIpAddressDefaultsColumnName (line 894) | public function testAddingIpAddressDefaultsColumnName() method testAddingMacAddress (line 904) | public function testAddingMacAddress() method testAddingMacAddressDefaultsColumnName (line 914) | public function testAddingMacAddressDefaultsColumnName() method testAddingGeometry (line 924) | public function testAddingGeometry() method testAddingGeneratedColumn (line 934) | public function testAddingGeneratedColumn() method testAddingGeneratedColumnByExpression (line 961) | public function testAddingGeneratedColumnByExpression() method testGrammarsAreMacroable (line 974) | public function testGrammarsAreMacroable() method testCreateTableWithVirtualAsColumn (line 986) | public function testCreateTableWithVirtualAsColumn() method testCreateTableWithVirtualAsColumnWhenJsonColumnHasArrayKey (line 1019) | public function testCreateTableWithVirtualAsColumnWhenJsonColumnHasArr... method testCreateTableWithStoredAsColumn (line 1034) | public function testCreateTableWithStoredAsColumn() method testDroppingColumnsWorks (line 1067) | public function testDroppingColumnsWorks() method testRenamingAndChangingColumnsWork (line 1076) | public function testRenamingAndChangingColumnsWork() method testRenamingAndChangingColumnsWorkWithSchema (line 1104) | public function testRenamingAndChangingColumnsWorkWithSchema() method getConnection (line 1132) | protected function getConnection( method getGrammar (line 1150) | public function getGrammar(?Connection $connection = null) method getBuilder (line 1155) | public function getBuilder() FILE: tests/Database/DatabaseSchemaBlueprintTest.php class DatabaseSchemaBlueprintTest (line 14) | class DatabaseSchemaBlueprintTest extends TestCase method tearDown (line 16) | protected function tearDown(): void method testToSqlRunsCommandsFromBlueprint (line 23) | public function testToSqlRunsCommandsFromBlueprint() method testIndexDefaultNames (line 34) | public function testIndexDefaultNames() method testIndexDefaultNamesWhenPrefixSupplied (line 52) | public function testIndexDefaultNamesWhenPrefixSupplied() method testDropIndexDefaultNames (line 70) | public function testDropIndexDefaultNames() method testDropIndexDefaultNamesWhenPrefixSupplied (line 88) | public function testDropIndexDefaultNamesWhenPrefixSupplied() method testDefaultCurrentDate (line 106) | public function testDefaultCurrentDate() method testDefaultCurrentDateTime (line 131) | public function testDefaultCurrentDateTime() method testDefaultCurrentTimestamp (line 145) | public function testDefaultCurrentTimestamp() method testDefaultCurrentYear (line 159) | public function testDefaultCurrentYear() method testRemoveColumn (line 184) | public function testRemoveColumn() method testRenameColumn (line 197) | public function testRenameColumn() method testNativeRenameColumnOnMysql57 (line 215) | public function testNativeRenameColumnOnMysql57() method testNativeRenameColumnOnLegacyMariaDB (line 239) | public function testNativeRenameColumnOnLegacyMariaDB() method testDropColumn (line 266) | public function testDropColumn() method testNativeColumnModifyingOnMySql (line 280) | public function testNativeColumnModifyingOnMySql() method testMacroable (line 302) | public function testMacroable() method testDefaultUsingIdMorph (line 319) | public function testDefaultUsingIdMorph() method testDefaultUsingNullableIdMorph (line 334) | public function testDefaultUsingNullableIdMorph() method testDefaultUsingUuidMorph (line 349) | public function testDefaultUsingUuidMorph() method testDefaultUsingNullableUuidMorph (line 366) | public function testDefaultUsingNullableUuidMorph() method testDefaultUsingUlidMorph (line 383) | public function testDefaultUsingUlidMorph() method testDefaultUsingNullableUlidMorph (line 400) | public function testDefaultUsingNullableUlidMorph() method testGenerateRelationshipColumnWithIncrementalModel (line 417) | public function testGenerateRelationshipColumnWithIncrementalModel() method testGenerateRelationshipColumnWithNonIncrementalModel (line 430) | public function testGenerateRelationshipColumnWithNonIncrementalModel() method testGenerateRelationshipColumnWithUuidModel (line 443) | public function testGenerateRelationshipColumnWithUuidModel() method testGenerateRelationshipColumnWithUlidModel (line 456) | public function testGenerateRelationshipColumnWithUlidModel() method testGenerateRelationshipConstrainedColumn (line 473) | public function testGenerateRelationshipConstrainedColumn() method testGenerateRelationshipForModelWithNonStandardPrimaryKeyName (line 487) | public function testGenerateRelationshipForModelWithNonStandardPrimary... method testDropRelationshipColumnWithIncrementalModel (line 501) | public function testDropRelationshipColumnWithIncrementalModel() method testDropRelationshipColumnWithUuidModel (line 514) | public function testDropRelationshipColumnWithUuidModel() method testDropConstrainedRelationshipColumnWithIncrementalModel (line 527) | public function testDropConstrainedRelationshipColumnWithIncrementalMo... method testDropConstrainedRelationshipColumnWithUuidModel (line 541) | public function testDropConstrainedRelationshipColumnWithUuidModel() method testTinyTextColumn (line 555) | public function testTinyTextColumn() method testTinyTextNullableColumn (line 569) | public function testTinyTextNullableColumn() method testRawColumn (line 583) | public function testRawColumn() method testTableComment (line 608) | public function testTableComment() method testColumnDefault (line 620) | public function testColumnDefault() method getConnection (line 659) | protected function getConnection(?string $grammar = null, string $pref... method getBlueprint (line 684) | protected function getBlueprint( FILE: tests/Database/DatabaseSchemaBuilderIntegrationTest.php class DatabaseSchemaBuilderIntegrationTest (line 11) | class DatabaseSchemaBuilderIntegrationTest extends TestCase method setUp (line 20) | protected function setUp(): void method tearDown (line 36) | protected function tearDown(): void method testHasColumnWithTablePrefix (line 44) | public function testHasColumnWithTablePrefix() method testHasColumnAndIndexWithPrefixIndexDisabled (line 56) | public function testHasColumnAndIndexWithPrefixIndexDisabled() method testHasColumnAndIndexWithPrefixIndexEnabled (line 73) | public function testHasColumnAndIndexWithPrefixIndexEnabled() method testDropColumnWithTablePrefix (line 90) | public function testDropColumnWithTablePrefix() method schemaBuilder (line 113) | private function schemaBuilder() FILE: tests/Database/DatabaseSchemaBuilderTest.php class DatabaseSchemaBuilderTest (line 13) | class DatabaseSchemaBuilderTest extends TestCase method testCreateDatabase (line 15) | public function testCreateDatabase() method testDropDatabaseIfExists (line 27) | public function testDropDatabaseIfExists() method testHasTableCorrectlyCallsGrammar (line 39) | public function testHasTableCorrectlyCallsGrammar() method testTableHasColumns (line 56) | public function testTableHasColumns() method testGetColumnTypeAddsPrefix (line 68) | public function testGetColumnTypeAddsPrefix() FILE: tests/Database/DatabaseSeederTest.php class TestSeeder (line 13) | class TestSeeder extends Seeder method run (line 15) | public function run() class TestDepsSeeder (line 21) | class TestDepsSeeder extends Seeder method run (line 23) | public function run(Mock $someDependency, $someParam = '') class DatabaseSeederTest (line 29) | class DatabaseSeederTest extends TestCase method testCallResolveTheClassAndCallsRun (line 31) | public function testCallResolveTheClassAndCallsRun() method testSetContainer (line 48) | public function testSetContainer() method testSetCommand (line 55) | public function testSetCommand() method testInjectDependenciesOnRunMethod (line 62) | public function testInjectDependenciesOnRunMethod() method testSendParamsOnCallMethodWithDeps (line 75) | public function testSendParamsOnCallMethodWithDeps() FILE: tests/Database/DatabaseSoftDeletingScopeTest.php class DatabaseSoftDeletingScopeTest (line 16) | class DatabaseSoftDeletingScopeTest extends TestCase method testApplyingScopeToABuilder (line 18) | public function testApplyingScopeToABuilder() method testRestoreExtension (line 29) | public function testRestoreExtension() method testRestoreOrCreateExtension (line 48) | public function testRestoreOrCreateExtension() method testCreateOrRestoreExtension (line 70) | public function testCreateOrRestoreExtension() method testWithTrashedExtension (line 92) | public function testWithTrashedExtension() method testOnlyTrashedExtension (line 110) | public function testOnlyTrashedExtension() method testWithoutTrashedExtension (line 133) | public function testWithoutTrashedExtension() FILE: tests/Database/DatabaseSoftDeletingTest.php class DatabaseSoftDeletingTest (line 10) | class DatabaseSoftDeletingTest extends TestCase method testDeletedAtIsAddedToCastsAsDefaultType (line 12) | public function testDeletedAtIsAddedToCastsAsDefaultType() method testDeletedAtIsCastToCarbonInstance (line 20) | public function testDeletedAtIsCastToCarbonInstance() method testExistingCastOverridesAddedDateCast (line 29) | public function testExistingCastOverridesAddedDateCast() method testExistingMutatorOverridesAddedDateCast (line 39) | public function testExistingMutatorOverridesAddedDateCast() method testCastingToStringOverridesAutomaticDateCastingToRetainPreviousBehaviour (line 52) | public function testCastingToStringOverridesAutomaticDateCastingToReta... class SoftDeletingModel (line 63) | class SoftDeletingModel extends Model FILE: tests/Database/DatabaseSoftDeletingTraitTest.php class DatabaseSoftDeletingTraitTest (line 11) | class DatabaseSoftDeletingTraitTest extends TestCase method testDeleteSetsSoftDeletedColumn (line 13) | public function testDeleteSetsSoftDeletedColumn() method testRestore (line 33) | public function testRestore() method testRestoreCancel (line 46) | public function testRestoreCancel() class DatabaseSoftDeletingTraitStub (line 57) | class DatabaseSoftDeletingTraitStub method newQuery (line 66) | public function newQuery() method getKey (line 71) | public function getKey() method getKeyName (line 76) | public function getKeyName() method save (line 81) | public function save() method delete (line 86) | public function delete() method fireModelEvent (line 91) | public function fireModelEvent() method freshTimestamp (line 96) | public function freshTimestamp() method fromDateTime (line 101) | public function fromDateTime() method getUpdatedAtColumn (line 106) | public function getUpdatedAtColumn() method setKeysForSaveQuery (line 111) | public function setKeysForSaveQuery($query) method getKeyForSaveQuery (line 118) | protected function getKeyForSaveQuery() FILE: tests/Database/DatabaseSqlServerQueryGrammarTest.php class DatabaseSqlServerQueryGrammarTest (line 10) | class DatabaseSqlServerQueryGrammarTest extends TestCase method testToRawSql (line 12) | public function testToRawSql() FILE: tests/Database/DatabaseSqlServerSchemaGrammarTest.php class DatabaseSqlServerSchemaGrammarTest (line 15) | class DatabaseSqlServerSchemaGrammarTest extends TestCase method testBasicCreateTable (line 17) | public function testBasicCreateTable() method testCreateTemporaryTable (line 50) | public function testCreateTemporaryTable() method testCreateTemporaryTableWithPrefix (line 65) | public function testCreateTemporaryTableWithPrefix() method testDropTable (line 79) | public function testDropTable() method testDropTableIfExists (line 97) | public function testDropTableIfExists() method testDropColumn (line 115) | public function testDropColumn() method testDropColumnDropsCreatesSqlToDropDefaultConstraints (line 139) | public function testDropColumnDropsCreatesSqlToDropDefaultConstraints() method testDropPrimary (line 149) | public function testDropPrimary() method testDropUnique (line 159) | public function testDropUnique() method testDropIndex (line 169) | public function testDropIndex() method testDropSpatialIndex (line 179) | public function testDropSpatialIndex() method testDropForeign (line 189) | public function testDropForeign() method testDropConstrainedForeignId (line 199) | public function testDropConstrainedForeignId() method testDropTimestamps (line 210) | public function testDropTimestamps() method testDropTimestampsTz (line 220) | public function testDropTimestampsTz() method testDropMorphs (line 230) | public function testDropMorphs() method testRenameTable (line 241) | public function testRenameTable() method testRenameIndex (line 251) | public function testRenameIndex() method testAddingPrimaryKey (line 261) | public function testAddingPrimaryKey() method testAddingUniqueKey (line 271) | public function testAddingUniqueKey() method testAddingUniqueKeyOnline (line 281) | public function testAddingUniqueKeyOnline() method testAddingIndex (line 291) | public function testAddingIndex() method testAddingIndexOnline (line 301) | public function testAddingIndexOnline() method testAddingSpatialIndex (line 311) | public function testAddingSpatialIndex() method testAddingFluentSpatialIndex (line 321) | public function testAddingFluentSpatialIndex() method testAddingRawIndex (line 331) | public function testAddingRawIndex() method testAddingIncrementingID (line 341) | public function testAddingIncrementingID() method testAddingSmallIncrementingID (line 351) | public function testAddingSmallIncrementingID() method testAddingMediumIncrementingID (line 361) | public function testAddingMediumIncrementingID() method testAddingID (line 371) | public function testAddingID() method testAddingForeignID (line 388) | public function testAddingForeignID() method testAddingForeignIdSpecifyingIndexNameInConstraint (line 413) | public function testAddingForeignIdSpecifyingIndexNameInConstraint() method testAddingBigIncrementingID (line 424) | public function testAddingBigIncrementingID() method testAddingString (line 434) | public function testAddingString() method testAddingText (line 458) | public function testAddingText() method testAddingBigInteger (line 468) | public function testAddingBigInteger() method testAddingInteger (line 485) | public function testAddingInteger() method testAddingMediumInteger (line 502) | public function testAddingMediumInteger() method testAddingTinyInteger (line 519) | public function testAddingTinyInteger() method testAddingSmallInteger (line 536) | public function testAddingSmallInteger() method testAddingFloat (line 553) | public function testAddingFloat() method testAddingDouble (line 563) | public function testAddingDouble() method testAddingDecimal (line 573) | public function testAddingDecimal() method testAddingBoolean (line 583) | public function testAddingBoolean() method testAddingEnum (line 593) | public function testAddingEnum() method testAddingJson (line 605) | public function testAddingJson() method testAddingJsonb (line 615) | public function testAddingJsonb() method testAddingDate (line 625) | public function testAddingDate() method testAddingDateWithDefaultCurrent (line 635) | public function testAddingDateWithDefaultCurrent() method testAddingYear (line 645) | public function testAddingYear() method testAddingYearWithDefaultCurrent (line 654) | public function testAddingYearWithDefaultCurrent() method testAddingDateTime (line 663) | public function testAddingDateTime() method testAddingDateTimeWithPrecision (line 672) | public function testAddingDateTimeWithPrecision() method testAddingDateTimeTz (line 681) | public function testAddingDateTimeTz() method testAddingDateTimeTzWithPrecision (line 690) | public function testAddingDateTimeTzWithPrecision() method testAddingTime (line 699) | public function testAddingTime() method testAddingTimeWithPrecision (line 708) | public function testAddingTimeWithPrecision() method testAddingTimeTz (line 717) | public function testAddingTimeTz() method testAddingTimeTzWithPrecision (line 726) | public function testAddingTimeTzWithPrecision() method testAddingTimestamp (line 735) | public function testAddingTimestamp() method testAddingTimestampWithPrecision (line 744) | public function testAddingTimestampWithPrecision() method testAddingTimestampTz (line 753) | public function testAddingTimestampTz() method testAddingTimestampTzWithPrecision (line 762) | public function testAddingTimestampTzWithPrecision() method testAddingTimestamps (line 771) | public function testAddingTimestamps() method testAddingTimestampsTz (line 783) | public function testAddingTimestampsTz() method testAddingRememberToken (line 795) | public function testAddingRememberToken() method testAddingBinary (line 805) | public function testAddingBinary() method testAddingUuid (line 815) | public function testAddingUuid() method testAddingUuidDefaultsColumnName (line 825) | public function testAddingUuidDefaultsColumnName() method testAddingForeignUuid (line 835) | public function testAddingForeignUuid() method testAddingIpAddress (line 860) | public function testAddingIpAddress() method testAddingIpAddressDefaultsColumnName (line 870) | public function testAddingIpAddressDefaultsColumnName() method testAddingMacAddress (line 880) | public function testAddingMacAddress() method testAddingMacAddressDefaultsColumnName (line 890) | public function testAddingMacAddressDefaultsColumnName() method testAddingGeometry (line 900) | public function testAddingGeometry() method testAddingGeography (line 910) | public function testAddingGeography() method testAddingGeneratedColumn (line 920) | public function testAddingGeneratedColumn() method testGrammarsAreMacroable (line 947) | public function testGrammarsAreMacroable() method testQuoteString (line 959) | public function testQuoteString() method testQuoteStringOnArray (line 964) | public function testQuoteStringOnArray() method testCreateDatabase (line 969) | public function testCreateDatabase() method testDropDatabaseIfExists (line 986) | public function testDropDatabaseIfExists() method getConnection (line 1003) | protected function getConnection( method getGrammar (line 1022) | public function getGrammar(?Connection $connection = null) method getBuilder (line 1027) | public function getBuilder() FILE: tests/Database/DatabaseSqliteSchemaStateTest.php class DatabaseSqliteSchemaStateTest (line 13) | class DatabaseSqliteSchemaStateTest extends TestCase method testLoadSchemaToDatabase (line 15) | public function testLoadSchemaToDatabase(): void method testLoadSchemaToInMemory (line 38) | public function testLoadSchemaToInMemory(): void FILE: tests/Database/DatabaseTransactionsManagerTest.php class DatabaseTransactionsManagerTest (line 8) | class DatabaseTransactionsManagerTest extends TestCase method testBeginningTransactions (line 10) | public function testBeginningTransactions() method testRollingBackTransactions (line 27) | public function testRollingBackTransactions() method testRollingBackTransactionsAllTheWay (line 46) | public function testRollingBackTransactionsAllTheWay() method testCommittingTransactions (line 62) | public function testCommittingTransactions() method testCallbacksAreAddedToTheCurrentTransaction (line 89) | public function testCallbacksAreAddedToTheCurrentTransaction() method testCallbacksRunInFifoOrder (line 112) | public function testCallbacksRunInFifoOrder() method testCommittingTransactionsExecutesCallbacks (line 137) | public function testCommittingTransactionsExecutesCallbacks() method testCommittingExecutesOnlyCallbacksOfTheConnection (line 165) | public function testCommittingExecutesOnlyCallbacksOfTheConnection() method testCallbackIsExecutedIfNoTransactions (line 191) | public function testCallbackIsExecutedIfNoTransactions() method testCallbacksForRollbackAreAddedToTheCurrentTransaction (line 205) | public function testCallbacksForRollbackAreAddedToTheCurrentTransaction() method testRollbackTransactionsExecutesCallbacks (line 228) | public function testRollbackTransactionsExecutesCallbacks() method testRollbackExecutesOnlyCallbacksOfTheConnection (line 256) | public function testRollbackExecutesOnlyCallbacksOfTheConnection() method testCallbackForRollbackIsNotExecutedIfNoTransactions (line 282) | public function testCallbackForRollbackIsNotExecutedIfNoTransactions() method testStageTransactions (line 295) | public function testStageTransactions() method testStageTransactionsOnlyStagesTheTransactionsAtOrAboveTheGivenLevel (line 324) | public function testStageTransactionsOnlyStagesTheTransactionsAtOrAbov... FILE: tests/Database/DatabaseTransactionsTest.php class DatabaseTransactionsTest (line 12) | class DatabaseTransactionsTest extends TestCase method setUp (line 19) | protected function setUp(): void method createSchema (line 38) | protected function createSchema() method tearDown (line 54) | protected function tearDown(): void method testTransactionIsRecordedAndCommitted (line 63) | public function testTransactionIsRecordedAndCommitted() method testTransactionIsRecordedAndCommittedUsingTheSeparateMethods (line 82) | public function testTransactionIsRecordedAndCommittedUsingTheSeparateM... method testNestedTransactionIsRecordedAndCommitted (line 101) | public function testNestedTransactionIsRecordedAndCommitted() method testNestedTransactionIsRecordeForDifferentConnectionsdAndCommitted (line 128) | public function testNestedTransactionIsRecordeForDifferentConnectionsd... method testTransactionIsRolledBack (line 164) | public function testTransactionIsRolledBack() method testTransactionIsRolledBackUsingSeparateMethods (line 189) | public function testTransactionIsRolledBackUsingSeparateMethods() method testNestedTransactionsAreRolledBack (line 211) | public function testNestedTransactionsAreRolledBack() method schema (line 249) | protected function schema($connection = 'default') method connection (line 254) | public function connection($name = 'default') FILE: tests/Database/EloquentHasOneOrManyDeprecationTest.php class EloquentHasOneOrManyDeprecationTest (line 14) | class EloquentHasOneOrManyDeprecationTest extends TestCase method testHasManyMatchWithNullLocalKey (line 16) | public function testHasManyMatchWithNullLocalKey(): void method testHasOneMatchWithNullLocalKey (line 41) | public function testHasOneMatchWithNullLocalKey(): void method getHasManyRelation (line 59) | protected function getHasManyRelation(): HasMany method getHasOneRelation (line 75) | protected function getHasOneRelation(): HasOne class HasOneOrManyDeprecationModelStub (line 92) | class HasOneOrManyDeprecationModelStub extends Model FILE: tests/Database/EloquentModelCustomCastingTest.php class EloquentModelCustomCastingTest (line 20) | #[Group('integration')] method setUp (line 23) | protected function setUp(): void method createSchema (line 43) | public function createSchema() method tearDown (line 76) | protected function tearDown(): void method testSavingCastedAttributesToDatabase (line 85) | #[RequiresPhpExtension('gmp')] method testInvalidArgumentExceptionOnInvalidValue (line 122) | #[RequiresPhpExtension('gmp')] method testInvalidArgumentExceptionOnNull (line 141) | #[RequiresPhpExtension('gmp')] method testModelsWithCustomCastsCanBeConvertedToArrays (line 160) | #[RequiresPhpExtension('gmp')] method testModelWithCustomCastsWorkWithCustomIncrementDecrement (line 182) | public function testModelWithCustomCastsWorkWithCustomIncrementDecreme... method testModelWithCustomCastsCompareFunction (line 195) | public function testModelWithCustomCastsCompareFunction() method testModelWithCustomCastsUnguardedCanBeMassAssigned (line 214) | public function testModelWithCustomCastsUnguardedCanBeMassAssigned() method testModelWithCustomCastsCanBeGuardedAgainstMassAssigned (line 223) | public function testModelWithCustomCastsCanBeGuardedAgainstMassAssigned() method connection (line 238) | protected function connection() method schema (line 248) | protected function schema() class AddressCast (line 257) | class AddressCast implements CastsAttributes method get (line 268) | public function get($model, $key, $value, $attributes) method set (line 285) | public function set($model, $key, $value, $attributes) class GMPCast (line 298) | class GMPCast implements CastsAttributes, SerializesCastableAttributes method get (line 309) | public function get($model, $key, $value, $attributes) method set (line 323) | public function set($model, $key, $value, $attributes) method serialize (line 337) | public function serialize($model, string $key, $value, array $attributes) class NonNullableString (line 343) | class NonNullableString implements CastsAttributes method get (line 354) | public function get($model, $key, $value, $attributes) method set (line 368) | public function set($model, $key, $value, $attributes) class CustomCasts (line 377) | class CustomCasts extends Eloquent class AddressModel (line 399) | class AddressModel method __construct (line 411) | public function __construct($address_line_one, $address_line_two) class Euro (line 418) | class Euro implements Castable method __construct (line 422) | public function __construct(string $value) method castUsing (line 427) | public static function castUsing(array $arguments) class EuroCaster (line 433) | class EuroCaster implements CastsAttributes method get (line 435) | public function get($model, $key, $value, $attributes) method set (line 440) | public function set($model, $key, $value, $attributes) method increment (line 445) | public function increment($model, $key, $value, $attributes) method decrement (line 452) | public function decrement($model, $key, $value, $attributes) class Member (line 460) | class Member extends Model class Document (line 468) | class Document extends Model class Person (line 477) | class Person extends Model class StructuredDocumentCaster (line 486) | class StructuredDocumentCaster implements CastsAttributes, ComparesCasta... method get (line 488) | public function get($model, $key, $value, $attributes) method set (line 493) | public function set($model, $key, $value, $attributes) method compare (line 498) | public function compare($model, $key, $value1, $value2) class AddressDto (line 504) | class AddressDto method __construct (line 506) | public function __construct(public string $lineOne, public string $lin... class AsAddress (line 512) | class AsAddress implements CastsAttributes method get (line 514) | public function get($model, $key, $value, $attributes) method set (line 519) | public function set($model, $key, $value, $attributes) FILE: tests/Database/Enums.php method description (line 33) | public function description(): string method toArray (line 41) | public function toArray() FILE: tests/Database/Fixtures/Factories/Money/PriceFactory.php class PriceFactory (line 7) | class PriceFactory extends Factory method definition (line 9) | public function definition() FILE: tests/Database/Fixtures/Models/EloquentModelUsingNonIncrementedInt.php class EloquentModelUsingNonIncrementedInt (line 7) | class EloquentModelUsingNonIncrementedInt extends Model method getForeignKey (line 24) | public function getForeignKey() FILE: tests/Database/Fixtures/Models/EloquentModelUsingUlid.php class EloquentModelUsingUlid (line 8) | class EloquentModelUsingUlid extends Model method getForeignKey (line 24) | public function getForeignKey() FILE: tests/Database/Fixtures/Models/EloquentModelUsingUuid.php class EloquentModelUsingUuid (line 7) | class EloquentModelUsingUuid extends Model method getForeignKey (line 35) | public function getForeignKey() FILE: tests/Database/Fixtures/Models/EloquentResourceCollectionTestModel.php class EloquentResourceCollectionTestModel (line 7) | class EloquentResourceCollectionTestModel extends Model FILE: tests/Database/Fixtures/Models/EloquentResourceTestResourceModel.php class EloquentResourceTestResourceModel (line 7) | class EloquentResourceTestResourceModel extends Model FILE: tests/Database/Fixtures/Models/EloquentResourceTestResourceModelWithGuessableResource.php class EloquentResourceTestResourceModelWithGuessableResource (line 7) | class EloquentResourceTestResourceModelWithGuessableResource extends Model FILE: tests/Database/Fixtures/Models/EloquentResourceTestResourceModelWithUseResourceAttribute.php class EloquentResourceTestResourceModelWithUseResourceAttribute (line 9) | #[UseResource(EloquentResourceTestJsonResource::class)] FILE: tests/Database/Fixtures/Models/EloquentResourceTestResourceModelWithUseResourceCollectionAttribute.php class EloquentResourceTestResourceModelWithUseResourceCollectionAttribute (line 9) | #[UseResourceCollection(EloquentResourceTestJsonResourceCollection::class)] FILE: tests/Database/Fixtures/Models/Money/Price.php class Price (line 9) | class Price extends Model FILE: tests/Database/Fixtures/Models/User.php class User (line 7) | class User extends FoundationUser FILE: tests/Database/Fixtures/Resources/EloquentResourceCollectionTestResource.php class EloquentResourceCollectionTestResource (line 7) | class EloquentResourceCollectionTestResource extends JsonResource FILE: tests/Database/Fixtures/Resources/EloquentResourceTestJsonResource.php class EloquentResourceTestJsonResource (line 7) | class EloquentResourceTestJsonResource extends JsonResource FILE: tests/Database/Fixtures/Resources/EloquentResourceTestJsonResourceCollection.php class EloquentResourceTestJsonResourceCollection (line 7) | class EloquentResourceTestJsonResourceCollection extends ResourceCollection FILE: tests/Database/PruneCommandTest.php class PruneCommandTest (line 19) | class PruneCommandTest extends TestCase method setUp (line 21) | protected function setUp(): void method testPrunableModelAndExceptWithEachOther (line 42) | public function testPrunableModelAndExceptWithEachOther(): void method testPrunableModelWithPrunableRecords (line 53) | public function testPrunableModelWithPrunableRecords() method testPrunableTestModelWithoutPrunableRecords (line 80) | public function testPrunableTestModelWithoutPrunableRecords() method testPrunableSoftDeletedModelWithPrunableRecords (line 90) | public function testPrunableSoftDeletedModelWithPrunableRecords() method testNonPrunableTest (line 127) | public function testNonPrunableTest() method testNonPrunableTestWithATrait (line 137) | public function testNonPrunableTestWithATrait() method testNonModelFilesAreIgnoredTest (line 147) | public function testNonModelFilesAreIgnoredTest() method testTheCommandMayBePretended (line 169) | public function testTheCommandMayBePretended() method testTheCommandMayBePretendedOnSoftDeletedModel (line 203) | public function testTheCommandMayBePretendedOnSoftDeletedModel() method testTheCommandDispatchesEvents (line 236) | public function testTheCommandDispatchesEvents() method artisan (line 257) | protected function artisan($arguments) method tearDown (line 269) | protected function tearDown(): void FILE: tests/Database/Pruning/Models/AbstractPrunableModel.php class AbstractPrunableModel (line 10) | abstract class AbstractPrunableModel extends Model FILE: tests/Database/Pruning/Models/NonPrunableTestModel.php class NonPrunableTestModel (line 9) | class NonPrunableTestModel extends Model FILE: tests/Database/Pruning/Models/NonPrunableTrait.php type NonPrunableTrait (line 9) | trait NonPrunableTrait FILE: tests/Database/Pruning/Models/PrunableTestModelWithPrunableRecords.php class PrunableTestModelWithPrunableRecords (line 11) | class PrunableTestModelWithPrunableRecords extends Model method pruneAll (line 18) | public function pruneAll() method prunable (line 26) | public function prunable() FILE: tests/Database/Pruning/Models/PrunableTestModelWithoutPrunableRecords.php class PrunableTestModelWithoutPrunableRecords (line 10) | class PrunableTestModelWithoutPrunableRecords extends Model method pruneAll (line 14) | public function pruneAll() FILE: tests/Database/Pruning/Models/PrunableTestSoftDeletedModelWithPrunableRecords.php class PrunableTestSoftDeletedModelWithPrunableRecords (line 11) | class PrunableTestSoftDeletedModelWithPrunableRecords extends Model method prunable (line 18) | public function prunable() FILE: tests/Database/Pruning/Models/SomeClass.php class SomeClass (line 5) | class SomeClass FILE: tests/Database/QueryDurationThresholdTest.php class QueryDurationThresholdTest (line 13) | class QueryDurationThresholdTest extends TestCase method tearDown (line 20) | protected function tearDown(): void method testItCanHandleReachingADurationThresholdInTheDb (line 27) | public function testItCanHandleReachingADurationThresholdInTheDb() method testItIsOnlyCalledOnce (line 44) | public function testItIsOnlyCalledOnce() method testItIsOnlyCalledOnceWhenGivenDateTime (line 60) | public function testItIsOnlyCalledOnceWhenGivenDateTime() method testItCanSpecifyMultipleHandlersWithTheSameIntervals (line 78) | public function testItCanSpecifyMultipleHandlersWithTheSameIntervals() method testItCanSpecifyMultipleHandlersWithDifferentIntervals (line 99) | public function testItCanSpecifyMultipleHandlersWithDifferentIntervals() method testItHasAccessToConnectionInHandler (line 124) | public function testItHasAccessToConnectionInHandler() method testItHasSpecifyThresholdWithFloat (line 139) | public function testItHasSpecifyThresholdWithFloat() method testItHasSpecifyThresholdWithInt (line 155) | public function testItHasSpecifyThresholdWithInt() method testItCanResetTotalQueryDuration (line 171) | public function testItCanResetTotalQueryDuration() method testItCanRestoreAlreadyRunHandlers (line 185) | public function testItCanRestoreAlreadyRunHandlers() method testItCanAccessAllQueriesWhenQueryLoggingIsActive (line 212) | public function testItCanAccessAllQueriesWhenQueryLoggingIsActive() FILE: tests/Database/SeedCommandTest.php class SeedCommandTest (line 22) | class SeedCommandTest extends TestCase method testHandle (line 24) | public function testHandle() method testWithoutModelEvents (line 61) | public function testWithoutModelEvents() method testProhibitable (line 107) | public function testProhibitable() method tearDown (line 136) | protected function tearDown(): void class UserWithoutModelEventsSeeder (line 146) | class UserWithoutModelEventsSeeder extends Seeder method run (line 150) | public function run() FILE: tests/Database/SqlServerBuilderTest.php class SqlServerBuilderTest (line 11) | class SqlServerBuilderTest extends TestCase method testCreateDatabase (line 13) | public function testCreateDatabase() method testDropDatabaseIfExists (line 27) | public function testDropDatabaseIfExists() FILE: tests/Database/TableGuesserTest.php class TableGuesserTest (line 8) | class TableGuesserTest extends TestCase method testMigrationIsProperlyParsed (line 10) | public function testMigrationIsProperlyParsed() method testMigrationIsProperlyParsedWithoutTableSuffix (line 33) | public function testMigrationIsProperlyParsedWithoutTableSuffix() FILE: tests/Database/migrations/connection_configured/2022_02_21_000000_create_failed_jobs_table.php method up (line 21) | public function up() method down (line 38) | public function down() FILE: tests/Database/migrations/connection_configured/2022_02_21_120000_create_jobs_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: tests/Database/migrations/one/2016_01_01_000000_create_users_table.php class CreateUsersTable (line 7) | class CreateUsersTable extends Migration method up (line 14) | public function up() method down (line 31) | public function down() FILE: tests/Database/migrations/one/2016_01_01_100000_create_password_resets_table.php class CreatePasswordResetsTable (line 7) | class CreatePasswordResetsTable extends Migration method up (line 14) | public function up() method down (line 28) | public function down() FILE: tests/Database/migrations/should_run/2016_01_01_200000_create_flights_table.php class CreateFlightsTable (line 7) | class CreateFlightsTable extends Migration method shouldRun (line 9) | public function shouldRun(): bool method up (line 19) | public function up() method down (line 32) | public function down() FILE: tests/Database/migrations/two/2016_01_01_200000_create_flights_table.php class CreateFlightsTable (line 7) | class CreateFlightsTable extends Migration method up (line 14) | public function up() method down (line 27) | public function down() FILE: tests/Database/stubs/EloquentModelNamespacedStub.php class EloquentModelNamespacedStub (line 7) | class EloquentModelNamespacedStub extends Model FILE: tests/Database/stubs/MigrationCreatorFakeMigration.php class MigrationCreatorFakeMigration (line 3) | class MigrationCreatorFakeMigration FILE: tests/Database/stubs/TestCast.php class TestCast (line 8) | class TestCast implements CastsAttributes method get (line 17) | public function get(Model $model, string $key, mixed $value, array $at... method set (line 37) | public function set(Model $model, string $key, mixed $value, array $at... FILE: tests/Database/stubs/TestValueObject.php class TestValueObject (line 5) | class TestValueObject method make (line 10) | public static function make(?array $test): self method toArray (line 23) | public function toArray(): array FILE: tests/Encryption/EncrypterTest.php class EncrypterTest (line 11) | class EncrypterTest extends TestCase method testEncryption (line 13) | public function testEncryption(): void method testRawStringEncryption (line 33) | public function testRawStringEncryption() method testRawStringEncryptionWithPreviousKeys (line 41) | public function testRawStringEncryptionWithPreviousKeys() method testItValidatesMacOnPerKeyBasis (line 53) | public function testItValidatesMacOnPerKeyBasis() method testEncryptionUsingBase64EncodedKey (line 65) | public function testEncryptionUsingBase64EncodedKey() method testEncryptedLengthIsFixed (line 73) | public function testEncryptedLengthIsFixed() method testWithCustomCipher (line 83) | public function testWithCustomCipher() method testCipherNamesCanBeMixedCase (line 96) | public function testCipherNamesCanBeMixedCase() method testThatAnAeadCipherIncludesTag (line 109) | public function testThatAnAeadCipherIncludesTag() method testThatAnAeadTagMustBeProvidedInFullLength (line 119) | public function testThatAnAeadTagMustBeProvidedInFullLength() method testThatAnAeadTagCantBeModified (line 133) | public function testThatAnAeadTagCantBeModified() method testThatANonAeadCipherIncludesMac (line 147) | public function testThatANonAeadCipherIncludesMac() method testDoNoAllowLongerKey (line 157) | public function testDoNoAllowLongerKey() method testWithBadKeyLength (line 165) | public function testWithBadKeyLength() method testWithBadKeyLengthAlternativeCipher (line 173) | public function testWithBadKeyLengthAlternativeCipher() method testWithUnsupportedCipher (line 181) | public function testWithUnsupportedCipher() method testExceptionThrownWhenPayloadIsInvalid (line 189) | public function testExceptionThrownWhenPayloadIsInvalid() method testDecryptionExceptionIsThrownWhenUnexpectedTagIsAdded (line 200) | public function testDecryptionExceptionIsThrownWhenUnexpectedTagIsAdded() method testExceptionThrownWithDifferentKey (line 212) | public function testExceptionThrownWithDifferentKey() method testExceptionThrownWhenIvIsTooLong (line 222) | public function testExceptionThrownWhenIvIsTooLong() method testSupportedMethodAcceptsAnyCasing (line 236) | public function testSupportedMethodAcceptsAnyCasing() method provideTamperedData (line 245) | public static function provideTamperedData() method testTamperedPayloadWillGetRejected (line 263) | #[DataProvider('provideTamperedData')] method testEncryptedReturnsTrueForEncryptedValue (line 273) | public function testEncryptedReturnsTrueForEncryptedValue() method testEncryptedReturnsTrueForEncryptedArray (line 281) | public function testEncryptedReturnsTrueForEncryptedArray() method testEncryptedReturnsFalseForPlainText (line 289) | public function testEncryptedReturnsFalseForPlainText() method testEncryptedReturnsFalseForNonString (line 296) | public function testEncryptedReturnsFalseForNonString() FILE: tests/Events/BroadcastedEventsTest.php class BroadcastedEventsTest (line 13) | class BroadcastedEventsTest extends TestCase method testShouldBroadcastSuccess (line 15) | public function testShouldBroadcastSuccess() method testShouldBroadcastAsQueuedAndCallNormalListeners (line 30) | public function testShouldBroadcastAsQueuedAndCallNormalListeners() method testShouldBroadcastFail (line 47) | public function testShouldBroadcastFail() method testBroadcastWithMultipleChannels (line 62) | public function testBroadcastWithMultipleChannels() method testBroadcastWithCustomConnectionName (line 80) | public function testBroadcastWithCustomConnectionName() method testBroadcastWithCustomEventName (line 100) | public function testBroadcastWithCustomEventName() method testBroadcastWithCustomPayload (line 123) | public function testBroadcastWithCustomPayload() method testEventBroadcastsUsingNamedArguments (line 148) | public function testEventBroadcastsUsingNamedArguments() class BroadcastEvent (line 181) | class BroadcastEvent implements ShouldBroadcast method broadcastOn (line 183) | public function broadcastOn() method broadcastWhen (line 188) | public function broadcastWhen() class AlwaysBroadcastEvent (line 194) | class AlwaysBroadcastEvent implements ShouldBroadcast method broadcastOn (line 196) | public function broadcastOn() class BroadcastFalseCondition (line 202) | class BroadcastFalseCondition extends BroadcastEvent method broadcastWhen (line 204) | public function broadcastWhen() class BroadcastableNamedArgumentsEvent (line 210) | class BroadcastableNamedArgumentsEvent method __construct (line 214) | public function __construct( FILE: tests/Events/EventsDispatcherTest.php class EventsDispatcherTest (line 12) | class EventsDispatcherTest extends TestCase method testBasicEventExecution (line 14) | public function testBasicEventExecution() method testDeferEventExecution (line 35) | public function testDeferEventExecution() method testDeferMultipleEvents (line 54) | public function testDeferMultipleEvents() method testDeferNestedEvents (line 73) | public function testDeferNestedEvents() method testDeferSpecificEvents (line 96) | public function testDeferSpecificEvents() method testDeferSpecificNestedEvents (line 119) | public function testDeferSpecificNestedEvents() method testDeferSpecificObjectEvents (line 151) | public function testDeferSpecificObjectEvents() method testHaltingEventExecution (line 174) | public function testHaltingEventExecution() method testResponseWhenNoListenersAreSet (line 194) | public function testResponseWhenNoListenersAreSet() method testReturningFalseStopsPropagation (line 205) | public function testReturningFalseStopsPropagation() method testReturningFalsyValuesContinuesPropagation (line 229) | public function testReturningFalsyValuesContinuesPropagation() method testContainerResolutionOfEventHandlers (line 250) | public function testContainerResolutionOfEventHandlers() method testContainerResolutionOfEventHandlersWithDefaultMethods (line 260) | public function testContainerResolutionOfEventHandlersWithDefaultMetho... method testQueuedEventsAreFired (line 268) | public function testQueuedEventsAreFired() method testQueuedEventsCanBeForgotten (line 288) | public function testQueuedEventsCanBeForgotten() method testMultiplePushedEventsWillGetFlushed (line 302) | public function testMultiplePushedEventsWillGetFlushed() method testPushMethodCanAcceptObjectAsPayload (line 316) | public function testPushMethodCanAcceptObjectAsPayload() method testWildcardListeners (line 330) | public function testWildcardListeners() method testWildcardListenersWithResponses (line 350) | public function testWildcardListenersWithResponses() method testWildcardListenersCacheFlushing (line 369) | public function testWildcardListenersCacheFlushing() method testListenersCanBeRemoved (line 386) | public function testListenersCanBeRemoved() method testWildcardListenersCanBeRemoved (line 399) | public function testWildcardListenersCanBeRemoved() method testWildcardCacheIsClearedWhenListenersAreRemoved (line 412) | public function testWildcardCacheIsClearedWhenListenersAreRemoved() method testHasWildcardListeners (line 432) | public function testHasWildcardListeners() method testListenersCanBeFound (line 442) | public function testListenersCanBeFound() method testWildcardListenersCanBeFound (line 453) | public function testWildcardListenersCanBeFound() method testEventPassedFirstToWildcards (line 465) | public function testEventPassedFirstToWildcards() method testClassesWork (line 482) | public function testClassesWork() method testClassesWorkWithAnonymousListeners (line 494) | public function testClassesWorkWithAnonymousListeners() method testEventClassesArePayload (line 506) | public function testEventClassesArePayload() method testInterfacesWork (line 518) | public function testInterfacesWork() method testBothClassesAndInterfacesWork (line 530) | public function testBothClassesAndInterfacesWork() method testNestedEvent (line 553) | public function testNestedEvent() method testDuplicateListenersWillFire (line 573) | public function testDuplicateListenersWillFire() method testGetListeners (line 586) | public function testGetListeners() method testListenersObjectsCreationOrder (line 599) | public function testListenersObjectsCreationOrder() method test_Listener_object_creation_is_lazy (line 643) | public function test_Listener_object_creation_is_lazy() method testInvokeIsCalled (line 685) | public function testInvokeIsCalled() method testEventDispatchesUsingNamedArguments (line 721) | public function testEventDispatchesUsingNamedArguments() class TestListenerLean (line 752) | class TestListenerLean class TestListenerInvokeyHandler (line 757) | class TestListenerInvokeyHandler method __construct (line 759) | public function __construct() method __invoke (line 764) | public function __invoke() method handle (line 769) | public function handle() class TestListenerInvokey (line 775) | class TestListenerInvokey method __construct (line 777) | public function __construct() method __invoke (line 782) | public function __invoke($payload) class ExampleEvent (line 790) | class ExampleEvent type SomeEventInterface (line 795) | interface SomeEventInterface class AnotherEvent (line 800) | class AnotherEvent implements SomeEventInterface class TestEventListener (line 805) | class TestEventListener method handle (line 807) | public function handle($foo, $bar) method onFooEvent (line 812) | public function onFooEvent($foo, $bar) class TestListener (line 818) | class TestListener method handle (line 822) | public function handle() class TestEvent (line 828) | class TestEvent method __construct (line 830) | public function __construct() class TestListener1 (line 836) | class TestListener1 method __construct (line 838) | public function __construct() method handle (line 843) | public function handle() class TestListener2 (line 851) | class TestListener2 method __construct (line 853) | public function __construct() method handle (line 858) | public function handle() class TestListener2Falser (line 866) | class TestListener2Falser method __construct (line 868) | public function __construct() method handle (line 873) | public function handle() class TestListener3 (line 881) | class TestListener3 method __construct (line 883) | public function __construct() method handle (line 888) | public function handle() class DeferTestEvent (line 894) | class DeferTestEvent class ImmediateTestEvent (line 898) | class ImmediateTestEvent class DispatchableNamedArgumentsEvent (line 902) | class DispatchableNamedArgumentsEvent method __construct (line 906) | public function __construct( FILE: tests/Events/EventsSubscriberTest.php class EventsSubscriberTest (line 10) | class EventsSubscriberTest extends TestCase method testEventSubscribers (line 12) | public function testEventSubscribers() method testEventSubscribeCanAcceptObject (line 24) | public function testEventSubscribeCanAcceptObject() method testEventSubscribeCanReturnMappings (line 35) | public function testEventSubscribeCanReturnMappings() class ExampleSubscriber (line 48) | class ExampleSubscriber method subscribe (line 50) | public function subscribe($e) class DeclarativeSubscriber (line 57) | class DeclarativeSubscriber method subscribe (line 61) | public function subscribe() method listener1 (line 74) | public function listener1() method listener2 (line 79) | public function listener2() method listener3 (line 84) | public function listener3() FILE: tests/Events/QueuedEventsTest.php class QueuedEventsTest (line 26) | class QueuedEventsTest extends TestCase method testQueuedEventHandlersAreQueued (line 28) | public function testQueuedEventHandlersAreQueued() method testCustomizedQueuedEventHandlersAreQueued (line 45) | public function testCustomizedQueuedEventHandlersAreQueued() method testQueueIsSetByGetQueue (line 61) | public function testQueueIsSetByGetQueue() method testQueueIsSetByGetConnection (line 77) | public function testQueueIsSetByGetConnection() method testDelayIsSetByWithDelay (line 94) | public function testDelayIsSetByWithDelay() method testQueueIsSetByGetQueueDynamically (line 111) | public function testQueueIsSetByGetQueueDynamically() method testQueueIsSetByGetConnectionDynamically (line 127) | public function testQueueIsSetByGetConnectionDynamically() method testQueueIsSetUsingQueueRoutes (line 153) | public function testQueueIsSetUsingQueueRoutes() method testDelayIsSetByWithDelayDynamically (line 178) | public function testDelayIsSetByWithDelayDynamically() method testQueuePropagateRetryUntilAndMaxExceptions (line 195) | public function testQueuePropagateRetryUntilAndMaxExceptions() method testQueuePropagateTries (line 213) | public function testQueuePropagateTries() method testQueuePropagateMessageGroupProperty (line 231) | public function testQueuePropagateMessageGroupProperty() method testQueuePropagateMessageGroupMethodOverProperty (line 249) | public function testQueuePropagateMessageGroupMethodOverProperty() method testQueuePropagateDeduplicationIdMethod (line 267) | public function testQueuePropagateDeduplicationIdMethod() method testQueuePropagateDeduplicatorMethodOverDeduplicationIdMethod (line 287) | public function testQueuePropagateDeduplicatorMethodOverDeduplicationI... method testQueuePropagateMiddleware (line 307) | public function testQueuePropagateMiddleware() method testDispatchesOnQueueDefinedWithEnum (line 328) | public function testDispatchesOnQueueDefinedWithEnum() method testQueuePropagatesShouldBeUnique (line 345) | public function testQueuePropagatesShouldBeUnique() method testUniqueListenerNotQueuedWhenLockNotAcquired (line 374) | public function testUniqueListenerNotQueuedWhenLockNotAcquired() method testQueuePropagatesShouldBeUniqueUntilProcessing (line 398) | public function testQueuePropagatesShouldBeUniqueUntilProcessing() method testQueuePropagatesUniqueIdFromMethod (line 425) | public function testQueuePropagatesUniqueIdFromMethod() method testUniqueLockKeyUsesListenerClassName (line 451) | public function testUniqueLockKeyUsesListenerClassName() method testUniqueLockIsAcquiredWithListenerClassName (line 464) | public function testUniqueLockIsAcquiredWithListenerClassName() method testUniqueViaUsesListenerCacheRepository (line 493) | public function testUniqueViaUsesListenerCacheRepository() method testUniqueLockIsReleasedOnProcessingWithListenerClassName (line 527) | public function testUniqueLockIsReleasedOnProcessingWithListenerClassN... method testUniqueUntilProcessingLockIsReleasedBeforeHandling (line 560) | public function testUniqueUntilProcessingLockIsReleasedBeforeHandling() class TestDispatcherQueuedHandler (line 599) | class TestDispatcherQueuedHandler implements ShouldQueue method handle (line 601) | public function handle() class TestDispatcherConnectionQueuedHandler (line 607) | class TestDispatcherConnectionQueuedHandler implements ShouldQueue method handle (line 615) | public function handle() class TestDispatcherGetQueue (line 621) | class TestDispatcherGetQueue implements ShouldQueue method handle (line 625) | public function handle() method viaQueue (line 630) | public function viaQueue() class TestDispatcherGetConnection (line 636) | class TestDispatcherGetConnection implements ShouldQueue method handle (line 640) | public function handle() method viaConnection (line 645) | public function viaConnection() class TestDispatcherGetDelay (line 651) | class TestDispatcherGetDelay implements ShouldQueue method handle (line 655) | public function handle() method withDelay (line 660) | public function withDelay() class TestDispatcherOptions (line 666) | class TestDispatcherOptions implements ShouldQueue method retryUntil (line 670) | public function retryUntil() method tries (line 675) | public function tries() method handle (line 680) | public function handle() class TestDispatcherWithMessageGroupProperty (line 686) | class TestDispatcherWithMessageGroupProperty implements ShouldQueue method handle (line 690) | public function handle() class TestDispatcherWithMessageGroupMethod (line 696) | class TestDispatcherWithMessageGroupMethod implements ShouldQueue method handle (line 700) | public function handle() method messageGroup (line 705) | public function messageGroup($event) class TestDispatcherWithDeduplicationIdMethod (line 711) | class TestDispatcherWithDeduplicationIdMethod implements ShouldQueue method handle (line 713) | public function handle() method deduplicationId (line 718) | public function deduplicationId($payload, $queue) class TestDispatcherWithDeduplicatorMethod (line 724) | class TestDispatcherWithDeduplicatorMethod implements ShouldQueue method handle (line 726) | public function handle() method deduplicationId (line 731) | public function deduplicationId($payload, $queue) method deduplicator (line 736) | public function deduplicator($event) class TestDispatcherMiddleware (line 742) | class TestDispatcherMiddleware implements ShouldQueue method middleware (line 744) | public function middleware($a, $b) method handle (line 749) | public function handle($a, $b) class TestMiddleware (line 755) | class TestMiddleware method __construct (line 760) | public function __construct($a, $b) method handle (line 766) | public function handle($job, $next) class TestDispatcherGetConnectionDynamically (line 772) | class TestDispatcherGetConnectionDynamically implements ShouldQueue method handle (line 774) | public function handle() method viaConnection (line 779) | public function viaConnection($event) class TestDispatcherGetQueueDynamically (line 789) | class TestDispatcherGetQueueDynamically implements ShouldQueue method handle (line 793) | public function handle() method viaQueue (line 798) | public function viaQueue($event) class TestDispatcherGetDelayDynamically (line 808) | class TestDispatcherGetDelayDynamically implements ShouldQueue method handle (line 812) | public function handle() method withDelay (line 817) | public function withDelay($event) class TestDispatcherViaQueueSupportsEnum (line 832) | class TestDispatcherViaQueueSupportsEnum implements ShouldQueue method viaQueue (line 834) | public function viaQueue() class TestDispatcherQueueRoutes (line 840) | class TestDispatcherQueueRoutes implements ShouldQueue method handle (line 842) | public function handle() class TestDispatcherShouldBeUnique (line 848) | class TestDispatcherShouldBeUnique implements ShouldQueue, ShouldBeUnique method handle (line 854) | public function handle() class TestDispatcherShouldBeUniqueUntilProcessing (line 860) | class TestDispatcherShouldBeUniqueUntilProcessing implements ShouldQueue... method handle (line 868) | public function handle() class TestDispatcherUniqueIdFromMethod (line 880) | class TestDispatcherUniqueIdFromMethod implements ShouldQueue, ShouldBeU... method handle (line 882) | public function handle() method uniqueId (line 887) | public function uniqueId($event) class TestDispatcherShouldBeUniqueWithCustomCache (line 893) | class TestDispatcherShouldBeUniqueWithCustomCache implements ShouldQueue... method handle (line 897) | public function handle() method uniqueId (line 902) | public function uniqueId() method uniqueFor (line 907) | public function uniqueFor() method uniqueVia (line 912) | public function uniqueVia(): Cache FILE: tests/Filesystem/FilesystemAdapterTest.php class FilesystemAdapterTest (line 26) | class FilesystemAdapterTest extends TestCase method setUp (line 32) | protected function setUp(): void method tearDown (line 40) | protected function tearDown(): void method testResponse (line 52) | public function testResponse() method testMimeTypeIsNotCalledAlreadyProvidedToResponse (line 67) | public function testMimeTypeIsNotCalledAlreadyProvidedToResponse() method testSizeIsNotCalledAlreadyProvidedToResponse (line 79) | public function testSizeIsNotCalledAlreadyProvidedToResponse() method testFallbackNameCalledAlreadyProvidedToResponse (line 91) | public function testFallbackNameCalledAlreadyProvidedToResponse() method testDownload (line 105) | public function testDownload() method testDownloadNonAsciiFilename (line 114) | public function testDownloadNonAsciiFilename() method testDownloadNonAsciiEmptyFilename (line 123) | public function testDownloadNonAsciiEmptyFilename() method testDownloadPercentInFilename (line 132) | public function testDownloadPercentInFilename() method testExists (line 141) | public function testExists() method testMissing (line 149) | public function testMissing() method testDirectoryExists (line 156) | public function testDirectoryExists() method testDirectoryMissing (line 163) | public function testDirectoryMissing() method testPath (line 169) | public function testPath() method testGet (line 178) | public function testGet() method testGetFileNotFound (line 185) | public function testGetFileNotFound() method testJsonReturnsDecodedJsonData (line 191) | public function testJsonReturnsDecodedJsonData() method testJsonReturnsNullIfJsonDataIsInvalid (line 198) | public function testJsonReturnsNullIfJsonDataIsInvalid() method testMimeTypeNotDetected (line 205) | public function testMimeTypeNotDetected() method testPut (line 212) | public function testPut() method testPrepend (line 219) | public function testPrepend() method testAppend (line 227) | public function testAppend() method testDelete (line 235) | public function testDelete() method testDeleteReturnsTrueWhenFileNotFound (line 243) | public function testDeleteReturnsTrueWhenFileNotFound() method testCopy (line 249) | public function testCopy() method testMove (line 265) | public function testMove() method testStream (line 280) | public function testStream() method testStreamBetweenFilesystems (line 289) | public function testStreamBetweenFilesystems() method testStreamToExistingFileOverwrites (line 300) | public function testStreamToExistingFileOverwrites() method testReadStreamNonExistentFileReturnsNull (line 310) | public function testReadStreamNonExistentFileReturnsNull() method testStreamInvalidResourceThrows (line 316) | public function testStreamInvalidResourceThrows() method testPutWithStreamInterface (line 323) | public function testPutWithStreamInterface() method testPutFileAs (line 336) | public function testPutFileAs() method testPutFileAsWithAbsoluteFilePath (line 360) | public function testPutFileAsWithAbsoluteFilePath() method testPutFileAsWithoutPath (line 371) | public function testPutFileAsWithoutPath() method testPutFile (line 382) | public function testPutFile() method testPutFileWithAbsoluteFilePath (line 404) | public function testPutFileWithAbsoluteFilePath() method testPutFileWithoutPath (line 422) | public function testPutFileWithoutPath() method testCreateFtpDriver (line 433) | #[RequiresPhpExtension('ftp')] method testMacroable (line 453) | public function testMacroable() method testTemporaryUrlWithCustomCallback (line 465) | public function testTemporaryUrlWithCustomCallback() method testThrowExceptionsForGet (line 483) | public function testThrowExceptionsForGet() method testThrowExceptionsForReadStream (line 498) | public function testThrowExceptionsForReadStream() method testThrowExceptionsForPut (line 513) | public function testThrowExceptionsForPut() method testThrowExceptionsForMimeType (line 534) | public function testThrowExceptionsForMimeType() method testReportExceptionsForGet (line 551) | public function testReportExceptionsForGet() method testReportExceptionsForReadStream (line 579) | public function testReportExceptionsForReadStream() method testReportExceptionsForPut (line 607) | public function testReportExceptionsForPut() method testReportExceptionsForMimeType (line 641) | public function testReportExceptionsForMimeType() method testGetAllFiles (line 671) | public function testGetAllFiles() method testProvidesTemporaryUrls (line 683) | public function testProvidesTemporaryUrls() method testProvidesTemporaryUrlsWithCustomCallback (line 697) | public function testProvidesTemporaryUrlsWithCustomCallback() method testProvidesTemporaryUrlsForS3Adapter (line 708) | public function testProvidesTemporaryUrlsForS3Adapter() method testUsesRightSeperatorForS3Adapter (line 719) | public function testUsesRightSeperatorForS3Adapter() method testProvidesTemporaryUrlsForAdapterWithoutTemporaryUrlSupport (line 734) | public function testProvidesTemporaryUrlsForAdapterWithoutTemporaryUrl... method testPrefixesUrls (line 741) | public function testPrefixesUrls() method testGetChecksum (line 748) | public function testGetChecksum() method testUsesRightSeperatorForS3AdapterWithoutDoublePrefixing (line 757) | public function testUsesRightSeperatorForS3AdapterWithoutDoublePrefixi... method testTemporaryUploadUrlWithCustomCallback (line 772) | public function testTemporaryUploadUrlWithCustomCallback() method testProvidesTemporaryUploadUrls (line 793) | public function testProvidesTemporaryUploadUrls() method testProvidesTemporaryUploadUrlsWithCustomCallback (line 810) | public function testProvidesTemporaryUploadUrlsWithCustomCallback() method testProvidesTemporaryUploadUrlsForAdapterWithoutTemporaryUploadUrlSupport (line 824) | public function testProvidesTemporaryUploadUrlsForAdapterWithoutTempor... FILE: tests/Filesystem/FilesystemManagerTest.php class FilesystemManagerTest (line 14) | class FilesystemManagerTest extends TestCase method testExceptionThrownOnUnsupportedDriver (line 16) | public function testExceptionThrownOnUnsupportedDriver() method testCanBuildOnDemandDisk (line 28) | public function testCanBuildOnDemandDisk() method testCanBuildReadOnlyDisks (line 44) | public function testCanBuildReadOnlyDisks() method testCanBuildScopedDisks (line 77) | public function testCanBuildScopedDisks() method testCanBuildScopedDiskFromScopedDisk (line 104) | public function testCanBuildScopedDiskFromScopedDisk() method testCanBuildScopedDisksWithVisibility (line 136) | #[RequiresOperatingSystem('Linux|Darwin')] method testCanBuildScopedDisksWithThrow (line 168) | public function testCanBuildScopedDisksWithThrow() method testCanBuildInlineScopedDisks (line 195) | public function testCanBuildInlineScopedDisks() method testCustomDriverClosureBoundObjectIsFilesystemManager (line 220) | public function testCustomDriverClosureBoundObjectIsFilesystemManager() FILE: tests/Filesystem/FilesystemTest.php class FilesystemTest (line 19) | class FilesystemTest extends TestCase method setUpTempDir (line 23) | #[BeforeClass] method tearDownTempDir (line 30) | #[AfterClass] method tearDown (line 38) | protected function tearDown(): void method testGetRetrievesFiles (line 46) | public function testGetRetrievesFiles() method testPutStoresFiles (line 53) | public function testPutStoresFiles() method testLines (line 60) | public function testLines() method testLinesThrowsExceptionNonexisitingFile (line 80) | public function testLinesThrowsExceptionNonexisitingFile() method testReplaceCreatesFile (line 88) | public function testReplaceCreatesFile() method testReplaceInFileCorrectlyReplaces (line 98) | public function testReplaceInFileCorrectlyReplaces() method testReplaceWhenUnixSymlinkExists (line 109) | #[RequiresOperatingSystem('Linux|Darwin')] method testSetChmod (line 149) | public function testSetChmod() method testGetChmod (line 159) | public function testGetChmod() method testDeleteRemovesFiles (line 170) | public function testDeleteRemovesFiles() method testPrependExistingFiles (line 185) | public function testPrependExistingFiles() method testPrependNewFiles (line 193) | public function testPrependNewFiles() method testMissingFile (line 200) | public function testMissingFile() method testDeleteDirectory (line 206) | public function testDeleteDirectory() method testDeleteDirectoryReturnFalseWhenNotADirectory (line 216) | public function testDeleteDirectoryReturnFalseWhenNotADirectory() method testCleanDirectory (line 224) | public function testCleanDirectory() method testMacro (line 234) | public function testMacro() method testFilesMethod (line 245) | public function testFilesMethod() method testCopyDirectoryReturnsFalseIfSourceIsntDirectory (line 258) | public function testCopyDirectoryReturnsFalseIfSourceIsntDirectory() method testCopyDirectoryMovesEntireDirectory (line 264) | public function testCopyDirectoryMovesEntireDirectory() method testMoveDirectoryMovesEntireDirectory (line 281) | public function testMoveDirectoryMovesEntireDirectory() method testMoveDirectoryMovesEntireDirectoryAndOverwrites (line 299) | public function testMoveDirectoryMovesEntireDirectoryAndOverwrites() method testMoveDirectoryReturnsFalseWhileOverwritingAndUnableToDeleteDestinationDirectory (line 322) | public function testMoveDirectoryReturnsFalseWhileOverwritingAndUnable... method testGetThrowsExceptionNonexisitingFile (line 333) | public function testGetThrowsExceptionNonexisitingFile() method testGetRequireReturnsProperly (line 341) | public function testGetRequireReturnsProperly() method testGetRequireThrowsExceptionNonExistingFile (line 348) | public function testGetRequireThrowsExceptionNonExistingFile() method testJsonReturnsDecodedJsonData (line 356) | public function testJsonReturnsDecodedJsonData() method testJsonReturnsNullIfJsonDataIsInvalid (line 363) | public function testJsonReturnsNullIfJsonDataIsInvalid() method testAppendAddsDataToFile (line 370) | public function testAppendAddsDataToFile() method testMoveMovesFiles (line 380) | public function testMoveMovesFiles() method testNameReturnsName (line 389) | public function testNameReturnsName() method testExtensionReturnsExtension (line 396) | public function testExtensionReturnsExtension() method testBasenameReturnsBasename (line 403) | public function testBasenameReturnsBasename() method testDirnameReturnsDirectory (line 410) | public function testDirnameReturnsDirectory() method testTypeIdentifiesFile (line 417) | public function testTypeIdentifiesFile() method testTypeIdentifiesDirectory (line 424) | public function testTypeIdentifiesDirectory() method testSizeOutputsSize (line 431) | public function testSizeOutputsSize() method testMimeTypeOutputsMimeType (line 438) | #[RequiresPhpExtension('fileinfo')] method testIsWritable (line 446) | public function testIsWritable() method testIsReadable (line 456) | public function testIsReadable() method testIsDirEmpty (line 472) | public function testIsDirEmpty() method testGlobFindsFiles (line 495) | public function testGlobFindsFiles() method testAllFilesFindsFiles (line 505) | public function testAllFilesFindsFiles() method testDirectoriesFindsDirectories (line 518) | public function testDirectoriesFindsDirectories() method testAllDirectoriesFindsDirectories (line 528) | public function testAllDirectoriesFindsDirectories() method testMakeDirectory (line 543) | public function testMakeDirectory() method testSharedGet (line 550) | #[RequiresOperatingSystem('Linux|Darwin')] method testRequireOnceRequiresFileProperly (line 579) | public function testRequireOnceRequiresFileProperly() method testRequireOnceThrowsExceptionNonexisitingFile (line 591) | public function testRequireOnceThrowsExceptionNonexisitingFile() method testCopyCopiesFileProperly (line 599) | public function testCopyCopiesFileProperly() method testHasSameHashChecksFileHashes (line 610) | public function testHasSameHashChecksFileHashes() method testIsFileChecksFilesProperly (line 625) | public function testIsFileChecksFilesProperly() method testFilesMethodReturnsFileInfoObjects (line 634) | public function testFilesMethodReturnsFileInfoObjects() method testAllFilesReturnsFileInfoObjects (line 645) | public function testAllFilesReturnsFileInfoObjects() method testHashWithDefaultValue (line 653) | public function testHashWithDefaultValue() method testHash (line 660) | public function testHash() method testLastModifiedReturnsTimestamp (line 668) | public function testLastModifiedReturnsTimestamp() method getFilePermissions (line 685) | private function getFilePermissions($file) method testFileCreationAndContentVerification (line 693) | public function testFileCreationAndContentVerification() method testDirectoryOperationsWithSubdirectories (line 707) | public function testDirectoryOperationsWithSubdirectories() FILE: tests/Filesystem/JoinPathsHelperTest.php class JoinPathsHelperTest (line 11) | class JoinPathsHelperTest extends TestCase method testItCanMergePathsForUnix (line 13) | #[RequiresOperatingSystem('Linux|DAR')] method unixDataProvider (line 20) | public static function unixDataProvider() method testItCanMergePathsForWindows (line 45) | #[RequiresOperatingSystem('Windows')] method windowsDataProvider (line 52) | public static function windowsDataProvider() FILE: tests/Foundation/Bootstrap/HandleExceptionsTest.php class HandleExceptionsTest (line 17) | class HandleExceptionsTest extends TestCase method setUp (line 22) | protected function setUp(): void method handleExceptions (line 29) | protected function handleExceptions() method tearDown (line 36) | protected function tearDown(): void method testPhpDeprecations (line 44) | public function testPhpDeprecations() method testPhpDeprecationsWithStackTraces (line 66) | public function testPhpDeprecationsWithStackTraces() method testNullValueAsChannelUsesNullDriver (line 102) | public function testNullValueAsChannelUsesNullDriver() method testUserDeprecations (line 134) | public function testUserDeprecations() method testUserDeprecationsWithStackTraces (line 156) | public function testUserDeprecationsWithStackTraces() method testErrors (line 192) | public function testErrors() method testEnsuresDeprecationsDriver (line 211) | public function testEnsuresDeprecationsDriver() method testEnsuresNullDeprecationsDriver (line 245) | public function testEnsuresNullDeprecationsDriver() method testEnsuresNullLogDriver (line 268) | public function testEnsuresNullLogDriver() method testDoNotOverrideExistingNullLogDriver (line 291) | public function testDoNotOverrideExistingNullLogDriver() method testNoDeprecationsDriverIfNoDeprecationsHereSend (line 319) | public function testNoDeprecationsDriverIfNoDeprecationsHereSend() method testIgnoreDeprecationIfLoggerUnresolvable (line 325) | public function testIgnoreDeprecationIfLoggerUnresolvable() method testItIgnoreDeprecationLoggingWhenRunningUnitTests (line 338) | public function testItIgnoreDeprecationLoggingWhenRunningUnitTests() method testItCanForceViaConfigDeprecationLoggingWhenRunningUnitTests (line 359) | public function testItCanForceViaConfigDeprecationLoggingWhenRunningUn... method testForgetApp (line 378) | public function testForgetApp() method testHandlerForgetsPreviousApp (line 391) | public function testHandlerForgetsPreviousApp() class CustomNullHandler (line 408) | class CustomNullHandler extends NullHandler FILE: tests/Foundation/Bootstrap/LoadConfigurationTest.php class LoadConfigurationTest (line 12) | class LoadConfigurationTest extends TestCase method testLoadsBaseConfiguration (line 14) | public function testLoadsBaseConfiguration() method testSetsEnvironmentResolver (line 23) | public function testSetsEnvironmentResolver() method testDontLoadBaseConfiguration (line 36) | public function testDontLoadBaseConfiguration() method testLoadsConfigurationInIsolation (line 46) | public function testLoadsConfigurationInIsolation() method testConfigurationArrayKeysMatchLoadedFilenames (line 57) | public function testConfigurationArrayKeysMatchLoadedFilenames() FILE: tests/Foundation/Bootstrap/LoadEnvironmentVariablesTest.php class LoadEnvironmentVariablesTest (line 10) | class LoadEnvironmentVariablesTest extends TestCase method tearDown (line 12) | protected function tearDown(): void method getAppMock (line 20) | protected function getAppMock($file) method testCanLoad (line 36) | public function testCanLoad() method testCanFailSilent (line 48) | public function testCanFailSilent() FILE: tests/Foundation/Configuration/ExceptionsTest.php class ExceptionsTest (line 14) | class ExceptionsTest extends TestCase method testStopIgnoring (line 16) | public function testStopIgnoring() method testShouldRenderJsonWhen (line 37) | public function testShouldRenderJsonWhen() FILE: tests/Foundation/Configuration/MiddlewareTest.php class MiddlewareTest (line 23) | class MiddlewareTest extends TestCase method tearDown (line 25) | protected function tearDown(): void method testConvertEmptyStringsToNull (line 38) | public function testConvertEmptyStringsToNull() method testTrimStrings (line 88) | public function testTrimStrings() method testTrustProxies (line 128) | public function testTrustProxies() method testTrustHeaders (line 162) | public function testTrustHeaders() method testTrustHosts (line 199) | public function testTrustHosts() method testEncryptCookies (line 241) | public function testEncryptCookies() method testPreventRequestsDuringMaintenance (line 259) | public function testPreventRequestsDuringMaintenance() method testPreventRequestForgery (line 284) | public function testPreventRequestForgery() FILE: tests/Foundation/Console/AboutCommandTest.php class AboutCommandTest (line 9) | class AboutCommandTest extends TestCase method testItCanFormatForCliInterface (line 15) | #[DataProvider('cliDataProvider')] method cliDataProvider (line 21) | public static function cliDataProvider() method testItCanFormatForJsonInterface (line 31) | #[DataProvider('jsonDataProvider')] method jsonDataProvider (line 37) | public static function jsonDataProvider() FILE: tests/Foundation/Console/CliDumperTest.php class CliDumperTest (line 13) | class CliDumperTest extends TestCase method setUp (line 15) | protected function setUp(): void method testString (line 26) | public function testString() method testInteger (line 35) | public function testInteger() method testFloat (line 44) | public function testFloat() method testArray (line 53) | public function testArray() method testBoolean (line 77) | public function testBoolean() method testObject (line 86) | public function testObject() method testNull (line 108) | public function testNull() method testWhenIsFileViewIsNotViewCompiled (line 117) | public function testWhenIsFileViewIsNotViewCompiled() method testWhenIsFileViewIsViewCompiled (line 135) | public function testWhenIsFileViewIsViewCompiled() method testGetOriginalViewCompiledFile (line 153) | public function testGetOriginalViewCompiledFile() method testWhenGetOriginalViewCompiledFileFails (line 171) | public function testWhenGetOriginalViewCompiledFileFails() method testUnresolvableSource (line 189) | public function testUnresolvableSource() method testUnresolvableLine (line 200) | public function testUnresolvableLine() method dump (line 217) | protected function dump($value) method tearDown (line 233) | protected function tearDown(): void FILE: tests/Foundation/Console/KernelTest.php class KernelTest (line 12) | class KernelTest extends TestCase method testItDispatchesTerminatingEvent (line 14) | public function testItDispatchesTerminatingEvent() FILE: tests/Foundation/Console/RouteListCommandTest.php class RouteListCommandTest (line 13) | class RouteListCommandTest extends TestCase method setUp (line 17) | protected function setUp(): void method testNoMiddlewareIfNotVerbose (line 67) | public function testNoMiddlewareIfNotVerbose() method testSortRouteListAsc (line 75) | public function testSortRouteListAsc() method testSortRouteListDesc (line 93) | public function testSortRouteListDesc() method testSortRouteListDefault (line 111) | public function testSortRouteListDefault() method testSortRouteListPrecedence (line 129) | public function testSortRouteListPrecedence() method testMiddlewareGroupsAssignmentInCli (line 147) | public function testMiddlewareGroupsAssignmentInCli() method testMiddlewareGroupsExpandInCliIfVeryVerbose (line 163) | public function testMiddlewareGroupsExpandInCliIfVeryVerbose() method testMiddlewareGroupsAssignmentInJson (line 179) | public function testMiddlewareGroupsAssignmentInJson() method testMiddlewareGroupsExpandInJsonIfVeryVerbose (line 195) | public function testMiddlewareGroupsExpandInJsonIfVeryVerbose() method testMiddlewareGroupsExpandCorrectlySortedIfVeryVerbose (line 211) | public function testMiddlewareGroupsExpandCorrectlySortedIfVeryVerbose() method testFilterByMiddleware (line 227) | public function testFilterByMiddleware() method testClosureRouteShowsPathInCli (line 240) | public function testClosureRouteShowsPathInCli() method testControllerRoutePathIsNull (line 252) | public function testControllerRoutePathIsNull() class RouteListCommandTestController (line 285) | class RouteListCommandTestController method index (line 287) | public function index() FILE: tests/Foundation/Console/ServeCommandLogParserTest.php class ServeCommandLogParserTest (line 8) | class ServeCommandLogParserTest extends TestCase method testExtractRequestPortWithValidLogLine (line 10) | public function testExtractRequestPortWithValidLogLine() method testExtractRequestPortWithValidLogLineAndExtraData (line 17) | public function testExtractRequestPortWithValidLogLineAndExtraData() method testExtractRequestPortWithValidLogLineWithoutDate (line 24) | public function testExtractRequestPortWithValidLogLineWithoutDate() method testExtractRequestPortWithMissingPort (line 31) | public function testExtractRequestPortWithMissingPort() method testExtractRequestPortWithInvalidPortFormat (line 41) | public function testExtractRequestPortWithInvalidPortFormat() method testExtractRequestPortWithEmptyLogLine (line 51) | public function testExtractRequestPortWithEmptyLogLine() method testExtractRequestPortWithWhitespaceOnlyLine (line 59) | public function testExtractRequestPortWithWhitespaceOnlyLine() method testExtractRequestPortWithRandomString (line 67) | public function testExtractRequestPortWithRandomString() FILE: tests/Foundation/Exceptions/Renderer/FrameTest.php class FrameTest (line 12) | class FrameTest extends TestCase method test_it_normalizes_file_path_on_unix (line 14) | #[RequiresOperatingSystem('Linux|DAR')] method unixFileDataProvider (line 25) | public static function unixFileDataProvider() method test_it_normalizes_file_path_on_windows (line 49) | #[RequiresOperatingSystem('Windows')] method windowsFileDataProvider (line 60) | public static function windowsFileDataProvider() method test_it_determines_if_frame_is_from_vendor_on_unix (line 84) | #[RequiresOperatingSystem('Linux|DAR')] method unixIsFromVendorDataProvider (line 95) | public static function unixIsFromVendorDataProvider() method test_it_determines_if_frame_is_from_vendor_on_windows (line 119) | #[RequiresOperatingSystem('Windows')] method windowsIsFromVendorDataProvider (line 130) | public static function windowsIsFromVendorDataProvider() FILE: tests/Foundation/Exceptions/Renderer/ListenerTest.php class ListenerTest (line 10) | class ListenerTest extends TestCase method test_queries_returns_expected_shape_after_query_executed (line 12) | public function test_queries_returns_expected_shape_after_query_execut... FILE: tests/Foundation/FoundationAliasLoaderTest.php class FoundationAliasLoaderTest (line 8) | class FoundationAliasLoaderTest extends TestCase method testLoaderCanBeCreatedAndRegisteredOnce (line 10) | public function testLoaderCanBeCreatedAndRegisteredOnce() method testGetInstanceCreatesOneInstance (line 21) | public function testGetInstanceCreatesOneInstance() method testLoaderCanBeCreatedAndRegisteredMergingAliases (line 27) | public function testLoaderCanBeCreatedAndRegisteredMergingAliases() method testLoaderCanAliasAndLoadClasses (line 40) | public function testLoaderCanAliasAndLoadClasses() method testSetAlias (line 53) | public function testSetAlias() class FoundationAliasLoaderStub (line 66) | class FoundationAliasLoaderStub FILE: tests/Foundation/FoundationApplicationBuilderTest.php class FoundationApplicationBuilderTest (line 8) | class FoundationApplicationBuilderTest extends TestCase method tearDown (line 10) | protected function tearDown(): void method testBaseDirectoryWithArg (line 19) | public function testBaseDirectoryWithArg() method testBaseDirectoryWithEnv (line 28) | public function testBaseDirectoryWithEnv() method testBaseDirectoryWithComposer (line 37) | public function testBaseDirectoryWithComposer() method testStoragePathWithGlobalEnvVariable (line 44) | public function testStoragePathWithGlobalEnvVariable() method testStoragePathWithGlobalServerVariable (line 53) | public function testStoragePathWithGlobalServerVariable() method testStoragePathPrefersEnvVariable (line 62) | public function testStoragePathPrefersEnvVariable() method testStoragePathBasedOnBasePath (line 72) | public function testStoragePathBasedOnBasePath() method testStoragePathCanBeCustomized (line 78) | public function testStoragePathCanBeCustomized() FILE: tests/Foundation/FoundationApplicationTest.php class FoundationApplicationTest (line 17) | class FoundationApplicationTest extends TestCase method testSetLocaleSetsLocaleAndFiresLocaleChangedEvent (line 19) | public function testSetLocaleSetsLocaleAndFiresLocaleChangedEvent() method testServiceProvidersAreCorrectlyRegistered (line 36) | public function testServiceProvidersAreCorrectlyRegistered() method testClassesAreBoundWhenServiceProviderIsRegistered (line 47) | public function testClassesAreBoundWhenServiceProviderIsRegistered() method testSingletonsAreCreatedWhenServiceProviderIsRegistered (line 65) | public function testSingletonsAreCreatedWhenServiceProviderIsRegistered() method testServiceProvidersAreCorrectlyRegisteredWhenRegisterMethodIsNotFilled (line 89) | public function testServiceProvidersAreCorrectlyRegisteredWhenRegister... method testServiceProvidersCouldBeLoaded (line 100) | public function testServiceProvidersCouldBeLoaded() method testDeferredServicesMarkedAsBound (line 112) | public function testDeferredServicesMarkedAsBound() method testDeferredServicesAreSharedProperly (line 120) | public function testDeferredServicesAreSharedProperly() method testDeferredServicesCanBeExtended (line 132) | public function testDeferredServicesCanBeExtended() method testDeferredServiceProviderIsRegisteredOnlyOnce (line 142) | public function testDeferredServiceProviderIsRegisteredOnlyOnce() method testDeferredServiceDontRunWhenInstanceSet (line 152) | public function testDeferredServiceDontRunWhenInstanceSet() method testDeferredServicesAreLazilyInitialized (line 161) | public function testDeferredServicesAreLazilyInitialized() method testDeferredServicesCanRegisterFactories (line 176) | public function testDeferredServicesCanRegisterFactories() method testSingleProviderCanProvideMultipleDeferredServices (line 186) | public function testSingleProviderCanProvideMultipleDeferredServices() method testDeferredServiceIsLoadedWhenAccessingImplementationThroughInterface (line 197) | public function testDeferredServiceIsLoadedWhenAccessingImplementation... method testEnvironment (line 208) | public function testEnvironment() method testEnvironmentHelpers (line 226) | public function testEnvironmentHelpers() method testDebugHelper (line 250) | public function testDebugHelper() method testMethodAfterLoadingEnvironmentAddsClosure (line 263) | public function testMethodAfterLoadingEnvironmentAddsClosure() method testBeforeBootstrappingAddsClosure (line 273) | public function testBeforeBootstrappingAddsClosure() method testTerminationTests (line 283) | public function testTerminationTests() method testAfterBootstrappingAddsClosure (line 309) | public function testAfterBootstrappingAddsClosure() method testTerminationCallbacksCanAcceptAtNotation (line 319) | public function testTerminationCallbacksCanAcceptAtNotation() method testBootingCallbacks (line 329) | public function testBootingCallbacks() method testBootedCallbacks (line 352) | public function testBootedCallbacks() method testGetNamespace (line 384) | public function testGetNamespace() method testCachePathsResolveToBootstrapCacheDirectory (line 393) | public function testCachePathsResolveToBootstrapCacheDirectory() method testEnvPathsAreUsedForCachePathsWhenSpecified (line 405) | public function testEnvPathsAreUsedForCachePathsWhenSpecified() method testEnvPathsAreUsedAndMadeAbsoluteForCachePathsWhenSpecifiedAsRelative (line 429) | public function testEnvPathsAreUsedAndMadeAbsoluteForCachePathsWhenSpe... method testEnvPathsAreUsedAndMadeAbsoluteForCachePathsWhenSpecifiedAsRelativeWithNullBasePath (line 454) | public function testEnvPathsAreUsedAndMadeAbsoluteForCachePathsWhenSpe... method testEnvPathsAreAbsoluteInWindows (line 479) | public function testEnvPathsAreAbsoluteInWindows() method testMacroable (line 504) | public function testMacroable(): void method testUseConfigPath (line 520) | public function testUseConfigPath(): void method testMergingConfig (line 529) | public function testMergingConfig(): void method testAbortThrowsNotFoundHttpException (line 583) | public function testAbortThrowsNotFoundHttpException() method testAbortThrowsHttpException (line 592) | public function testAbortThrowsHttpException() method testAbortAcceptsHeaders (line 601) | public function testAbortAcceptsHeaders() method test_routes_are_cached (line 612) | public function test_routes_are_cached() method test_routes_are_not_cached_by_instance_falls_back_to_file (line 619) | public function test_routes_are_not_cached_by_instance_falls_back_to_f... method test_events_are_cached_uses_container_instance (line 629) | public function test_events_are_cached_uses_container_instance() method test_events_are_cached_checks_filesystem_if_not_set (line 640) | public function test_events_are_cached_checks_filesystem_if_not_set() method testCoreContainerAliasesAreRegisteredByDefault (line 652) | public function testCoreContainerAliasesAreRegisteredByDefault(): void class ApplicationBasicServiceProviderStub (line 665) | class ApplicationBasicServiceProviderStub extends ServiceProvider method boot (line 667) | public function boot() method register (line 672) | public function register() class ApplicationDeferredSharedServiceProviderStub (line 678) | class ApplicationDeferredSharedServiceProviderStub extends ServiceProvid... method register (line 680) | public function register() class ApplicationDeferredServiceProviderCountStub (line 688) | class ApplicationDeferredServiceProviderCountStub extends ServiceProvide... method register (line 692) | public function register() class ApplicationDeferredServiceProviderStub (line 699) | class ApplicationDeferredServiceProviderStub extends ServiceProvider imp... method register (line 703) | public function register() type SampleInterface (line 710) | interface SampleInterface method getPrimitive (line 712) | public function getPrimitive(); class SampleImplementation (line 715) | class SampleImplementation implements SampleInterface method __construct (line 719) | public function __construct($primitive) method getPrimitive (line 724) | public function getPrimitive() class InterfaceToImplementationDeferredServiceProvider (line 730) | class InterfaceToImplementationDeferredServiceProvider extends ServicePr... method register (line 732) | public function register() class SampleImplementationDeferredServiceProvider (line 738) | class SampleImplementationDeferredServiceProvider extends ServiceProvide... method register (line 740) | public function register() class ApplicationFactoryProviderStub (line 748) | class ApplicationFactoryProviderStub extends ServiceProvider implements ... method register (line 750) | public function register() class ApplicationMultiProviderStub (line 760) | class ApplicationMultiProviderStub extends ServiceProvider implements De... method register (line 762) | public function register() class AbstractClass (line 773) | abstract class AbstractClass class ConcreteClass (line 778) | class ConcreteClass extends AbstractClass class NonContractBackedClass (line 783) | class NonContractBackedClass class ConcreteTerminator (line 788) | class ConcreteTerminator method terminate (line 792) | public function terminate() class FileExistsFake (line 798) | class FileExistsFake method exists (line 802) | public function exists(string $path): bool FILE: tests/Foundation/FoundationAuthenticationTest.php class FoundationAuthenticationTest (line 14) | class FoundationAuthenticationTest extends TestCase method mockGuard (line 34) | protected function mockGuard() method testAssertAuthenticated (line 52) | public function testAssertAuthenticated() method testAssertGuest (line 62) | public function testAssertGuest() method testAssertAuthenticatedAs (line 72) | public function testAssertAuthenticatedAs() method setupProvider (line 90) | protected function setupProvider(array $credentials) method testAssertCredentials (line 110) | public function testAssertCredentials() method testAssertCredentialsMissing (line 117) | public function testAssertCredentialsMissing() FILE: tests/Foundation/FoundationAuthorizesRequestsTraitTest.php class FoundationAuthorizesRequestsTraitTest (line 13) | class FoundationAuthorizesRequestsTraitTest extends TestCase method tearDown (line 15) | protected function tearDown(): void method testBasicGateCheck (line 22) | public function testBasicGateCheck() method testAcceptsBackedEnumAsAbility (line 40) | public function testAcceptsBackedEnumAsAbility() method testExceptionIsThrownIfGateCheckFails (line 58) | public function testExceptionIsThrownIfGateCheckFails() method testPoliciesMayBeCalled (line 72) | public function testPoliciesMayBeCalled() method testPolicyMethodMayBeGuessedPassingModelInstance (line 86) | public function testPolicyMethodMayBeGuessedPassingModelInstance() method testPolicyMethodMayBeGuessedPassingClassName (line 100) | public function testPolicyMethodMayBeGuessedPassingClassName() method testPolicyMethodMayBeGuessedAndNormalized (line 114) | public function testPolicyMethodMayBeGuessedAndNormalized() method getBasicGate (line 127) | public function getBasicGate() class FoundationAuthorizesRequestTestClass (line 141) | class FoundationAuthorizesRequestTestClass class FoundationAuthorizesRequestTestPolicy (line 146) | class FoundationAuthorizesRequestTestPolicy method create (line 148) | public function create() method update (line 155) | public function update() method testPolicyMethodMayBeGuessedPassingModelInstance (line 162) | public function testPolicyMethodMayBeGuessedPassingModelInstance() method testPolicyMethodMayBeGuessedPassingClassName (line 169) | public function testPolicyMethodMayBeGuessedPassingClassName() class FoundationTestAuthorizeTraitClass (line 177) | class FoundationTestAuthorizeTraitClass method store (line 181) | public function store($object) FILE: tests/Foundation/FoundationCacheBasedMaintenanceModeTest.php class FoundationCacheBasedMaintenanceModeTest (line 11) | class FoundationCacheBasedMaintenanceModeTest extends TestCase method test_it_determines_whether_maintenance_mode_is_active (line 13) | public function test_it_determines_whether_maintenance_mode_is_active() method test_it_retrieves_payload_from_cache (line 27) | public function test_it_retrieves_payload_from_cache() method test_it_stores_payload_in_cache (line 38) | public function test_it_stores_payload_in_cache() method test_it_removes_payload_from_cache (line 49) | public function test_it_removes_payload_from_cache() FILE: tests/Foundation/FoundationDocsCommandTest.php class FoundationDocsCommandTest (line 12) | class FoundationDocsCommandTest extends TestCase method setUp (line 28) | protected function setUp(): void method tearDown (line 39) | protected function tearDown(): void method testItCanOpenTheLaravelDocumentation (line 47) | public function testItCanOpenTheLaravelDocumentation(): void method testItCanSpecifyAutocompleteInOriginalCasing (line 57) | public function testItCanSpecifyAutocompleteInOriginalCasing(): void method testItCanSpecifyAutocompleteInLowerCasing (line 67) | public function testItCanSpecifyAutocompleteInLowerCasing(): void method testItMatchesSectionsThatStartWithInput (line 77) | public function testItMatchesSectionsThatStartWithInput() method testItMatchesSectionsWithFuzzyMatching (line 86) | public function testItMatchesSectionsWithFuzzyMatching() method testItCanProvidePageToVisit (line 95) | public function testItCanProvidePageToVisit(): void method testItCanUseHyphensInsteadOfEscapingSpaces (line 104) | public function testItCanUseHyphensInsteadOfEscapingSpaces(): void method testItHasMinimumScoreToMatch (line 113) | public function testItHasMinimumScoreToMatch(): void method testItMinimumScoreAccountsForInputLength (line 122) | public function testItMinimumScoreAccountsForInputLength(): void method testItCanUseCustomAskStrategy (line 131) | public function testItCanUseCustomAskStrategy() method testItFallsbackToAutocompleteWhenAskStrategyContainsBadSyntax (line 142) | public function testItFallsbackToAutocompleteWhenAskStrategyContainsBa... method testItFallsbackToAutocompleteWithBadAskStrategyReturnValue (line 154) | public function testItFallsbackToAutocompleteWithBadAskStrategyReturnV... method testItCatchesAndHandlesProcessInterruptExceptionsInAskStrategies (line 166) | public function testItCatchesAndHandlesProcessInterruptExceptionsInAsk... method testItBubblesUpAskStrategyExceptions (line 173) | public function testItBubblesUpAskStrategyExceptions() method testItBubblesUpNonProcessInterruptExceptionsInAskStrategies (line 183) | public function testItBubblesUpNonProcessInterruptExceptionsInAskStrat... method testItCanGuessTheRequestedPageWhenItIsTheStartOfAPageTitle (line 206) | public function testItCanGuessTheRequestedPageWhenItIsTheStartOfAPageT... method testItCanGuessTheRequestedPageWhenItIsContainedSomewhereInThePageTitle (line 215) | public function testItCanGuessTheRequestedPageWhenItIsContainedSomewhe... method testItCanGuessTheWithTopAndTailMatching (line 224) | public function testItCanGuessTheWithTopAndTailMatching() method testItCanSpecifyCustomOpenCommandsViaEnvVariables (line 233) | public function testItCanSpecifyCustomOpenCommandsViaEnvVariables() method testItHandlesBadSyntaxInOpeners (line 255) | public function testItHandlesBadSyntaxInOpeners() method testItHandlesBadReturnTypesInOpeners (line 265) | public function testItHandlesBadReturnTypesInOpeners() method testItCanPerformSearchAgainstLaravelDotCom (line 275) | public function testItCanPerformSearchAgainstLaravelDotCom() method testUnknownSystemNotifiedToOpenManually (line 290) | public function testUnknownSystemNotifiedToOpenManually() method testGuessedMatchesThatDirectlyContainTheGivenStringRankHigherThanArbitraryMatches (line 299) | public function testGuessedMatchesThatDirectlyContainTheGivenStringRan... method testItHandlesPoorSpelling (line 308) | public function testItHandlesPoorSpelling() method testItHandlesNoInteractionOption (line 317) | public function testItHandlesNoInteractionOption() method testCanGetHelpWithoutInstantiatingDependencies (line 326) | public function testCanGetHelpWithoutInstantiatingDependencies() method command (line 332) | protected function command() FILE: tests/Foundation/FoundationEnvironmentDetectorTest.php class FoundationEnvironmentDetectorTest (line 8) | class FoundationEnvironmentDetectorTest extends TestCase method testClosureCanBeUsedForCustomEnvironmentDetection (line 10) | public function testClosureCanBeUsedForCustomEnvironmentDetection() method testConsoleEnvironmentDetection (line 20) | public function testConsoleEnvironmentDetection() method testConsoleEnvironmentDetectionSeparatedWithSpace (line 30) | public function testConsoleEnvironmentDetectionSeparatedWithSpace() method testConsoleEnvironmentDetectionWithNoValue (line 40) | public function testConsoleEnvironmentDetectionWithNoValue() method testConsoleEnvironmentDetectionDoesNotUseArgumentThatStartsWithEnv (line 50) | public function testConsoleEnvironmentDetectionDoesNotUseArgumentThatS... method testConsoleEnvironmentDetectionDoesNotUseArgumentThatStartsWithEnvSeparatedWithSpace (line 60) | public function testConsoleEnvironmentDetectionDoesNotUseArgumentThatS... method testConsoleEnvironmentDetectionDoesNotUseArgumentThatStartsWithEnvWithNoValue (line 70) | public function testConsoleEnvironmentDetectionDoesNotUseArgumentThatS... FILE: tests/Foundation/FoundationExceptionsHandlerTest.php class FoundationExceptionsHandlerTest (line 44) | class FoundationExceptionsHandlerTest extends TestCase method setUp (line 58) | protected function setUp(): void method tearDown (line 80) | protected function tearDown(): void method testHandlerReportsExceptionAsContext (line 87) | public function testHandlerReportsExceptionAsContext() method testHandlerCallsContextMethodIfPresent (line 96) | public function testHandlerCallsContextMethodIfPresent() method testHandlerReportsExceptionWhenUnReportable (line 105) | public function testHandlerReportsExceptionWhenUnReportable() method testHandlerReportsExceptionWithCustomLogLevel (line 114) | public function testHandlerReportsExceptionWithCustomLogLevel() method testHandlerIgnoresNotReportableExceptions (line 131) | public function testHandlerIgnoresNotReportableExceptions() method testHandlerCallsReportMethodWithDependencies (line 142) | public function testHandlerCallsReportMethodWithDependencies() method testHandlerReportsExceptionUsingCallableClass (line 155) | public function testHandlerReportsExceptionUsingCallableClass() method testShouldReturnJson (line 169) | public function testShouldReturnJson() method testShouldReturnJsonWhen (line 185) | public function testShouldReturnJsonWhen() method testReturnsJsonWithStackTraceWhenAjaxRequestAndDebugTrue (line 215) | public function testReturnsJsonWithStackTraceWhenAjaxRequestAndDebugTr... method testReturnsCustomResponseFromRenderableCallback (line 229) | public function testReturnsCustomResponseFromRenderableCallback() method testReturnsCustomResponseFromCallableClass (line 242) | public function testReturnsCustomResponseFromCallableClass() method testReturnsResponseFromRenderableException (line 251) | public function testReturnsResponseFromRenderableException() method testReturnsResponseFromMappedRenderableException (line 258) | public function testReturnsResponseFromMappedRenderableException() method testReturnsCustomResponseWhenExceptionImplementsResponsable (line 267) | public function testReturnsCustomResponseWhenExceptionImplementsRespon... method testReturnsJsonWithoutStackTraceWhenAjaxRequestAndDebugFalseAndExceptionMessageIsMasked (line 274) | public function testReturnsJsonWithoutStackTraceWhenAjaxRequestAndDebu... method testReturnsJsonWithoutStackTraceWhenAjaxRequestAndDebugFalseAndHttpExceptionErrorIsShown (line 289) | public function testReturnsJsonWithoutStackTraceWhenAjaxRequestAndDebu... method testReturnsJsonWithoutStackTraceWhenAjaxRequestAndDebugFalseAndAccessDeniedHttpExceptionErrorIsShown (line 304) | public function testReturnsJsonWithoutStackTraceWhenAjaxRequestAndDebu... method testValidateFileMethod (line 319) | public function testValidateFileMethod() method testSuspiciousOperationReturns400WithoutReporting (line 362) | public function testSuspiciousOperationReturns400WithoutReporting() method testRecordsNotFoundReturns404WithoutReporting (line 379) | public function testRecordsNotFoundReturns404WithoutReporting() method testItReturnsSpecificErrorViewIfExists (line 396) | public function testItReturnsSpecificErrorViewIfExists() method testItReturnsFallbackErrorViewIfExists (line 414) | public function testItReturnsFallbackErrorViewIfExists() method testItReturnsNullIfNoErrorViewExists (line 433) | public function testItReturnsNullIfNoErrorViewExists() method executeScenarioWhereErrorViewThrowsWhileRenderingAndDebugIs (line 452) | private function executeScenarioWhereErrorViewThrowsWhileRenderingAndD... method testItDoesNotCrashIfErrorViewThrowsWhileRenderingAndDebugFalse (line 474) | public function testItDoesNotCrashIfErrorViewThrowsWhileRenderingAndDe... method testItDoesNotCrashIfErrorViewThrowsWhileRenderingAndDebugTrue (line 480) | public function testItDoesNotCrashIfErrorViewThrowsWhileRenderingAndDe... method testAssertExceptionIsThrown (line 490) | public function testAssertExceptionIsThrown() method testAssertNoExceptionIsThrown (line 574) | public function testAssertNoExceptionIsThrown() method testItReportsDuplicateExceptions (line 604) | public function testItReportsDuplicateExceptions() method testItCanDedupeExceptions (line 620) | public function testItCanDedupeExceptions() method testItCanSkipExceptionReportingUsingCallback (line 638) | public function testItCanSkipExceptionReportingUsingCallback() method testItDoesNotThrottleExceptionsByDefault (line 661) | public function testItDoesNotThrottleExceptionsByDefault() method testItDoesNotThrottleExceptionsWhenNullReturned (line 677) | public function testItDoesNotThrottleExceptionsWhenNullReturned() method testItDoesNotThrottleExceptionsWhenUnlimitedLimit (line 700) | public function testItDoesNotThrottleExceptionsWhenUnlimitedLimit() method testItCanSampleExceptionsByClass (line 723) | public function testItCanSampleExceptionsByClass() method testItRescuesExceptionsWhileThrottlingAndReports (line 756) | public function testItRescuesExceptionsWhileThrottlingAndReports() method testItRescuesExceptionsIfThereIsAnIssueResolvingTheRateLimiter (line 778) | public function testItRescuesExceptionsIfThereIsAnIssueResolvingTheRat... method testItRescuesExceptionsIfThereIsAnIssueWithTheRateLimiter (line 807) | public function testItRescuesExceptionsIfThereIsAnIssueWithTheRateLimi... method testItCanRateLimitExceptions (line 841) | public function testItCanRateLimitExceptions() method testRateLimitExpiresOnBoundary (line 888) | public function testRateLimitExpiresOnBoundary() class CustomException (line 935) | class CustomException extends Exception class ResponsableException (line 939) | class ResponsableException extends Exception implements Responsable method toResponse (line 941) | public function toResponse($request) class ReportableException (line 947) | class ReportableException extends Exception method report (line 949) | public function report(ReportingService $reportingService) class UnReportableException (line 955) | class UnReportableException extends Exception method report (line 957) | public function report() class RenderableException (line 963) | class RenderableException extends Exception method render (line 965) | public function render($request) class ContextProvidingException (line 971) | class ContextProvidingException extends Exception method context (line 973) | public function context() class CustomReporter (line 981) | class CustomReporter method __construct (line 985) | public function __construct(ReportingService $service) method __invoke (line 990) | public function __invoke(CustomException $e) class CustomRenderer (line 998) | class CustomRenderer method __invoke (line 1000) | public function __invoke(CustomException $e, $request) type ReportingService (line 1006) | interface ReportingService method send (line 1008) | public function send($message); FILE: tests/Foundation/FoundationFormRequestTest.php class FoundationFormRequestTest (line 22) | class FoundationFormRequestTest extends TestCase method tearDown (line 26) | protected function tearDown(): void method testValidatedMethodReturnsTheValidatedData (line 33) | public function testValidatedMethodReturnsTheValidatedData() method testValidatedMethodReturnsTheValidatedDataNestedRules (line 42) | public function testValidatedMethodReturnsTheValidatedDataNestedRules() method testValidatedMethodReturnsTheValidatedDataNestedChildRules (line 53) | public function testValidatedMethodReturnsTheValidatedDataNestedChildR... method testValidatedMethodReturnsTheValidatedDataNestedArrayRules (line 64) | public function testValidatedMethodReturnsTheValidatedDataNestedArrayR... method testValidatedMethodNotValidateTwice (line 75) | public function testValidatedMethodNotValidateTwice() method testValidateThrowsWhenValidationFails (line 87) | public function testValidateThrowsWhenValidationFails() method testValidateThrowsWhenValidationFailsWithConfiguredErrorBagAttribute (line 98) | public function testValidateThrowsWhenValidationFailsWithConfiguredErr... method testValidateMethodThrowsWhenAuthorizationFails (line 109) | public function testValidateMethodThrowsWhenAuthorizationFails() method testValidateThrowsExceptionFromAuthorizationResponse (line 117) | public function testValidateThrowsExceptionFromAuthorizationResponse() method testValidateDoesntThrowExceptionFromResponseAllowed (line 125) | public function testValidateDoesntThrowExceptionFromResponseAllowed() method testPrepareForValidationRunsBeforeValidation (line 130) | public function testPrepareForValidationRunsBeforeValidation() method testAfterValidationRunsAfterValidation (line 135) | public function testAfterValidationRunsAfterValidation() method testValidatedMethodReturnsOnlyRequestedValidatedData (line 144) | public function testValidatedMethodReturnsOnlyRequestedValidatedData() method testValidatedMethodReturnsOnlyRequestedNestedValidatedData (line 153) | public function testValidatedMethodReturnsOnlyRequestedNestedValidated... method testAfterMethod (line 164) | public function testAfterMethod() method testRequestCanPassWithoutRulesMethod (line 219) | public function testRequestCanPassWithoutRulesMethod() method testRequestWithGetRules (line 228) | public function testRequestWithGetRules() method catchException (line 253) | protected function catchException($class, $executor) method createRequest (line 275) | protected function createRequest($payload = [], $class = FoundationTes... method createValidationFactory (line 296) | protected function createValidationFactory($container) method createMockRedirector (line 310) | protected function createMockRedirector($request) method createMockUrlGenerator (line 331) | protected function createMockUrlGenerator() method createMockRedirectResponse (line 341) | protected function createMockRedirectResponse() class FoundationTestFormRequestStub (line 347) | class FoundationTestFormRequestStub extends FormRequest method rules (line 349) | public function rules() method authorize (line 354) | public function authorize() class FoundationTestFormRequestNestedStub (line 360) | class FoundationTestFormRequestNestedStub extends FormRequest method rules (line 362) | public function rules() method authorize (line 367) | public function authorize() class FoundationTestFormRequestNestedChildStub (line 373) | class FoundationTestFormRequestNestedChildStub extends FormRequest method rules (line 375) | public function rules() method authorize (line 380) | public function authorize() class FoundationTestFormRequestNestedArrayStub (line 386) | class FoundationTestFormRequestNestedArrayStub extends FormRequest method rules (line 388) | public function rules() method authorize (line 393) | public function authorize() class FoundationTestFormRequestTwiceStub (line 399) | class FoundationTestFormRequestTwiceStub extends FormRequest method rules (line 403) | public function rules() method withValidator (line 408) | public function withValidator(Validator $validator) method authorize (line 415) | public function authorize() class FoundationTestFormRequestForbiddenStub (line 421) | class FoundationTestFormRequestForbiddenStub extends FormRequest method authorize (line 423) | public function authorize() class FoundationTestFormRequestHooks (line 429) | class FoundationTestFormRequestHooks extends FormRequest method rules (line 431) | public function rules() method authorize (line 436) | public function authorize() method prepareForValidation (line 441) | public function prepareForValidation() method passedValidation (line 446) | public function passedValidation() class FoundationTestFormRequestForbiddenWithResponseStub (line 452) | class FoundationTestFormRequestForbiddenWithResponseStub extends FormReq... method authorize (line 454) | public function authorize() class FoundationTestFormRequestPassesWithResponseStub (line 460) | class FoundationTestFormRequestPassesWithResponseStub extends FormRequest method rules (line 462) | public function rules() method authorize (line 467) | public function authorize() class FoundationTestFormRequestWithErrorBagAttribute (line 473) | #[ErrorBag('login')] method rules (line 476) | public function rules() method authorize (line 481) | public function authorize() class InvokableAfterValidationRule (line 487) | class InvokableAfterValidationRule method __construct (line 489) | public function __construct(private $value) method __invoke (line 493) | public function __invoke($validator) class AfterValidationRule (line 499) | class AfterValidationRule method __construct (line 501) | public function __construct(private $value) method after (line 506) | public function after($validator) class InjectedDependency (line 512) | class InjectedDependency method __construct (line 514) | public function __construct(public $value) class FoundationTestFormRequestWithoutRulesMethod (line 520) | class FoundationTestFormRequestWithoutRulesMethod extends FormRequest method authorize (line 522) | public function authorize() class FoundationTestFormRequestWithGetRules (line 528) | class FoundationTestFormRequestWithGetRules extends FormRequest method validationRules (line 532) | protected function validationRules(): array FILE: tests/Foundation/FoundationHelpersTest.php class FoundationHelpersTest (line 21) | class FoundationHelpersTest extends TestCase method testCache (line 23) | public function testCache() method testEvents (line 48) | public function testEvents() method testMixDoesNotIncludeHost (line 57) | public function testMixDoesNotIncludeHost() method testMixCachesManifestForSubsequentCalls (line 73) | public function testMixCachesManifestForSubsequentCalls() method testMixAssetMissingStartingSlashHaveItAdded (line 89) | public function testMixAssetMissingStartingSlashHaveItAdded() method testMixMissingManifestThrowsException (line 105) | public function testMixMissingManifestThrowsException() method testMixWithManifestDirectory (line 113) | public function testMixWithManifestDirectory() method testMixManifestDirectoryMissingStartingSlashHasItAdded (line 131) | public function testMixManifestDirectoryMissingStartingSlashHasItAdded() method testMixHotModuleReloadingGetsUrlFromFileWithHttps (line 144) | public function testMixHotModuleReloadingGetsUrlFromFileWithHttps() method testMixHotModuleReloadingGetsUrlFromFileWithHttp (line 155) | public function testMixHotModuleReloadingGetsUrlFromFileWithHttp() method testMixHotModuleReloadingGetsUrlFromFileWithManifestDirectoryAndHttps (line 166) | public function testMixHotModuleReloadingGetsUrlFromFileWithManifestDi... method testMixHotModuleReloadingGetsUrlFromFileWithManifestDirectoryAndHttp (line 179) | public function testMixHotModuleReloadingGetsUrlFromFileWithManifestDi... method testMixHotModuleReloadingUsesLocalhostIfNoHttpScheme (line 192) | public function testMixHotModuleReloadingUsesLocalhostIfNoHttpScheme() method testMixHotModuleReloadingWithManifestDirectoryUsesLocalhostIfNoHttpScheme (line 203) | public function testMixHotModuleReloadingWithManifestDirectoryUsesLoca... method makeHotModuleReloadFile (line 216) | protected function makeHotModuleReloadFile($url, $directory = '') method makeManifest (line 229) | protected function makeManifest($directory = '') method testMixIsSwappableForTests (line 246) | public function testMixIsSwappableForTests() method testAbortReceivesCodeAsSymfonyResponseInstance (line 255) | public function testAbortReceivesCodeAsSymfonyResponseInstance() method testAbortReceivesCodeAsResponableImplementation (line 268) | public function testAbortReceivesCodeAsResponableImplementation() method testAbortReceivesCodeAsInteger (line 293) | public function testAbortReceivesCodeAsInteger() method testBroadcastIfReturnsFakeOnFalse (line 305) | public function testBroadcastIfReturnsFakeOnFalse() FILE: tests/Foundation/FoundationInteractsWithDatabaseTest.php class FoundationInteractsWithDatabaseTest (line 18) | class FoundationInteractsWithDatabaseTest extends TestCase method setUp (line 31) | protected function setUp(): void method testSeeInDatabaseFindsResults (line 36) | public function testSeeInDatabaseFindsResults() method testAssertDatabaseHasSupportsModelClass (line 43) | public function testAssertDatabaseHasSupportsModelClass() method testAssertDatabaseHasConstrainsToModel (line 50) | public function testAssertDatabaseHasConstrainsToModel() method testSeeInDatabaseDoesNotFindResults (line 64) | public function testSeeInDatabaseDoesNotFindResults() method testSeeInDatabaseFindsNotMatchingResults (line 76) | public function testSeeInDatabaseFindsNotMatchingResults() method testSeeInDatabaseFindsManyNotMatchingResults (line 90) | public function testSeeInDatabaseFindsManyNotMatchingResults() method testDontSeeInDatabaseDoesNotFindResults (line 106) | public function testDontSeeInDatabaseDoesNotFindResults() method testAssertDatabaseMissingSupportsModelClass (line 113) | public function testAssertDatabaseMissingSupportsModelClass() method testAssertDatabaseMissingConstrainsToModel (line 120) | public function testAssertDatabaseMissingConstrainsToModel() method testDontSeeInDatabaseFindsResults (line 134) | public function testDontSeeInDatabaseFindsResults() method testAssertTableEntriesCount (line 146) | public function testAssertTableEntriesCount() method testAssertDatabaseCountSupportModels (line 153) | public function testAssertDatabaseCountSupportModels() method testAssertDatabaseEmpty (line 161) | public function testAssertDatabaseEmpty() method testAssertTableEntriesCountWrong (line 169) | public function testAssertTableEntriesCountWrong() method testAssertDatabaseMissingPassesWhenDoesNotFindResults (line 178) | public function testAssertDatabaseMissingPassesWhenDoesNotFindResults() method testAssertDatabaseMissingFailsWhenFindsResults (line 185) | public function testAssertDatabaseMissingFailsWhenFindsResults() method testAssertModelMissingPassesWhenDoesNotFindModelResults (line 196) | public function testAssertModelMissingPassesWhenDoesNotFindModelResults() method testAssertSoftDeletedInDatabaseFindsResults (line 207) | public function testAssertSoftDeletedInDatabaseFindsResults() method testAssertSoftDeletedSupportModelStrings (line 214) | public function testAssertSoftDeletedSupportModelStrings() method testAssertSoftDeletedInDatabaseDoesNotFindResults (line 221) | public function testAssertSoftDeletedInDatabaseDoesNotFindResults() method testAssertSoftDeletedInDatabaseDoesNotFindModelResults (line 233) | public function testAssertSoftDeletedInDatabaseDoesNotFindModelResults() method testAssertSoftDeletedInDatabaseDoesNotFindModelWithCustomColumnResults (line 247) | public function testAssertSoftDeletedInDatabaseDoesNotFindModelWithCus... method testAssertSoftDeletedInDatabaseDoesNotFindModePassedViaFcnWithCustomColumnResults (line 262) | public function testAssertSoftDeletedInDatabaseDoesNotFindModePassedVi... method testAssertNotSoftDeletedInDatabaseFindsResults (line 277) | public function testAssertNotSoftDeletedInDatabaseFindsResults() method testAssertNotSoftDeletedSupportModelStrings (line 284) | public function testAssertNotSoftDeletedSupportModelStrings() method testAssertNotSoftDeletedOnlyFindsMatchingModels (line 291) | public function testAssertNotSoftDeletedOnlyFindsMatchingModels() method testAssertNotSoftDeletedInDatabaseDoesNotFindResults (line 303) | public function testAssertNotSoftDeletedInDatabaseDoesNotFindResults() method testAssertNotSoftDeletedInDatabaseDoesNotFindModelResults (line 315) | public function testAssertNotSoftDeletedInDatabaseDoesNotFindModelResu... method testAssertNotSoftDeletedInDatabaseDoesNotFindModelWithCustomColumnResults (line 329) | public function testAssertNotSoftDeletedInDatabaseDoesNotFindModelWith... method testAssertNotSoftDeletedInDatabaseDoesNotFindModelPassedViaFcnWithCustomColumnResults (line 344) | public function testAssertNotSoftDeletedInDatabaseDoesNotFindModelPass... method testAssertExistsPassesWhenFindsResults (line 359) | public function testAssertExistsPassesWhenFindsResults() method testGetTableNameFromModel (line 370) | public function testGetTableNameFromModel() method testGetTableConnectionNameFromModel (line 378) | public function testGetTableConnectionNameFromModel() method testGetTableCustomizedDeletedAtColumnName (line 385) | public function testGetTableCustomizedDeletedAtColumnName() method testExpectsDatabaseQueryCount (line 391) | public function testExpectsDatabaseQueryCount() method mockCountBuilder (line 480) | protected function mockCountBuilder($existsResult, $deletedAtColumn = ... method getConnection (line 513) | protected function getConnection() class ProductStub (line 519) | class ProductStub extends Model class CustomProductStub (line 528) | class CustomProductStub extends ProductStub FILE: tests/Foundation/FoundationInteractsWithTimeTest.php class FoundationInteractsWithTimeTest (line 9) | class FoundationInteractsWithTimeTest extends TestCase method tearDown (line 13) | protected function tearDown(): void method testFreezeTimeReturnsFrozenTime (line 20) | public function testFreezeTimeReturnsFrozenTime() method testFreezeTimeReturnsCallbackResult (line 29) | public function testFreezeTimeReturnsCallbackResult() method testFreezeTimeReturnsCallbackResultEvenWhenNull (line 39) | public function testFreezeTimeReturnsCallbackResultEvenWhenNull() method testFreezeSecondReturnsFrozenTime (line 49) | public function testFreezeSecondReturnsFrozenTime() method testFreezeSecondReturnsCallbackResult (line 59) | public function testFreezeSecondReturnsCallbackResult() method testFreezeSecondReturnsCallbackResultEvenWhenNull (line 69) | public function testFreezeSecondReturnsCallbackResultEvenWhenNull() FILE: tests/Foundation/FoundationPackageManifestTest.php class FoundationPackageManifestTest (line 9) | class FoundationPackageManifestTest extends TestCase method testAssetLoading (line 11) | public function testAssetLoading() FILE: tests/Foundation/FoundationProviderRepositoryTest.php class FoundationProviderRepositoryTest (line 15) | class FoundationProviderRepositoryTest extends TestCase method testServicesAreRegisteredWhenManifestIsNotRecompiled (line 17) | public function testServicesAreRegisteredWhenManifestIsNotRecompiled() method testManifestIsProperlyRecompiled (line 32) | public function testManifestIsProperlyRecompiled() method testShouldRecompileReturnsCorrectValue (line 61) | public function testShouldRecompileReturnsCorrectValue() method testLoadManifestReturnsParsedJSON (line 69) | public function testLoadManifestReturnsParsedJSON() method testWriteManifestStoresToProperLocation (line 78) | public function testWriteManifestStoresToProperLocation() method testWriteManifestThrowsExceptionIfManifestDirDoesntExist (line 88) | public function testWriteManifestThrowsExceptionIfManifestDirDoesntExi... FILE: tests/Foundation/FoundationViteTest.php class FoundationViteTest (line 13) | class FoundationViteTest extends TestCase method setUp (line 15) | protected function setUp(): void method tearDown (line 22) | protected function tearDown(): void method testViteWithJsOnly (line 30) | public function testViteWithJsOnly() method testViteWithCssAndJs (line 39) | public function testViteWithCssAndJs() method testViteWithCssImport (line 52) | public function testViteWithCssImport() method testViteWithSharedCssImport (line 65) | public function testViteWithSharedCssImport() method testViteHotModuleReplacementWithJsOnly (line 78) | public function testViteHotModuleReplacementWithJsOnly() method testViteHotModuleReplacementWithJsAndCss (line 91) | public function testViteHotModuleReplacementWithJsAndCss() method testItCanGenerateCspNonceWithHotFile (line 105) | public function testItCanGenerateCspNonceWithHotFile() method testItCanGenerateCspNonceWithManifest (line 125) | public function testItCanGenerateCspNonceWithManifest() method testItCanSpecifyCspNonceWithHotFile (line 144) | public function testItCanSpecifyCspNonceWithHotFile() method testItCanSpecifyCspNonceWithManifest (line 161) | public function testItCanSpecifyCspNonceWithManifest() method testReactRefreshWithNoNonce (line 177) | public function testReactRefreshWithNoNonce() method testReactRefreshNonce (line 186) | public function testReactRefreshNonce() method testItCanInjectIntegrityWhenPresentInManifest (line 196) | public function testItCanInjectIntegrityWhenPresentInManifest() method testItCanInjectIntegrityWhenPresentInManifestForCss (line 223) | public function testItCanInjectIntegrityWhenPresentInManifestForCss() method testItCanInjectIntegrityWhenPresentInManifestForImportedCss (line 259) | public function testItCanInjectIntegrityWhenPresentInManifestForImport... method testItCanSpecifyIntegrityKey (line 295) | public function testItCanSpecifyIntegrityKey() method testItCanSpecifyArbitraryAttributesForScriptTagsWhenBuilt (line 323) | public function testItCanSpecifyArbitraryAttributesForScriptTagsWhenBu... method testItCanSpecifyArbitraryAttributesForStylesheetTagsWhenBuild (line 394) | public function testItCanSpecifyArbitraryAttributesForStylesheetTagsWh... method testItCanSpecifyArbitraryAttributesForScriptTagsWhenHotModuleReloading (line 462) | public function testItCanSpecifyArbitraryAttributesForScriptTagsWhenHo... method testItCanSpecifyArbitraryAttributesForStylesheetTagsWhenHotModuleReloading (line 498) | public function testItCanSpecifyArbitraryAttributesForStylesheetTagsWh... method testItCanOverrideAllAttributes (line 528) | public function testItCanOverrideAllAttributes() method testItCanGenerateIndividualAssetUrlInBuildMode (line 549) | public function testItCanGenerateIndividualAssetUrlInBuildMode() method testItCanGenerateIndividualAssetUrlInHotMode (line 558) | public function testItCanGenerateIndividualAssetUrlInHotMode() method testItThrowsWhenUnableToFindAssetManifestInBuildMode (line 567) | public function testItThrowsWhenUnableToFindAssetManifestInBuildMode() method testItThrowsDeprecatedExecptionWhenUnableToFindAssetManifestInBuildMode (line 575) | public function testItThrowsDeprecatedExecptionWhenUnableToFindAssetMa... method testItThrowsWhenUnableToFindAssetChunkInBuildMode (line 583) | public function testItThrowsWhenUnableToFindAssetChunkInBuildMode() method testItDoesNotReturnHashInDevMode (line 593) | public function testItDoesNotReturnHashInDevMode() method testItGetsHashInBuildMode (line 602) | public function testItGetsHashInBuildMode() method testItGetsDifferentHashesForDifferentManifestsInBuildMode (line 611) | public function testItGetsDifferentHashesForDifferentManifestsInBuildM... method testViteCanSetEntryPointsWithFluentBuilder (line 623) | public function testViteCanSetEntryPointsWithFluentBuilder() method testViteCanOverrideBuildDirectory (line 639) | public function testViteCanOverrideBuildDirectory() method testViteCanOverrideHotFilePath (line 655) | public function testViteCanOverrideHotFilePath() method testViteCanAssetPath (line 672) | public function testViteCanAssetPath() method testViteIsMacroable (line 699) | public function testViteIsMacroable() method testItGeneratesPreloadDirectivesForJsAndCssImports (line 718) | public function testItGeneratesPreloadDirectivesForJsAndCssImports() method testItCanSpecifyAttributesForPreloadedAssets (line 786) | public function testItCanSpecifyAttributesForPreloadedAssets() method testItCanSuppressPreloadTagGeneration (line 918) | public function testItCanSuppressPreloadTagGeneration() method testPreloadAssetsGetAssetNonce (line 1071) | public function testPreloadAssetsGetAssetNonce() method testCrossoriginAttributeIsInheritedByPreloadTags (line 1114) | public function testCrossoriginAttributeIsInheritedByPreloadTags() method testItCanConfigureTheManifestFilename (line 1162) | public function testItCanConfigureTheManifestFilename() method testItOnlyOutputsUniquePreloadTags (line 1190) | public function testItOnlyOutputsUniquePreloadTags() method testItRetrievesAssetContent (line 1243) | public function testItRetrievesAssetContent() method testItThrowsWhenUnableToFindFileToRetrieveContent (line 1258) | public function testItThrowsWhenUnableToFindFileToRetrieveContent() method makeViteManifest (line 1268) | protected function makeViteManifest($contents = null, $path = 'build') method testItCanPrefetchEntrypoint (line 1318) | public function testItCanPrefetchEntrypoint() method testItHandlesSpecifyingPageWithAppJs (line 1394) | public function testItHandlesSpecifyingPageWithAppJs() method testItCanSpecifyWaterfallChunks (line 1424) | public function testItCanSpecifyWaterfallChunks() method testItCanPrefetchAggressively (line 1460) | public function testItCanPrefetchAggressively() method testAddsAttributesToPrefetchTags (line 1514) | public function testAddsAttributesToPrefetchTags() method testItNormalisesAttributes (line 1550) | public function testItNormalisesAttributes() method testItPrefetchesCss (line 1593) | public function testItPrefetchesCss() method testSupportCspNonceInPrefetchScript (line 1672) | public function testSupportCspNonceInPrefetchScript() method testItCanConfigureThePrefetchTriggerEvent (line 1696) | public function testItCanConfigureThePrefetchTriggerEvent() method testItCanFlushState (line 1713) | public function testItCanFlushState() method cleanViteManifest (line 1725) | protected function cleanViteManifest($path = 'build') method makeAsset (line 1736) | protected function makeAsset($asset, $content) method cleanAsset (line 1747) | protected function cleanAsset($asset) method makeViteHotFile (line 1756) | protected function makeViteHotFile($path = null) method cleanViteHotFile (line 1765) | protected function cleanViteHotFile($path = null) FILE: tests/Foundation/Http/HtmlDumperTest.php class HtmlDumperTest (line 14) | class HtmlDumperTest extends TestCase method setUp (line 18) | protected function setUp(): void method testString (line 31) | public function testString() method testInteger (line 40) | public function testInteger() method testFloat (line 49) | public function testFloat() method testArray (line 58) | public function testArray() method testBoolean (line 67) | public function testBoolean() method testObject (line 76) | public function testObject() method testNull (line 88) | public function testNull() method testUnresolvableSource (line 97) | public function testUnresolvableSource() method testWhenIsFileViewIsNotViewCompiled (line 108) | public function testWhenIsFileViewIsNotViewCompiled() method testWhenIsFileViewIsViewCompiled (line 124) | public function testWhenIsFileViewIsViewCompiled() method testGetOriginalViewCompiledFile (line 140) | public function testGetOriginalViewCompiledFile() method testWhenGetOriginalViewCompiledFileFails (line 156) | public function testWhenGetOriginalViewCompiledFileFails() method testUnresolvableLine (line 172) | public function testUnresolvableLine() method testHref (line 189) | public function testHref() method dump (line 270) | protected function dump($value) method tearDown (line 288) | protected function tearDown(): void FILE: tests/Foundation/Http/KernelTest.php class KernelTest (line 14) | class KernelTest extends TestCase method testGetMiddlewareGroups (line 16) | public function testGetMiddlewareGroups() method testGetRouteMiddleware (line 23) | public function testGetRouteMiddleware() method testGetMiddlewarePriority (line 30) | public function testGetMiddlewarePriority() method testAddToMiddlewarePriorityAfter (line 49) | public function testAddToMiddlewarePriorityAfter() method testAddToMiddlewarePriorityBefore (line 77) | public function testAddToMiddlewarePriorityBefore() method testItTriggersTerminatingEvent (line 105) | public function testItTriggersTerminatingEvent() method getApplication (line 151) | protected function getApplication() method getRouter (line 159) | protected function getRouter() FILE: tests/Foundation/Http/Middleware/ConvertEmptyStringsToNullTest.php class ConvertEmptyStringsToNullTest (line 10) | class ConvertEmptyStringsToNullTest extends TestCase method testConvertsEmptyStringsToNull (line 12) | public function testConvertsEmptyStringsToNull() method testSkipConvertsEmptyStringsToNull (line 28) | public function testSkipConvertsEmptyStringsToNull() FILE: tests/Foundation/Http/Middleware/TransformsRequestTest.php class TransformsRequestTest (line 10) | class TransformsRequestTest extends TestCase method testTransformOncePerKeyWhenMethodIsGet (line 12) | public function testTransformOncePerKeyWhenMethodIsGet() method testTransformOncePerKeyWhenMethodIsPost (line 28) | public function testTransformOncePerKeyWhenMethodIsPost() method testTransformOncePerArrayKeysWhenMethodIsPost (line 48) | public function testTransformOncePerArrayKeysWhenMethodIsPost() method testTransformOncePerKeyWhenContentTypeIsJson (line 70) | public function testTransformOncePerKeyWhenContentTypeIsJson() class ManipulateInput (line 96) | class ManipulateInput extends TransformsRequest method transform (line 98) | protected function transform($key, $value) class ManipulateArrayInput (line 112) | class ManipulateArrayInput extends TransformsRequest method transform (line 114) | protected function transform($key, $value) class TruncateInput (line 128) | class TruncateInput extends TransformsRequest method transform (line 130) | protected function transform($key, $value) FILE: tests/Foundation/Http/Middleware/TrimStringsTest.php class TrimStringsTest (line 10) | class TrimStringsTest extends TestCase method testTrimStringsIgnoringExceptAttribute (line 12) | public function testTrimStringsIgnoringExceptAttribute() method testTrimStringsNBSP (line 32) | public function testTrimStringsNBSP() class TrimStringsWithExceptAttribute (line 61) | class TrimStringsWithExceptAttribute extends TrimStrings FILE: tests/Foundation/Http/Middleware/ValidatePathEncodingTest.php class ValidatePathEncodingTest (line 13) | class ValidatePathEncodingTest extends TestCase method testValidPathsArePassing (line 15) | #[TestWith(['/'])] method testInvalidPathsAreFailing (line 34) | #[TestWith(['%C0'])] FILE: tests/Foundation/Testing/BootTraitsTest.php type TestTrait (line 12) | trait TestTrait method setUpTestTrait (line 17) | public function setUpTestTrait() method tearDownTestTrait (line 22) | public function tearDownTestTrait() type TestTraitWithAttributes (line 28) | trait TestTraitWithAttributes method initializeSearch (line 33) | #[SetUp] method cleanUpSearch (line 39) | #[TearDown] class TestCaseWithTrait (line 46) | class TestCaseWithTrait extends FoundationTestCase class TestCaseWithAttributeTrait (line 52) | class TestCaseWithAttributeTrait extends FoundationTestCase class TestCaseWithBothTraits (line 58) | class TestCaseWithBothTraits extends FoundationTestCase class BootTraitsTest (line 65) | class BootTraitsTest extends TestCase method testSetUpAndTearDownTraits (line 67) | public function testSetUpAndTearDownTraits() method testSetUpAndTearDownWithAttributes (line 82) | public function testSetUpAndTearDownWithAttributes() method testConventionalAndAttributeTraitsWorkTogether (line 97) | public function testConventionalAndAttributeTraitsWorkTogether() FILE: tests/Foundation/Testing/Concerns/InteractsWithContainerTest.php class InteractsWithContainerTest (line 11) | class InteractsWithContainerTest extends TestCase method testWithoutViteBindsEmptyHandlerAndReturnsInstance (line 13) | public function testWithoutViteBindsEmptyHandlerAndReturnsInstance() method testWithoutViteHandlesReactRefresh (line 21) | public function testWithoutViteHandlesReactRefresh() method testWithoutViteHandlesAsset (line 29) | public function testWithoutViteHandlesAsset() method testWithViteRestoresOriginalHandlerAndReturnsInstance (line 37) | public function testWithViteRestoresOriginalHandlerAndReturnsInstance() method testWithoutViteReturnsEmptyArrayForPreloadedAssets (line 49) | public function testWithoutViteReturnsEmptyArrayForPreloadedAssets(): ... method testWithoutMixBindsEmptyHandlerAndReturnsInstance (line 57) | public function testWithoutMixBindsEmptyHandlerAndReturnsInstance() method testWithMixRestoresOriginalHandlerAndReturnsInstance (line 65) | public function testWithMixRestoresOriginalHandlerAndReturnsInstance() method testWithoutDefer (line 77) | public function testWithoutDefer() method testForgetMock (line 98) | public function testForgetMock() class InstanceStub (line 112) | class InstanceStub method execute (line 114) | public function execute() FILE: tests/Foundation/Testing/Concerns/InteractsWithViewsTest.php class InteractsWithViewsTest (line 10) | class InteractsWithViewsTest extends TestCase method testBladeCorrectlyRendersString (line 14) | public function testBladeCorrectlyRendersString() method testComponentCanAccessPublicProperties (line 21) | public function testComponentCanAccessPublicProperties() method testComponentMacroable (line 45) | public function testComponentMacroable() FILE: tests/Foundation/Testing/Concerns/MakesHttpRequestsTest.php class MakesHttpRequestsTest (line 11) | class MakesHttpRequestsTest extends TestCase method testFromSetsHeaderAndSession (line 13) | public function testFromSetsHeaderAndSession() method testFromRouteSetsHeaderAndSession (line 21) | public function testFromRouteSetsHeaderAndSession() method testFromRemoveHeader (line 33) | public function testFromRemoveHeader() method testFromRemoveHeaders (line 44) | public function testFromRemoveHeaders() method testWithTokenSetsAuthorizationHeader (line 60) | public function testWithTokenSetsAuthorizationHeader() method testWithBasicAuthSetsAuthorizationHeader (line 69) | public function testWithBasicAuthSetsAuthorizationHeader() method testWithoutTokenRemovesAuthorizationHeader (line 87) | public function testWithoutTokenRemovesAuthorizationHeader() method testWithoutAndWithMiddleware (line 96) | public function testWithoutAndWithMiddleware() method testWithoutAndWithMiddlewareWithParameter (line 108) | public function testWithoutAndWithMiddlewareWithParameter() method testWithCookieSetCookie (line 135) | public function testWithCookieSetCookie() method testWithCookiesSetsCookiesAndOverwritesPreviousValues (line 143) | public function testWithCookiesSetsCookiesAndOverwritesPreviousValues() method testWithUnencryptedCookieSetCookie (line 156) | public function testWithUnencryptedCookieSetCookie() method testWithUnencryptedCookiesSetsCookiesAndOverwritesPreviousValues (line 164) | public function testWithUnencryptedCookiesSetsCookiesAndOverwritesPrev... method testWithoutAndWithCredentials (line 177) | public function testWithoutAndWithCredentials() method testFollowingRedirects (line 188) | public function testFollowingRedirects() method testFollowingRedirectsTerminatesInExpectedOrder (line 207) | public function testFollowingRedirectsTerminatesInExpectedOrder() method testWithPrecognition (line 230) | public function testWithPrecognition() class MyMiddleware (line 244) | class MyMiddleware method handle (line 246) | public function handle($request, $next) class TerminatingMiddleware (line 252) | class TerminatingMiddleware method handle (line 256) | public function handle($request, $next) method terminate (line 261) | public function terminate($request, $response) FILE: tests/Foundation/Testing/DatabaseMigrationsTest.php class DatabaseMigrationsTest (line 17) | class DatabaseMigrationsTest extends TestCase method setUp (line 27) | protected function setUp(): void method tearDown (line 45) | protected function tearDown(): void method refreshApplication (line 54) | protected function refreshApplication() method testRefreshTestDatabaseDefault (line 61) | public function testRefreshTestDatabaseDefault() method testRefreshTestDatabaseWithDropViewsOption (line 76) | public function testRefreshTestDatabaseWithDropViewsOption() method testRefreshTestDatabaseWithDropTypesOption (line 93) | public function testRefreshTestDatabaseWithDropTypesOption() FILE: tests/Foundation/Testing/DatabaseTransactionsManagerTest.php class DatabaseTransactionsManagerTest (line 8) | class DatabaseTransactionsManagerTest extends TestCase method testItExecutesCallbacksImmediatelyIfThereIsOnlyOneTransaction (line 10) | public function testItExecutesCallbacksImmediatelyIfThereIsOnlyOneTran... method testItIgnoresTheBaseTransactionForCallbackApplicableTransactions (line 23) | public function testItIgnoresTheBaseTransactionForCallbackApplicableTr... method testCommittingDoesNotRemoveTheBasePendingTransaction (line 34) | public function testCommittingDoesNotRemoveTheBasePendingTransaction() method testItExecutesCallbacksForTheSecondTransaction (line 51) | public function testItExecutesCallbacksForTheSecondTransaction() method testItExecutesTransactionCallbacksAtLevelOne (line 68) | public function testItExecutesTransactionCallbacksAtLevelOne() method testSkipsTheNumberOfConnectionsTransacting (line 77) | public function testSkipsTheNumberOfConnectionsTransacting() class TestingDatabaseTransactionsManagerTestObject (line 88) | class TestingDatabaseTransactionsManagerTestObject method handle (line 94) | public function handle() FILE: tests/Foundation/Testing/DatabaseTruncationTest.php class DatabaseTruncationTest (line 14) | class DatabaseTruncationTest extends TestCase method setUp (line 24) | protected function setUp(): void method tearDown (line 37) | protected function tearDown(): void method testTruncateTables (line 47) | public function testTruncateTables() method testTruncateTablesWithTablesToTruncateProperty (line 59) | public function testTruncateTablesWithTablesToTruncateProperty() method testTruncateTablesWithExceptTablesProperty (line 75) | public function testTruncateTablesWithExceptTablesProperty() method testTruncateTablesWithSchema (line 91) | public function testTruncateTablesWithSchema() method testTruncateTablesWithSchemaTablesToTruncateProperty (line 107) | public function testTruncateTablesWithSchemaTablesToTruncateProperty() method testTruncateTablesWithSchemaAndExceptTablesProperty (line 126) | public function testTruncateTablesWithSchemaAndExceptTablesProperty() method testTruncateTablesWithConnectionPrefix (line 145) | public function testTruncateTablesWithConnectionPrefix() method testTruncateTablesOnPgsqlWithSearchPath (line 160) | public function testTruncateTablesOnPgsqlWithSearchPath() method arrangeConnection (line 178) | private function arrangeConnection( FILE: tests/Foundation/Testing/RefreshDatabaseTest.php class RefreshDatabaseTest (line 17) | class RefreshDatabaseTest extends TestCase method setUp (line 27) | protected function setUp(): void method tearDown (line 35) | protected function tearDown(): void method refreshApplication (line 44) | protected function refreshApplication() method testRefreshTestDatabaseDefault (line 51) | public function testRefreshTestDatabaseDefault() method testRefreshTestDatabaseWithDropViewsOption (line 66) | public function testRefreshTestDatabaseWithDropViewsOption() method testRefreshTestDatabaseWithDropTypesOption (line 83) | public function testRefreshTestDatabaseWithDropTypesOption() FILE: tests/Foundation/Testing/Traits/CanConfigureMigrationCommandsTest.php class CanConfigureMigrationCommandsTest (line 9) | class CanConfigureMigrationCommandsTest extends TestCase method setUp (line 13) | protected function setUp(): void method __reflectAndSetupAccessibleForProtectedTraitMethod (line 18) | private function __reflectAndSetupAccessibleForProtectedTraitMethod($m... method testMigrateFreshUsingDefault (line 26) | public function testMigrateFreshUsingDefault(): void method testMigrateFreshUsingWithPropertySets (line 39) | public function testMigrateFreshUsingWithPropertySets(): void class CanConfigureMigrationCommandsTestMockClass (line 77) | class CanConfigureMigrationCommandsTestMockClass FILE: tests/Foundation/Testing/WormholeTest.php class WormholeTest (line 11) | class WormholeTest extends TestCase method tearDown (line 13) | protected function tearDown(): void method testCanTravelBackToPresent (line 20) | public function testCanTravelBackToPresent() method testCarbonImmutableCompatibility (line 36) | public function testCarbonImmutableCompatibility() method testItCanTravelByMicroseconds (line 55) | public function testItCanTravelByMicroseconds() FILE: tests/Foundation/fixtures/process-failure-strategy.php method isSuccessful (line 8) | public function isSuccessful(): bool method getExitCode (line 13) | public function getExitCode(): ?int method isOutputDisabled (line 18) | public function isOutputDisabled(): bool method getWorkingDirectory (line 23) | public function getWorkingDirectory(): ?string FILE: tests/Foundation/fixtures/process-interrupt-strategy.php method isSuccessful (line 8) | public function isSuccessful(): bool method getExitCode (line 13) | public function getExitCode(): ?int method isOutputDisabled (line 18) | public function isOutputDisabled(): bool FILE: tests/Hashing/HasherTest.php class HasherTest (line 15) | class HasherTest extends TestCase method setUp (line 19) | protected function setUp(): void method testEmptyHashedValueReturnsFalse (line 29) | public function testEmptyHashedValueReturnsFalse() method testNullHashedValueReturnsFalse (line 39) | public function testNullHashedValueReturnsFalse() method testBasicBcryptHashing (line 49) | public function testBasicBcryptHashing() method testBcryptValueTooLong (line 62) | public function testBcryptValueTooLong() method testBasicArgon2iHashing (line 69) | public function testBasicArgon2iHashing() method testBasicArgon2idHashing (line 81) | public function testBasicArgon2idHashing() method testBasicBcryptVerification (line 93) | #[Depends('testBasicBcryptHashing')] method testBasicArgon2iVerification (line 103) | #[Depends('testBasicArgon2iHashing')] method testBasicArgon2idVerification (line 113) | #[Depends('testBasicArgon2idHashing')] method testIsHashedWithNonHashedValue (line 123) | public function testIsHashedWithNonHashedValue() method testBasicBcryptNotSupported (line 128) | public function testBasicBcryptNotSupported() method testBasicArgon2iNotSupported (line 135) | public function testBasicArgon2iNotSupported() method testBasicArgon2idNotSupported (line 142) | public function testBasicArgon2idNotSupported() FILE: tests/Http/HttpClientTest.php class HttpClientTest (line 55) | class HttpClientTest extends TestCase method setUp (line 62) | protected function setUp(): void method tearDown (line 71) | protected function tearDown(): void method testStubbedResponsesAreReturnedAfterFaking (line 76) | public function testStubbedResponsesAreReturnedAfterFaking() method testCreatedRequest (line 85) | public function testCreatedRequest() method testStatusCodeShorthand (line 99) | public function testStatusCodeShorthand() method testStatusCodeShorthandAssumeBodyWhenInvalidHttpStatusCode (line 113) | public function testStatusCodeShorthandAssumeBodyWhenInvalidHttpStatus... method testBodyShorthands (line 129) | public function testBodyShorthands() method testAcceptedRequest (line 146) | public function testAcceptedRequest() method testMovedPermanentlyRequest (line 160) | public function testMovedPermanentlyRequest() method testNoContentRequest (line 174) | public function testNoContentRequest() method testFoundRequest (line 188) | public function testFoundRequest() method testNotModifiedRequest (line 202) | public function testNotModifiedRequest(): void method testBadRequestRequest (line 216) | public function testBadRequestRequest() method testPaymentRequiredRequest (line 230) | public function testPaymentRequiredRequest() method testRequestTimeoutRequest (line 244) | public function testRequestTimeoutRequest() method testConflictResponseRequest (line 258) | public function testConflictResponseRequest() method testUnprocessableContentRequest (line 272) | public function testUnprocessableContentRequest() method testUnprocessableEntityRequest (line 286) | public function testUnprocessableEntityRequest() method testTooManyRequestsRequest (line 300) | public function testTooManyRequestsRequest() method testUnauthorizedRequest (line 314) | public function testUnauthorizedRequest() method testForbiddenRequest (line 325) | public function testForbiddenRequest() method testNotFoundResponse (line 336) | public function testNotFoundResponse() method testResponseBodyCasting (line 347) | public function testResponseBodyCasting() method testResponseObjectAsArray (line 365) | public function testResponseObjectAsArray() method testResponseObjectAsObject (line 379) | public function testResponseObjectAsObject() method testResponseObjectIsTappable (line 391) | public function testResponseObjectIsTappable() method testResponseObjectIsMacroable (line 406) | public function testResponseObjectIsMacroable() method testResponseCanBeReturnedAsResource (line 436) | public function testResponseCanBeReturnedAsResource() method testResponseCanBeReturnedAsCollection (line 448) | public function testResponseCanBeReturnedAsCollection() method testResponseCanBeReturnedAsFluent (line 463) | public function testResponseCanBeReturnedAsFluent() method testSendRequestBodyAsJsonByDefault (line 478) | public function testSendRequestBodyAsJsonByDefault() method testSendRequestBodyWithManyAmpersands (line 494) | public function testSendRequestBodyWithManyAmpersands() method testSendStreamRequestBody (line 510) | public function testSendStreamRequestBody() method testUrlsCanBeStubbedByPath (line 530) | public function testUrlsCanBeStubbedByPath() method testCanSendJsonData (line 552) | public function testCanSendJsonData() method testCanSendFormData (line 572) | public function testCanSendFormData() method testCanSendArrayableFormData (line 588) | #[DataProvider('methodsReceivingArrayableDataProvider')] method testCanSendJsonSerializableData (line 605) | #[DataProvider('methodsReceivingArrayableDataProvider')] method testPrefersJsonSerializableOverArrayableData (line 628) | #[DataProvider('methodsReceivingArrayableDataProvider')] method testCanSendJsonDataWithStringable (line 657) | public function testCanSendJsonDataWithStringable() method testCanSendFormDataWithStringable (line 677) | public function testCanSendFormDataWithStringable() method testCanSendFormDataWithStringableInArrays (line 693) | public function testCanSendFormDataWithStringableInArrays() method testRecordedCallsAreEmptiedWhenFakeIsCalled (line 708) | public function testRecordedCallsAreEmptiedWhenFakeIsCalled() method testSpecificRequestIsNotBeingSent (line 725) | public function testSpecificRequestIsNotBeingSent() method testNoRequestIsNotBeingSent (line 739) | public function testNoRequestIsNotBeingSent() method testRequestCount (line 746) | public function testRequestCount() method testCanSendMultipartData (line 764) | public function testCanSendMultipartData() method testFilesCanBeAttached (line 783) | public function testFilesCanBeAttached() method testCanSendMultipartDataWithSimplifiedParameters (line 798) | public function testCanSendMultipartDataWithSimplifiedParameters() method testCanSendMultipartDataWithBothSimplifiedAndExtendedParameters (line 814) | public function testCanSendMultipartDataWithBothSimplifiedAndExtendedP... method testCanSendMultipartDataWithArrayValues (line 838) | public function testCanSendMultipartDataWithArrayValues() method testCanSendMultipartDataWithFileAndArrayValues (line 859) | public function testCanSendMultipartDataWithFileAndArrayValues() method testItCanSendToken (line 885) | public function testItCanSendToken() method testItCanSendUserAgent (line 897) | public function testItCanSendUserAgent() method testItOnlySendsOneUserAgentHeader (line 909) | public function testItOnlySendsOneUserAgentHeader() method testSequenceBuilder (line 926) | public function testSequenceBuilder() method testSequenceBuilderCanKeepGoingWhenEmpty (line 962) | public function testSequenceBuilderCanKeepGoingWhenEmpty() method testAssertSequencesAreEmpty (line 977) | public function testAssertSequencesAreEmpty() method testFakeSequence (line 991) | public function testFakeSequence() method testWithCookies (line 1001) | public function testWithCookies() method testWithQueryParameters (line 1019) | public function testWithQueryParameters() method testWithArrayQueryParameters (line 1032) | public function testWithArrayQueryParameters() method testWithQueryParametersAllowsAddingMoreOnRequest (line 1045) | public function testWithQueryParametersAllowsAddingMoreOnRequest() method testWithQueryParametersAllowsOverridingParameterOnRequest (line 1060) | public function testWithQueryParametersAllowsOverridingParameterOnRequ... method testWithStringableQueryParameters (line 1077) | public function testWithStringableQueryParameters() method testWithArrayStringableQueryParameters (line 1090) | public function testWithArrayStringableQueryParameters() method testGetWithArrayQueryParam (line 1103) | public function testGetWithArrayQueryParam() method testGetWithArrayableQueryParam (line 1115) | public function testGetWithArrayableQueryParam() method testGetWithStringQueryParam (line 1127) | public function testGetWithStringQueryParam() method testGetWithQuery (line 1139) | public function testGetWithQuery() method testGetWithQueryWontEncode (line 1152) | public function testGetWithQueryWontEncode() method testGetWithArrayQueryParamOverwrites (line 1166) | public function testGetWithArrayQueryParamOverwrites() method testGetWithArrayQueryParamEncodes (line 1178) | public function testGetWithArrayQueryParamEncodes() method testWithBaseUrl (line 1190) | public function testWithBaseUrl() method testCanConfirmManyHeaders (line 1209) | public function testCanConfirmManyHeaders() method testCanConfirmManyHeadersUsingAString (line 1227) | public function testCanConfirmManyHeadersUsingAString() method testItMergesMultipleHeaders (line 1242) | public function testItMergesMultipleHeaders() method testItCanReplaceHeaders (line 1260) | public function testItCanReplaceHeaders() method testItCanReplaceHeadersWhenNoHeadersYetSet (line 1276) | public function testItCanReplaceHeadersWhenNoHeadersYetSet() method testCanConfirmSingleStringHeader (line 1290) | public function testCanConfirmSingleStringHeader() method testCanConfirmSingleArrayHeader (line 1304) | public function testCanConfirmSingleArrayHeader() method testExceptionAccessorOnSuccess (line 1318) | public function testExceptionAccessorOnSuccess() method testExceptionAccessorOnFailure (line 1325) | public function testExceptionAccessorOnFailure() method testRequestExceptionSummary (line 1339) | public function testRequestExceptionSummary() method testRequestExceptionTruncatedSummary (line 1356) | public function testRequestExceptionTruncatedSummary() method testRequestExceptionWithoutTruncatedSummary (line 1372) | public function testRequestExceptionWithoutTruncatedSummary() method testRequestExceptionWithCustomTruncatedSummary (line 1390) | public function testRequestExceptionWithCustomTruncatedSummary() method testRequestLevelTruncationLevelOnRequestException (line 1408) | public function testRequestLevelTruncationLevelOnRequestException() method testNoTruncationOnRequestLevel (line 1434) | public function testNoTruncationOnRequestLevel() method testRequestExceptionDoesNotTruncateButRequestDoes (line 1457) | public function testRequestExceptionDoesNotTruncateButRequestDoes() method testAsyncRequestExceptionsRespectRequestTruncation (line 1479) | public function testAsyncRequestExceptionsRespectRequestTruncation() method testRequestExceptionEmptyBody (line 1495) | public function testRequestExceptionEmptyBody() method testReportingExceptionTwiceDoesNotIncludeSummaryTwice (line 1505) | public function testReportingExceptionTwiceDoesNotIncludeSummaryTwice() method testStreamingResponseExceptionMessageIsNotSummarizedWhenBodyIsNotSeekable (line 1525) | #[TestWith([false])] method testOnErrorDoesntCallClosureOnInformational (line 1562) | public function testOnErrorDoesntCallClosureOnInformational() method testOnErrorDoesntCallClosureOnSuccess (line 1578) | public function testOnErrorDoesntCallClosureOnSuccess() method testOnErrorDoesntCallClosureOnRedirection (line 1594) | public function testOnErrorDoesntCallClosureOnRedirection() method testOnErrorCallsClosureOnClientError (line 1610) | public function testOnErrorCallsClosureOnClientError() method testOnErrorCallsClosureOnServerError (line 1626) | public function testOnErrorCallsClosureOnServerError() method testSinkToFile (line 1642) | public function testSinkToFile() method testSinkToResource (line 1660) | public function testSinkToResource() method testSinkWhenStubbedByPath (line 1672) | public function testSinkWhenStubbedByPath() method testCanAssertAgainstOrderOfHttpRequestsWithUrlStrings (line 1685) | public function testCanAssertAgainstOrderOfHttpRequestsWithUrlStrings() method testAssertionsSentOutOfOrderThrowAssertionFailed (line 1702) | public function testAssertionsSentOutOfOrderThrowAssertionFailed() method testWrongNumberOfRequestsThrowAssertionFailed (line 1721) | public function testWrongNumberOfRequestsThrowAssertionFailed() method testCanAssertAgainstOrderOfHttpRequestsWithCallables (line 1739) | public function testCanAssertAgainstOrderOfHttpRequestsWithCallables() method testCanAssertAgainstOrderOfHttpRequestsWithCallablesAndHeaders (line 1762) | public function testCanAssertAgainstOrderOfHttpRequestsWithCallablesAn... method testCanAssertAgainstOrderOfHttpRequestsWithCallablesAndHeadersFailsCorrectly (line 1800) | public function testCanAssertAgainstOrderOfHttpRequestsWithCallablesAn... method testCanDump (line 1840) | public function testCanDump() method testResponseCanDump (line 1859) | public function testResponseCanDump() method testResponseCanDumpWithKey (line 1879) | public function testResponseCanDumpWithKey() method testResponseCanDumpHeaders (line 1899) | public function testResponseCanDumpHeaders() method testResponseSequenceIsMacroable (line 1918) | public function testResponseSequenceIsMacroable() method testRequestsCanBeAsync (line 1927) | public function testRequestsCanBeAsync() method testClientCanBeSet (line 1938) | public function testClientCanBeSet() method testRequestsCanReplaceOptions (line 1951) | public function testRequestsCanReplaceOptions() method testMultipleRequestsAreSentInThePool (line 1964) | public function testMultipleRequestsAreSentInThePool() method testMultipleRequestsAreSentInThePoolWithKeys (line 1985) | public function testMultipleRequestsAreSentInThePoolWithKeys() method testMiddlewareRunsInPool (line 2008) | public function testMiddlewareRunsInPool() method testPoolConcurrency (line 2033) | public function testPoolConcurrency() method testTheRequestSendingAndResponseReceivedEventsAreFiredWhenARequestIsSent (line 2054) | public function testTheRequestSendingAndResponseReceivedEventsAreFired... method testTheRequestSendingAndResponseReceivedEventsAreFiredWhenARequestIsSentAsync (line 2070) | public function testTheRequestSendingAndResponseReceivedEventsAreFired... method testTheRequestSendingAndResponseReceivedEventsAreFiredForEveryRetry (line 2089) | public function testTheRequestSendingAndResponseReceivedEventsAreFired... method testTheTransferStatsAreCalledSafelyWhenFakingTheRequest (line 2107) | public function testTheTransferStatsAreCalledSafelyWhenFakingTheRequest() method testTransferStatsArePresentWhenFakingTheRequestUsingAPromiseResponse (line 2119) | public function testTransferStatsArePresentWhenFakingTheRequestUsingAP... method testClonedClientsWorkSuccessfullyWithTheRequestObject (line 2127) | public function testClonedClientsWorkSuccessfullyWithTheRequestObject() method testRequestIsMacroable (line 2142) | public function testRequestIsMacroable() method testRequestExceptionIsThrownWhenRetriesExhausted (line 2157) | public function testRequestExceptionIsThrownWhenRetriesExhausted() method testRequestExceptionIsThrownWhenRetriesExhaustedWithBackoffArray (line 2179) | public function testRequestExceptionIsThrownWhenRetriesExhaustedWithBa... method testRequestExceptionIsThrownWithoutRetriesIfRetryNotNecessary (line 2201) | public function testRequestExceptionIsThrownWithoutRetriesIfRetryNotNe... method testRequestExceptionIsThrownWithoutRetriesIfRetryNotNecessaryWithBackoffArray (line 2230) | public function testRequestExceptionIsThrownWithoutRetriesIfRetryNotNe... method testRequestExceptionIsNotThrownWhenDisabledAndRetriesExhausted (line 2259) | public function testRequestExceptionIsNotThrownWhenDisabledAndRetriesE... method testRequestExceptionIsNotThrownWhenDisabledAndRetriesExhaustedWithBackoffArray (line 2274) | public function testRequestExceptionIsNotThrownWhenDisabledAndRetriesE... method testRequestExceptionIsNotThrownWithoutRetriesIfRetryNotNecessary (line 2289) | public function testRequestExceptionIsNotThrownWithoutRetriesIfRetryNo... method testRequestExceptionIsNotThrownWithoutRetriesIfRetryNotNecessaryWithBackoffArray (line 2312) | public function testRequestExceptionIsNotThrownWithoutRetriesIfRetryNo... method testRequestCanBeModifiedInRetryCallback (line 2335) | public function testRequestCanBeModifiedInRetryCallback() method testRequestCanBeModifiedInRetryCallbackWithBackoffArray (line 2360) | public function testRequestCanBeModifiedInRetryCallbackWithBackoffArray() method testExceptionThrownInRetryCallbackWithoutRetrying (line 2385) | public function testExceptionThrownInRetryCallbackWithoutRetrying() method testExceptionThrownInRetryCallbackWithoutRetryingWithBackoffArray (line 2410) | public function testExceptionThrownInRetryCallbackWithoutRetryingWithB... method testRequestsWillBeWaitingSleepMillisecondsReceivedBeforeRetry (line 2435) | public function testRequestsWillBeWaitingSleepMillisecondsReceivedBefo... method testRequestExceptionReturnedWhenRetriesExhaustedInPool (line 2465) | public function testRequestExceptionReturnedWhenRetriesExhaustedInPool() method testRequestExceptionIsReturnedWithoutRetriesIfRetryNotNecessaryInPool (line 2481) | public function testRequestExceptionIsReturnedWithoutRetriesIfRetryNot... method testRequestExceptionIsNotReturnedWhenDisabledAndRetriesExhaustedInPool (line 2505) | public function testRequestExceptionIsNotReturnedWhenDisabledAndRetrie... method testRequestExceptionIsNotReturnedWithoutRetriesIfRetryNotNecessaryInPool (line 2522) | public function testRequestExceptionIsNotReturnedWithoutRetriesIfRetry... method testRequestCanBeModifiedInRetryCallbackInPool (line 2547) | public function testRequestCanBeModifiedInRetryCallbackInPool() method testHandleRequestExeptionWithNoResponseInPoolConsideredConnectionException (line 2572) | public function testHandleRequestExeptionWithNoResponseInPoolConsidere... method testExceptionThrownInRetryCallbackIsReturnedWithoutRetryingInPool (line 2589) | public function testExceptionThrownInRetryCallbackIsReturnedWithoutRet... method testExceptionThrowInMiddlewareAllowsRetry (line 2608) | public function testExceptionThrowInMiddlewareAllowsRetry() method testRequestsWillBeWaitingSleepMillisecondsReceivedInBackoffArray (line 2624) | public function testRequestsWillBeWaitingSleepMillisecondsReceivedInBa... method testFailedRequest (line 2652) | public function testFailedRequest() method testFakeConnectionException (line 2662) | public function testFakeConnectionException() method testFakeConnectionExceptionWithinFakeClosure (line 2684) | public function testFakeConnectionExceptionWithinFakeClosure() method testFakeConnectionExceptionWithinArray (line 2703) | public function testFakeConnectionExceptionWithinArray() method testFakeConnectionExceptionWithinSequence (line 2722) | public function testFakeConnectionExceptionWithinSequence() method testMiddlewareRunsWhenFaked (line 2747) | public function testMiddlewareRunsWhenFaked() method testMiddlewareRunsAndCanChangeRequestOnAssertSent (line 2770) | public function testMiddlewareRunsAndCanChangeRequestOnAssertSent() method testSslCertificateErrorsConvertedToConnectionException (line 2789) | public function testSslCertificateErrorsConvertedToConnectionException() method testConnectExceptionIsConvertedToConnectionExceptionEvenWhenWithoutFactory (line 2805) | public function testConnectExceptionIsConvertedToConnectionExceptionEv... method testRequestExceptionWithoutResponseIsConvertedToConnectionExceptionEvenWhenWithoutFactory (line 2822) | public function testRequestExceptionWithoutResponseIsConvertedToConnec... method testRequestExceptionWithResponseIsConvertedToConnectionExceptionEvenWhenWithoutFactory (line 2839) | public function testRequestExceptionWithResponseIsConvertedToConnectio... method testTooManyRedirectsExceptionIsConvertedToConnectionExceptionEvenWhenWithoutFactory (line 2857) | public function testTooManyRedirectsExceptionIsConvertedToConnectionEx... method testTooManyRedirectsExceptionConvertedToConnectionException (line 2875) | public function testTooManyRedirectsExceptionConvertedToConnectionExce... method testTooManyRedirectsWithFakedRedirectChain (line 2894) | public function testTooManyRedirectsWithFakedRedirectChain() method testRequestExceptionIsNotThrownIfThePendingRequestIsSetToThrowOnFailureButTheResponseIsSuccessful (line 2907) | public function testRequestExceptionIsNotThrownIfThePendingRequestIsSe... method testRequestExceptionIsThrownIfThePendingRequestIsSetToThrowOnFailure (line 2920) | public function testRequestExceptionIsThrownIfThePendingRequestIsSetTo... method testRequestExceptionIsThrownIfTheThrowIfOnThePendingRequestIsSetToTrueOnFailure (line 2940) | public function testRequestExceptionIsThrownIfTheThrowIfOnThePendingRe... method testRequestExceptionIsNotThrownIfTheThrowIfOnThePendingRequestIsSetToFalseOnFailure (line 2960) | public function testRequestExceptionIsNotThrownIfTheThrowIfOnThePendin... method testRequestExceptionIsThrownIfTheThrowIfClosureOnThePendingRequestReturnsTrue (line 2973) | public function testRequestExceptionIsThrownIfTheThrowIfClosureOnThePe... method testRequestExceptionIsNotThrownIfTheThrowIfClosureOnThePendingRequestReturnsFalse (line 3007) | public function testRequestExceptionIsNotThrownIfTheThrowIfClosureOnTh... method testRequestExceptionIsThrownWithCallbackIfThePendingRequestIsSetToThrowOnFailure (line 3030) | public function testRequestExceptionIsThrownWithCallbackIfThePendingRe... method testRequestExceptionIsThrownIfTheRequestFails (line 3056) | public function testRequestExceptionIsThrownIfTheRequestFails() method testRequestExceptionIsThrownWithCallbackIfTheRequestFails (line 3074) | public function testRequestExceptionIsThrownWithCallbackIfTheRequestFa... method testRequestExceptionIsNotThrownIfTheRequestDoesNotFail (line 3098) | public function testRequestExceptionIsNotThrownIfTheRequestDoesNotFail() method testRequestExceptionIsNotReturnedIfThePendingRequestIsSetToThrowOnFailureButTheResponseIsSuccessfulInPool (line 3109) | public function testRequestExceptionIsNotReturnedIfThePendingRequestIs... method testRequestExceptionIsReturnedIfThePendingRequestIsSetToThrowOnFailureInPool (line 3123) | public function testRequestExceptionIsReturnedIfThePendingRequestIsSet... method testRequestExceptionIsReturnedIfTheThrowIfOnThePendingRequestIsSetToTrueOnFailureInPool (line 3137) | public function testRequestExceptionIsReturnedIfTheThrowIfOnThePending... method testRequestExceptionIsNotReturnedIfTheThrowIfOnThePendingRequestIsSetToFalseOnFailureInPool (line 3151) | public function testRequestExceptionIsNotReturnedIfTheThrowIfOnThePend... method testRequestExceptionIsReturnedIfTheThrowIfClosureOnThePendingRequestReturnsTrueInPool (line 3165) | public function testRequestExceptionIsReturnedIfTheThrowIfClosureOnThe... method testRequestExceptionIsNotReturnedIfTheThrowIfClosureOnThePendingRequestReturnsFalseInPool (line 3194) | public function testRequestExceptionIsNotReturnedIfTheThrowIfClosureOn... method testRequestExceptionIsReturnedWithCallbackIfThePendingRequestIsSetToThrowOnFailureInPool (line 3217) | public function testRequestExceptionIsReturnedWithCallbackIfThePending... method testRequestExceptionIsReturnedAfterLastRetryInPool (line 3237) | public function testRequestExceptionIsReturnedAfterLastRetryInPool() method testRequestExceptionIsThrowIfConditionIsSatisfied (line 3253) | public function testRequestExceptionIsThrowIfConditionIsSatisfied() method testRequestExceptionIsNotThrownIfConditionIsNotSatisfied (line 3271) | public function testRequestExceptionIsNotThrownIfConditionIsNotSatisfi... method testRequestExceptionIsThrownWhenUnlessConditionIsNotSatisfied (line 3282) | public function testRequestExceptionIsThrownWhenUnlessConditionIsNotSa... method testRequestExceptionIsNotThrownWhenUnlessConditionIsSatisfied (line 3300) | public function testRequestExceptionIsNotThrownWhenUnlessConditionIsSa... method testRequestExceptionIsThrowIfConditionClosureIsSatisfied (line 3311) | public function testRequestExceptionIsThrowIfConditionClosureIsSatisfi... method testRequestExceptionIsNotThrownIfConditionClosureIsNotSatisfied (line 3341) | public function testRequestExceptionIsNotThrownIfConditionClosureIsNot... method testRequestExceptionIsThrownIfStatusCodeIsSatisfied (line 3361) | public function testRequestExceptionIsThrownIfStatusCodeIsSatisfied() method testRequestExceptionIsThrownIfStatusCodeIsSatisfiedWithClosure (line 3379) | public function testRequestExceptionIsThrownIfStatusCodeIsSatisfiedWit... method testRequestExceptionIsNotThrownIfStatusCodeIsNotSatisfied (line 3397) | public function testRequestExceptionIsNotThrownIfStatusCodeIsNotSatisf... method testRequestExceptionIsThrownUnlessStatusCodeIsSatisfied (line 3414) | public function testRequestExceptionIsThrownUnlessStatusCodeIsSatisfied() method testRequestExceptionIsThrownIfIsClientError (line 3484) | public function testRequestExceptionIsThrownIfIsClientError() method testThrowIfStatusWorksWithNonErrorStatusCodes (line 3536) | public function testThrowIfStatusWorksWithNonErrorStatusCodes() method testThrowUnlessStatusWorksWithNonErrorStatusCodes (line 3565) | public function testThrowUnlessStatusWorksWithNonErrorStatusCodes() method testRequestExceptionIsThrownIfIsServerError (line 3604) | public function testRequestExceptionIsThrownIfIsServerError() method testItCanEnforceFaking (line 3656) | public function testItCanEnforceFaking() method testItCanEnforceFakingInThePool (line 3673) | public function testItCanEnforceFakingInThePool() method testPreventingStrayRequests (line 3699) | public function testPreventingStrayRequests() method testAllowingStrayRequestUrls (line 3708) | public function testAllowingStrayRequestUrls() method testItCanAddAuthorizationHeaderIntoRequestUsingBeforeSendingCallback (line 3723) | public function testItCanAddAuthorizationHeaderIntoRequestUsingBeforeS... method testItCanSetAllowMaxRedirects (line 3745) | public function testItCanSetAllowMaxRedirects(): void method testPreventDuplicatedContentType (line 3758) | public function testPreventDuplicatedContentType(): void method testItCanSubstituteUrlParams (line 3774) | public function testItCanSubstituteUrlParams(): void method testTheTransferStatsAreCustomizable (line 3790) | public function testTheTransferStatsAreCustomizable(): void method testTheTransferStatsAreCustomizableOnFake (line 3808) | public function testTheTransferStatsAreCustomizableOnFake(): void method testItCanAddGlobalMiddleware (line 3825) | public function testItCanAddGlobalMiddleware() method testItCanAddGlobalRequestMiddleware (line 3876) | public function testItCanAddGlobalRequestMiddleware() method testItCanAddGlobalResponseMiddleware (line 3895) | public function testItCanAddGlobalResponseMiddleware() method testItCanGetTheGlobalMiddleware (line 3912) | public function testItCanGetTheGlobalMiddleware() method testItCanAddRequestMiddleware (line 3919) | public function testItCanAddRequestMiddleware() method testItCanAddResponseMiddleware (line 3937) | public function testItCanAddResponseMiddleware() method testItReturnsResponse (line 3953) | public function testItReturnsResponse(): void method testItCanReturnCustomResponseClass (line 3965) | public function testItCanReturnCustomResponseClass(): void method testItCanHaveGlobalDefaultValues (line 3979) | public function testItCanHaveGlobalDefaultValues() method testItCanCreatePendingRequest (line 4026) | public function testItCanCreatePendingRequest() method testBatchNoCallbacks (line 4033) | public function testBatchNoCallbacks(): void method testBatchDefer (line 4065) | public function testBatchDefer(): void method testCannotAddRequestsToInProgressBatch (line 4090) | public function testCannotAddRequestsToInProgressBatch(): void method testBatchBeforeHook (line 4110) | public function testBatchBeforeHook(): void method testBatchProgressHook (line 4133) | public function testBatchProgressHook(): void method testBatchCatchHook (line 4166) | public function testBatchCatchHook(): void method testBatchThenHookIsCalled (line 4198) | public function testBatchThenHookIsCalled(): void method testBatchThenHookIsNotCalled (line 4227) | public function testBatchThenHookIsNotCalled(): void method testBatchFinallyHookIsCalledWithoutErrors (line 4251) | public function testBatchFinallyHookIsCalledWithoutErrors(): void method testBatchFinallyHookIsCalledWithErrors (line 4280) | public function testBatchFinallyHookIsCalledWithErrors(): void method testBatchConcurrency (line 4309) | public function testBatchConcurrency(): void method methodsReceivingArrayableDataProvider (line 4345) | public static function methodsReceivingArrayableDataProvider() method testAfterResponse (line 4355) | public function testAfterResponse() method testAfterResponseWithThrows (line 4374) | public function testAfterResponseWithThrows() method testAfterResponseWithAsync (line 4389) | public function testAfterResponseWithAsync() method testRespectsDefaultFlags (line 4409) | public function testRespectsDefaultFlags() method testJsonDecodingIsCachedWhenFlagsMatch (line 4432) | public function testJsonDecodingIsCachedWhenFlagsMatch() class CustomFactory (line 4464) | class CustomFactory extends Factory method newPendingRequest (line 4466) | protected function newPendingRequest() class TestResponse (line 4478) | class TestResponse extends Response class BodyTrackingResponse (line 4482) | class BodyTrackingResponse extends Response method body (line 4486) | public function body() FILE: tests/Http/HttpJsonResponseTest.php class HttpJsonResponseTest (line 14) | class HttpJsonResponseTest extends TestCase method testSetAndRetrieveData (line 16) | #[DataProvider('setAndRetrieveDataProvider')] method setAndRetrieveDataProvider (line 25) | public static function setAndRetrieveDataProvider() method testGetOriginalContent (line 36) | public function testGetOriginalContent() method testSetAndRetrieveOptions (line 46) | public function testSetAndRetrieveOptions() method testSetAndRetrieveDefaultOptions (line 53) | public function testSetAndRetrieveDefaultOptions() method testSetAndRetrieveStatusCode (line 59) | public function testSetAndRetrieveStatusCode() method testInvalidArgumentExceptionOnJsonError (line 69) | #[DataProvider('jsonErrorDataProvider')] method testGracefullyHandledSomeJsonErrorsWithPartialOutputOnError (line 77) | #[DataProvider('jsonErrorDataProvider')] method jsonErrorDataProvider (line 83) | public static function jsonErrorDataProvider() method testFromJsonString (line 104) | public function testFromJsonString() class JsonResponseTestJsonableObject (line 113) | class JsonResponseTestJsonableObject implements Jsonable method toJson (line 115) | public function toJson($options = 0) class JsonResponseTestJsonSerializeObject (line 121) | class JsonResponseTestJsonSerializeObject implements JsonSerializable method jsonSerialize (line 123) | public function jsonSerialize(): array class JsonResponseTestArrayableObject (line 129) | class JsonResponseTestArrayableObject implements Arrayable method toArray (line 131) | public function toArray() FILE: tests/Http/HttpMimeTypeTest.php class HttpMimeTypeTest (line 9) | class HttpMimeTypeTest extends TestCase method testMimeTypeFromFileNameExistsTrue (line 11) | public function testMimeTypeFromFileNameExistsTrue() method testMimeTypeFromFileNameExistsFalse (line 16) | public function testMimeTypeFromFileNameExistsFalse() method testMimeTypeFromExtensionExistsTrue (line 21) | public function testMimeTypeFromExtensionExistsTrue() method testMimeTypeFromExtensionExistsFalse (line 26) | public function testMimeTypeFromExtensionExistsFalse() method testMimeTypeSymfonyInstance (line 31) | public function testMimeTypeSymfonyInstance() method testSearchExtensionFromMimeType (line 36) | public function testSearchExtensionFromMimeType() FILE: tests/Http/HttpRedirectResponseTest.php class HttpRedirectResponseTest (line 16) | class HttpRedirectResponseTest extends TestCase method testHeaderOnRedirect (line 18) | public function testHeaderOnRedirect() method testWithOnRedirect (line 30) | public function testWithOnRedirect() method testWithCookieOnRedirect (line 39) | public function testWithCookieOnRedirect() method testFragmentIdentifierOnRedirect (line 50) | public function testFragmentIdentifierOnRedirect() method testInputOnRedirect (line 64) | public function testInputOnRedirect() method testWithCookies (line 73) | public function testWithCookies() method testOnlyInputOnRedirect (line 85) | public function testOnlyInputOnRedirect() method testExceptInputOnRedirect (line 94) | public function testExceptInputOnRedirect() method testFlashingErrorsOnRedirect (line 103) | public function testFlashingErrorsOnRedirect() method testCanEnforceSameOriginWhenSameOrigin (line 115) | public function testCanEnforceSameOriginWhenSameOrigin() method testCanEnforceSameOriginWhenSameOriginAndCustomPort (line 124) | public function testCanEnforceSameOriginWhenSameOriginAndCustomPort() method testCanEnforceSameOriginWhenNotSameScheme (line 133) | public function testCanEnforceSameOriginWhenNotSameScheme() method testCanEnforceSameOriginWhenNotSameHostname (line 142) | public function testCanEnforceSameOriginWhenNotSameHostname() method testCanEnforceSameOriginWhenNotSamePort (line 151) | public function testCanEnforceSameOriginWhenNotSamePort() method testCanEnforceSameOriginWhenNotSameSchemeAndSchemeValidationIsDisabled (line 160) | public function testCanEnforceSameOriginWhenNotSameSchemeAndSchemeVali... method testCanEnforceSameOriginWhenNotSamePortAndPortValidationIsDisabled (line 169) | public function testCanEnforceSameOriginWhenNotSamePortAndPortValidati... method testSettersGettersOnRequest (line 178) | public function testSettersGettersOnRequest() method testRedirectWithErrorsArrayConvertsToMessageBag (line 192) | public function testRedirectWithErrorsArrayConvertsToMessageBag() method testMagicCall (line 203) | public function testMagicCall() method testMagicCallException (line 212) | public function testMagicCallException() FILE: tests/Http/HttpRequestTest.php class HttpRequestTest (line 28) | class HttpRequestTest extends TestCase method testInstanceMethod (line 30) | public function testInstanceMethod() method testMethodMethod (line 36) | public function testMethodMethod() method testRootMethod (line 60) | public function testRootMethod() method testPathMethod (line 66) | public function testPathMethod() method testDecodedPathMethod (line 75) | public function testDecodedPathMethod() method testSegmentMethod (line 81) | #[DataProvider('segmentProvider')] method segmentProvider (line 88) | public static function segmentProvider() method testSegmentsMethod (line 98) | #[DataProvider('segmentsProvider')] method segmentsProvider (line 108) | public static function segmentsProvider() method testUrlMethod (line 118) | public function testUrlMethod() method testFullUrlMethod (line 127) | public function testFullUrlMethod() method testFullUrlWithoutQueryMethod (line 157) | public function testFullUrlWithoutQueryMethod() method testIsMethod (line 181) | public function testIsMethod() method testFullUrlIsMethod (line 195) | public function testFullUrlIsMethod() method testRouteIsMethod (line 207) | public function testRouteIsMethod() method testRouteMethod (line 225) | public function testRouteMethod() method testAjaxMethod (line 242) | public function testAjaxMethod() method testPrefetchMethod (line 255) | public function testPrefetchMethod() method testPjaxMethod (line 286) | public function testPjaxMethod() method testSecureMethod (line 298) | public function testSecureMethod() method testUserAgentMethod (line 306) | public function testUserAgentMethod() method testHostMethod (line 315) | public function testHostMethod() method testHttpHostMethod (line 330) | public function testHttpHostMethod() method testSchemeAndHttpHostMethod (line 345) | public function testSchemeAndHttpHostMethod() method testHasMethod (line 360) | public function testHasMethod() method testWhenHasMethod (line 386) | public function testWhenHasMethod() method testWhenFilledMethod (line 421) | public function testWhenFilledMethod() method testMissingMethod (line 456) | public function testMissingMethod() method testWhenMissingMethod (line 482) | public function testWhenMissingMethod() method testHasAnyMethod (line 517) | public function testHasAnyMethod() method testFilledMethod (line 539) | public function testFilledMethod() method testIsNotFilledMethod (line 561) | public function testIsNotFilledMethod() method testFilledAnyMethod (line 578) | public function testFilledAnyMethod() method testInputMethod (line 604) | public function testInputMethod() method testFluentMethod (line 615) | public function testFluentMethod() method testStringMethod (line 629) | public function testStringMethod() method testBooleanMethod (line 655) | public function testBooleanMethod() method testIntegerMethod (line 667) | public function testIntegerMethod() method testFloatMethod (line 691) | public function testFloatMethod() method testArrayMethod (line 717) | public function testArrayMethod() method testCollectMethod (line 742) | public function testCollectMethod() method testDateMethod (line 771) | public function testDateMethod() method testDateMethodExceptionWhenValueInvalid (line 798) | public function testDateMethodExceptionWhenValueInvalid() method testDateMethodExceptionWhenFormatInvalid (line 809) | public function testDateMethodExceptionWhenFormatInvalid() method testIntervalMethod (line 820) | public function testIntervalMethod() method testEnumMethod (line 861) | public function testEnumMethod() method testEnumsMethod (line 902) | public function testEnumsMethod() method testArrayAccess (line 940) | public function testArrayAccess() method testArrayAccessWithoutRouteResolver (line 970) | public function testArrayAccessWithoutRouteResolver() method testAllMethod (line 981) | public function testAllMethod() method testKeysMethod (line 996) | public function testKeysMethod() method testOnlyMethod (line 1017) | public function testOnlyMethod() method testExceptMethod (line 1028) | public function testExceptMethod() method testQueryMethod (line 1036) | public function testQueryMethod() method testPostMethod (line 1055) | public function testPostMethod() method testCookieMethod (line 1066) | public function testCookieMethod() method testHasCookieMethod (line 1077) | public function testHasCookieMethod() method testFileMethod (line 1084) | public function testFileMethod() method testHasFileMethod (line 1099) | public function testHasFileMethod() method testServerMethod (line 1118) | public function testServerMethod() method testMergeMethod (line 1127) | public function testMergeMethod() method testMergeIfMissingMethod (line 1136) | public function testMergeIfMissingMethod() method testReplaceMethod (line 1161) | public function testReplaceMethod() method testOffsetUnsetMethod (line 1170) | public function testOffsetUnsetMethod() method testHeaderMethod (line 1177) | public function testHeaderMethod() method testBearerTokenMethod (line 1186) | public function testBearerTokenMethod() method testJSONMethod (line 1207) | public function testJSONMethod() method testJSONEmulatingPHPBuiltInServer (line 1219) | public function testJSONEmulatingPHPBuiltInServer() method getPrefersCases (line 1232) | public static function getPrefersCases() method testPrefersMethod (line 1259) | #[DataProvider('getPrefersCases')] method testAllInputReturnsInputAndFiles (line 1267) | public function testAllInputReturnsInputAndFiles() method testAllInputReturnsNestedInputAndFiles (line 1274) | public function testAllInputReturnsNestedInputAndFiles() method testAllInputReturnsInputAfterReplace (line 1281) | public function testAllInputReturnsInputAfterReplace() method testAllInputWithNumericKeysReturnsInputAfterReplace (line 1288) | public function testAllInputWithNumericKeysReturnsInputAfterReplace() method testInputWithEmptyFilename (line 1299) | public function testInputWithEmptyFilename() method testMultipleFileUploadWithEmptyValue (line 1316) | public function testMultipleFileUploadWithEmptyValue() method testOldMethodCallsSession (line 1335) | public function testOldMethodCallsSession() method testOldMethodCallsSessionWhenDefaultIsArray (line 1344) | public function testOldMethodCallsSessionWhenDefaultIsArray() method testOldMethodCanGetDefaultValueFromModelByKey (line 1353) | public function testOldMethodCanGetDefaultValueFromModelByKey() method testFlushMethodCallsSession (line 1364) | public function testFlushMethodCallsSession() method testExpectsJson (line 1373) | public function testExpectsJson() method testFormatReturnsAcceptableFormat (line 1400) | public function testFormatReturnsAcceptableFormat() method testWantsMarkdown (line 1419) | public function testWantsMarkdown() method testAcceptsMarkdown (line 1434) | public function testAcceptsMarkdown() method testFormatReturnsAcceptsJson (line 1447) | public function testFormatReturnsAcceptsJson() method testFormatReturnsAcceptsHtml (line 1466) | public function testFormatReturnsAcceptsHtml() method testFormatReturnsAcceptsAll (line 1479) | public function testFormatReturnsAcceptsAll() method testFormatReturnsAcceptsMultiple (line 1498) | public function testFormatReturnsAcceptsMultiple() method testFormatReturnsAcceptsCharset (line 1508) | public function testFormatReturnsAcceptsCharset() method testWantsJsonRespectsHeaderChanges (line 1518) | public function testWantsJsonRespectsHeaderChanges() method testAcceptsJsonRespectsHeaderChanges (line 1531) | public function testAcceptsJsonRespectsHeaderChanges() method testPrefersRespectsHeaderChanges (line 1542) | public function testPrefersRespectsHeaderChanges() method testWantsJsonWorksWhenHeaderSetBeforeFirstCall (line 1553) | public function testWantsJsonWorksWhenHeaderSetBeforeFirstCall() method testCacheClearedWhenTransitioningFromUnsetToSetHeader (line 1562) | public function testCacheClearedWhenTransitioningFromUnsetToSetHeader() method testAcceptsJsonWorksWhenHeaderChangedMultipleTimes (line 1575) | public function testAcceptsJsonWorksWhenHeaderChangedMultipleTimes() method testBadAcceptHeader (line 1591) | public function testBadAcceptHeader() method testCaseInsensitiveAcceptHeader (line 1612) | public function testCaseInsensitiveAcceptHeader() method testSessionMethod (line 1627) | public function testSessionMethod() method testHasSessionMethod (line 1636) | public function testHasSessionMethod() method testGetSessionMethodWithLaravelSession (line 1648) | public function testGetSessionMethodWithLaravelSession() method testGetSessionMethodWithoutLaravelSession (line 1662) | public function testGetSessionMethodWithoutLaravelSession() method testUserResolverMakesUserAvailableAsMagicProperty (line 1672) | public function testUserResolverMakesUserAvailableAsMagicProperty() method testFingerprintMethod (line 1681) | public function testFingerprintMethod() method testFingerprintWithoutRoute (line 1694) | public function testFingerprintWithoutRoute() method testJsonRequestFillsRequestBodyParams (line 1708) | public function testJsonRequestFillsRequestBodyParams() method testNonJsonRequestDoesntFillRequestBodyParams (line 1731) | public function testNonJsonRequestDoesntFillRequestBodyParams() method testMagicMethods (line 1749) | public function testMagicMethods() method testHttpRequestFlashCallsSessionFlashInputWithInputData (line 1819) | public function testHttpRequestFlashCallsSessionFlashInputWithInputData() method testHttpRequestFlashOnlyCallsFlashWithProperParameters (line 1828) | public function testHttpRequestFlashOnlyCallsFlashWithProperParameters() method testHttpRequestFlashExceptCallsFlashWithProperParameters (line 1837) | public function testHttpRequestFlashExceptCallsFlashWithProperParamete... method testGeneratingJsonRequestFromParentRequestUsesCorrectType (line 1846) | public function testGeneratingJsonRequestFromParentRequestUsesCorrectT... method testJsonRequestsCanMergeDataIntoJsonRequest (line 1860) | public function testJsonRequestsCanMergeDataIntoJsonRequest() method testItCanHaveObjectsInJsonPayload (line 1876) | public function testItCanHaveObjectsInJsonPayload() method testItDoesNotGenerateJsonErrorsForEmptyContent (line 1890) | public function testItDoesNotGenerateJsonErrorsForEmptyContent() method testItClampsValues (line 1900) | public function testItClampsValues() FILE: tests/Http/HttpResponseTest.php class HttpResponseTest (line 23) | class HttpResponseTest extends TestCase method testJsonResponsesAreConvertedAndHeadersAreSet (line 25) | public function testJsonResponsesAreConvertedAndHeadersAreSet() method testRenderablesAreRendered (line 57) | public function testRenderablesAreRendered() method testHeader (line 65) | public function testHeader() method testWithCookie (line 77) | public function testWithCookie() method testResponseCookiesInheritRequestSecureState (line 88) | public function testResponseCookiesInheritRequestSecureState() method testGetOriginalContent (line 106) | public function testGetOriginalContent() method testGetOriginalContentRetrievesTheFirstOriginalContent (line 114) | public function testGetOriginalContentRetrievesTheFirstOriginalContent() method testSetAndRetrieveStatusCode (line 122) | public function testSetAndRetrieveStatusCode() method testSetStatusCodeAndRetrieveStatusText (line 129) | public function testSetStatusCodeAndRetrieveStatusText() method testOnlyInputOnRedirect (line 136) | public function testOnlyInputOnRedirect() method testExceptInputOnRedirect (line 145) | public function testExceptInputOnRedirect() method testFlashingErrorsOnRedirect (line 154) | public function testFlashingErrorsOnRedirect() method testSettersGettersOnRequest (line 166) | public function testSettersGettersOnRequest() method testRedirectWithErrorsArrayConvertsToMessageBag (line 180) | public function testRedirectWithErrorsArrayConvertsToMessageBag() method testWithHeaders (line 191) | public function testWithHeaders() method testWithoutHeader (line 211) | public function testWithoutHeader() method testMagicCall (line 231) | public function testMagicCall() method testMagicCallException (line 240) | public function testMagicCallException() class ArrayableStub (line 250) | class ArrayableStub implements Arrayable method toArray (line 252) | public function toArray() class ArrayableAndJsonableStub (line 258) | class ArrayableAndJsonableStub implements Arrayable, Jsonable method toJson (line 260) | public function toJson($options = 0) method toArray (line 265) | public function toArray() class JsonableStub (line 271) | class JsonableStub implements Jsonable method toJson (line 273) | public function toJson($options = 0) class JsonSerializableStub (line 279) | class JsonSerializableStub implements JsonSerializable method jsonSerialize (line 281) | public function jsonSerialize(): array FILE: tests/Http/HttpTestingFileFactoryTest.php class HttpTestingFileFactoryTest (line 13) | #[RequiresPhpExtension('gd')] method testImagePng (line 16) | public function testImagePng() method testImageJpeg (line 31) | public function testImageJpeg() method testImageGif (line 51) | public function testImageGif() method testImageWebp (line 65) | public function testImageWebp() method testImageWbmp (line 79) | public function testImageWbmp() method testImageBmp (line 93) | public function testImageBmp() method testCreateWithMimeType (line 106) | public function testCreateWithMimeType() method testCreateWithoutMimeType (line 114) | public function testCreateWithoutMimeType() method testCallingCreateWithoutGDLoadedThrowsAnException (line 122) | #[DataProvider('generateImageDataProvider')] method generateImageDataProvider (line 133) | public static function generateImageDataProvider(): array method isGDSupported (line 149) | private function isGDSupported(string $driver = 'GD Version'): bool FILE: tests/Http/HttpUploadedFileTest.php class HttpUploadedFileTest (line 9) | class HttpUploadedFileTest extends TestCase method testUploadedFileCanRetrieveContentsFromTextFile (line 11) | public function testUploadedFileCanRetrieveContentsFromTextFile() method testUploadedFileInRequestContainsOriginalPathAndName (line 24) | public function testUploadedFileInRequestContainsOriginalPathAndName() FILE: tests/Http/JsonResourceTest.php class JsonResourceTest (line 11) | class JsonResourceTest extends TestCase method testJsonResourceNullAttributes (line 13) | public function testJsonResourceNullAttributes() method testJsonResourceToJsonSucceedsWithPriorErrors (line 33) | public function testJsonResourceToJsonSucceedsWithPriorErrors(): void method testJsonResourceToPrettyPrint (line 50) | public function testJsonResourceToPrettyPrint(): void FILE: tests/Http/Middleware/CacheTest.php class CacheTest (line 14) | class CacheTest extends TestCase method testItCanGenerateDefinitionViaStaticMethod (line 16) | public function testItCanGenerateDefinitionViaStaticMethod() method testDoNotSetHeaderWhenMethodNotCacheable (line 40) | public function testDoNotSetHeaderWhenMethodNotCacheable() method testDoNotSetHeaderWhenNoContent (line 52) | public function testDoNotSetHeaderWhenNoContent() method testSetHeaderToFileResponseEvenWithNoContent (line 62) | public function testSetHeaderToFileResponseEvenWithNoContent() method testSetHeaderToDownloadResponseEvenWithNoContent (line 73) | public function testSetHeaderToDownloadResponseEvenWithNoContent() method testAddHeaders (line 85) | public function testAddHeaders() method testAddHeadersUsingArray (line 95) | public function testAddHeadersUsingArray() method testGenerateEtag (line 105) | public function testGenerateEtag() method testDoesNotOverrideEtag (line 115) | public function testDoesNotOverrideEtag() method testIsNotModified (line 124) | public function testIsNotModified() method testInvalidOption (line 136) | public function testInvalidOption() method testLastModifiedUnixTime (line 145) | public function testLastModifiedUnixTime() method testLastModifiedStringDate (line 156) | public function testLastModifiedStringDate() method testTrailingDelimiterIgnored (line 166) | public function testTrailingDelimiterIgnored() method testItDoesNotSetEtagHeadersForBinaryContent (line 177) | public function testItDoesNotSetEtagHeadersForBinaryContent() FILE: tests/Http/Middleware/PreventRequestForgeryTest.php class PreventRequestForgeryTest (line 16) | class PreventRequestForgeryTest extends TestCase method tearDown (line 18) | protected function tearDown(): void method test_same_origin_header_passes (line 25) | public function test_same_origin_header_passes() method test_same_site_header_rejected_by_default (line 35) | public function test_same_site_header_rejected_by_default() method test_same_site_header_passes_when_allowed (line 45) | public function test_same_site_header_passes_when_allowed() method test_cross_site_with_valid_token_passes (line 57) | public function test_cross_site_with_valid_token_passes() method test_cross_site_without_token_fails (line 67) | public function test_cross_site_without_token_fails() method test_missing_header_without_token_fails (line 77) | public function test_missing_header_without_token_fails() method test_origin_only_mode_rejects_cross_site (line 87) | public function test_origin_only_mode_rejects_cross_site() method test_origin_only_mode_rejects_missing_header (line 100) | public function test_origin_only_mode_rejects_missing_header() method test_origin_only_mode_passes_same_origin (line 112) | public function test_origin_only_mode_passes_same_origin() method createRequest (line 124) | protected function createRequest(array $server = [], ?string $token = ... method createMiddleware (line 142) | protected function createMiddleware() class PreventRequestForgeryTestStub (line 151) | class PreventRequestForgeryTestStub extends PreventRequestForgery method runningUnitTests (line 155) | protected function runningUnitTests() FILE: tests/Http/Middleware/TrimStringsTest.php class TrimStringsTest (line 9) | class TrimStringsTest extends TestCase method test_no_zero_width_space_character_returns_the_same_string (line 14) | public function test_no_zero_width_space_character_returns_the_same_st... method test_leading_zero_width_space_character_is_trimmed (line 32) | public function test_leading_zero_width_space_character_is_trimmed() method test_trim_strings_can_globally_ignore_certain_inputs (line 47) | public function test_trim_strings_can_globally_ignore_certain_inputs() method test_trailing_zero_width_space_character_is_trimmed (line 67) | public function test_trailing_zero_width_space_character_is_trimmed() method test_leading_zero_width_non_breakable_space_character_is_trimmed (line 85) | public function test_leading_zero_width_non_breakable_space_character_... method test_leading_multiple_zero_width_non_breakable_space_characters_are_trimmed (line 103) | public function test_leading_multiple_zero_width_non_breakable_space_c... method test_combination_of_leading_and_trailing_zero_width_non_breakable_space_and_zero_width_space_characters_are_trimmed (line 121) | public function test_combination_of_leading_and_trailing_zero_width_no... method test_leading_invisible_characters_are_trimmed (line 139) | public function test_leading_invisible_characters_are_trimmed() method test_trailing_invisible_characters_are_trimmed (line 157) | public function test_trailing_invisible_characters_are_trimmed() method test_leading_multiple_invisible_characters_are_trimmed (line 175) | public function test_leading_multiple_invisible_characters_are_trimmed() method test_trailing_multiple_invisible_characters_are_trimmed (line 193) | public function test_trailing_multiple_invisible_characters_are_trimmed() method test_combination_of_leading_and_trailing_multiple_invisible_characters_are_trimmed (line 211) | public function test_combination_of_leading_and_trailing_multiple_invi... method test_trim_strings_can_ignore_nested_attributes_using_wildcards (line 226) | public function test_trim_strings_can_ignore_nested_attributes_using_w... FILE: tests/Http/Middleware/TrustProxiesTest.php class TrustProxiesTest (line 9) | class TrustProxiesTest extends TestCase method test_request_does_not_trust (line 25) | public function test_request_does_not_trust() method test_does_trust_trusted_proxy (line 42) | public function test_does_trust_trusted_proxy() method test_trusted_proxy_sets_trusted_proxies_with_wildcard (line 58) | public function test_trusted_proxy_sets_trusted_proxies_with_wildcard() method test_trusted_proxy_sets_trusted_proxies_with_double_wildcard_for_backwards_compat (line 72) | public function test_trusted_proxy_sets_trusted_proxies_with_double_wi... method test_trusted_proxy_sets_trusted_proxies_with_REMOTE_ADDR (line 86) | public function test_trusted_proxy_sets_trusted_proxies_with_REMOTE_AD... method test_trusted_proxy_sets_trusted_proxies (line 100) | public function test_trusted_proxy_sets_trusted_proxies() method test_get_client_ips (line 113) | public function test_get_client_ips() method test_get_client_ip_with_multiple_ip_addresses_some_of_which_are_trusted (line 137) | public function test_get_client_ip_with_multiple_ip_addresses_some_of_... method test_get_client_ip_with_multiple_ip_addresses_all_proxies_are_trusted (line 160) | public function test_get_client_ip_with_multiple_ip_addresses_all_prox... method test_can_distrust_headers (line 183) | public function test_can_distrust_headers() method test_x_forwarded_for_header_only_trusted (line 209) | public function test_x_forwarded_for_header_only_trusted() method test_x_forwarded_host_header_only_trusted (line 230) | public function test_x_forwarded_host_header_only_trusted() method test_x_forwarded_port_header_only_trusted (line 251) | public function test_x_forwarded_port_header_only_trusted() method test_x_forwarded_prefix_header_only_trusted (line 272) | public function test_x_forwarded_prefix_header_only_trusted() method test_x_forwarded_proto_header_only_trusted (line 293) | public function test_x_forwarded_proto_header_only_trusted() method test_x_forwarded_multiple_individual_headers_trusted (line 314) | public function test_x_forwarded_multiple_individual_headers_trusted() method test_is_reading_text_based_configurations (line 339) | public function test_is_reading_text_based_configurations() method createProxiedRequest (line 380) | protected function createProxiedRequest($serverOverrides = []) method createTrustedProxy (line 411) | protected function createTrustedProxy($trustedHeaders, $trustedProxies) FILE: tests/Http/Middleware/VitePreloadingTest.php class VitePreloadingTest (line 14) | class VitePreloadingTest extends TestCase method tearDown (line 16) | protected function tearDown(): void method testItDoesNotSetLinkTagWhenNoTagsHaveBeenPreloaded (line 24) | public function testItDoesNotSetLinkTagWhenNoTagsHaveBeenPreloaded() method testItAddsPreloadLinkHeader (line 40) | public function testItAddsPreloadLinkHeader() method testItDoesNotAttachHeadersToNonIlluminateResponses (line 64) | public function testItDoesNotAttachHeadersToNonIlluminateResponses() method testItDoesNotOverwriteOtherLinkHeaders (line 85) | public function testItDoesNotOverwriteOtherLinkHeaders() method testItCanLimitNumberOfAssetsPreloaded (line 112) | public function testItCanLimitNumberOfAssetsPreloaded() method test_it_can_configure_the_middleware (line 148) | public function test_it_can_configure_the_middleware() FILE: tests/Http/Resources/JsonApi/JsonApiResourceTest.php class JsonApiResourceTest (line 10) | class JsonApiResourceTest extends TestCase method tearDown (line 12) | protected function tearDown(): void method testResponseWrapperIsHardCodedToData (line 20) | public function testResponseWrapperIsHardCodedToData() method testUnableToSetWrapper (line 27) | public function testUnableToSetWrapper() method testUnableToUnsetWrapper (line 35) | public function testUnableToUnsetWrapper() method testFlushStateResetsMaxRelationshipDepthToDefault (line 43) | public function testFlushStateResetsMaxRelationshipDepthToDefault() FILE: tests/IgnoreSkippedPrinter.php class IgnoreSkippedPrinter (line 8) | class IgnoreSkippedPrinter extends DefaultResultPrinter method printSkipped (line 10) | protected function printSkipped(TestResult $result): void FILE: tests/Integration/Auth/ApiAuthenticationWithEloquentTest.php class ApiAuthenticationWithEloquentTest (line 11) | #[RequiresPhpExtension('pdo_mysql')] method defineEnvironment (line 14) | protected function defineEnvironment($app) method testAuthenticationViaApiWithEloquentUsingWrongDatabaseCredentialsShouldNotCauseInfiniteLoop (line 38) | public function testAuthenticationViaApiWithEloquentUsingWrongDatabase... FILE: tests/Integration/Auth/AuthenticationTest.php class AuthenticationTest (line 27) | #[WithMigration] method defineEnvironment (line 32) | protected function defineEnvironment($app) method defineRoutes (line 40) | protected function defineRoutes($router) method afterRefreshingDatabase (line 53) | protected function afterRefreshingDatabase() method testBasicAuthProtectsRoute (line 71) | public function testBasicAuthProtectsRoute() method testBasicAuthPassesOnCorrectCredentials (line 76) | public function testBasicAuthPassesOnCorrectCredentials() method testBasicAuthRespectsAdditionalConditions (line 86) | public function testBasicAuthRespectsAdditionalConditions() method testBasicAuthFailsOnWrongCredentials (line 104) | public function testBasicAuthFailsOnWrongCredentials() method testLoggingInFailsViaAttempt (line 111) | public function testLoggingInFailsViaAttempt() method testLoggingInSucceedsViaAttempt (line 139) | public function testLoggingInSucceedsViaAttempt() method testLoggingInUsingId (line 175) | public function testLoggingInUsingId() method testLoggingOut (line 183) | public function testLoggingOut() method testLoggingOutOtherDevices (line 200) | public function testLoggingOutOtherDevices() method testPasswordMustBeValidToLogOutOtherDevices (line 221) | public function testPasswordMustBeValidToLogOutOtherDevices() method testLoggingInOutViaAttemptRemembering (line 235) | public function testLoggingInOutViaAttemptRemembering() method testLoggingInOutCurrentDeviceViaRemembering (line 253) | public function testLoggingInOutCurrentDeviceViaRemembering() method testAuthViaAttemptRemembering (line 271) | public function testAuthViaAttemptRemembering() method testDispatcherChangesIfThereIsOneOnTheAuthGuard (line 292) | public function testDispatcherChangesIfThereIsOneOnTheAuthGuard() method testDispatcherChangesIfThereIsOneOnTheCustomAuthGuard (line 303) | public function testDispatcherChangesIfThereIsOneOnTheCustomAuthGuard() method testHasNoProblemIfThereIsNoDispatchingTheAuthCustomGuard (line 323) | public function testHasNoProblemIfThereIsNoDispatchingTheAuthCustomGua... class MyCustomGuardStub (line 342) | class MyCustomGuardStub method __construct (line 346) | public function __construct() method setDispatcher (line 351) | public function setDispatcher(Dispatcher $events) method getDispatcher (line 356) | public function getDispatcher() class MyDispatcherLessCustomGuardStub (line 362) | class MyDispatcherLessCustomGuardStub FILE: tests/Integration/Auth/Fixtures/AuthenticationTestUser.php class AuthenticationTestUser (line 8) | class AuthenticationTestUser extends Authenticatable FILE: tests/Integration/Auth/Fixtures/Models/AuthenticationTestUser.php class AuthenticationTestUser (line 7) | class AuthenticationTestUser extends Authenticatable FILE: tests/Integration/Auth/Fixtures/Models/Nested/SubTestUser.php class SubTestUser (line 7) | class SubTestUser extends Authenticatable FILE: tests/Integration/Auth/Fixtures/Models/Nested/TopTestUser.php class TopTestUser (line 7) | class TopTestUser extends Authenticatable FILE: tests/Integration/Auth/Fixtures/Models/Policies/Nested/SubTestUserPolicy.php class SubTestUserPolicy (line 5) | class SubTestUserPolicy FILE: tests/Integration/Auth/Fixtures/Policies/AuthenticationTestUserPolicy.php class AuthenticationTestUserPolicy (line 5) | class AuthenticationTestUserPolicy FILE: tests/Integration/Auth/Fixtures/Policies/Nested/TopTestUserPolicy.php class TopTestUserPolicy (line 5) | class TopTestUserPolicy FILE: tests/Integration/Auth/ForgotPasswordTest.php class ForgotPasswordTest (line 18) | #[WithMigration] method tearDown (line 23) | protected function tearDown(): void method defineEnvironment (line 31) | protected function defineEnvironment($app) method defineRoutes (line 37) | protected function defineRoutes($router) method testItCanSendForgotPasswordEmail (line 48) | public function testItCanSendForgotPasswordEmail() method testItCanTriggerPasswordResetSentEvent (line 71) | public function testItCanTriggerPasswordResetSentEvent() method testItCanSendForgotPasswordEmailViaCreateUrlUsing (line 90) | public function testItCanSendForgotPasswordEmailViaCreateUrlUsing() method testItCanSendForgotPasswordEmailViaToMailUsing (line 117) | public function testItCanSendForgotPasswordEmailViaToMailUsing() FILE: tests/Integration/Auth/ForgotPasswordWithoutDefaultRoutesTest.php class ForgotPasswordWithoutDefaultRoutesTest (line 16) | #[WithMigration] method tearDown (line 21) | protected function tearDown(): void method defineEnvironment (line 29) | protected function defineEnvironment($app) method defineRoutes (line 35) | protected function defineRoutes($router) method testItCannotSendForgotPasswordEmail (line 42) | public function testItCannotSendForgotPasswordEmail() method testItCanSendForgotPasswordEmailViaCreateUrlUsing (line 68) | public function testItCanSendForgotPasswordEmailViaCreateUrlUsing() method testItCanSendForgotPasswordEmailViaToMailUsing (line 95) | public function testItCanSendForgotPasswordEmailViaToMailUsing() FILE: tests/Integration/Auth/GatePolicyResolutionTest.php class GatePolicyResolutionTest (line 16) | class GatePolicyResolutionTest extends TestCase method testGateEvaluationEventIsFired (line 18) | public function testGateEvaluationEventIsFired() method testPolicyCanBeGuessedUsingClassConventions (line 27) | public function testPolicyCanBeGuessedUsingClassConventions() method testPolicyCanBeGuessedForParallelClassHierarchies (line 44) | public function testPolicyCanBeGuessedForParallelClassHierarchies() method testPolicyCanBeGuessedUsingCallback (line 57) | public function testPolicyCanBeGuessedUsingCallback() method testPolicyCanBeGuessedMultipleTimes (line 69) | public function testPolicyCanBeGuessedMultipleTimes() method testPolicyCanBeGivenByAttribute (line 84) | public function testPolicyCanBeGivenByAttribute(): void class Post (line 92) | #[UsePolicy(PostPolicy::class)] class PostPolicy (line 97) | class PostPolicy FILE: tests/Integration/Auth/Middleware/RedirectIfAuthenticatedTest.php class RedirectIfAuthenticatedTest (line 12) | class RedirectIfAuthenticatedTest extends TestCase method setUp (line 14) | protected function setUp(): void method defineEnvironment (line 39) | protected function defineEnvironment($app) method defineDatabaseMigrations (line 45) | protected function defineDatabaseMigrations() method testWhenDashboardNamedRouteIsAvailable (line 50) | public function testWhenDashboardNamedRouteIsAvailable() method testWhenHomeNamedRouteIsAvailable (line 61) | public function testWhenHomeNamedRouteIsAvailable() method testWhenDashboardSlugIsAvailable (line 72) | public function testWhenDashboardSlugIsAvailable() method testWhenHomeSlugIsAvailable (line 83) | public function testWhenHomeSlugIsAvailable() method testWhenHomeOrDashboardAreNotAvailable (line 94) | public function testWhenHomeOrDashboardAreNotAvailable() method testWhenGuest (line 101) | public function testWhenGuest() FILE: tests/Integration/Auth/Middleware/RequirePasswordTest.php class RequirePasswordTest (line 13) | class RequirePasswordTest extends TestCase method testItCanGenerateDefinitionViaStaticMethod (line 15) | public function testItCanGenerateDefinitionViaStaticMethod() method testUserSeesTheWantedPageIfThePasswordWasRecentlyConfirmed (line 27) | public function testUserSeesTheWantedPageIfThePasswordWasRecentlyConfi... method testUserIsRedirectedToThePasswordConfirmRouteIfThePasswordWasNotRecentlyConfirmed (line 44) | public function testUserIsRedirectedToThePasswordConfirmRouteIfThePass... method testUserIsRedirectedToACustomRouteIfThePasswordWasNotRecentlyConfirmedAndTheCustomRouteIsSpecified (line 65) | public function testUserIsRedirectedToACustomRouteIfThePasswordWasNotR... method testAuthPasswordTimeoutIsConfigurable (line 86) | public function testAuthPasswordTimeoutIsConfigurable() FILE: tests/Integration/Auth/RehashOnLogoutOtherDevicesTest.php class RehashOnLogoutOtherDevicesTest (line 12) | #[WithMigration] method defineRoutes (line 19) | protected function defineRoutes($router) method testItRehashThePasswordUsingLogoutOtherDevices (line 28) | public function testItRehashThePasswordUsingLogoutOtherDevices() FILE: tests/Integration/Broadcasting/BroadcastManagerTest.php class BroadcastManagerTest (line 22) | class BroadcastManagerTest extends TestCase method testEventCanBeBroadcastNow (line 24) | public function testEventCanBeBroadcastNow() method testEventsCanBeBroadcast (line 35) | public function testEventsCanBeBroadcast() method testEventsCanBeBroadcastUsingQueueRoutes (line 46) | public function testEventsCanBeBroadcastUsingQueueRoutes() method testEventsCanBeRescued (line 58) | public function testEventsCanBeRescued() method testNowEventsCanBeRescued (line 69) | public function testNowEventsCanBeRescued() method testUniqueEventsCanBeBroadcast (line 80) | public function testUniqueEventsCanBeBroadcast() method testUniqueEventsCanBeBroadcastWithUniqueIdFromProperty (line 94) | public function testUniqueEventsCanBeBroadcastWithUniqueIdFromProperty() method testUniqueEventsCanBeBroadcastWithUniqueIdFromMethod (line 108) | public function testUniqueEventsCanBeBroadcastWithUniqueIdFromMethod() method testThrowExceptionWhenUnknownStoreIsUsed (line 122) | public function testThrowExceptionWhenUnknownStoreIsUsed() method testCustomDriverClosureBoundObjectIsBroadcastManager (line 144) | public function testCustomDriverClosureBoundObjectIsBroadcastManager() method testThrowExceptionWhenDriverCreationFails (line 159) | public function testThrowExceptionWhenDriverCreationFails() method getApp (line 188) | protected function getApp(array $userConfig) class TestEvent (line 197) | class TestEvent implements ShouldBroadcast method broadcastOn (line 204) | public function broadcastOn() class TestEventNow (line 210) | class TestEventNow implements ShouldBroadcastNow method broadcastOn (line 217) | public function broadcastOn() class TestEventUnique (line 223) | class TestEventUnique implements ShouldBroadcast, ShouldBeUnique method broadcastOn (line 230) | public function broadcastOn() class TestEventUniqueWithIdProperty (line 236) | class TestEventUniqueWithIdProperty extends TestEventUnique class TestEventUniqueWithIdMethod (line 241) | class TestEventUniqueWithIdMethod extends TestEventUnique class TestEventRescue (line 246) | class TestEventRescue implements ShouldBroadcast, ShouldRescue method broadcastOn (line 253) | public function broadcastOn() class TestEventNowRescue (line 259) | class TestEventNowRescue implements ShouldBroadcastNow, ShouldRescue method broadcastOn (line 266) | public function broadcastOn() FILE: tests/Integration/Broadcasting/SendingBroadcastsViaAnonymousEventTest.php class SendingBroadcastsViaAnonymousEventTest (line 13) | class SendingBroadcastsViaAnonymousEventTest extends TestCase method testBroadcastIsSent (line 15) | public function testBroadcastIsSent() method testBroadcastIsSentNow (line 32) | public function testBroadcastIsSentNow() method testDefaultNameIsSet (line 47) | public function testDefaultNameIsSet() method testDefaultPayloadIsSet (line 60) | public function testDefaultPayloadIsSet() method testSendToMultipleChannels (line 71) | public function testSendToMultipleChannels() method testSendViaANonDefaultConnection (line 91) | public function testSendViaANonDefaultConnection() method testSendToOthersOnly (line 104) | public function testSendToOthersOnly() method testSendToPrivateChannel (line 125) | public function testSendToPrivateChannel() method testSendToPresenceChannel (line 138) | public function testSendToPresenceChannel() FILE: tests/Integration/Cache/ArrayCacheFunnelTest.php class ArrayCacheFunnelTest (line 9) | #[WithConfig('cache.default', 'array')] method cache (line 12) | protected function cache(): Repository FILE: tests/Integration/Cache/CacheFunnelTestCase.php class CacheFunnelTestCase (line 10) | abstract class CacheFunnelTestCase extends TestCase method cache (line 12) | abstract protected function cache(): Repository; method setUp (line 14) | protected function setUp(): void method testFunnelBasicHappyPath (line 24) | public function testFunnelBasicHappyPath() method testFunnelReleasesLockAfterCallback (line 35) | public function testFunnelReleasesLockAfterCallback() method testFunnelLockReleasedOnException (line 48) | public function testFunnelLockReleasedOnException() method testFunnelTimeoutExceptionWithoutFailureCallback (line 70) | public function testFunnelTimeoutExceptionWithoutFailureCallback() method testFunnelFailureCallbackReceivesException (line 84) | public function testFunnelFailureCallbackReceivesException() method testFunnelIndependentKeys (line 105) | public function testFunnelIndependentKeys() method releaseFunnelLocks (line 118) | protected function releaseFunnelLocks(): void method tearDown (line 126) | protected function tearDown(): void FILE: tests/Integration/Cache/DatabaseCacheFunnelTest.php class DatabaseCacheFunnelTest (line 10) | #[WithMigration('cache')] method cache (line 15) | protected function cache(): Repository FILE: tests/Integration/Cache/DynamoDbStoreTest.php class DynamoDbStoreTest (line 13) | #[RequiresEnv('DYNAMODB_CACHE_TABLE')] method testItemsCanBeStoredAndRetrieved (line 16) | public function testItemsCanBeStoredAndRetrieved() method testItemsCanBeAtomicallyAdded (line 35) | public function testItemsCanBeAtomicallyAdded() method testItemsCanBeIncrementedAndDecremented (line 43) | public function testItemsCanBeIncrementedAndDecremented() method testLocksCanBeAcquired (line 55) | public function testLocksCanBeAcquired() method defineEnvironment (line 68) | protected function defineEnvironment($app) method dynamoTableExists (line 113) | public function dynamoTableExists(DynamoDbClient $client, $table) FILE: tests/Integration/Cache/FailoverStoreTest.php class FailoverStoreTest (line 11) | #[WithConfig('cache.default', 'failover')] method setUp (line 15) | #[\Override] method testFailoverCacheDispatchesEventOnlyOnce (line 22) | public function testFailoverCacheDispatchesEventOnlyOnce() class CantSerialize (line 52) | class CantSerialize method __serialize (line 56) | public function __serialize() FILE: tests/Integration/Cache/FileCacheFunnelTest.php class FileCacheFunnelTest (line 9) | #[WithConfig('cache.default', 'file')] method cache (line 12) | protected function cache(): Repository FILE: tests/Integration/Cache/FileCacheLockTest.php class FileCacheLockTest (line 13) | #[WithConfig('cache.default', 'file')] method setUp (line 16) | protected function setUp(): void method testLocksCanBeAcquiredAndReleased (line 24) | public function testLocksCanBeAcquiredAndReleased() method testLocksCanBlockForSeconds (line 37) | public function testLocksCanBlockForSeconds() method testConcurrentLocksAreReleasedSafely (line 47) | public function testConcurrentLocksAreReleasedSafely() method testLocksWithFailedBlockCallbackAreReleased (line 63) | public function testLocksWithFailedBlockCallbackAreReleased() method testLocksCanBeReleasedUsingOwnerToken (line 82) | public function testLocksCanBeReleasedUsingOwnerToken() method testOwnerStatusCanBeCheckedAfterRestoringLock (line 94) | public function testOwnerStatusCanBeCheckedAfterRestoringLock() method testCacheRememberReturnsValueWhenLockWithSameKeyExists (line 104) | public function testCacheRememberReturnsValueWhenLockWithSameKeyExists() method testOtherOwnerDoesNotOwnLockAfterRestore (line 116) | public function testOtherOwnerDoesNotOwnLockAfterRestore() method testExceptionIfBlockCanNotAcquireLock (line 128) | public function testExceptionIfBlockCanNotAcquireLock() method tearDown (line 140) | protected function tearDown(): void FILE: tests/Integration/Cache/Fixtures/Unserializable.php class Unserializable (line 7) | class Unserializable method __sleep (line 9) | public function __sleep() FILE: tests/Integration/Cache/MemcachedCacheLockTestCase.php class MemcachedCacheLockTestCase (line 9) | #[RequiresPhpExtension('memcached')] method testMemcachedLocksCanBeAcquiredAndReleased (line 12) | public function testMemcachedLocksCanBeAcquiredAndReleased() method testMemcachedLocksCanBlockForSeconds (line 23) | public function testMemcachedLocksCanBlockForSeconds() method testLocksCanRunCallbacks (line 34) | public function testLocksCanRunCallbacks() method testLocksThrowTimeoutIfBlockExpires (line 42) | public function testLocksThrowTimeoutIfBlockExpires() method testConcurrentMemcachedLocksAreReleasedSafely (line 53) | public function testConcurrentMemcachedLocksAreReleasedSafely() method testMemcachedLocksCanBeReleasedUsingOwnerToken (line 69) | public function testMemcachedLocksCanBeReleasedUsingOwnerToken() method testOwnerStatusCanBeCheckedAfterRestoringLock (line 83) | public function testOwnerStatusCanBeCheckedAfterRestoringLock() method testOtherOwnerDoesNotOwnLockAfterRestore (line 95) | public function testOtherOwnerDoesNotOwnLockAfterRestore() FILE: tests/Integration/Cache/MemcachedIntegrationTestCase.php class MemcachedIntegrationTestCase (line 8) | abstract class MemcachedIntegrationTestCase extends TestCase method setUp (line 10) | protected function setUp(): void FILE: tests/Integration/Cache/MemcachedTaggedCacheTestCase.php class MemcachedTaggedCacheTestCase (line 8) | #[RequiresPhpExtension('memcached')] method testMemcachedCanStoreAndRetrieveTaggedCacheItems (line 11) | public function testMemcachedCanStoreAndRetrieveTaggedCacheItems() method testMemcachedCanStoreManyTaggedCacheItems (line 34) | public function testMemcachedCanStoreManyTaggedCacheItems() method testMemcachedCanStoreAndFlushTaggedCacheItems (line 54) | public function testMemcachedCanStoreAndFlushTaggedCacheItems() FILE: tests/Integration/Cache/MemoizedStoreTest.php class MemoizedStoreTest (line 25) | #[WithConfig('cache.default', 'redis')] method setUp (line 32) | #[\Override] method test_it_can_memoize_when_retrieving_single_value (line 49) | public function test_it_can_memoize_when_retrieving_single_value() method test_null_values_are_memoized_when_retrieving_single_value (line 66) | public function test_null_values_are_memoized_when_retrieving_single_v... method test_it_can_memoize_when_retrieving_multiple_values (line 81) | public function test_it_can_memoize_when_retrieving_multiple_values() method test_it_uses_correct_keys_for_getMultiple (line 100) | public function test_it_uses_correct_keys_for_getMultiple() method test_it_uses_correct_keys_for_getMultiple_with_empty_prefix (line 127) | public function test_it_uses_correct_keys_for_getMultiple_with_empty_p... method test_null_values_are_memoized_when_retrieving_multiple_values (line 142) | public function test_null_values_are_memoized_when_retrieving_multiple... method test_it_can_retrieve_already_memoized_and_not_yet_memoized_values_when_retrieving_multiple_values (line 158) | public function test_it_can_retrieve_already_memoized_and_not_yet_memo... method test_put_forgets_memoized_value (line 177) | public function test_put_forgets_memoized_value() method test_put_many_forgets_memoized_value (line 195) | public function test_put_many_forgets_memoized_value() method test_increment_forgets_memoized_value (line 212) | public function test_increment_forgets_memoized_value() method test_decrement_forgets_memoized_value (line 229) | public function test_decrement_forgets_memoized_value() method test_forever_forgets_memoized_value (line 246) | public function test_forever_forgets_memoized_value() method test_forget_forgets_memoized_value (line 263) | public function test_forget_forgets_memoized_value() method test_flush_forgets_memoized_value (line 280) | public function test_flush_forgets_memoized_value() method test_memoized_driver_uses_underlying_drivers_prefix (line 297) | public function test_memoized_driver_uses_underlying_drivers_prefix() method test_memoized_keys_are_prefixed (line 306) | public function test_memoized_keys_are_prefixed() method test_it_dispatches_decorated_driver_events_only (line 324) | public function test_it_dispatches_decorated_driver_events_only() method test_it_resets_cache_store_with_scoped_instances (line 415) | public function test_it_resets_cache_store_with_scoped_instances() method test_it_throws_when_underlying_store_does_not_support_locks (line 433) | public function test_it_throws_when_underlying_store_does_not_support_... method test_it_supports_with_flexible (line 510) | public function test_it_supports_with_flexible() method test_it_supports_restore_lock (line 523) | public function test_it_supports_restore_lock() FILE: tests/Integration/Cache/NoLockTest.php class NoLockTest (line 9) | #[WithConfig('cache.default', 'null')] method testLocksCanAlwaysBeAcquiredAndReleased (line 13) | public function testLocksCanAlwaysBeAcquiredAndReleased() method testLocksCanBlockForSeconds (line 24) | public function testLocksCanBlockForSeconds() FILE: tests/Integration/Cache/PhpRedisBackoffTest.php class PhpRedisBackoffTest (line 15) | #[RequiresPhpExtension('redis')] method setUp (line 20) | protected function setUp(): void method tearDown (line 31) | protected function tearDown(): void method testPhpRedisBackoffAlgorithmParsing (line 38) | #[DataProvider('phpRedisBackoffAlgorithmsProvider')] method testPhpRedisBackoffAlgorithm (line 58) | #[DataProvider('phpRedisBackoffAlgorithmsProvider')] method testAnInvalidPhpRedisBackoffAlgorithmIsConvertedToDefault (line 78) | public function testAnInvalidPhpRedisBackoffAlgorithmIsConvertedToDefa... method testItFailsWithAnInvalidPhpRedisAlgorithm (line 97) | public function testItFailsWithAnInvalidPhpRedisAlgorithm() method phpRedisBackoffAlgorithmsProvider (line 114) | public static function phpRedisBackoffAlgorithmsProvider() FILE: tests/Integration/Cache/PhpRedisCacheLockTest.php class PhpRedisCacheLockTest (line 13) | class PhpRedisCacheLockTest extends TestCase method setUp (line 17) | protected function setUp(): void method tearDown (line 30) | protected function tearDown(): void method testRedisLockCanBeAcquiredAndReleasedWithoutSerializationAndCompression (line 37) | public function testRedisLockCanBeAcquiredAndReleasedWithoutSerializat... method testRedisLockCanBeAcquiredAndReleasedWithPhpSerialization (line 58) | public function testRedisLockCanBeAcquiredAndReleasedWithPhpSerializat... method testRedisLockCanBeAcquiredAndReleasedWithJsonSerialization (line 79) | public function testRedisLockCanBeAcquiredAndReleasedWithJsonSerializa... method testRedisLockCanBeAcquiredAndReleasedWithIgbinarySerialization (line 100) | public function testRedisLockCanBeAcquiredAndReleasedWithIgbinarySeria... method testRedisLockCanBeAcquiredAndReleasedWithMsgpackSerialization (line 125) | public function testRedisLockCanBeAcquiredAndReleasedWithMsgpackSerial... method testRedisLockCanBeAcquiredAndReleasedWithLzfCompression (line 150) | #[RequiresPhpExtension('lzf')] method testRedisLockCanBeAcquiredAndReleasedWithZstdCompression (line 177) | #[RequiresPhpExtension('zstd')] method testRedisLockCanBeAcquiredAndReleasedWithLz4Compression (line 214) | #[RequiresPhpExtension('lz4')] method testRedisLockCanBeAcquiredAndReleasedWithSerializationAndCompression (line 259) | #[RequiresPhpExtension('lzf')] FILE: tests/Integration/Cache/Psr6RedisTest.php class Psr6RedisTest (line 11) | class Psr6RedisTest extends TestCase method setUp (line 15) | protected function setUp(): void method testTransactionIsNotOpenedWhenSerializationFails (line 28) | #[DataProvider('redisClientDataProvider')] method redisClientDataProvider (line 49) | public static function redisClientDataProvider(): array FILE: tests/Integration/Cache/RedisCacheFunnelTest.php class RedisCacheFunnelTest (line 9) | class RedisCacheFunnelTest extends CacheFunnelTestCase method setUp (line 13) | protected function setUp(): void method cache (line 24) | protected function cache(): Repository method tearDown (line 29) | protected function tearDown(): void FILE: tests/Integration/Cache/RedisCacheIntegrationTest.php class RedisCacheIntegrationTest (line 13) | #[RequiresPhpExtension('redis')] method setUp (line 18) | protected function setUp(): void method tearDown (line 24) | protected function tearDown(): void method testRedisCacheAddTwice (line 34) | #[DataProvider('redisDriverProvider')] method testRedisCacheRateLimiter (line 47) | #[DataProvider('redisDriverProvider')] method testRedisCacheAddFalse (line 65) | #[DataProvider('redisDriverProvider')] method testRedisCacheAddNull (line 80) | #[DataProvider('redisDriverProvider')] FILE: tests/Integration/Cache/RedisCacheLockTest.php class RedisCacheLockTest (line 10) | class RedisCacheLockTest extends TestCase method setUp (line 14) | protected function setUp(): void method tearDown (line 21) | protected function tearDown(): void method testRedisLocksCanBeAcquiredAndReleased (line 28) | public function testRedisLocksCanBeAcquiredAndReleased() method testRedisLockCanHaveASeparateConnection (line 43) | public function testRedisLockCanHaveASeparateConnection() method testRedisLocksCanBlockForSeconds (line 50) | public function testRedisLocksCanBlockForSeconds() method testConcurrentRedisLocksAreReleasedSafely (line 61) | public function testConcurrentRedisLocksAreReleasedSafely() method testRedisLocksWithFailedBlockCallbackAreReleased (line 77) | public function testRedisLocksWithFailedBlockCallbackAreReleased() method testRedisLocksCanBeReleasedUsingOwnerToken (line 98) | public function testRedisLocksCanBeReleasedUsingOwnerToken() method testOwnerStatusCanBeCheckedAfterRestoringLock (line 112) | public function testOwnerStatusCanBeCheckedAfterRestoringLock() method testOtherOwnerDoesNotOwnLockAfterRestore (line 124) | public function testOtherOwnerDoesNotOwnLockAfterRestore() FILE: tests/Integration/Cache/RedisStoreTest.php class RedisStoreTest (line 17) | #[RequiresPhpExtension('redis')] method setUp (line 23) | #[\Override] method testCacheTtl (line 37) | public function testCacheTtl(): void method testItCanStoreInfinite (line 64) | public function testItCanStoreInfinite() method testItCanStoreNan (line 77) | public function testItCanStoreNan() method testItCanExpireWithZeroTTL (line 86) | public function testItCanExpireWithZeroTTL() method testTagsCanBeAccessed (line 100) | #[TestWith(['laravel_cache_'])] method testTagEntriesCanBeStoredForever (line 120) | public function testTagEntriesCanBeStoredForever() method testTagEntriesCanBeIncremented (line 136) | public function testTagEntriesCanBeIncremented() method testIncrementedTagEntriesProperlyTurnStale (line 152) | public function testIncrementedTagEntriesProperlyTurnStale() method testPastTtlTagEntriesAreNotAdded (line 168) | public function testPastTtlTagEntriesAreNotAdded() method testPutPastTtlTagEntriesProperlyTurnStale (line 181) | public function testPutPastTtlTagEntriesProperlyTurnStale() method testTagsCanBeFlushedBySingleKey (line 192) | public function testTagsCanBeFlushedBySingleKey() method testStaleEntriesCanBeFlushed (line 208) | public function testStaleEntriesCanBeFlushed() method testMultipleItemsCanBeSetAndRetrieved (line 226) | public function testMultipleItemsCanBeSetAndRetrieved() method testPutManyCallsPutWhenClustered (line 246) | public function testPutManyCallsPutWhenClustered() method testIncrementWithSerializationEnabled (line 260) | public function testIncrementWithSerializationEnabled() method testTagsCanBeFlushedWithLargeNumberOfKeys (line 278) | public function testTagsCanBeFlushedWithLargeNumberOfKeys() method testLocksCanBeFlushed (line 302) | public function testLocksCanBeFlushed() method testFlushLocksDoesNotAffectNonLockKeys (line 322) | public function testFlushLocksDoesNotAffectNonLockKeys() method testHasSeparateLockStoreReturnsTrueWhenLockConnectionDiffers (line 339) | public function testHasSeparateLockStoreReturnsTrueWhenLockConnectionD... method testHasSeparateLockStoreReturnsFalseWhenLockConnectionIsSame (line 350) | public function testHasSeparateLockStoreReturnsFalseWhenLockConnection... method testFlushLocksThrowsExceptionWhenLockConnectionIsSame (line 360) | public function testFlushLocksThrowsExceptionWhenLockConnectionIsSame() FILE: tests/Integration/Cache/RepositoryTest.php class RepositoryTest (line 13) | #[WithMigration('cache')] method testStaleWhileRevalidate (line 18) | public function testStaleWhileRevalidate(): void method testItHandlesStrayTtlKeyAfterMainKeyIsForgotten (line 157) | public function testItHandlesStrayTtlKeyAfterMainKeyIsForgotten() method testItImplicitlyClearsTtlKeysFromDatabaseCache (line 182) | public function testItImplicitlyClearsTtlKeysFromDatabaseCache() method testItImplicitlyClearsTtlKeysFromFileDriver (line 211) | public function testItImplicitlyClearsTtlKeysFromFileDriver() method testItCanAlwaysDefer (line 241) | public function testItCanAlwaysDefer() method testItRoundsDateTimeValuesToAccountForTimePassedDuringScriptExecution (line 266) | public function testItRoundsDateTimeValuesToAccountForTimePassedDuring... method testWorksWithEnumKey (line 283) | public function testWorksWithEnumKey() FILE: tests/Integration/Concurrency/ConcurrencyTest.php class ConcurrencyTest (line 14) | #[RequiresOperatingSystem('Linux|DAR')] method setUp (line 17) | protected function setUp(): void method testWorkCanBeDistributed (line 35) | public function testWorkCanBeDistributed() method testRunHandlerProcessErrorCode (line 46) | public function testRunHandlerProcessErrorCode() method testOutputIsMappedToArrayInput (line 56) | public function testOutputIsMappedToArrayInput() method testRunHandlerProcessErrorWithDefaultExceptionWithoutParam (line 89) | public function testRunHandlerProcessErrorWithDefaultExceptionWithoutP... method testRunHandlerProcessErrorWithCustomExceptionWithoutParam (line 101) | public function testRunHandlerProcessErrorWithCustomExceptionWithoutPa... method testRunHandlerProcessErrorWithCustomExceptionWithParam (line 110) | public function testRunHandlerProcessErrorWithCustomExceptionWithParam() method getConcurrencyDrivers (line 124) | public static function getConcurrencyDrivers(): array method testRunPreservesCallbackOrder (line 134) | #[DataProvider('getConcurrencyDrivers')] class ExceptionWithoutParam (line 161) | class ExceptionWithoutParam extends Exception class ExceptionWithParam (line 165) | class ExceptionWithParam extends Exception method __construct (line 167) | public function __construct( FILE: tests/Integration/Concurrency/Console/InvokeSerializedClosureCommandTest.php class CustomParameterException (line 13) | class CustomParameterException extends RuntimeException method __construct (line 15) | public function __construct( class InvokeSerializedClosureCommandTest (line 23) | class InvokeSerializedClosureCommandTest extends TestCase method setUp (line 25) | protected function setUp(): void method testItCanInvokeSerializedClosureFromArgument (line 32) | public function testItCanInvokeSerializedClosureFromArgument() method testItCanInvokeSerializedClosureFromEnvironment (line 54) | public function testItCanInvokeSerializedClosureFromEnvironment() method testItReturnsNullWhenNoClosureIsProvided (line 80) | public function testItReturnsNullWhenNoClosureIsProvided() method testItHandlesExceptionsGracefully (line 96) | public function testItHandlesExceptionsGracefully() method testItHandlesCustomExceptionWithParameters (line 119) | public function testItHandlesCustomExceptionWithParameters() FILE: tests/Integration/Console/CallCommandsTest.php class CallCommandsTest (line 10) | class CallCommandsTest extends TestCase method setUp (line 12) | protected function setUp(): void method testItCanCallCommands (line 31) | #[TestWith(['test:a'])] FILE: tests/Integration/Console/CallbackSchedulingTest.php class CallbackSchedulingTest (line 19) | class CallbackSchedulingTest extends TestCase method setUp (line 23) | protected function setUp(): void method testExecutionOrder (line 48) | public function testExecutionOrder(): void method testCallbacksCannotRunInBackground (line 62) | public function testCallbacksCannotRunInBackground(): void method testExceptionHandlingInCallback (line 71) | public function testExceptionHandlingInCallback(): void method logger (line 116) | protected function logger($message) method assertLogged (line 123) | protected function assertLogged(...$message) FILE: tests/Integration/Console/CommandDurationThresholdTest.php class CommandDurationThresholdTest (line 13) | class CommandDurationThresholdTest extends TestCase method testItCanHandleExceedingCommandDuration (line 15) | public function testItCanHandleExceedingCommandDuration(): void method testItDoesntCallWhenExactlyThresholdDuration (line 36) | public function testItDoesntCallWhenExactlyThresholdDuration(): void method testItProvidesArgsToHandler (line 57) | public function testItProvidesArgsToHandler(): void method testItCanExceedThresholdWhenSpecifyingDurationAsMilliseconds (line 78) | public function testItCanExceedThresholdWhenSpecifyingDurationAsMillis... method testItCanStayUnderThresholdWhenSpecifyingDurationAsMilliseconds (line 99) | public function testItCanStayUnderThresholdWhenSpecifyingDurationAsMil... method testItCanExceedThresholdWhenSpecifyingDurationAsDateTime (line 120) | public function testItCanExceedThresholdWhenSpecifyingDurationAsDateTi... method testItCanStayUnderThresholdWhenSpecifyingDurationAsDateTime (line 146) | public function testItCanStayUnderThresholdWhenSpecifyingDurationAsDat... method testItClearsStartTimeAfterHandlingCommand (line 167) | public function testItClearsStartTimeAfterHandlingCommand(): void method testUsesTheConfiguredDateTimezone (line 182) | public function testUsesTheConfiguredDateTimezone(): void method testItHandlesCallingTerminateWithoutHandle (line 202) | public function testItHandlesCallingTerminateWithoutHandle(): void FILE: tests/Integration/Console/CommandEventsTest.php class CommandEventsTest (line 17) | class CommandEventsTest extends TestCase method setUp (line 35) | protected function setUp(): void method testCommandEventsReceiveParsedInput (line 52) | #[DataProvider('foregroundCommandEventsProvider')] method foregroundCommandEventsProvider (line 82) | public static function foregroundCommandEventsProvider() method testCommandEventsReceiveParsedInputFromBackground (line 97) | public function testCommandEventsReceiveParsedInputFromBackground(): void method assertLogged (line 144) | protected function assertLogged(...$messages) class CommandEventsTestCommand (line 152) | class CommandEventsTestCommand extends \Illuminate\Console\Command method handle (line 156) | public function handle() FILE: tests/Integration/Console/CommandManualFailTest.php class CommandManualFailTest (line 10) | class CommandManualFailTest extends TestCase method setUp (line 12) | protected function setUp(): void method testFailArtisanCommandManually (line 23) | public function testFailArtisanCommandManually(): void method testCreatesAnExceptionFromString (line 28) | public function testCreatesAnExceptionFromString(): void method testCreatesAnExceptionFromNull (line 36) | public function testCreatesAnExceptionFromNull(): void method testThrowsTheOriginalThrowableInstance (line 44) | public function testThrowsTheOriginalThrowableInstance(): void class FailingCommandStub (line 57) | class FailingCommandStub extends Command method handle (line 61) | public function handle() method trigger_failure (line 69) | protected function trigger_failure() FILE: tests/Integration/Console/CommandSchedulingTest.php class CommandSchedulingTest (line 11) | class CommandSchedulingTest extends TestCase method setUp (line 42) | protected function setUp(): void method tearDown (line 54) | protected function tearDown(): void method testExecutionOrder (line 66) | #[DataProvider('executionProvider')] method executionProvider (line 101) | public static function executionProvider() method waitForLogMessages (line 109) | protected function waitForLogMessages(...$messages) method assertLogged (line 127) | protected function assertLogged(...$messages) method writeArtisanScript (line 134) | protected function writeArtisanScript() FILE: tests/Integration/Console/ConsoleApplicationTest.php class ConsoleApplicationTest (line 14) | class ConsoleApplicationTest extends TestCase method setUp (line 16) | protected function setUp(): void method testArtisanCallUsingCommandName (line 28) | public function testArtisanCallUsingCommandName(): void method testArtisanCallUsingCommandNameAliases (line 35) | public function testArtisanCallUsingCommandNameAliases(): void method testArtisanCallUsingCommandClass (line 42) | public function testArtisanCallUsingCommandClass(): void method testArtisanCallUsingCommandNameUsingAsCommandAttribute (line 49) | public function testArtisanCallUsingCommandNameUsingAsCommandAttribute... method testArtisanCallUsingCommandNameAliasesUsingAsCommandAttribute (line 56) | public function testArtisanCallUsingCommandNameAliasesUsingAsCommandAt... method testArtisanCallNow (line 63) | public function testArtisanCallNow(): void method testArtisanWithMockCallAfterCallNow (line 72) | public function testArtisanWithMockCallAfterCallNow(): void method testArtisanInstantiateScheduleWhenNeed (line 86) | public function testArtisanInstantiateScheduleWhenNeed(): void method testArtisanQueue (line 99) | public function testArtisanQueue(): void class FooCommandStub (line 113) | class FooCommandStub extends Command method handle (line 119) | public function handle() class ZondaCommandStub (line 125) | #[AsCommand(name: 'zonda', aliases: ['app:zonda'])] method handle (line 132) | public function handle() class ScheduleCommandStub (line 138) | class ScheduleCommandStub extends Command method handle (line 142) | public function handle(Schedule $schedule) FILE: tests/Integration/Console/EnvironmentDecryptCommandTest.php class EnvironmentDecryptCommandTest (line 11) | class EnvironmentDecryptCommandTest extends TestCase method setUp (line 15) | protected function setUp(): void method testItFailsWithInvalidCipherFails (line 25) | public function testItFailsWithInvalidCipherFails(): void method testItFailsUsingCipherWithInvalidKey (line 39) | public function testItFailsUsingCipherWithInvalidKey(): void method testItFailsWhenEncryptionFileCannotBeFound (line 53) | public function testItFailsWhenEncryptionFileCannotBeFound(): void method testItFailsWhenEnvironmentFileExists (line 62) | public function testItFailsWhenEnvironmentFileExists(): void method testItGeneratesTheEnvironmentFileWithGeneratedKey (line 71) | public function testItGeneratesTheEnvironmentFileWithGeneratedKey(): void method testItGeneratesTheEnvironmentFileWithUserProvidedKey (line 94) | public function testItGeneratesTheEnvironmentFileWithUserProvidedKey()... method testItGeneratesTheEnvironmentFileWithKeyFromEnvironment (line 117) | public function testItGeneratesTheEnvironmentFileWithKeyFromEnvironmen... method testItGeneratesTheEnvironmentFileWhenForcing (line 144) | public function testItGeneratesTheEnvironmentFileWhenForcing(): void method testItDecryptsMultiLineEnvironmentCorrectly (line 167) | public function testItDecryptsMultiLineEnvironmentCorrectly(): void method testItWritesTheEnvironmentFileCustomFilename (line 208) | public function testItWritesTheEnvironmentFileCustomFilename(): void method testItWritesTheEnvironmentFileCustomPath (line 231) | public function testItWritesTheEnvironmentFileCustomPath(): void method testItWritesTheEnvironmentFileCustomPathAndFilename (line 254) | public function testItWritesTheEnvironmentFileCustomPathAndFilename():... method testItCannotOverwriteEncryptedFiles (line 277) | public function testItCannotOverwriteEncryptedFiles(): void method testItGeneratesTheEnvironmentFileWithInteractivelyUserProvidedKey (line 288) | public function testItGeneratesTheEnvironmentFileWithInteractivelyUser... method testItAutoDetectsAndDecryptsReadableFormat (line 312) | public function testItAutoDetectsAndDecryptsReadableFormat(): void method testItStillDecryptsBlobFormat (line 339) | public function testItStillDecryptsBlobFormat(): void method testItDecryptsBlobFormatWithNewlineInContent (line 366) | public function testItDecryptsBlobFormatWithNewlineInContent(): void method testItDecryptsReadableFormatWithBase64Values (line 397) | public function testItDecryptsReadableFormatWithBase64Values(): void FILE: tests/Integration/Console/EnvironmentEncryptCommandTest.php class EnvironmentEncryptCommandTest (line 11) | class EnvironmentEncryptCommandTest extends TestCase method setUp (line 15) | protected function setUp(): void method testItFailsWithInvalidCipherFails (line 27) | public function testItFailsWithInvalidCipherFails(): void method testItFailsUsingCipherWithInvalidKey (line 42) | public function testItFailsUsingCipherWithInvalidKey(): void method testItGeneratesTheCorrectFileWhenUsingEnvironment (line 56) | public function testItGeneratesTheCorrectFileWhenUsingEnvironment(): void method testItGeneratesTheCorrectFileWhenNotUsingEnvironment (line 74) | public function testItGeneratesTheCorrectFileWhenNotUsingEnvironment()... method testItFailsWhenEnvironmentFileCannotBeFound (line 93) | public function testItFailsWhenEnvironmentFileCannotBeFound(): void method testItFailsWhenEncryptionFileExists (line 103) | public function testItFailsWhenEncryptionFileExists(): void method testItGeneratesTheEncryptionFileWhenForcing (line 113) | public function testItGeneratesTheEncryptionFileWhenForcing(): void method testItEncryptsWithGivenKeyAndDisplaysIt (line 131) | public function testItEncryptsWithGivenKeyAndDisplaysIt(): void method testItEncryptsWithGivenGeneratedBase64KeyAndDisplaysIt (line 147) | public function testItEncryptsWithGivenGeneratedBase64KeyAndDisplaysIt... method testItEncryptsInReadableFormat (line 165) | public function testItEncryptsInReadableFormat(): void method testItSkipsCommentsAndBlankLinesInReadableFormat (line 197) | public function testItSkipsCommentsAndBlankLinesInReadableFormat(): void method testItEncryptsMultiLineValuesInReadableFormat (line 230) | public function testItEncryptsMultiLineValuesInReadableFormat(): void method testItEncryptsVariableReferencesInReadableFormat (line 288) | public function testItEncryptsVariableReferencesInReadableFormat(): void method testItSkipsInvalidEnvLinesInReadableFormat (line 342) | public function testItSkipsInvalidEnvLinesInReadableFormat(): void method testItEncryptsSpecialCharactersInReadableFormat (line 396) | public function testItEncryptsSpecialCharactersInReadableFormat(): void method testItCanRemoveTheOriginalFile (line 454) | public function testItCanRemoveTheOriginalFile(): void method testItEncryptsWithInteractivelyGivenKeyAndDisplaysIt (line 475) | public function testItEncryptsWithInteractivelyGivenKeyAndDisplaysIt()... FILE: tests/Integration/Console/Events/EventListCommandTest.php class EventListCommandTest (line 12) | class EventListCommandTest extends TestCase method setUp (line 16) | protected function setUp(): void method testDisplayEmptyList (line 24) | public function testDisplayEmptyList() method testDisplayEvents (line 31) | public function testDisplayEvents() method testDisplayFilteredEvent (line 51) | public function testDisplayFilteredEvent() method testDisplayEmptyListAsJson (line 62) | public function testDisplayEmptyListAsJson() method testDisplayEventsAsJson (line 71) | public function testDisplayEventsAsJson() method testDisplayFilteredEventAsJson (line 93) | public function testDisplayFilteredEventAsJson() method tearDown (line 110) | protected function tearDown(): void class ExampleSubscriber (line 118) | class ExampleSubscriber method subscribe (line 120) | public function subscribe() method a (line 130) | public function a() method b (line 134) | public function b() class ExampleEvent (line 139) | class ExampleEvent class ExampleBroadcastEvent (line 143) | class ExampleBroadcastEvent implements ShouldBroadcast method broadcastOn (line 145) | public function broadcastOn() class ExampleListener (line 151) | class ExampleListener method handle (line 153) | public function handle() class ExampleQueueListener (line 158) | class ExampleQueueListener implements ShouldQueue method handle (line 160) | public function handle() class ExampleBroadcastListener (line 165) | class ExampleBroadcastListener method handle (line 167) | public function handle() FILE: tests/Integration/Console/GeneratorCommandTest.php class GeneratorCommandTest (line 9) | class GeneratorCommandTest extends TestCase method testItChopsPhpExtension (line 19) | public function testItChopsPhpExtension(): void method testItChopsPhpExtensionFromMakeViewCommands (line 31) | public function testItChopsPhpExtensionFromMakeViewCommands(): void method testItOnlyChopsPhpExtensionFromFilename (line 39) | public function testItOnlyChopsPhpExtensionFromFilename(): void method testItCannotGenerateClassUsingReservedName (line 51) | #[DataProvider('reservedNamesDataProvider')] method reservedNamesDataProvider (line 59) | public static function reservedNamesDataProvider() FILE: tests/Integration/Console/JobSchedulingTest.php class JobSchedulingTest (line 12) | class JobSchedulingTest extends TestCase method testJobQueuingRespectsJobQueue (line 14) | public function testJobQueuingRespectsJobQueue(): void method testJobQueuingRespectsJobConnection (line 42) | public function testJobQueuingRespectsJobConnection(): void method testJobQueuingRespectsQueueRoutes (line 84) | public function testJobQueuingRespectsQueueRoutes(): void class JobWithDefaultQueue (line 111) | class JobWithDefaultQueue implements ShouldQueue method __construct (line 115) | public function __construct() class JobWithDefaultQueueTwo (line 121) | class JobWithDefaultQueueTwo implements ShouldQueue method __construct (line 125) | public function __construct() class JobWithoutDefaultQueue (line 131) | class JobWithoutDefaultQueue implements ShouldQueue class JobWithDefaultConnection (line 136) | class JobWithDefaultConnection implements ShouldQueue method __construct (line 140) | public function __construct() class JobWithoutDefaultConnection (line 146) | class JobWithoutDefaultConnection implements ShouldQueue FILE: tests/Integration/Console/PromptsAssertionTest.php class PromptsAssertionTest (line 20) | class PromptsAssertionTest extends TestCase method testAssertionForTextPrompt (line 22) | public function testAssertionForTextPrompt(): void method testAssertionForPausePrompt (line 44) | public function testAssertionForPausePrompt(): void method testAssertionForTextareaPrompt (line 69) | public function testAssertionForTextareaPrompt(): void method testAssertionForSuggestPrompt (line 91) | public function testAssertionForSuggestPrompt(): void method testAssertionForPasswordPrompt (line 113) | public function testAssertionForPasswordPrompt(): void method testAssertionForConfirmPrompt (line 135) | public function testAssertionForConfirmPrompt(): void method testAssertionForSelectPromptWithAList (line 166) | public function testAssertionForSelectPromptWithAList(): void method testAssertionForSelectPromptWithAnAssociativeArray (line 191) | public function testAssertionForSelectPromptWithAnAssociativeArray(): ... method testAlternativeAssertionForSelectPromptWithAnAssociativeArray (line 216) | public function testAlternativeAssertionForSelectPromptWithAnAssociati... method testAssertionForRequiredMultiselectPrompt (line 241) | public function testAssertionForRequiredMultiselectPrompt(): void method testAssertionForOptionalMultiselectPrompt (line 267) | public function testAssertionForOptionalMultiselectPrompt(): void method testAssertionForSearchPrompt (line 301) | public function testAssertionForSearchPrompt(): void method testAssertionForMultisearchPrompt (line 330) | public function testAssertionForMultisearchPrompt(): void method testAssertionForSelectPromptFollowedByMultisearchPrompt (line 368) | public function testAssertionForSelectPromptFollowedByMultisearchPromp... FILE: tests/Integration/Console/PromptsValidationTest.php class PromptsValidationTest (line 11) | class PromptsValidationTest extends TestCase method defineEnvironment (line 13) | protected function defineEnvironment($app) method testValidationForPrompts (line 21) | public function testValidationForPrompts(): void method testValidationWithLaravelRulesAndNoCustomization (line 29) | public function testValidationWithLaravelRulesAndNoCustomization(): void method testValidationWithLaravelRulesInlineMessagesAndAttributes (line 37) | public function testValidationWithLaravelRulesInlineMessagesAndAttribu... method testValidationWithLaravelRulesMessagesAndAttributes (line 45) | public function testValidationWithLaravelRulesMessagesAndAttributes():... class DummyPromptsValidationCommand (line 54) | class DummyPromptsValidationCommand extends Command method handle (line 58) | public function handle() class DummyPromptsWithLaravelRulesCommand (line 64) | class DummyPromptsWithLaravelRulesCommand extends Command method handle (line 68) | public function handle() class DummyPromptsWithLaravelRulesCommandWithInlineMessagesAndAttributesCommand (line 74) | class DummyPromptsWithLaravelRulesCommandWithInlineMessagesAndAttributes... method handle (line 78) | public function handle() class DummyPromptsWithLaravelRulesMessagesAndAttributesCommand (line 88) | class DummyPromptsWithLaravelRulesMessagesAndAttributesCommand extends C... method handle (line 92) | public function handle() method validationMessages (line 97) | protected function validationMessages() method validationAttributes (line 102) | protected function validationAttributes() FILE: tests/Integration/Console/Scheduling/CallbackEventTest.php class CallbackEventTest (line 11) | class CallbackEventTest extends TestCase method testDefaultResultIsSuccess (line 13) | public function testDefaultResultIsSuccess() method testFalseResponseIsFailure (line 29) | public function testFalseResponseIsFailure() method testExceptionIsFailure (line 46) | public function testExceptionIsFailure() method testExceptionBubbles (line 66) | public function testExceptionBubbles() FILE: tests/Integration/Console/Scheduling/EventPingTest.php class EventPingTest (line 17) | class EventPingTest extends TestCase method testPingRescuesTransferExceptions (line 19) | public function testPingRescuesTransferExceptions() FILE: tests/Integration/Console/Scheduling/ScheduleGroupTest.php class ScheduleGroupTest (line 15) | class ScheduleGroupTest extends TestCase method testGroupCanSetScheduleCronExpression (line 17) | public function testGroupCanSetScheduleCronExpression() method testGroupedScheduleCanOverrideGroupCronExpression (line 31) | public function testGroupedScheduleCanOverrideGroupCronExpression() method testGroupCanSetScheduleRepeatSeconds (line 44) | public function testGroupCanSetScheduleRepeatSeconds() method testGroupedScheduleCanOverrideGroupRepeatSeconds (line 57) | public function testGroupedScheduleCanOverrideGroupRepeatSeconds() method testGroupedScheduleCanBeNested (line 75) | public function testGroupedScheduleCanBeNested() method testGroupCanApplyAttributeToSchedules (line 91) | #[DataProvider('groupAttributes')] method groupAttributes (line 108) | public static function groupAttributes(): array method testGroupedScheduleExecution (line 125) | #[DataProvider('scheduleTestCases')] method assertTaskExecution (line 154) | private function assertTaskExecution($event, $app, $expected, $message... method scheduleTestCases (line 163) | public static function scheduleTestCases() method testGroupedPendingEventAttribute (line 187) | public function testGroupedPendingEventAttribute() method testGroupedPendingEventAttributesWithoutOverlapping (line 202) | public function testGroupedPendingEventAttributesWithoutOverlapping() method testGroupAppliesEventMacrosToAllEvents (line 219) | public function testGroupAppliesEventMacrosToAllEvents() method testGroupAppliesEventMacroCalledBeforeBuiltInAttributes (line 242) | public function testGroupAppliesEventMacroCalledBeforeBuiltInAttributes() method testGroupAppliesMultipleEventMacros (line 263) | public function testGroupAppliesMultipleEventMacros() method testNestedGroupInheritsEventMacros (line 292) | public function testNestedGroupInheritsEventMacros() FILE: tests/Integration/Console/Scheduling/ScheduleListCommandTest.php class ScheduleListCommandTest (line 14) | class ScheduleListCommandTest extends TestCase method setUp (line 18) | protected function setUp(): void method testDisplayEmptySchedule (line 28) | public function testDisplayEmptySchedule() method testDisplayEmptyScheduleAsJson (line 35) | public function testDisplayEmptyScheduleAsJson() method testDisplaySchedule (line 44) | public function testDisplaySchedule() method testDisplayScheduleAsJson (line 78) | public function testDisplayScheduleAsJson() method testDisplayScheduleAsJsonWithSpecificEnvironment (line 122) | public function testDisplayScheduleAsJsonWithSpecificEnvironment() method testDisplayScheduleWithSortAsJson (line 140) | public function testDisplayScheduleWithSortAsJson() method testDisplayScheduleAsJsonWithTimezone (line 171) | public function testDisplayScheduleAsJsonWithTimezone() method testDisplayScheduleAsJsonInVerboseMode (line 191) | public function testDisplayScheduleAsJsonInVerboseMode() method testDisplayScheduleWithSort (line 220) | public function testDisplayScheduleWithSort() method testDisplayScheduleInVerboseMode (line 254) | public function testDisplayScheduleInVerboseMode() method testDisplayScheduleSubMinute (line 264) | public function testDisplayScheduleSubMinute() method testClosureCommandsMayBeScheduled (line 285) | public function testClosureCommandsMayBeScheduled() method tearDown (line 309) | protected function tearDown(): void class FooCommand (line 317) | class FooCommand extends Command class FooJob (line 324) | class FooJob class FooParamJob (line 328) | class FooParamJob method __construct (line 330) | public function __construct($param) class FooCall (line 335) | class FooCall method __invoke (line 337) | public function __invoke(): void method fooFunction (line 341) | public function fooFunction(): void FILE: tests/Integration/Console/Scheduling/SchedulePauseCommandTest.php class SchedulePauseCommandTest (line 9) | class SchedulePauseCommandTest extends TestCase method testDispatchesEvent (line 11) | public function testDispatchesEvent() FILE: tests/Integration/Console/Scheduling/ScheduleResumeCommandTest.php class ScheduleResumeCommandTest (line 9) | class ScheduleResumeCommandTest extends TestCase method testDispatchesEvent (line 11) | public function testDispatchesEvent() FILE: tests/Integration/Console/Scheduling/ScheduleRunCommandTest.php class ScheduleRunCommandTest (line 14) | class ScheduleRunCommandTest extends TestCase method setUp (line 16) | protected function setUp(): void method tearDown (line 22) | protected function tearDown(): void method test_failing_command_in_foreground_triggers_event (line 32) | public function test_failing_command_in_foreground_triggers_event() method test_failing_command_in_background_does_not_trigger_event (line 65) | public function test_failing_command_in_background_does_not_trigger_ev... method test_successful_command_does_not_trigger_event (line 96) | public function test_successful_command_does_not_trigger_event() method test_command_with_no_explicit_return_does_not_trigger_event (line 126) | public function test_command_with_no_explicit_return_does_not_trigger_... method test_successful_command_in_background_does_not_trigger_event (line 157) | public function test_successful_command_in_background_does_not_trigger... method test_command_with_no_explicit_return_in_background_does_not_trigger_event (line 188) | public function test_command_with_no_explicit_return_in_background_doe... FILE: tests/Integration/Console/Scheduling/ScheduleTestCommandTest.php class ScheduleTestCommandTest (line 12) | class ScheduleTestCommandTest extends TestCase method setUp (line 16) | protected function setUp(): void method testRunNoDefinedCommands (line 25) | public function testRunNoDefinedCommands() method testRunNoMatchingCommand (line 32) | public function testRunNoMatchingCommand() method testRunUsingNameOption (line 41) | public function testRunUsingNameOption() method testRunUsingChoices (line 64) | public function testRunUsingChoices() class BarCommandStub (line 82) | class BarCommandStub extends Command class BarJobStub (line 89) | class BarJobStub method __invoke (line 91) | public function __invoke() FILE: tests/Integration/Console/Scheduling/SubMinuteSchedulingTest.php class SubMinuteSchedulingTest (line 13) | class SubMinuteSchedulingTest extends TestCase method setUp (line 17) | protected function setUp(): void method test_it_doesnt_wait_for_sub_minute_events_when_nothing_is_scheduled (line 24) | public function test_it_doesnt_wait_for_sub_minute_events_when_nothing... method test_it_doesnt_wait_for_sub_minute_events_when_none_are_scheduled (line 35) | public function test_it_doesnt_wait_for_sub_minute_events_when_none_ar... method test_it_runs_sub_minute_callbacks (line 50) | #[DataProvider('frequencyProvider')] method test_it_runs_multiple_sub_minute_callbacks (line 69) | public function test_it_runs_multiple_sub_minute_callbacks() method test_sub_minute_scheduling_can_be_interrupted (line 93) | public function test_sub_minute_scheduling_can_be_interrupted() method test_sub_minute_events_stop_for_the_rest_of_the_minute_once_maintenance_mode_is_enabled (line 120) | public function test_sub_minute_events_stop_for_the_rest_of_the_minute... method test_sub_minute_events_can_be_run_in_maintenance_mode (line 151) | public function test_sub_minute_events_can_be_run_in_maintenance_mode() method test_sub_minute_events_can_be_run_when_schedule_is_paused (line 178) | public function test_sub_minute_events_can_be_run_when_schedule_is_pau... method test_sub_minute_events_stop_for_the_rest_of_the_minute_once_schedule_is_paused (line 203) | public function test_sub_minute_events_stop_for_the_rest_of_the_minute... method test_sub_minute_scheduling_respects_filters (line 228) | public function test_sub_minute_scheduling_respects_filters() method test_sub_minute_scheduling_can_run_on_one_server (line 246) | public function test_sub_minute_scheduling_can_run_on_one_server() method frequencyProvider (line 276) | public static function frequencyProvider() FILE: tests/Integration/Console/UniqueJobSchedulingTest.php class UniqueJobSchedulingTest (line 14) | class UniqueJobSchedulingTest extends TestCase method testJobsPushedToQueue (line 16) | public function testJobsPushedToQueue(): void method testUniqueJobsPushedToQueue (line 29) | public function testUniqueJobsPushedToQueue(): void method dispatch (line 42) | private function dispatch(...$jobs) class TestJob (line 56) | class TestJob implements ShouldQueue class UniqueTestJob (line 61) | class UniqueTestJob extends TestJob implements ShouldBeUnique FILE: tests/Integration/Container/BuildableIntegrationTest.php class BuildableIntegrationTest (line 11) | class BuildableIntegrationTest extends TestCase method test_build_method_can_resolve_itself_via_container (line 13) | public function test_build_method_can_resolve_itself_via_container(): ... class AolInstantMessengerConfig (line 44) | class AolInstantMessengerConfig implements SelfBuilding method __construct (line 46) | public function __construct( method newInstance (line 58) | public static function newInstance() FILE: tests/Integration/Container/ContextualAttributesBindingIntegrationTest.php class ContextualAttributesBindingIntegrationTest (line 12) | class ContextualAttributesBindingIntegrationTest extends TestCase method testLogAttributeCanSetName (line 14) | public function testLogAttributeCanSetName() class LogAttributeTester (line 43) | class LogAttributeTester method __construct (line 45) | public function __construct( method log (line 53) | public function log(string $line) method logWithName (line 58) | public function logWithName(string $line) FILE: tests/Integration/Cookie/CookieTest.php class CookieTest (line 15) | class CookieTest extends TestCase method test_cookie_is_sent_back_with_proper_expire_time_when_should_expire_on_close (line 17) | public function test_cookie_is_sent_back_with_proper_expire_time_when_... method test_cookie_is_sent_back_with_proper_expire_time_with_respect_to_lifetime (line 30) | public function test_cookie_is_sent_back_with_proper_expire_time_with_... method defineEnvironment (line 45) | protected function defineEnvironment($app) FILE: tests/Integration/Database/AfterQueryTest.php class AfterQueryTest (line 10) | class AfterQueryTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testAfterQueryOnEloquentBuilder (line 36) | public function testAfterQueryOnEloquentBuilder() method testAfterQueryOnBaseBuilder (line 57) | public function testAfterQueryOnBaseBuilder() method testAfterQueryOnEloquentCursor (line 79) | public function testAfterQueryOnEloquentCursor() method testAfterQueryOnBaseBuilderCursor (line 100) | public function testAfterQueryOnBaseBuilderCursor() method testAfterQueryOnEloquentPluck (line 122) | public function testAfterQueryOnEloquentPluck() method testAfterQueryOnBaseBuilderPluck (line 143) | public function testAfterQueryOnBaseBuilderPluck() method testAfterQueryHookOnBelongsToManyRelationship (line 165) | public function testAfterQueryHookOnBelongsToManyRelationship() method testAfterQueryKeyByOnEagerBelongsToManyRelationship (line 190) | public function testAfterQueryKeyByOnEagerBelongsToManyRelationship() method testAfterQueryHookOnHasManyThroughRelationship (line 204) | public function testAfterQueryHookOnHasManyThroughRelationship() method testAfterQueryOnEloquentBuilderCanAlterReturnedResult (line 228) | public function testAfterQueryOnEloquentBuilderCanAlterReturnedResult() method testAfterQueryOnBaseBuilderCanAlterReturnedResult (line 294) | public function testAfterQueryOnBaseBuilderCanAlterReturnedResult() class AfterQueryUser (line 367) | class AfterQueryUser extends Model method teamMates (line 373) | public function teamMates() method posts (line 378) | public function posts() class AfterQueryTeam (line 386) | class AfterQueryTeam extends Model method members (line 392) | public function members() class AfterQueryPost (line 398) | class AfterQueryPost extends Model FILE: tests/Integration/Database/ConnectionThreadsCountTest.php class ConnectionThreadsCountTest (line 7) | class ConnectionThreadsCountTest extends DatabaseTestCase method testGetThreadsCount (line 9) | public function testGetThreadsCount() FILE: tests/Integration/Database/DatabaseCacheStoreTest.php class DatabaseCacheStoreTest (line 13) | #[WithMigration('cache')] method testValueCanStoreNewCache (line 16) | public function testValueCanStoreNewCache() method testPutOperationShouldNotStoreExpired (line 25) | public function testPutOperationShouldNotStoreExpired() method testValueCanUpdateExistCache (line 34) | public function testValueCanUpdateExistCache() method testValueCanUpdateExistCacheInTransaction (line 44) | public function testValueCanUpdateExistCacheInTransaction() method testAddOperationShouldNotStoreExpired (line 57) | public function testAddOperationShouldNotStoreExpired() method testAddOperationCanStoreNewCache (line 67) | public function testAddOperationCanStoreNewCache() method testAddOperationShouldNotUpdateExistCache (line 77) | public function testAddOperationShouldNotUpdateExistCache() method testAddOperationShouldNotUpdateExistCacheInTransaction (line 88) | public function testAddOperationShouldNotUpdateExistCacheInTransaction() method testAddOperationCanUpdateIfCacheExpired (line 102) | public function testAddOperationCanUpdateIfCacheExpired() method testAddOperationCanUpdateIfCacheExpiredInTransaction (line 113) | public function testAddOperationCanUpdateIfCacheExpiredInTransaction() method testGetOperationReturnNullIfExpired (line 127) | public function testGetOperationReturnNullIfExpired() method testGetOperationCanDeleteExpired (line 138) | public function testGetOperationCanDeleteExpired() method testForgetIfExpiredOperationCanDeleteExpired (line 149) | public function testForgetIfExpiredOperationCanDeleteExpired() method testForgetIfExpiredOperationShouldNotDeleteUnExpired (line 160) | public function testForgetIfExpiredOperationShouldNotDeleteUnExpired() method testMany (line 171) | public function testMany() method testManyWithExpiredKeys (line 191) | public function testManyWithExpiredKeys() method testManyAsAssociativeArray (line 205) | public function testManyAsAssociativeArray() method testPutMany (line 222) | public function testPutMany() method testResolvingSQLiteConnectionDoesNotThrowExceptions (line 242) | public function testResolvingSQLiteConnectionDoesNotThrowExceptions() method testLocksCanBeFlushed (line 255) | public function testLocksCanBeFlushed() method testFlushLocksDoesNotAffectCacheEntries (line 270) | public function testFlushLocksDoesNotAffectCacheEntries() method testFlushLocksRemovesExpiredLocksToo (line 283) | public function testFlushLocksRemovesExpiredLocksToo() method testHasSeparateLockStoreReturnsTrueWhenTablesAreDifferent (line 296) | public function testHasSeparateLockStoreReturnsTrueWhenTablesAreDiffer... method testHasSeparateLockStoreReturnsFalseWhenTablesAreTheSame (line 307) | public function testHasSeparateLockStoreReturnsFalseWhenTablesAreTheSa... method testFlushLocksThrowsExceptionWhenTablesAreTheSame (line 318) | public function testFlushLocksThrowsExceptionWhenTablesAreTheSame() method getStore (line 334) | protected function getStore() method getCacheTableName (line 339) | protected function getCacheTableName() method getLocksTableName (line 344) | protected function getLocksTableName() method withCachePrefix (line 349) | protected function withCachePrefix(string $key) method insertToCacheTable (line 354) | protected function insertToCacheTable(string $key, $value, $ttl = 60) method insertToLocksTable (line 366) | protected function insertToLocksTable(string $key, string $owner, $ttl... FILE: tests/Integration/Database/DatabaseConnectionsTest.php class DatabaseConnectionsTest (line 19) | class DatabaseConnectionsTest extends DatabaseTestCase method testBuildDatabaseConnection (line 21) | public function testBuildDatabaseConnection() method testEstablishDatabaseConnection (line 34) | public function testEstablishDatabaseConnection() method testThrowExceptionIfConnectionAlreadyExists (line 53) | public function testThrowExceptionIfConnectionAlreadyExists() method testOverrideExistingConnection (line 71) | public function testOverrideExistingConnection() method testEstablishingAConnectionWillDispatchAnEvent (line 100) | public function testEstablishingAConnectionWillDispatchAnEvent() method testTablePrefix (line 128) | public function testTablePrefix() method testDynamicConnectionDoesntFailOnReconnect (line 143) | public function testDynamicConnectionDoesntFailOnReconnect() method testDynamicConnectionWithNoNameDoesntFailOnReconnect (line 162) | public function testDynamicConnectionWithNoNameDoesntFailOnReconnect() method testReadWriteTypeIsProvidedInQueryExecutedEventAndQueryLog (line 180) | #[DataProvider('readWriteExpectations')] method readWriteExpectations (line 231) | public static function readWriteExpectations(): iterable method testConnectionsWithoutReadWriteConfigurationAlwaysShowAsWrite (line 238) | public function testConnectionsWithoutReadWriteConfigurationAlwaysShow... method testQueryExceptionsProviderReadWriteType (line 269) | public function testQueryExceptionsProviderReadWriteType() method testQueryInEventListenerCannotInterfereWithReadWriteType (line 320) | #[DataProvider('readWriteExpectations')] FILE: tests/Integration/Database/DatabaseCustomCastsTest.php class DatabaseCustomCastsTest (line 16) | class DatabaseCustomCastsTest extends DatabaseTestCase method afterRefreshingDatabase (line 18) | protected function afterRefreshingDatabase() method test_custom_casting (line 40) | public function test_custom_casting() method test_custom_casting_using_create (line 89) | public function test_custom_casting_using_create() method test_custom_casting_nullable_values (line 110) | public function test_custom_casting_nullable_values() method test_as_collection_with_map_into (line 157) | public function test_as_collection_with_map_into() method test_as_custom_collection_with_map_into (line 172) | public function test_as_custom_collection_with_map_into() method test_as_collection_with_map_callback (line 188) | public function test_as_collection_with_map_callback(): void method test_as_custom_collection_with_map_callback (line 203) | public function test_as_custom_collection_with_map_callback(): void class TestEloquentModelWithCustomCasts (line 220) | class TestEloquentModelWithCustomCasts extends Model class TestEloquentModelWithCustomCastsNullable (line 243) | class TestEloquentModelWithCustomCastsNullable extends Model class FluentWithCallback (line 265) | class FluentWithCallback extends Fluent method make (line 267) | public static function make($attributes = []) class CustomCollection (line 273) | class CustomCollection extends Collection FILE: tests/Integration/Database/DatabaseEloquentBroadcastingTest.php class DatabaseEloquentBroadcastingTest (line 19) | class DatabaseEloquentBroadcastingTest extends DatabaseTestCase method afterRefreshingDatabase (line 21) | protected function afterRefreshingDatabase() method testBasicBroadcasting (line 31) | public function testBasicBroadcasting() method testChannelRouteFormatting (line 47) | public function testChannelRouteFormatting() method testBroadcastingOnModelTrashing (line 54) | public function testBroadcastingOnModelTrashing() method testBroadcastingForSpecificEventsOnly (line 73) | public function testBroadcastingForSpecificEventsOnly() method testBroadcastNameDefault (line 99) | public function testBroadcastNameDefault() method testBroadcastNameCanBeDefined (line 117) | public function testBroadcastNameCanBeDefined() method testBroadcastPayloadDefault (line 147) | public function testBroadcastPayloadDefault() method testBroadcastPayloadCanBeDefined (line 165) | public function testBroadcastPayloadCanBeDefined() method assertHandldedBroadcastableEvent (line 195) | private function assertHandldedBroadcastableEvent(BroadcastableModelEv... class TestEloquentBroadcastUser (line 212) | class TestEloquentBroadcastUser extends Model class SoftDeletableTestEloquentBroadcastUser (line 219) | class SoftDeletableTestEloquentBroadcastUser extends Model class TestEloquentBroadcastUserOnSpecificEventsOnly (line 226) | class TestEloquentBroadcastUserOnSpecificEventsOnly extends Model method broadcastOn (line 232) | public function broadcastOn($event) class TestEloquentBroadcastUserWithSpecificBroadcastName (line 241) | class TestEloquentBroadcastUserWithSpecificBroadcastName extends Model method broadcastAs (line 247) | public function broadcastAs($event) class TestEloquentBroadcastUserWithSpecificBroadcastPayload (line 256) | class TestEloquentBroadcastUserWithSpecificBroadcastPayload extends Model method broadcastWith (line 262) | public function broadcastWith($event) FILE: tests/Integration/Database/DatabaseEloquentModelAttributeCastingTest.php class DatabaseEloquentModelAttributeCastingTest (line 13) | class DatabaseEloquentModelAttributeCastingTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testBasicCustomCasting (line 23) | public function testBasicCustomCasting() method testGetOriginalWithCastValueObjects (line 107) | public function testGetOriginalWithCastValueObjects() method testOneWayCasting (line 147) | public function testOneWayCasting() method testSettingRawAttributesClearsTheCastCache (line 168) | public function testSettingRawAttributesClearsTheCastCache() method testCastsThatOnlyHaveGetterDoNotPersistAnythingToModelOnSave (line 187) | public function testCastsThatOnlyHaveGetterDoNotPersistAnythingToModel... method testCastsThatOnlyHaveGetterThatReturnsPrimitivesAreNotCached (line 198) | public function testCastsThatOnlyHaveGetterThatReturnsPrimitivesAreNot... method testAttributesCanCacheStrings (line 209) | public function testAttributesCanCacheStrings() method testAttributesCanCacheBooleans (line 220) | public function testAttributesCanCacheBooleans() method testAttributesCanCacheNull (line 233) | public function testAttributesCanCacheNull() method testAttributesByDefaultDontCacheBooleans (line 252) | public function testAttributesByDefaultDontCacheBooleans() method testCastsThatOnlyHaveGetterThatReturnsObjectAreCached (line 273) | public function testCastsThatOnlyHaveGetterThatReturnsObjectAreCached() method testCastsThatOnlyHaveGetterThatReturnsDateTimeAreCached (line 284) | public function testCastsThatOnlyHaveGetterThatReturnsDateTimeAreCached() method testCastsThatOnlyHaveGetterThatReturnsObjectAreNotCached (line 295) | public function testCastsThatOnlyHaveGetterThatReturnsObjectAreNotCach... method testCastsThatOnlyHaveGetterThatReturnsDateTimeAreNotCached (line 306) | public function testCastsThatOnlyHaveGetterThatReturnsDateTimeAreNotCa... method testCastsThatOnlyHaveGetterThatReturnsObjectAreNotCachedFluent (line 317) | public function testCastsThatOnlyHaveGetterThatReturnsObjectAreNotCach... method testCastsThatOnlyHaveGetterThatReturnsDateTimeAreNotCachedFluent (line 328) | public function testCastsThatOnlyHaveGetterThatReturnsDateTimeAreNotCa... class TestEloquentModelWithAttributeCast (line 340) | class TestEloquentModelWithAttributeCast extends Model method uppercase (line 349) | public function uppercase(): Attribute method address (line 361) | public function address(): Attribute method options (line 384) | public function options(): Attribute method birthdayAt (line 396) | public function birthdayAt(): Attribute method password (line 408) | public function password(): Attribute method virtual (line 415) | public function virtual(): Attribute method virtualString (line 424) | public function virtualString(): Attribute method virtualStringCached (line 433) | public function virtualStringCached(): Attribute method virtualBooleanCached (line 440) | public function virtualBooleanCached(): Attribute method virtualBoolean (line 447) | public function virtualBoolean(): Attribute method virtualNullCached (line 456) | public function virtualNullCached(): Attribute method virtualObject (line 465) | public function virtualObject(): Attribute method virtualDateTime (line 474) | public function virtualDateTime(): Attribute method virtualObjectWithoutCachingFluent (line 483) | public function virtualObjectWithoutCachingFluent(): Attribute method virtualDateTimeWithoutCachingFluent (line 492) | public function virtualDateTimeWithoutCachingFluent(): Attribute method virtualObjectWithoutCaching (line 501) | public function virtualObjectWithoutCaching(): Attribute method virtualDateTimeWithoutCaching (line 508) | public function virtualDateTimeWithoutCaching(): Attribute class AttributeCastAddress (line 516) | class AttributeCastAddress method __construct (line 521) | public function __construct($lineOne, $lineTwo) FILE: tests/Integration/Database/DatabaseEloquentModelCustomCastingTest.php class DatabaseEloquentModelCustomCastingTest (line 17) | class DatabaseEloquentModelCustomCastingTest extends DatabaseTestCase method afterRefreshingDatabase (line 19) | protected function afterRefreshingDatabase() method testBasicCustomCasting (line 28) | public function testBasicCustomCasting() method testGetOriginalWithCastValueObjects (line 117) | public function testGetOriginalWithCastValueObjects() method testDeviableCasts (line 157) | public function testDeviableCasts() method testSerializableCasts (line 180) | public function testSerializableCasts() method testOneWayCasting (line 198) | public function testOneWayCasting() method testSettingRawAttributesClearsTheCastCache (line 218) | public function testSettingRawAttributesClearsTheCastCache() method testSettingAttributesUsingArrowClearsTheCastCache (line 237) | public function testSettingAttributesUsingArrowClearsTheCastCache() method testWithCastableInterface (line 249) | public function testWithCastableInterface() method testGetFromUndefinedCast (line 273) | public function testGetFromUndefinedCast() method testSetToUndefinedCast (line 281) | public function testSetToUndefinedCast() method testMutatorCanDependOnAnotherCastedAttribute (line 291) | public function testMutatorCanDependOnAnotherCastedAttribute() method testMutatorCanDependOnAnotherCastedCarbonAttribute (line 301) | public function testMutatorCanDependOnAnotherCastedCarbonAttribute() class TestEloquentModelWithCustomCast (line 313) | class TestEloquentModelWithCustomCast extends Model method getTobAttribute (line 345) | protected function getTobAttribute(?string $value): ?string method addressString (line 364) | protected function addressString(): \Illuminate\Database\Eloquent\Cast... class DOBCaster (line 380) | class DOBCaster implements CastsAttributes method get (line 382) | public function get($model, $key, $value, $attributes) method set (line 391) | public function set($model, $key, $value, $attributes) class HashCaster (line 405) | class HashCaster implements CastsInboundAttributes method __construct (line 409) | public function __construct($algorithm = 'sha256') method set (line 414) | public function set($model, $key, $value, $attributes) class UppercaseCaster (line 420) | class UppercaseCaster implements CastsAttributes method get (line 422) | public function get($model, $key, $value, $attributes) method set (line 427) | public function set($model, $key, $value, $attributes) class AddressCaster (line 433) | class AddressCaster implements CastsAttributes method get (line 435) | public function get($model, $key, $value, $attributes) method set (line 444) | public function set($model, $key, $value, $attributes) class JsonCaster (line 457) | class JsonCaster implements CastsAttributes method get (line 459) | public function get($model, $key, $value, $attributes) method set (line 464) | public function set($model, $key, $value, $attributes) class JsonSettingsCaster (line 470) | class JsonSettingsCaster implements CastsAttributes method get (line 472) | public function get($model, string $key, $value, array $attributes): ?... method set (line 487) | public function set($model, string $key, $value, array $attributes): ?... class DecimalCaster (line 505) | class DecimalCaster implements CastsAttributes, DeviatesCastableAttribut... method get (line 507) | public function get($model, $key, $value, $attributes) method set (line 512) | public function set($model, $key, $value, $attributes) method increment (line 517) | public function increment($model, $key, $value, $attributes) method decrement (line 522) | public function decrement($model, $key, $value, $attributes) method serialize (line 527) | public function serialize($model, $key, $value, $attributes) class ValueObjectCaster (line 533) | class ValueObjectCaster implements CastsAttributes method __construct (line 537) | public function __construct($argument = null) method get (line 542) | public function get($model, $key, $value, $attributes) method set (line 551) | public function set($model, $key, $value, $attributes) class ValueObject (line 557) | class ValueObject implements Castable method __construct (line 561) | public function __construct(string $name) method castUsing (line 566) | public static function castUsing(array $arguments) class ValueObjectWithCasterInstance (line 599) | class ValueObjectWithCasterInstance extends ValueObject method castUsing (line 601) | public static function castUsing(array $arguments) class Address (line 607) | class Address method __construct (line 612) | public function __construct($lineOne, $lineTwo) class Settings (line 619) | class Settings method __construct (line 624) | public function __construct(?bool $foo, ?bool $bar) method from (line 630) | public static function from(array $data): Settings method toJson (line 638) | public function toJson($options = 0): string class Decimal (line 644) | final class Decimal method __construct (line 649) | public function __construct($value) method getValue (line 657) | public function getValue() method __toString (line 662) | public function __toString() class DateObjectCaster (line 668) | class DateObjectCaster implements CastsAttributes method __construct (line 672) | public function __construct($argument = null) method get (line 677) | public function get($model, $key, $value, $attributes) method set (line 682) | public function set($model, $key, $value, $attributes) class DateTimezoneCasterWithObjectCaching (line 688) | class DateTimezoneCasterWithObjectCaching implements CastsAttributes method __construct (line 690) | public function __construct(private string $timezone = 'UTC') method get (line 694) | public function get($model, $key, $value, $attributes) method set (line 699) | public function set($model, $key, $value, $attributes) class DateTimezoneCasterWithoutObjectCaching (line 705) | class DateTimezoneCasterWithoutObjectCaching extends DateTimezoneCasterW... FILE: tests/Integration/Database/DatabaseLockTest.php class DatabaseLockTest (line 17) | #[WithMigration('cache')] method testLockCanHaveASeparateConnection (line 20) | public function testLockCanHaveASeparateConnection() method testLockCanBeAcquired (line 28) | public function testLockCanBeAcquired() method testLockCanBeForceReleased (line 44) | public function testLockCanBeForceReleased() method testExpiredLockCanBeRetrieved (line 56) | public function testExpiredLockCanBeRetrieved() method testOtherOwnerDoesNotOwnLockAfterRestore (line 68) | public function testOtherOwnerDoesNotOwnLockAfterRestore() method testIgnoresConcurrencyException (line 80) | #[TestWith(['Deadlock found when trying to get lock', 1213, true])] method testReleaseIgnoresConcurrencyException (line 112) | #[TestWith(['Serialization failure: 1213 Deadlock', 40001, true])] FILE: tests/Integration/Database/DatabaseTestCase.php class DatabaseTestCase (line 8) | abstract class DatabaseTestCase extends TestCase method setUp (line 19) | protected function setUp(): void method defineEnvironment (line 30) | protected function defineEnvironment($app) FILE: tests/Integration/Database/DatabaseTransactionsTest.php class DatabaseTransactionsTest (line 7) | class DatabaseTransactionsTest extends DatabaseTestCase method defineEnvironment (line 9) | protected function defineEnvironment($app) method testTransactionCallbacks (line 21) | public function testTransactionCallbacks() method testTransactionCallbacksDoNotInterfereWithOneAnother (line 44) | public function testTransactionCallbacksDoNotInterfereWithOneAnother() method testTransactionsDoNotAffectDifferentConnections (line 78) | public function testTransactionsDoNotAffectDifferentConnections() method testAfterRollbackCallbacksAreExecuted (line 109) | public function testAfterRollbackCallbacksAreExecuted() class TestObjectForTransactions (line 135) | class TestObjectForTransactions method handle (line 141) | public function handle() FILE: tests/Integration/Database/EloquentAggregateTest.php class EloquentAggregateTest (line 9) | class EloquentAggregateTest extends DatabaseTestCase method afterRefreshingDatabase (line 11) | protected function afterRefreshingDatabase() method testMinMax (line 21) | public function testMinMax() method testAvg (line 39) | public function testAvg() method testSum (line 57) | public function testSum() method testNumericAggregate (line 72) | public function testNumericAggregate() class UserAggregateTest (line 88) | class UserAggregateTest extends Model FILE: tests/Integration/Database/EloquentBelongsToManyTest.php class EloquentBelongsToManyTest (line 17) | class EloquentBelongsToManyTest extends DatabaseTestCase method afterRefreshingDatabase (line 19) | protected function afterRefreshingDatabase() method testBasicCreateAndRetrieve (line 75) | public function testBasicCreateAndRetrieve() method testRefreshOnOtherModelWorks (line 112) | public function testRefreshOnOtherModelWorks() method testCustomPivotClass (line 140) | public function testCustomPivotClass() method testCustomPivotClassUsingSync (line 170) | public function testCustomPivotClassUsingSync() method testCustomPivotClassUsingUpdateExistingPivot (line 195) | public function testCustomPivotClassUsingUpdateExistingPivot() method testCustomPivotClassUpdatesTimestamps (line 222) | public function testCustomPivotClassUpdatesTimestamps() method testAttachMethod (line 256) | public function testAttachMethod() method testDetachMethod (line 296) | public function testDetachMethod() method testDetachMethodWithCustomPivot (line 339) | public function testDetachMethodWithCustomPivot() method testFirstMethod (line 382) | public function testFirstMethod() method testFirstOrFailMethod (line 393) | public function testFirstOrFailMethod() method testFindMethod (line 402) | public function testFindMethod() method testFindMethodStringyKey (line 418) | public function testFindMethodStringyKey() method testFindSoleMethod (line 460) | public function testFindSoleMethod() method testFindOrFailMethod (line 483) | public function testFindOrFailMethod() method testFindOrFailMethodWithMany (line 497) | public function testFindOrFailMethodWithMany() method testFindOrFailMethodWithManyUsingCollection (line 511) | public function testFindOrFailMethodWithManyUsingCollection() method testFindOrNewMethod (line 525) | public function testFindOrNewMethod() method testFindOrMethod (line 539) | public function testFindOrMethod() method testFindOrMethodWithMany (line 558) | public function testFindOrMethodWithMany() method testFindOrMethodWithManyUsingCollection (line 584) | public function testFindOrMethodWithManyUsingCollection() method testFirstOrNewMethod (line 610) | public function testFirstOrNewMethod() method testFirstOrCreateMethod (line 637) | public function testFirstOrCreateMethod() method testFirstOrCreateUnrelatedExisting (line 652) | public function testFirstOrCreateUnrelatedExisting() method testCreateOrFirst (line 665) | public function testCreateOrFirst() method testCreateOrFirstUnrelatedExisting (line 680) | public function testCreateOrFirstUnrelatedExisting() method testCreateOrFirstWithinTransaction (line 693) | public function testCreateOrFirstWithinTransaction() method testFirstOrNewMethodWithValues (line 706) | public function testFirstOrNewMethodWithValues() method testFirstOrCreateMethodWithValues (line 736) | public function testFirstOrCreateMethodWithValues() method testUpdateOrCreateMethod (line 768) | public function testUpdateOrCreateMethod() method testUpdateOrCreateUnrelatedExisting (line 783) | public function testUpdateOrCreateUnrelatedExisting() method testUpdateOrCreateMethodCreate (line 797) | public function testUpdateOrCreateMethodCreate() method testSyncMethod (line 809) | public function testSyncMethod() method testSyncMethodWithModels (line 852) | public function testSyncMethodWithModels() method testSyncWithoutDetachingMethod (line 890) | public function testSyncWithoutDetachingMethod() method testSyncMethodWithEmptyValueDoesNotQueryWhenDetachingDisabled (line 912) | public function testSyncMethodWithEmptyValueDoesNotQueryWhenDetachingD... method testToggleMethod (line 933) | public function testToggleMethod() method testTouchingParent (line 963) | public function testTouchingParent() method testTouchingRelatedModelsOnSync (line 982) | public function testTouchingRelatedModelsOnSync() method testNoTouchingHappensIfNotConfigured (line 999) | public function testNoTouchingHappensIfNotConfigured() method testCanRetrieveRelatedIds (line 1016) | public function testCanRetrieveRelatedIds() method testCanTouchRelatedModels (line 1034) | public function testCanTouchRelatedModels() method testWherePivotOnString (line 1060) | public function testWherePivotOnString() method testFirstWhere (line 1076) | public function testFirstWhere() method testWherePivotOnBoolean (line 1092) | public function testWherePivotOnBoolean() method testOrWherePivotOnBoolean (line 1108) | public function testOrWherePivotOnBoolean() method testWherePivotNotBetween (line 1121) | public function testWherePivotNotBetween() method testWherePivotInMethod (line 1138) | public function testWherePivotInMethod() method testOrWherePivotInMethod (line 1151) | public function testOrWherePivotInMethod() method testWherePivotNotInMethod (line 1172) | public function testWherePivotNotInMethod() method testOrWherePivotNotInMethod (line 1189) | public function testOrWherePivotNotInMethod() method testWherePivotNullMethod (line 1210) | public function testWherePivotNullMethod() method testWherePivotNotNullMethod (line 1227) | public function testWherePivotNotNullMethod() method testCanUpdateExistingPivot (line 1244) | public function testCanUpdateExistingPivot() method testCanUpdateExistingPivotUsingArrayableOfIds (line 1260) | public function testCanUpdateExistingPivotUsingArrayableOfIds() method testCanUpdateExistingPivotUsingModel (line 1280) | public function testCanUpdateExistingPivotUsingModel() method testCustomRelatedKey (line 1296) | public function testCustomRelatedKey() method testGlobalScopeColumns (line 1317) | public function testGlobalScopeColumns() method testPivotDoesntHavePrimaryKey (line 1331) | public function testPivotDoesntHavePrimaryKey() method testOrderByPivotMethod (line 1351) | public function testOrderByPivotMethod() method testFirstOrMethod (line 1373) | public function testFirstOrMethod() method testUpdateOrCreateQueryBuilderIsolation (line 1400) | public function testUpdateOrCreateQueryBuilderIsolation() method testFirstOrCreateQueryBuilderIsolation (line 1418) | public function testFirstOrCreateQueryBuilderIsolation() class User (line 1437) | class User extends Model method boot (line 1443) | protected static function boot() method posts (line 1452) | public function posts() method postsWithCustomPivot (line 1459) | public function postsWithCustomPivot() class PostStringPrimaryKey (line 1468) | class PostStringPrimaryKey extends Model method tags (line 1480) | public function tags() class TagStringPrimaryKey (line 1486) | class TagStringPrimaryKey extends Model method posts (line 1498) | public function posts() class Post (line 1504) | class Post extends Model method boot (line 1511) | protected static function boot() method users (line 1520) | public function users() method tags (line 1527) | public function tags() method tagsUnique (line 1535) | public function tagsUnique() method tagsWithExtraPivot (line 1543) | public function tagsWithExtraPivot() method touchingTags (line 1549) | public function touchingTags() method tagsWithCustomPivot (line 1555) | public function tagsWithCustomPivot() method tagsWithCustomExtraPivot (line 1562) | public function tagsWithCustomExtraPivot() method tagsWithCustomPivotClass (line 1570) | public function tagsWithCustomPivotClass() method tagsWithCustomAccessor (line 1575) | public function tagsWithCustomAccessor() method tagsWithCustomRelatedKey (line 1582) | public function tagsWithCustomRelatedKey() method tagsWithGlobalScope (line 1588) | public function tagsWithGlobalScope() class Tag (line 1594) | class Tag extends Model method posts (line 1600) | public function posts() class UniqueTag (line 1606) | class UniqueTag extends Model method posts (line 1612) | public function posts() class TouchingTag (line 1618) | class TouchingTag extends Model method posts (line 1625) | public function posts() class TagWithCustomPivot (line 1631) | class TagWithCustomPivot extends Model method posts (line 1637) | public function posts() class UserPostPivot (line 1643) | class UserPostPivot extends Pivot class PostTagPivot (line 1648) | class PostTagPivot extends Pivot method getCreatedAtAttribute (line 1652) | public function getCreatedAtAttribute($value) class TagWithGlobalScope (line 1658) | class TagWithGlobalScope extends Model method boot (line 1664) | public static function boot() FILE: tests/Integration/Database/EloquentBelongsToTest.php class EloquentBelongsToTest (line 11) | class EloquentBelongsToTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testHasSelf (line 26) | public function testHasSelf() method testHasSelfCustomOwnerKey (line 33) | public function testHasSelfCustomOwnerKey() method testAssociateWithModel (line 40) | public function testAssociateWithModel() method testAssociateWithId (line 51) | public function testAssociateWithId() method testAssociateWithIdUnsetsLoadedRelation (line 62) | public function testAssociateWithIdUnsetsLoadedRelation() method testParentIsNotNull (line 73) | public function testParentIsNotNull() method testParentIsModel (line 82) | public function testParentIsModel() method testParentIsNotAnotherModel (line 91) | public function testParentIsNotAnotherModel() method testNullParentIsNotModel (line 101) | public function testNullParentIsNotModel() method testParentIsNotModelWithAnotherTable (line 111) | public function testParentIsNotModelWithAnotherTable() method testParentIsNotModelWithAnotherConnection (line 121) | public function testParentIsNotModelWithAnotherConnection() class User (line 132) | class User extends Model method parent (line 137) | public function parent() method parentBySlug (line 142) | public function parentBySlug() FILE: tests/Integration/Database/EloquentCollectionFreshTest.php class EloquentCollectionFreshTest (line 10) | class EloquentCollectionFreshTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testEloquentCollectionFresh (line 21) | public function testEloquentCollectionFresh() FILE: tests/Integration/Database/EloquentCollectionLoadCountTest.php class EloquentCollectionLoadCountTest (line 13) | class EloquentCollectionLoadCountTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testLoadCount (line 41) | public function testLoadCount() method testLoadCountWithSameModels (line 55) | public function testLoadCountWithSameModels() method testLoadCountOnDeletedModels (line 69) | public function testLoadCountOnDeletedModels() method testLoadCountWithArrayOfRelations (line 82) | public function testLoadCountWithArrayOfRelations() method testLoadCountDoesNotOverrideAttributesWithDefaultValue (line 97) | public function testLoadCountDoesNotOverrideAttributesWithDefaultValue() class Post (line 109) | class Post extends Model method comments (line 119) | public function comments() method likes (line 124) | public function likes() class Comment (line 130) | class Comment extends Model class Like (line 135) | class Like extends Model FILE: tests/Integration/Database/EloquentCollectionLoadMissingTest.php class EloquentCollectionLoadMissingTest (line 11) | class EloquentCollectionLoadMissingTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testLoadMissing (line 70) | public function testLoadMissing() method testLoadMissingWithClosure (line 84) | public function testLoadMissingWithClosure() method testLoadMissingWithDuplicateRelationName (line 99) | public function testLoadMissingWithDuplicateRelationName() method testLoadMissingWithoutInitialLoad (line 112) | public function testLoadMissingWithoutInitialLoad() method testLoadMissingWithNestedArraySyntax (line 126) | public function testLoadMissingWithNestedArraySyntax() method testLoadMissingWithMultipleDotNotationRelations (line 142) | public function testLoadMissingWithMultipleDotNotationRelations() method testLoadMissingWithNestedArrayWithColon (line 159) | public function testLoadMissingWithNestedArrayWithColon() method testLoadMissingWithNestedArray (line 172) | public function testLoadMissingWithNestedArray() method testLoadMissingWithNestedArrayWithClosure (line 184) | public function testLoadMissingWithNestedArrayWithClosure() method testLoadMissingWithMultipleNestedArrays (line 199) | public function testLoadMissingWithMultipleNestedArrays() method testLoadMissingWithMultipleNestedArraysCombinedWithDotNotation (line 222) | public function testLoadMissingWithMultipleNestedArraysCombinedWithDot... class Comment (line 244) | class Comment extends Model method parent (line 250) | public function parent() method revisions (line 255) | public function revisions() class Post (line 261) | class Post extends Model method comments (line 267) | public function comments() method user (line 272) | public function user() method postRelation (line 277) | public function postRelation() class PostRelation (line 283) | class PostRelation extends Model method postSubRelations (line 289) | public function postSubRelations() class PostSubRelation (line 295) | class PostSubRelation extends Model method postSubSubRelations (line 301) | public function postSubSubRelations() class PostSubSubRelation (line 307) | class PostSubSubRelation extends Model class Revision (line 314) | class Revision extends Model class User (line 321) | class User extends Model method posts (line 326) | public function posts() FILE: tests/Integration/Database/EloquentCursorPaginateTest.php class EloquentCursorPaginateTest (line 11) | class EloquentCursorPaginateTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testCursorPaginationOnTopOfColumns (line 29) | public function testCursorPaginationOnTopOfColumns() method testPaginationWithUnion (line 41) | public function testPaginationWithUnion() method testPaginationWithDistinct (line 60) | public function testPaginationWithDistinct() method testPaginationWithWhereClause (line 75) | public function testPaginationWithWhereClause() method testPaginationWithHasClause (line 90) | public function testPaginationWithHasClause() method testPaginationWithWhereHasClause (line 108) | public function testPaginationWithWhereHasClause() method testPaginationWithWhereExistsClause (line 127) | public function testPaginationWithWhereExistsClause() method testPaginationWithMultipleWhereClauses (line 148) | public function testPaginationWithMultipleWhereClauses() method testPaginationWithMultipleUnionAndMultipleWhereClauses (line 181) | public function testPaginationWithMultipleUnionAndMultipleWhereClauses() method testPaginationWithMultipleAliases (line 211) | public function testPaginationWithMultipleAliases() method testPaginationWithAliasedOrderBy (line 238) | public function testPaginationWithAliasedOrderBy() method testPaginationWithDistinctColumnsAndSelect (line 257) | public function testPaginationWithDistinctColumnsAndSelect() method testPaginationWithDistinctColumnsAndSelectAndJoin (line 272) | public function testPaginationWithDistinctColumnsAndSelectAndJoin() class TestPost (line 297) | class TestPost extends Model class TestUser (line 302) | class TestUser extends Model method posts (line 306) | public function posts() FILE: tests/Integration/Database/EloquentCustomPivotCastTest.php class EloquentCustomPivotCastTest (line 10) | class EloquentCustomPivotCastTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testCastsAreRespectedOnAttach (line 31) | public function testCastsAreRespectedOnAttach() method testCastsAreRespectedOnAttachArray (line 47) | public function testCastsAreRespectedOnAttachArray() method testCastsAreRespectedOnSync (line 71) | public function testCastsAreRespectedOnSync() method testCastsAreRespectedOnSyncArray (line 87) | public function testCastsAreRespectedOnSyncArray() method testCastsAreRespectedOnSyncArrayWhileUpdatingExisting (line 111) | public function testCastsAreRespectedOnSyncArrayWhileUpdatingExisting() method testDefaultAttributesAreRespectedAndCastsAreRespected (line 141) | public function testDefaultAttributesAreRespectedAndCastsAreRespected() class CustomPivotCastTestUser (line 153) | class CustomPivotCastTestUser extends Model class CustomPivotCastTestProject (line 159) | class CustomPivotCastTestProject extends Model method collaborators (line 164) | public function collaborators() class CustomPivotCastTestCollaborator (line 172) | class CustomPivotCastTestCollaborator extends Pivot FILE: tests/Integration/Database/EloquentDeleteTest.php class EloquentDeleteTest (line 13) | class EloquentDeleteTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testDeleteUseLimitWithoutJoins (line 37) | public function testDeleteUseLimitWithoutJoins(): void method testDeleteUseLimitWithJoins (line 52) | public function testDeleteUseLimitWithJoins(): void method testDeleteWithLimitAndJoinThrowsExceptionOnMySql (line 81) | public function testDeleteWithLimitAndJoinThrowsExceptionOnMySql(): void method testForceDeletedEventIsFired (line 103) | public function testForceDeletedEventIsFired() method testForceDeletingEventIsFired (line 117) | public function testForceDeletingEventIsFired() method testDeleteQuietly (line 128) | public function testDeleteQuietly() method testDestroy (line 152) | public function testDestroy() class Comment (line 196) | class Comment extends Model class Role (line 202) | class Role extends Model class RoleObserver (line 209) | class RoleObserver method forceDeleted (line 213) | public function forceDeleted($model) FILE: tests/Integration/Database/EloquentEagerLoadingLimitTest.php class EloquentEagerLoadingLimitTest (line 15) | class EloquentEagerLoadingLimitTest extends DatabaseTestCase method afterRefreshingDatabase (line 17) | protected function afterRefreshingDatabase() method testBelongsToMany (line 79) | public function testBelongsToMany(): void method testBelongsToManyWithOffset (line 91) | public function testBelongsToManyWithOffset(): void method testHasMany (line 101) | public function testHasMany(): void method testHasManyWithOffset (line 113) | public function testHasManyWithOffset(): void method testHasManyThrough (line 123) | public function testHasManyThrough(): void method testHasManyThroughWithOffset (line 135) | public function testHasManyThroughWithOffset(): void class Comment (line 146) | class Comment extends Model class Post (line 153) | class Post extends Model class Role (line 158) | class Role extends Model class User (line 163) | class User extends Model method comments (line 169) | public function comments(): HasManyThrough method posts (line 174) | public function posts(): HasMany method roles (line 179) | public function roles(): BelongsToMany FILE: tests/Integration/Database/EloquentHasManyTest.php class EloquentHasManyTest (line 13) | class EloquentHasManyTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testCanGetHasOneFromHasManyRelationship (line 35) | public function testCanGetHasOneFromHasManyRelationship() method testHasOneRelationshipFromHasMany (line 44) | public function testHasOneRelationshipFromHasMany() method testFirstOrCreate (line 65) | public function testFirstOrCreate() method testFirstOrCreateWithinTransaction (line 76) | public function testFirstOrCreateWithinTransaction() method testCreateOrFirst (line 91) | public function testCreateOrFirst() method testCreateOrFirstWithinTransaction (line 102) | public function testCreateOrFirstWithinTransaction() class EloquentHasManyTestUser (line 118) | class EloquentHasManyTestUser extends Model method logins (line 123) | public function logins(): HasMany method latestLogin (line 128) | public function latestLogin(): HasOne method oldestLogin (line 133) | public function oldestLogin(): HasOne method posts (line 138) | public function posts(): HasMany class EloquentHasManyTestLogin (line 144) | class EloquentHasManyTestLogin extends Model class EloquentHasManyTestPost (line 150) | class EloquentHasManyTestPost extends Model FILE: tests/Integration/Database/EloquentHasManyThroughTest.php class EloquentHasManyThroughTest (line 15) | class EloquentHasManyThroughTest extends DatabaseTestCase method afterRefreshingDatabase (line 17) | protected function afterRefreshingDatabase() method testBasicCreateAndRetrieve (line 51) | public function testBasicCreateAndRetrieve() method testGlobalScopeColumns (line 93) | public function testGlobalScopeColumns() method testHasSelf (line 108) | public function testHasSelf() method testHasSelfCustomOwnerKey (line 123) | public function testHasSelfCustomOwnerKey() method testHasSameParentAndThroughParentTable (line 138) | public function testHasSameParentAndThroughParentTable() method testFirstOrNewOnMissingRecord (line 153) | public function testFirstOrNewOnMissingRecord() method testFirstOrNewWhenRecordExists (line 169) | public function testFirstOrNewWhenRecordExists() method testFirstOrCreateWhenModelDoesntExist (line 190) | public function testFirstOrCreateWhenModelDoesntExist() method testFirstOrCreateWhenModelExists (line 203) | public function testFirstOrCreateWhenModelExists() method testFirstOrCreateRegressionIssue (line 219) | public function testFirstOrCreateRegressionIssue() method testCreateOrFirstWhenRecordDoesntExist (line 246) | public function testCreateOrFirstWhenRecordDoesntExist() method testCreateOrFirstWhenRecordExists (line 261) | public function testCreateOrFirstWhenRecordExists() method testCreateOrFirstWhenRecordExistsInTransaction (line 282) | public function testCreateOrFirstWhenRecordExistsInTransaction() method testCreateOrFirstRegressionIssue (line 303) | public function testCreateOrFirstRegressionIssue() method testUpdateOrCreateAffectingWrongModelsRegression (line 328) | public function testUpdateOrCreateAffectingWrongModelsRegression() method testCanReplicateModelLoadedThroughHasManyThrough (line 372) | public function testCanReplicateModelLoadedThroughHasManyThrough() method testOne (line 387) | public function testOne(): void class User (line 400) | class User extends Model method teamMates (line 406) | public function teamMates() method teamMatesWithPendingRelation (line 411) | public function teamMatesWithPendingRelation() method teamMatesBySlug (line 417) | public function teamMatesBySlug() method teamMatesBySlugWithPendingRelationship (line 422) | public function teamMatesBySlugWithPendingRelationship() method teamMatesWithGlobalScope (line 428) | public function teamMatesWithGlobalScope() method teamMatesWithGlobalScopeWithPendingRelation (line 433) | public function teamMatesWithGlobalScopeWithPendingRelation() method ownedTeams (line 439) | public function ownedTeams() method team (line 444) | public function team() method articles (line 449) | public function articles() class UserWithGlobalScope (line 455) | class UserWithGlobalScope extends Model method boot (line 461) | public static function boot() class Team (line 471) | class Team extends Model method members (line 477) | public function members() method membersWithGlobalScope (line 482) | public function membersWithGlobalScope() method articles (line 487) | public function articles() method latestArticle (line 492) | public function latestArticle(): HasOneThrough class Category (line 498) | class Category extends Model method subProducts (line 505) | public function subProducts() class Product (line 511) | class Product extends Model class Article (line 517) | class Article extends Model method user (line 521) | public function user() FILE: tests/Integration/Database/EloquentHasOneIsTest.php class EloquentHasOneIsTest (line 10) | class EloquentHasOneIsTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testChildIsNotNull (line 28) | public function testChildIsNotNull() method testChildIsModel (line 37) | public function testChildIsModel() method testChildIsNotAnotherModel (line 46) | public function testChildIsNotAnotherModel() method testNullChildIsNotModel (line 56) | public function testNullChildIsNotModel() method testChildIsNotModelWithAnotherTable (line 66) | public function testChildIsNotModelWithAnotherTable() method testChildIsNotModelWithAnotherConnection (line 76) | public function testChildIsNotModelWithAnotherConnection() class Attachment (line 87) | class Attachment extends Model class Post (line 92) | class Post extends Model method attachment (line 94) | public function attachment() FILE: tests/Integration/Database/EloquentHasOneOfManyTest.php class EloquentHasOneOfManyTest (line 9) | class EloquentHasOneOfManyTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testItOnlyEagerLoadsRequiredModels (line 33) | public function testItOnlyEagerLoadsRequiredModels() method testItGetsCorrectResultUsingAtLeastTwoAggregatesDistinctFromId (line 56) | public function testItGetsCorrectResultUsingAtLeastTwoAggregatesDistin... class User (line 84) | class User extends Model method latest_login (line 89) | public function latest_login() method states (line 94) | public function states() method latest_updated_state (line 99) | public function latest_updated_state() method oldest_updated_state (line 104) | public function oldest_updated_state() method latest_updated_latest_created_state (line 109) | public function latest_updated_latest_created_state() method oldest_updated_oldest_created_state (line 117) | public function oldest_updated_oldest_created_state() class Login (line 126) | class Login extends Model class State (line 132) | class State extends Model FILE: tests/Integration/Database/EloquentLazyEagerLoadingTest.php class EloquentLazyEagerLoadingTest (line 11) | class EloquentLazyEagerLoadingTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testItBasic (line 30) | public function testItBasic() class Model1 (line 51) | class Model1 extends Model method twos (line 58) | public function twos() method threes (line 63) | public function threes() class Model2 (line 69) | class Model2 extends Model method one (line 75) | public function one() class Model3 (line 81) | class Model3 extends Model method one (line 87) | public function one() FILE: tests/Integration/Database/EloquentMassPrunableTest.php class EloquentMassPrunableTest (line 16) | class EloquentMassPrunableTest extends DatabaseTestCase method setUp (line 18) | protected function setUp(): void method afterRefreshingDatabase (line 29) | protected function afterRefreshingDatabase() method testPrunableMethodMustBeImplemented (line 46) | public function testPrunableMethodMustBeImplemented() method testPrunesRecords (line 56) | public function testPrunesRecords() method testPrunesSoftDeletedRecords (line 75) | public function testPrunesSoftDeletedRecords() class MassPrunableTestModel (line 96) | class MassPrunableTestModel extends Model method prunable (line 100) | public function prunable() class MassPrunableSoftDeleteTestModel (line 106) | class MassPrunableSoftDeleteTestModel extends Model method prunable (line 110) | public function prunable() class MassPrunableTestModelMissingPrunableMethod (line 116) | class MassPrunableTestModelMissingPrunableMethod extends Model FILE: tests/Integration/Database/EloquentModelCustomEventsTest.php class EloquentModelCustomEventsTest (line 12) | class EloquentModelCustomEventsTest extends DatabaseTestCase method setUp (line 14) | protected function setUp(): void method afterRefreshingDatabase (line 23) | protected function afterRefreshingDatabase() method testFlushListenersClearsCustomEvents (line 35) | public function testFlushListenersClearsCustomEvents() method testCustomEventListenersAreFired (line 46) | public function testCustomEventListenersAreFired() method testAddObservableEventFromTrait (line 55) | public function testAddObservableEventFromTrait() class TestModel1 (line 69) | class TestModel1 extends Model class CustomEvent (line 77) | class CustomEvent type CustomEventTrait (line 82) | trait CustomEventTrait method completeCustomAction (line 84) | public function completeCustomAction() method initializeCustomEventTrait (line 91) | public function initializeCustomEventTrait() class CustomObserver (line 99) | class CustomObserver method customEvent (line 101) | public function customEvent(EloquentModelStubWithCustomEventFromTrait ... class EloquentModelStubWithCustomEventFromTrait (line 107) | #[ObservedBy(CustomObserver::class)] FILE: tests/Integration/Database/EloquentModelDateCastingTest.php class EloquentModelDateCastingTest (line 12) | class EloquentModelDateCastingTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testDatesAreCustomCastable (line 35) | public function testDatesAreCustomCastable() method testDatesFormattedAttributeBindings (line 48) | public function testDatesFormattedAttributeBindings() method testDatesFormattedArrayAndJson (line 66) | public function testDatesFormattedArrayAndJson() method testCustomDateCastsAreComparedAsDatesForCarbonInstances (line 87) | public function testCustomDateCastsAreComparedAsDatesForCarbonInstances() method testCustomDateCastsAreComparedAsDatesForStringValues (line 107) | public function testCustomDateCastsAreComparedAsDatesForStringValues() method testDatesCanBeSerializedToArray (line 127) | public function testDatesCanBeSerializedToArray() class TestModel1 (line 153) | class TestModel1 extends Model class TestModel2 (line 167) | class TestModel2 extends Model FILE: tests/Integration/Database/EloquentModelDecimalCastingTest.php class EloquentModelDecimalCastingTest (line 12) | class EloquentModelDecimalCastingTest extends DatabaseTestCase method afterRefreshingDatabase (line 14) | protected function afterRefreshingDatabase() method testItHandlesExponent (line 23) | public function testItHandlesExponent() method testItHandlesIntegersWithUnderscores (line 41) | public function testItHandlesIntegersWithUnderscores() method testItWrapsThrownExceptions (line 56) | public function testItWrapsThrownExceptions() method testItHandlesMissingIntegers (line 78) | public function testItHandlesMissingIntegers() method testItHandlesLargeNumbers (line 96) | public function testItHandlesLargeNumbers() method testItRounds (line 114) | public function testItRounds() method testItTrimsLongValues (line 129) | public function testItTrimsLongValues() method testItDoesntRoundNumbers (line 144) | public function testItDoesntRoundNumbers() method testDecimalsAreCastable (line 159) | public function testDecimalsAreCastable() method testRoundingDirection (line 181) | public function testRoundingDirection() class TestModel1 (line 222) | class TestModel1 extends Model FILE: tests/Integration/Database/EloquentModelEncryptedCastingTest.php class EloquentModelEncryptedCastingTest (line 17) | class EloquentModelEncryptedCastingTest extends DatabaseTestCase method setUp (line 21) | protected function setUp(): void method afterRefreshingDatabase (line 31) | protected function afterRefreshingDatabase() method testStringsAreCastable (line 43) | public function testStringsAreCastable() method testArraysAreCastable (line 64) | public function testArraysAreCastable() method testJsonIsCastable (line 85) | public function testJsonIsCastable() method testJsonAttributeIsCastable (line 106) | public function testJsonAttributeIsCastable() method testObjectIsCastable (line 136) | public function testObjectIsCastable() method testCollectionIsCastable (line 162) | public function testCollectionIsCastable() method testAsEncryptedCollection (line 185) | public function testAsEncryptedCollection() method testAsEncryptedCollectionMap (line 235) | public function testAsEncryptedCollectionMap() method testAsEncryptedArrayObject (line 287) | public function testAsEncryptedArrayObject() method testCustomEncrypterCanBeSpecified (line 341) | public function testCustomEncrypterCanBeSpecified() class EncryptedCast (line 382) | class EncryptedCast extends Model FILE: tests/Integration/Database/EloquentModelEncryptedDirtyTest.php class EloquentModelEncryptedDirtyTest (line 10) | class EloquentModelEncryptedDirtyTest extends TestCase method testDirtyAttributeBehaviorWithNoPreviousKeys (line 12) | public function testDirtyAttributeBehaviorWithNoPreviousKeys() method testDirtyAttributeBehaviorWithPreviousKeys (line 42) | public function testDirtyAttributeBehaviorWithPreviousKeys() class EncryptedDirtyAttributeCast (line 81) | class EncryptedDirtyAttributeCast extends Model FILE: tests/Integration/Database/EloquentModelEnumCastingTest.php class EloquentModelEnumCastingTest (line 15) | class EloquentModelEnumCastingTest extends DatabaseTestCase method afterRefreshingDatabase (line 17) | protected function afterRefreshingDatabase() method testEnumsAreCastable (line 36) | public function testEnumsAreCastable() method testEnumsReturnNullWhenNull (line 59) | public function testEnumsReturnNullWhenNull() method testEnumsAreCastableToArray (line 82) | public function testEnumsAreCastableToArray() method testEnumsAreCastableToArrayWhenNull (line 109) | public function testEnumsAreCastableToArrayWhenNull() method testEnumsAreConvertedOnSave (line 132) | public function testEnumsAreConvertedOnSave() method testEnumsAreNotConvertedOnSaveWhenAlreadyCorrect (line 160) | public function testEnumsAreNotConvertedOnSaveWhenAlreadyCorrect() method testEnumsAcceptNullOnSave (line 188) | public function testEnumsAcceptNullOnSave() method testEnumsAcceptBackedValueOnSave (line 214) | public function testEnumsAcceptBackedValueOnSave() method testFirstOrNew (line 231) | public function testFirstOrNew() method testFirstOrCreate (line 255) | public function testFirstOrCreate() method testAttributeCastToAnEnumCanNotBeSetToAnotherEnum (line 274) | public function testAttributeCastToAnEnumCanNotBeSetToAnotherEnum(): void method testAttributeCastToAnEnumCanNotBeSetToAValueNotDefinedOnTheEnum (line 286) | public function testAttributeCastToAnEnumCanNotBeSetToAValueNotDefined... method testAnAttributeWithoutACastCanBeSetToAnEnum (line 298) | public function testAnAttributeWithoutACastCanBeSetToAnEnum(): void method testCreateOrFirst (line 307) | public function testCreateOrFirst() class EloquentModelEnumCastingTestModel (line 328) | class EloquentModelEnumCastingTestModel extends Model class EloquentModelEnumCastingUniqueTestModel (line 345) | class EloquentModelEnumCastingUniqueTestModel extends Model FILE: tests/Integration/Database/EloquentModelHashedCastingTest.php class EloquentModelHashedCastingTest (line 11) | class EloquentModelHashedCastingTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testHashedWithBcrypt (line 21) | public function testHashedWithBcrypt() method testNotHashedIfAlreadyHashedWithBcrypt (line 39) | public function testNotHashedIfAlreadyHashedWithBcrypt() method testNotHashedIfNullWithBrcypt (line 56) | public function testNotHashedIfNullWithBrcypt() method testPassingHashWithHigherCostThrowsExceptionWithBcrypt (line 72) | public function testPassingHashWithHigherCostThrowsExceptionWithBcrypt() method testPassingHashWithLowerCostDoesNotThrowExceptionWithBcrypt (line 86) | public function testPassingHashWithLowerCostDoesNotThrowExceptionWithB... method testPassingDifferentHashAlgorithmThrowsExceptionWithBcrypt (line 103) | public function testPassingDifferentHashAlgorithmThrowsExceptionWithBc... method testHashedWithArgon (line 117) | public function testHashedWithArgon() method testNotHashedIfAlreadyHashedWithArgon (line 139) | public function testNotHashedIfAlreadyHashedWithArgon() method testNotHashedIfNullWithArgon (line 158) | public function testNotHashedIfNullWithArgon() method testPassingHashWithHigherMemoryThrowsExceptionWithArgon (line 176) | public function testPassingHashWithHigherMemoryThrowsExceptionWithArgon() method testPassingHashWithHigherTimeThrowsExceptionWithArgon (line 192) | public function testPassingHashWithHigherTimeThrowsExceptionWithArgon() method testPassingHashWithHigherThreadsThrowsExceptionWithArgon (line 208) | public function testPassingHashWithHigherThreadsThrowsExceptionWithArg... method testPassingHashWithLowerMemoryThrowsExceptionWithArgon (line 224) | public function testPassingHashWithLowerMemoryThrowsExceptionWithArgon() method testPassingHashWithLowerTimeThrowsExceptionWithArgon (line 243) | public function testPassingHashWithLowerTimeThrowsExceptionWithArgon() method testPassingHashWithLowerThreadsThrowsExceptionWithArgon (line 262) | public function testPassingHashWithLowerThreadsThrowsExceptionWithArgon() method testPassingDifferentHashAlgorithmThrowsExceptionWithArgonAndBcrypt (line 281) | public function testPassingDifferentHashAlgorithmThrowsExceptionWithAr... method testPassingDifferentHashAlgorithmThrowsExceptionWithArgon2idAndBcrypt (line 295) | public function testPassingDifferentHashAlgorithmThrowsExceptionWithAr... class HashedCast (line 312) | class HashedCast extends Model FILE: tests/Integration/Database/EloquentModelImmutableDateCastingTest.php class EloquentModelImmutableDateCastingTest (line 11) | class EloquentModelImmutableDateCastingTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testDatesAreImmutableCastable (line 22) | public function testDatesAreImmutableCastable() method testDatesAreImmutableAndCustomCastable (line 35) | public function testDatesAreImmutableAndCustomCastable() class TestModelImmutable (line 49) | class TestModelImmutable extends Model class TestModelCustomImmutable (line 61) | class TestModelCustomImmutable extends Model FILE: tests/Integration/Database/EloquentModelJsonCastingTest.php class EloquentModelJsonCastingTest (line 12) | class EloquentModelJsonCastingTest extends DatabaseTestCase method afterRefreshingDatabase (line 14) | protected function afterRefreshingDatabase() method testStringsAreCastable (line 26) | public function testStringsAreCastable() method testArraysAreCastable (line 38) | public function testArraysAreCastable() method testObjectsAreCastable (line 48) | public function testObjectsAreCastable() method testCollectionsAreCastable (line 62) | public function testCollectionsAreCastable() class JsonCast (line 81) | class JsonCast extends Model FILE: tests/Integration/Database/EloquentModelLoadCountTest.php class EloquentModelLoadCountTest (line 12) | class EloquentModelLoadCountTest extends DatabaseTestCase method afterRefreshingDatabase (line 14) | protected function afterRefreshingDatabase() method testLoadCountSingleRelation (line 44) | public function testLoadCountSingleRelation() method testLoadCountMultipleRelations (line 56) | public function testLoadCountMultipleRelations() method testLoadCountDeletedRelations (line 69) | public function testLoadCountDeletedRelations() class BaseModel (line 91) | class BaseModel extends Model method related1 (line 97) | public function related1() method related2 (line 102) | public function related2() method deletedrelated (line 107) | public function deletedrelated() class Related1 (line 113) | class Related1 extends Model method parent (line 119) | public function parent() class Related2 (line 125) | class Related2 extends Model method parent (line 131) | public function parent() class DeletedRelated (line 137) | class DeletedRelated extends Model method parent (line 145) | public function parent() FILE: tests/Integration/Database/EloquentModelLoadMaxTest.php class EloquentModelLoadMaxTest (line 11) | class EloquentModelLoadMaxTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testLoadMaxSingleRelation (line 39) | public function testLoadMaxSingleRelation() method testLoadMaxMultipleRelations (line 51) | public function testLoadMaxMultipleRelations() class BaseModel (line 65) | class BaseModel extends Model method related1 (line 71) | public function related1() method related2 (line 76) | public function related2() class Related1 (line 82) | class Related1 extends Model method parent (line 88) | public function parent() class Related2 (line 94) | class Related2 extends Model method parent (line 100) | public function parent() FILE: tests/Integration/Database/EloquentModelLoadMinTest.php class EloquentModelLoadMinTest (line 11) | class EloquentModelLoadMinTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testLoadMinSingleRelation (line 39) | public function testLoadMinSingleRelation() method testLoadMinMultipleRelations (line 51) | public function testLoadMinMultipleRelations() class BaseModel (line 65) | class BaseModel extends Model method related1 (line 71) | public function related1() method related2 (line 76) | public function related2() class Related1 (line 82) | class Related1 extends Model method parent (line 88) | public function parent() class Related2 (line 94) | class Related2 extends Model method parent (line 100) | public function parent() FILE: tests/Integration/Database/EloquentModelLoadMissingTest.php class EloquentModelLoadMissingTest (line 12) | class EloquentModelLoadMissingTest extends DatabaseTestCase method afterRefreshingDatabase (line 14) | protected function afterRefreshingDatabase() method testLoadMissing (line 52) | public function testLoadMissing() method testLoadMissingNoUnnecessaryAttributeMutatorAccess (line 64) | public function testLoadMissingNoUnnecessaryAttributeMutatorAccess() class Comment (line 76) | class Comment extends Model method parent (line 82) | public function parent() method mentionsUsers (line 87) | public function mentionsUsers() method content (line 92) | public function content(): Attribute class Post (line 102) | class Post extends Model method comments (line 108) | public function comments() method firstComment (line 113) | public function firstComment() class User (line 119) | class User extends Model FILE: tests/Integration/Database/EloquentModelLoadSumTest.php class EloquentModelLoadSumTest (line 11) | class EloquentModelLoadSumTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testLoadSumSingleRelation (line 38) | public function testLoadSumSingleRelation() method testLoadSumMultipleRelations (line 50) | public function testLoadSumMultipleRelations() class BaseModel (line 64) | class BaseModel extends Model method related1 (line 70) | public function related1() method related2 (line 75) | public function related2() class Related1 (line 81) | class Related1 extends Model method parent (line 87) | public function parent() class Related2 (line 93) | class Related2 extends Model method parent (line 99) | public function parent() FILE: tests/Integration/Database/EloquentModelRefreshTest.php class EloquentModelRefreshTest (line 12) | class EloquentModelRefreshTest extends DatabaseTestCase method afterRefreshingDatabase (line 14) | protected function afterRefreshingDatabase() method testItRefreshesModelExcludedByGlobalScope (line 24) | public function testItRefreshesModelExcludedByGlobalScope() method testItRefreshesASoftDeletedModel (line 31) | public function testItRefreshesASoftDeletedModel() method testItSyncsOriginalOnRefresh (line 44) | public function testItSyncsOriginalOnRefresh() method testItDoesNotSyncPreviousOnRefresh (line 57) | public function testItDoesNotSyncPreviousOnRefresh() method testAsPivot (line 69) | public function testAsPivot() class Post (line 88) | class Post extends Model method boot (line 96) | protected static function boot() class AsPivotPost (line 106) | class AsPivotPost extends Post method children (line 108) | public function children() class AsPivotPostPivot (line 116) | class AsPivotPostPivot extends Model FILE: tests/Integration/Database/EloquentModelRelationAutoloadTest.php class EloquentModelRelationAutoloadTest (line 13) | class EloquentModelRelationAutoloadTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testRelationAutoloadForCollection (line 44) | public function testRelationAutoloadForCollection() method testRelationAutoloadForSingleModel (line 77) | public function testRelationAutoloadForSingleModel() method testRelationAutoloadWithSerialization (line 102) | public function testRelationAutoloadWithSerialization() method testRelationAutoloadWithCircularRelations (line 129) | public function testRelationAutoloadWithCircularRelations() method testRelationAutoloadWithChaperoneRelations (line 149) | public function testRelationAutoloadWithChaperoneRelations() method testRelationAutoloadVariousNestedMorphRelations (line 171) | public function testRelationAutoloadVariousNestedMorphRelations() method testRelationAutoloadWorksOnFactoryMake (line 227) | public function testRelationAutoloadWorksOnFactoryMake() class TagFactory (line 247) | class TagFactory extends Factory method definition (line 251) | public function definition() class Tag (line 257) | class Tag extends Model method booted (line 265) | protected static function booted() method newFactory (line 274) | protected static function newFactory() method post (line 279) | public function post() class Comment (line 285) | class Comment extends Model method parent (line 291) | public function parent() method likes (line 296) | public function likes() method commentable (line 301) | public function commentable() class Post (line 307) | class Post extends Model method shouldApplyStatus (line 311) | public function shouldApplyStatus() method comments (line 316) | public function comments() method commentsWithChaperone (line 321) | public function commentsWithChaperone() method likes (line 326) | public function likes() method tags (line 331) | public function tags() class Video (line 337) | class Video extends Model method comments (line 341) | public function comments() method likes (line 346) | public function likes() class Like (line 352) | class Like extends Model method likeable (line 358) | public function likeable() FILE: tests/Integration/Database/EloquentModelScopeTest.php class EloquentModelScopeTest (line 9) | class EloquentModelScopeTest extends DatabaseTestCase method testModelHasScope (line 11) | public function testModelHasScope() method testModelDoesNotHaveScope (line 18) | public function testModelDoesNotHaveScope() method testModelHasAttributedScope (line 25) | public function testModelHasAttributedScope() class TestScopeModel1 (line 33) | class TestScopeModel1 extends Model method scopeExists (line 35) | public function scopeExists(Builder $builder) method existsAsWell (line 40) | #[Scope] FILE: tests/Integration/Database/EloquentModelStringCastingTest.php class EloquentModelStringCastingTest (line 10) | class EloquentModelStringCastingTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testSavingCastedAttributesToDatabase (line 26) | public function testSavingCastedAttributesToDatabase() method testSavingCastedEmptyAttributesToDatabase (line 46) | public function testSavingCastedEmptyAttributesToDatabase() class StringCasts (line 68) | class StringCasts extends Eloquent FILE: tests/Integration/Database/EloquentModelTest.php class EloquentModelTest (line 11) | class EloquentModelTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testUserCanUpdateNullableDate (line 27) | public function testUserCanUpdateNullableDate() method testAttributeChanges (line 42) | public function testAttributeChanges() method testDiscardChanges (line 71) | public function testDiscardChanges() method testInsertRecordWithReservedWordFieldName (line 107) | public function testInsertRecordWithReservedWordFieldName() class TestModel1 (line 140) | class TestModel1 extends Model class TestModel2 (line 148) | class TestModel2 extends Model FILE: tests/Integration/Database/EloquentModelWithoutEventsTest.php class EloquentModelWithoutEventsTest (line 9) | class EloquentModelWithoutEventsTest extends DatabaseTestCase method afterRefreshingDatabase (line 11) | protected function afterRefreshingDatabase() method testWithoutEventsRegistersBootedListenersForLater (line 19) | public function testWithoutEventsRegistersBootedListenersForLater() class AutoFilledModel (line 33) | class AutoFilledModel extends Model method boot (line 39) | public static function boot() FILE: tests/Integration/Database/EloquentMorphConstrainTest.php class EloquentMorphConstrainTest (line 11) | class EloquentMorphConstrainTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testMorphConstraints (line 44) | public function testMorphConstraints() class Comment (line 66) | class Comment extends Model method commentable (line 70) | public function commentable() class Post (line 76) | class Post extends Model class Video (line 83) | class Video extends Model FILE: tests/Integration/Database/EloquentMorphCountEagerLoadingTest.php class EloquentMorphCountEagerLoadingTest (line 11) | class EloquentMorphCountEagerLoadingTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testWithMorphCountLoading (line 51) | public function testWithMorphCountLoading() method testWithMorphCountLoadingWithSingleRelation (line 65) | public function testWithMorphCountLoadingWithSingleRelation() class Comment (line 78) | class Comment extends Model method commentable (line 82) | public function commentable() class Post (line 88) | class Post extends Model method likes (line 92) | public function likes() class Video (line 98) | class Video extends Model method views (line 102) | public function views() class Like (line 108) | class Like extends Model method post (line 112) | public function post() class View (line 118) | class View extends Model method video (line 122) | public function video() FILE: tests/Integration/Database/EloquentMorphCountLazyEagerLoadingTest.php class EloquentMorphCountLazyEagerLoadingTest (line 10) | class EloquentMorphCountLazyEagerLoadingTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testLazyEagerLoading (line 37) | public function testLazyEagerLoading() class Comment (line 50) | class Comment extends Model method commentable (line 54) | public function commentable() class Post (line 60) | class Post extends Model method likes (line 64) | public function likes() class Like (line 70) | class Like extends Model method post (line 74) | public function post() FILE: tests/Integration/Database/EloquentMorphEagerLoadingTest.php class EloquentMorphEagerLoadingTest (line 13) | class EloquentMorphEagerLoadingTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testWithMorphLoading (line 57) | public function testWithMorphLoading() method testWithMorphLoadingWithSingleRelation (line 74) | public function testWithMorphLoadingWithSingleRelation() method testMorphLoadingMixedWithTrashedRelations (line 86) | public function testMorphLoadingMixedWithTrashedRelations() method testMorphWithTrashedRelationLazyLoading (line 100) | public function testMorphWithTrashedRelationLazyLoading() class Action (line 116) | class Action extends Model method target (line 120) | public function target() class Comment (line 126) | class Comment extends Model method commentable (line 130) | public function commentable() class Post (line 136) | class Post extends Model method user (line 141) | public function user() class User (line 147) | class User extends Model class Video (line 154) | class Video extends Model FILE: tests/Integration/Database/EloquentMorphLazyEagerLoadingTest.php class EloquentMorphLazyEagerLoadingTest (line 10) | class EloquentMorphLazyEagerLoadingTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testLazyEagerLoading (line 36) | public function testLazyEagerLoading() class Comment (line 49) | class Comment extends Model method commentable (line 53) | public function commentable() class Post (line 59) | class Post extends Model method user (line 64) | public function user() class User (line 70) | class User extends Model FILE: tests/Integration/Database/EloquentMorphManyTest.php class EloquentMorphManyTest (line 13) | class EloquentMorphManyTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testUpdateModelWithDefaultWithCount (line 32) | public function testUpdateModelWithDefaultWithCount() method test_self_referencing_existence_query (line 41) | public function test_self_referencing_existence_query() method testCanMorphOne (line 54) | public function testCanMorphOne() class Post (line 74) | class Post extends Model method comments (line 81) | public function comments() method latestComment (line 86) | public function latestComment(): MorphOne method oldestComment (line 91) | public function oldestComment(): MorphOne class Comment (line 97) | class Comment extends Model method commentable (line 103) | public function commentable() method replies (line 108) | public function replies() FILE: tests/Integration/Database/EloquentMorphOneIsTest.php class EloquentMorphOneIsTest (line 10) | class EloquentMorphOneIsTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testChildIsNotNull (line 29) | public function testChildIsNotNull() method testChildIsModel (line 38) | public function testChildIsModel() method testChildIsNotAnotherModel (line 47) | public function testChildIsNotAnotherModel() method testNullChildIsNotModel (line 57) | public function testNullChildIsNotModel() method testChildIsNotModelWithAnotherTable (line 68) | public function testChildIsNotModelWithAnotherTable() method testChildIsNotModelWithAnotherConnection (line 78) | public function testChildIsNotModelWithAnotherConnection() class Attachment (line 89) | class Attachment extends Model class Post (line 94) | class Post extends Model method attachment (line 96) | public function attachment() FILE: tests/Integration/Database/EloquentMorphToGlobalScopesTest.php class EloquentMorphToGlobalScopesTest (line 12) | class EloquentMorphToGlobalScopesTest extends DatabaseTestCase method afterRefreshingDatabase (line 14) | protected function afterRefreshingDatabase() method testWithGlobalScopes (line 34) | public function testWithGlobalScopes() method testWithoutGlobalScope (line 42) | public function testWithoutGlobalScope() method testWithoutGlobalScopes (line 52) | public function testWithoutGlobalScopes() method testLazyLoading (line 62) | public function testLazyLoading() class Comment (line 71) | class Comment extends Model method commentable (line 75) | public function commentable() class Post (line 81) | class Post extends Model FILE: tests/Integration/Database/EloquentMorphToIsTest.php class EloquentMorphToIsTest (line 10) | class EloquentMorphToIsTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testParentIsNotNull (line 29) | public function testParentIsNotNull() method testParentIsModel (line 38) | public function testParentIsModel() method testParentIsNotAnotherModel (line 47) | public function testParentIsNotAnotherModel() method testNullParentIsNotModel (line 57) | public function testNullParentIsNotModel() method testParentIsNotModelWithAnotherTable (line 67) | public function testParentIsNotModelWithAnotherTable() method testParentIsNotModelWithAnotherConnection (line 77) | public function testParentIsNotModelWithAnotherConnection() class Comment (line 88) | class Comment extends Model method commentable (line 92) | public function commentable() class Post (line 98) | class Post extends Model FILE: tests/Integration/Database/EloquentMorphToLazyEagerLoadingTest.php class EloquentMorphToLazyEagerLoadingTest (line 11) | class EloquentMorphToLazyEagerLoadingTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testLazyEagerLoading (line 44) | public function testLazyEagerLoading() class Comment (line 59) | class Comment extends Model method commentable (line 63) | public function commentable() class Post (line 69) | class Post extends Model method user (line 75) | public function user() class User (line 81) | class User extends Model class Video (line 86) | class Video extends Model FILE: tests/Integration/Database/EloquentMorphToSelectTest.php class EloquentMorphToSelectTest (line 10) | class EloquentMorphToSelectTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testSelect (line 29) | public function testSelect() method testSelectRaw (line 36) | public function testSelectRaw() method testSelectSub (line 45) | public function testSelectSub() method testAddSelect (line 56) | public function testAddSelect() method testLazyLoading (line 65) | public function testLazyLoading() class Comment (line 74) | class Comment extends Model method commentable (line 78) | public function commentable() class Post (line 84) | class Post extends Model FILE: tests/Integration/Database/EloquentMorphToTouchesTest.php class EloquentMorphToTouchesTest (line 11) | class EloquentMorphToTouchesTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testNotNull (line 28) | public function testNotNull() method testNull (line 39) | public function testNull() class Comment (line 49) | class Comment extends Model method commentable (line 55) | public function commentable() class Post (line 61) | class Post extends Model FILE: tests/Integration/Database/EloquentMultiDimensionalArrayEagerLoadingTest.php class EloquentMultiDimensionalArrayEagerLoadingTest (line 11) | class EloquentMultiDimensionalArrayEagerLoadingTest extends DatabaseTest... method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testItCanEagerLoad (line 70) | public function testItCanEagerLoad() method testItAppliesConstraintsViaClosuresAndCanContinueEagerLoading (line 102) | public function testItAppliesConstraintsViaClosuresAndCanContinueEager... method testItCanSpecifyAttributesToSelectInKeys (line 126) | public function testItCanSpecifyAttributesToSelectInKeys() method testItMixesWithDotNotation (line 152) | public function testItMixesWithDotNotation() method testItMixesConstraintsFromDotNotation (line 175) | public function testItMixesConstraintsFromDotNotation() class User (line 201) | class User extends Model method posts (line 207) | public function posts() method avatar (line 212) | public function avatar() class Post (line 218) | class Post extends Model method comments (line 224) | public function comments() method image (line 229) | public function image() class Image (line 235) | class Image extends Model class Comment (line 242) | class Comment extends Model method tags (line 248) | public function tags() class Tag (line 254) | class Tag extends Model class Avatar (line 261) | class Avatar extends Model method user (line 267) | public function user() FILE: tests/Integration/Database/EloquentNamedScopeAttributeTest.php class EloquentNamedScopeAttributeTest (line 9) | #[WithMigration] method setUp (line 14) | protected function setUp(): void method test_it_can_query_named_scoped_from_the_query_builder (line 24) | #[DataProvider('scopeDataProvider')] method test_it_can_query_named_scoped_from_static_query (line 32) | #[DataProvider('scopeDataProvider')] method scopeDataProvider (line 40) | public static function scopeDataProvider(): array FILE: tests/Integration/Database/EloquentPaginateTest.php class EloquentPaginateTest (line 9) | class EloquentPaginateTest extends DatabaseTestCase method afterRefreshingDatabase (line 11) | protected function afterRefreshingDatabase() method testPaginationOnTopOfColumns (line 26) | public function testPaginationOnTopOfColumns() method testPaginationWithDistinct (line 37) | public function testPaginationWithDistinct() method testPaginationWithDistinctAndSelect (line 51) | public function testPaginationWithDistinctAndSelect() method testPaginationWithDistinctColumnsAndSelect (line 66) | public function testPaginationWithDistinctColumnsAndSelect() method testPaginationWithDistinctColumnsAndSelectAndJoin (line 80) | public function testPaginationWithDistinctColumnsAndSelectAndJoin() class Post (line 101) | class Post extends Model class User (line 106) | class User extends Model FILE: tests/Integration/Database/EloquentPivotEventsTest.php class EloquentPivotEventsTest (line 11) | class EloquentPivotEventsTest extends DatabaseTestCase method setUp (line 13) | protected function setUp(): void method afterRefreshingDatabase (line 21) | protected function afterRefreshingDatabase() method testPivotWillTriggerEventsToBeFired (line 55) | public function testPivotWillTriggerEventsToBeFired() method testPivotWithPivotValueWillTriggerEventsToBeFired (line 77) | public function testPivotWithPivotValueWillTriggerEventsToBeFired() method testPivotWithPivotCriteriaTriggerEventsToBeFiredOnCreateUpdateNoneOnDetach (line 105) | public function testPivotWithPivotCriteriaTriggerEventsToBeFiredOnCrea... method testCustomPivotUpdateEventHasExistingAttributes (line 119) | public function testCustomPivotUpdateEventHasExistingAttributes() method testCustomPivotUpdateEventHasDirtyCorrect (line 146) | public function testCustomPivotUpdateEventHasDirtyCorrect() method testCustomMorphPivotClassDetachAttributes (line 165) | public function testCustomMorphPivotClassDetachAttributes() class PivotEventsTestUser (line 195) | class PivotEventsTestUser extends Model class PivotEventsTestEquipment (line 200) | class PivotEventsTestEquipment extends Model method getForeignKey (line 204) | public function getForeignKey() method projects (line 209) | public function projects() class PivotEventsTestProject (line 215) | class PivotEventsTestProject extends Model method collaborators (line 219) | public function collaborators() method contributors (line 226) | public function contributors() method managers (line 233) | public function managers() method equipments (line 240) | public function equipments() class PivotEventsTestModelEquipment (line 246) | class PivotEventsTestModelEquipment extends MorphPivot method boot (line 254) | public static function boot() method equipment (line 299) | public function equipment() method equipmentable (line 304) | public function equipmentable() class PivotEventsTestCollaborator (line 310) | class PivotEventsTestCollaborator extends Pivot method boot (line 322) | public static function boot() FILE: tests/Integration/Database/EloquentPivotSerializationTest.php class EloquentPivotSerializationTest (line 13) | class EloquentPivotSerializationTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testPivotCanBeSerializedAndRestored (line 47) | public function testPivotCanBeSerializedAndRestored() method testMorphPivotCanBeSerializedAndRestored (line 64) | public function testMorphPivotCanBeSerializedAndRestored() method testCollectionOfPivotsCanBeSerializedAndRestored (line 82) | public function testCollectionOfPivotsCanBeSerializedAndRestored() method testCollectionOfMorphPivotsCanBeSerializedAndRestored (line 100) | public function testCollectionOfMorphPivotsCanBeSerializedAndRestored() class PivotSerializationTestClass (line 124) | class PivotSerializationTestClass method __construct (line 130) | public function __construct($pivot) class PivotSerializationTestCollectionClass (line 136) | class PivotSerializationTestCollectionClass method __construct (line 142) | public function __construct($pivots) class PivotSerializationTestUser (line 148) | class PivotSerializationTestUser extends Model class PivotSerializationTestProject (line 153) | class PivotSerializationTestProject extends Model method collaborators (line 157) | public function collaborators() method tags (line 164) | public function tags() class PivotSerializationTestTag (line 171) | class PivotSerializationTestTag extends Model method projects (line 175) | public function projects() class PivotSerializationTestCollaborator (line 182) | class PivotSerializationTestCollaborator extends Pivot class PivotSerializationTestTagAttachment (line 189) | class PivotSerializationTestTagAttachment extends MorphPivot FILE: tests/Integration/Database/EloquentPivotTest.php class EloquentPivotTest (line 10) | class EloquentPivotTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testPivotConvenientHelperReturnExpectedResult (line 46) | public function testPivotConvenientHelperReturnExpectedResult() method testPivotValuesCanBeSetFromRelationDefinition (line 70) | public function testPivotValuesCanBeSetFromRelationDefinition() class PivotTestUser (line 87) | class PivotTestUser extends Model method activeSubscriptions (line 91) | public function activeSubscriptions() method inactiveSubscriptions (line 99) | public function inactiveSubscriptions() class PivotTestProject (line 108) | class PivotTestProject extends Model method collaborators (line 112) | public function collaborators() method contributors (line 120) | public function contributors() class PivotTestCollaborator (line 128) | class PivotTestCollaborator extends Pivot class PivotTestContributor (line 139) | class PivotTestContributor extends Pivot class PivotTestSubscription (line 152) | class PivotTestSubscription extends Pivot FILE: tests/Integration/Database/EloquentPivotWithoutTimestampTest.fixtures.php class User (line 16) | #[UseFactory(UserFactory::class)] method roles (line 21) | public function roles(): BelongsToMany class Role (line 30) | #[UseFactory(RoleFactory::class)] method users (line 35) | public function users(): BelongsToMany class RoleFactory (line 43) | class RoleFactory extends Factory method definition (line 45) | public function definition(): array class UserRole (line 53) | class UserRole extends Pivot method getUpdatedAtColumn (line 57) | public function getUpdatedAtColumn() function migrate (line 63) | function migrate() FILE: tests/Integration/Database/EloquentPivotWithoutTimestampTest.php class EloquentPivotWithoutTimestampTest (line 10) | #[WithConfig('auth.providers.users.model', App\User::class)] method afterRefreshingDatabase (line 16) | protected function afterRefreshingDatabase() method testAttachingModelWithoutTimestamps (line 21) | public function testAttachingModelWithoutTimestamps() FILE: tests/Integration/Database/EloquentPrunableTest.php class EloquentPrunableTest (line 17) | class EloquentPrunableTest extends DatabaseTestCase method afterRefreshingDatabase (line 19) | protected function afterRefreshingDatabase() method testPrunableMethodMustBeImplemented (line 38) | public function testPrunableMethodMustBeImplemented() method testPrunesRecords (line 48) | public function testPrunesRecords() method testPrunesSoftDeletedRecords (line 66) | public function testPrunesSoftDeletedRecords() method testPruneWithCustomPruneMethod (line 85) | public function testPruneWithCustomPruneMethod() method testPruneWithExceptionAtOneOfModels (line 105) | public function testPruneWithExceptionAtOneOfModels() class PrunableTestModel (line 127) | class PrunableTestModel extends Model method prunable (line 131) | public function prunable() class PrunableSoftDeleteTestModel (line 137) | class PrunableSoftDeleteTestModel extends Model method prunable (line 141) | public function prunable() class PrunableWithCustomPruneMethodTestModel (line 147) | class PrunableWithCustomPruneMethodTestModel extends Model method prunable (line 151) | public function prunable() method prune (line 156) | public function prune() class PrunableWithException (line 164) | class PrunableWithException extends Model method prunable (line 168) | public function prunable() method prune (line 173) | public function prune() class PrunableTestModelMissingPrunableMethod (line 181) | class PrunableTestModelMissingPrunableMethod extends Model FILE: tests/Integration/Database/EloquentPushTest.php class EloquentPushTest (line 9) | class EloquentPushTest extends DatabaseTestCase method afterRefreshingDatabase (line 11) | protected function afterRefreshingDatabase() method testPushMethodSavesTheRelationshipsRecursively (line 31) | public function testPushMethodSavesTheRelationshipsRecursively() class UserX (line 56) | class UserX extends Model method posts (line 62) | public function posts() class PostX (line 68) | class PostX extends Model method comments (line 74) | public function comments() class CommentX (line 80) | class CommentX extends Model FILE: tests/Integration/Database/EloquentStrictLoadingTest.php class EloquentStrictLoadingTest (line 13) | class EloquentStrictLoadingTest extends DatabaseTestCase method setUp (line 15) | protected function setUp(): void method afterRefreshingDatabase (line 22) | protected function afterRefreshingDatabase() method testStrictModeThrowsAnExceptionOnLazyLoading (line 40) | public function testStrictModeThrowsAnExceptionOnLazyLoading() method testStrictModeDoesntThrowAnExceptionOnLazyLoadingWithSingleModel (line 53) | public function testStrictModeDoesntThrowAnExceptionOnLazyLoadingWithS... method testStrictModeDoesntThrowAnExceptionOnAttributes (line 62) | public function testStrictModeDoesntThrowAnExceptionOnAttributes() method testStrictModeDoesntThrowAnExceptionOnEagerLoading (line 71) | public function testStrictModeDoesntThrowAnExceptionOnEagerLoading() method testStrictModeDoesntThrowAnExceptionOnLazyEagerLoading (line 83) | public function testStrictModeDoesntThrowAnExceptionOnLazyEagerLoading() method testStrictModeDoesntThrowAnExceptionOnSingleModelLoading (line 95) | public function testStrictModeDoesntThrowAnExceptionOnSingleModelLoadi... method testStrictModeThrowsAnExceptionOnLazyLoadingInRelations (line 104) | public function testStrictModeThrowsAnExceptionOnLazyLoadingInRelations() method testStrictModeWithCustomCallbackOnLazyLoading (line 118) | public function testStrictModeWithCustomCallbackOnLazyLoading() method testStrictModeWithOverriddenHandlerOnLazyLoading (line 136) | public function testStrictModeWithOverriddenHandlerOnLazyLoading() method testStrictModeDoesntThrowAnExceptionOnManuallyMadeModel (line 149) | public function testStrictModeDoesntThrowAnExceptionOnManuallyMadeModel() method testStrictModeDoesntThrowAnExceptionOnRecentlyCreatedModel (line 158) | public function testStrictModeDoesntThrowAnExceptionOnRecentlyCreatedM... class EloquentStrictLoadingTestModel1 (line 165) | class EloquentStrictLoadingTestModel1 extends Model method modelTwos (line 171) | public function modelTwos() class EloquentStrictLoadingTestModel1WithCustomHandler (line 177) | class EloquentStrictLoadingTestModel1WithCustomHandler extends Model method modelTwos (line 183) | public function modelTwos() method handleLazyLoadingViolation (line 188) | protected function handleLazyLoadingViolation($key) class EloquentStrictLoadingTestModel1WithLocalPreventsLazyLoading (line 194) | class EloquentStrictLoadingTestModel1WithLocalPreventsLazyLoading extend... method modelTwos (line 201) | public function modelTwos() class EloquentStrictLoadingTestModel2 (line 207) | class EloquentStrictLoadingTestModel2 extends Model method modelThrees (line 213) | public function modelThrees() class EloquentStrictLoadingTestModel3 (line 219) | class EloquentStrictLoadingTestModel3 extends Model class ViolatedLazyLoadingEvent (line 226) | class ViolatedLazyLoadingEvent method __construct (line 231) | public function __construct($model, $key) FILE: tests/Integration/Database/EloquentThroughTest.php class EloquentThroughTest (line 10) | class EloquentThroughTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method test (line 44) | public function test() class Comment (line 52) | class Comment extends Model method commentable (line 56) | public function commentable() method likes (line 61) | public function likes() class Post (line 67) | class Post extends Model method comments (line 75) | public function comments() method commentLikes (line 80) | public function commentLikes() method texts (line 85) | public function texts() class OtherCommentable (line 91) | class OtherCommentable extends Model method comments (line 95) | public function comments() class Text (line 101) | class Text extends Model method post (line 107) | public function post() class Like (line 113) | class Like extends Model method comment (line 117) | public function comment() FILE: tests/Integration/Database/EloquentTouchParentWithGlobalScopeTest.php class EloquentTouchParentWithGlobalScopeTest (line 11) | class EloquentTouchParentWithGlobalScopeTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testBasicCreateAndRetrieve (line 29) | public function testBasicCreateAndRetrieve() class Post (line 41) | class Post extends Model method comments (line 47) | public function comments() method boot (line 52) | public static function boot() class Comment (line 62) | class Comment extends Model method post (line 69) | public function post() FILE: tests/Integration/Database/EloquentTransactionWithAfterCommitTest.php class EloquentTransactionWithAfterCommitTest (line 5) | class EloquentTransactionWithAfterCommitTest extends DatabaseTestCase FILE: tests/Integration/Database/EloquentTransactionWithAfterCommitTests.php type EloquentTransactionWithAfterCommitTests (line 15) | trait EloquentTransactionWithAfterCommitTests method setUpEloquentTransactionWithAfterCommitTests (line 19) | protected function setUpEloquentTransactionWithAfterCommitTests(): void method tearDownEloquentTransactionWithAfterCommitTests (line 24) | protected function tearDownEloquentTransactionWithAfterCommitTests(): ... method testObserverIsCalledOnTestsWithAfterCommit (line 29) | public function testObserverIsCalledOnTestsWithAfterCommit() method testObserverCalledWithAfterCommitWhenInsideTransaction (line 39) | public function testObserverCalledWithAfterCommitWhenInsideTransaction() method testObserverCalledWithAfterCommitWhenInsideTransactionWithDispatchSync (line 49) | public function testObserverCalledWithAfterCommitWhenInsideTransaction... method testObserverIsCalledOnTestsWithAfterCommitWhenUsingSavepoint (line 64) | public function testObserverIsCalledOnTestsWithAfterCommitWhenUsingSav... method testObserverIsCalledOnTestsWithAfterCommitWhenUsingSavepointAndInsideTransaction (line 74) | public function testObserverIsCalledOnTestsWithAfterCommitWhenUsingSav... method testObserverIsCalledEvenWhenDeeplyNestingTransactions (line 84) | public function testObserverIsCalledEvenWhenDeeplyNestingTransactions() method testAfterCommitObserverCreatingEventFiresImmediately (line 106) | public function testAfterCommitObserverCreatingEventFiresImmediately() method testAfterCommitObserverUpdatingEventFiresImmediately (line 120) | public function testAfterCommitObserverUpdatingEventFiresImmediately() method testAfterCommitObserverCreatingCanCancelOperation (line 136) | public function testAfterCommitObserverCreatingCanCancelOperation() method testTransactionCallbackExceptions (line 147) | public function testTransactionCallbackExceptions() class EloquentTransactionWithAfterCommitTestsUserObserver (line 187) | class EloquentTransactionWithAfterCommitTestsUserObserver method resetting (line 193) | public static function resetting() method created (line 200) | public function created($user) class EloquentTransactionWithAfterCommitTestsUserObserverUsingDispatchSync (line 206) | class EloquentTransactionWithAfterCommitTestsUserObserverUsingDispatchSy... method created (line 208) | public function created($user) class EloquentTransactionWithAfterCommitTestsJob (line 216) | class EloquentTransactionWithAfterCommitTestsJob implements ShouldQueue method __construct (line 220) | public function __construct(public string $email) method handle (line 225) | public function handle(): void class EloquentTransactionWithAfterCommitTestsTestObjectForTransactions (line 235) | class EloquentTransactionWithAfterCommitTestsTestObjectForTransactions method handle (line 241) | public function handle() class EloquentTransactionWithAfterCommitTestsCreatingObserver (line 248) | class EloquentTransactionWithAfterCommitTestsCreatingObserver method resetting (line 256) | public static function resetting() method creating (line 264) | public function creating($user) method created (line 269) | public function created($user) class EloquentTransactionWithAfterCommitTestsUpdatingObserver (line 275) | class EloquentTransactionWithAfterCommitTestsUpdatingObserver method resetting (line 283) | public static function resetting() method updating (line 291) | public function updating($user) method updated (line 296) | public function updated($user) class EloquentTransactionWithAfterCommitTestsCancellingObserver (line 302) | class EloquentTransactionWithAfterCommitTestsCancellingObserver method resetting (line 310) | public static function resetting() method creating (line 318) | public function creating($user) method created (line 325) | public function created($user) FILE: tests/Integration/Database/EloquentTransactionWithAfterCommitUsingDatabaseMigrationsTest.php class EloquentTransactionWithAfterCommitUsingDatabaseMigrationsTest (line 7) | class EloquentTransactionWithAfterCommitUsingDatabaseMigrationsTest exte... FILE: tests/Integration/Database/EloquentTransactionWithAfterCommitUsingDatabaseTransactionsTest.php class EloquentTransactionWithAfterCommitUsingDatabaseTransactionsTest (line 8) | class EloquentTransactionWithAfterCommitUsingDatabaseTransactionsTest ex... method setUp (line 20) | protected function setUp(): void method defineEnvironment (line 35) | protected function defineEnvironment($app) FILE: tests/Integration/Database/EloquentTransactionWithAfterCommitUsingRefreshDatabaseOnMultipleConnectionsTest.php class EloquentTransactionWithAfterCommitUsingRefreshDatabaseOnMultipleConnectionsTest (line 10) | #[WithConfig('database.connections.second', ['driver' => 'sqlite', 'data... method connectionsToTransact (line 14) | protected function connectionsToTransact() method afterRefreshingDatabase (line 20) | protected function afterRefreshingDatabase() method testAfterCommitCallbacksAreCalledCorrectlyWhenNoAppTransaction (line 25) | public function testAfterCommitCallbacksAreCalledCorrectlyWhenNoAppTra... method testAfterCommitCallbacksAreCalledWithWrappingTransactionsCorrectly (line 36) | public function testAfterCommitCallbacksAreCalledWithWrappingTransacti... FILE: tests/Integration/Database/EloquentTransactionWithAfterCommitUsingRefreshDatabaseTest.php class EloquentTransactionWithAfterCommitUsingRefreshDatabaseTest (line 8) | class EloquentTransactionWithAfterCommitUsingRefreshDatabaseTest extends... method setUp (line 21) | protected function setUp(): void method defineEnvironment (line 33) | protected function defineEnvironment($app) FILE: tests/Integration/Database/EloquentUniqueStringPrimaryKeysTest.php class EloquentUniqueStringPrimaryKeysTest (line 12) | class EloquentUniqueStringPrimaryKeysTest extends DatabaseTestCase method afterRefreshingDatabase (line 14) | protected function afterRefreshingDatabase() method testModelWithUuidPrimaryKeyCanBeCreated (line 50) | public function testModelWithUuidPrimaryKeyCanBeCreated() method testModelWithUlidPrimaryKeyCanBeCreated (line 59) | public function testModelWithUlidPrimaryKeyCanBeCreated() method testModelWithoutUuidPrimaryKeyCanBeCreated (line 68) | public function testModelWithoutUuidPrimaryKeyCanBeCreated() method testModelWithCustomUuidPrimaryKeyNameCanBeCreated (line 77) | public function testModelWithCustomUuidPrimaryKeyNameCanBeCreated() method testModelWithUuidPrimaryKeyCanBeCreatedQuietly (line 84) | public function testModelWithUuidPrimaryKeyCanBeCreatedQuietly() method testModelWithUlidPrimaryKeyCanBeCreatedQuietly (line 95) | public function testModelWithUlidPrimaryKeyCanBeCreatedQuietly() method testModelWithoutUuidPrimaryKeyCanBeCreatedQuietly (line 106) | public function testModelWithoutUuidPrimaryKeyCanBeCreatedQuietly() method testModelWithCustomUuidPrimaryKeyNameCanBeCreatedQuietly (line 117) | public function testModelWithCustomUuidPrimaryKeyNameCanBeCreatedQuiet... method testUpsertWithUuidPrimaryKey (line 126) | public function testUpsertWithUuidPrimaryKey() class ModelWithUuidPrimaryKey (line 137) | class ModelWithUuidPrimaryKey extends Eloquent method uniqueIds (line 145) | public function uniqueIds() class ModelUpsertWithUuidPrimaryKey (line 151) | class ModelUpsertWithUuidPrimaryKey extends Eloquent method uniqueIds (line 159) | public function uniqueIds() class ModelWithUlidPrimaryKey (line 165) | class ModelWithUlidPrimaryKey extends Eloquent method uniqueIds (line 173) | public function uniqueIds() class ModelWithoutUuidPrimaryKey (line 179) | class ModelWithoutUuidPrimaryKey extends Eloquent method uniqueIds (line 187) | public function uniqueIds() class ModelWithCustomUuidPrimaryKeyName (line 193) | class ModelWithCustomUuidPrimaryKeyName extends Eloquent FILE: tests/Integration/Database/EloquentUpdateTest.php class EloquentUpdateTest (line 11) | class EloquentUpdateTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testBasicUpdate (line 37) | public function testBasicUpdate() method testUpdateWithLimitsAndOrders (line 49) | public function testUpdateWithLimitsAndOrders() method testUpdatedAtWithJoins (line 65) | public function testUpdatedAtWithJoins() method testSoftDeleteWithJoins (line 86) | public function testSoftDeleteWithJoins() method testIncrement (line 105) | public function testIncrement() method testIncrementOrDecrementIgnoresGlobalScopes (line 122) | public function testIncrementOrDecrementIgnoresGlobalScopes() method testUpdateSyncsPrevious (line 140) | public function testUpdateSyncsPrevious() method testSaveSyncsPrevious (line 155) | public function testSaveSyncsPrevious() method testIncrementSyncsPrevious (line 171) | public function testIncrementSyncsPrevious() class TestUpdateModel1 (line 185) | class TestUpdateModel1 extends Model class TestUpdateModel2 (line 192) | class TestUpdateModel2 extends Model class TestUpdateModel3 (line 200) | class TestUpdateModel3 extends Model FILE: tests/Integration/Database/EloquentWhereHasMorphTest.php class EloquentWhereHasMorphTest (line 13) | class EloquentWhereHasMorphTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testWhereHasMorph (line 56) | public function testWhereHasMorph() method testWhereHasMorphWithMorphMap (line 65) | public function testWhereHasMorphWithMorphMap() method testWhereHasMorphWithWildcard (line 82) | public function testWhereHasMorphWithWildcard() method testWhereHasMorphWithWildcardAndMorphMap (line 95) | public function testWhereHasMorphWithWildcardAndMorphMap() method testWhereHasMorphWithWildcardAndOnlyNullMorphTypes (line 112) | public function testWhereHasMorphWithWildcardAndOnlyNullMorphTypes() method testWhereHasMorphWithRelationConstraint (line 125) | public function testWhereHasMorphWithRelationConstraint() method testWhereHasMorphWitDifferentConstraints (line 134) | public function testWhereHasMorphWitDifferentConstraints() method testWhereHasMorphWithOwnerKey (line 149) | public function testWhereHasMorphWithOwnerKey() method testHasMorph (line 174) | public function testHasMorph() method testOrHasMorph (line 181) | public function testOrHasMorph() method testDoesntHaveMorph (line 188) | public function testDoesntHaveMorph() method testOrDoesntHaveMorph (line 195) | public function testOrDoesntHaveMorph() method testOrWhereHasMorph (line 202) | public function testOrWhereHasMorph() method testOrWhereHasMorphWithWildcardAndOnlyNullMorphTypes (line 212) | public function testOrWhereHasMorphWithWildcardAndOnlyNullMorphTypes() method testWhereDoesntHaveMorph (line 224) | public function testWhereDoesntHaveMorph() method testWhereDoesntHaveMorphWithWildcardAndOnlyNullMorphTypes (line 233) | public function testWhereDoesntHaveMorphWithWildcardAndOnlyNullMorphTy... method testOrWhereDoesntHaveMorph (line 244) | public function testOrWhereDoesntHaveMorph() method testModelScopesAreAccessible (line 254) | public function testModelScopesAreAccessible() method testWhereDoesntHaveMorphWithNullableMorph (line 263) | public function testWhereDoesntHaveMorphWithNullableMorph() method testWhereDoesntHaveMorphWithNullableMorphAndAdditionalWhereIsLogicallyGrouped (line 270) | public function testWhereDoesntHaveMorphWithNullableMorphAndAdditional... class Comment (line 287) | class Comment extends Model method commentable (line 295) | public function commentable() method commentableWithConstraint (line 300) | public function commentableWithConstraint() method commentableWithOwnerKey (line 305) | public function commentableWithOwnerKey() class Post (line 311) | class Post extends Model method scopeSomeSharedModelScope (line 319) | public function scopeSomeSharedModelScope($query) class Video (line 325) | class Video extends Model method scopeSomeSharedModelScope (line 331) | public function scopeSomeSharedModelScope($query) FILE: tests/Integration/Database/EloquentWhereHasTest.php class EloquentWhereHasTest (line 14) | class EloquentWhereHasTest extends DatabaseTestCase method afterRefreshingDatabase (line 16) | protected function afterRefreshingDatabase() method testWhereRelationCallback (line 54) | #[DataProvider('dataProviderWhereRelationCallback')] method testOrWhereRelationCallback (line 73) | #[DataProvider('dataProviderWhereRelationCallback')] method testWhereDoesntRelationCallback (line 92) | #[DataProvider('dataProviderWhereRelationCallback')] method testOrWhereDoesntRelationCallback (line 111) | #[DataProvider('dataProviderWhereRelationCallback')] method dataProviderWhereRelationCallback (line 127) | public static function dataProviderWhereRelationCallback() method testWhereRelation (line 155) | public function testWhereRelation() method testOrWhereRelation (line 162) | public function testOrWhereRelation() method testNestedWhereRelation (line 169) | public function testNestedWhereRelation() method testNestedOrWhereRelation (line 176) | public function testNestedOrWhereRelation() method testWhereMorphRelation (line 183) | public function testWhereMorphRelation() method testOrWhereMorphRelation (line 190) | public function testOrWhereMorphRelation() method testWhereDoesntHaveRelation (line 199) | public function testWhereDoesntHaveRelation() method testOrWhereDoesntHaveRelation (line 206) | public function testOrWhereDoesntHaveRelation() method testNestedWhereDoesntHaveRelation (line 213) | public function testNestedWhereDoesntHaveRelation() method testNestedOrWhereDoesntHaveRelation (line 220) | public function testNestedOrWhereDoesntHaveRelation() method testWhereMorphDoesntHaveRelation (line 227) | public function testWhereMorphDoesntHaveRelation() method testOrWhereMorphDoesntHaveRelation (line 234) | public function testOrWhereMorphDoesntHaveRelation() method testWithCount (line 243) | public function testWithCount() class Comment (line 253) | class Comment extends Model method commentable (line 257) | public function commentable() class Post (line 263) | class Post extends Model method comments (line 271) | public function comments() method texts (line 276) | public function texts() method user (line 281) | public function user() class Text (line 287) | class Text extends Model method post (line 293) | public function post() class User (line 299) | class User extends Model method posts (line 303) | public function posts() FILE: tests/Integration/Database/EloquentWhereTest.php class EloquentWhereTest (line 13) | class EloquentWhereTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testWhereAndWhereOrBehavior (line 25) | public function testWhereAndWhereOrBehavior() method testWhereNot (line 67) | public function testWhereNot() method testWhereIn (line 94) | public function testWhereIn() method testWhereInCanAcceptQueryable (line 141) | public function testWhereInCanAcceptQueryable() method testWhereIntegerInRaw (line 186) | public function testWhereIntegerInRaw() method testFirstWhere (line 225) | public function testFirstWhere() method testSole (line 252) | public function testSole() method testSoleFailsForMultipleRecords (line 263) | public function testSoleFailsForMultipleRecords() method testSoleFailsIfNoRecords (line 282) | public function testSoleFailsIfNoRecords() method testSoleValue (line 293) | public function testSoleValue() method testChunkMap (line 304) | public function testChunkMap() class UserWhereTest (line 331) | class UserWhereTest extends Model FILE: tests/Integration/Database/EloquentWithCountTest.php class EloquentWithCountTest (line 10) | class EloquentWithCountTest extends DatabaseTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method testItBasic (line 34) | public function testItBasic() method testGlobalScopes (line 51) | public function testGlobalScopes() method testSortingScopes (line 63) | public function testSortingScopes() class Model1 (line 75) | class Model1 extends Model method twos (line 81) | public function twos() method fours (line 86) | public function fours() method allFours (line 91) | public function allFours() class Model2 (line 97) | class Model2 extends Model method boot (line 104) | protected static function boot() method threes (line 113) | public function threes() class Model3 (line 119) | class Model3 extends Model method boot (line 125) | protected static function boot() class Model4 (line 135) | class Model4 extends Model method boot (line 141) | protected static function boot() FILE: tests/Integration/Database/Enums.php method description (line 33) | public function description(): string method toArray (line 41) | public function toArray() FILE: tests/Integration/Database/EventConnectionEstablishedTest.php class EventConnectionEstablishedTest (line 13) | class EventConnectionEstablishedTest extends TestCase method testItListenToEstablishedConnectionOnReconnect (line 17) | #[WithMigration] FILE: tests/Integration/Database/Fixtures/NamedScopeUser.php class NamedScopeUser (line 8) | class NamedScopeUser extends User method casts (line 11) | #[\Override] method verified (line 20) | #[Scope] method verifiedWithoutReturn (line 30) | #[Scope] method scopeVerifiedUser (line 36) | public function scopeVerifiedUser(Builder $builder, bool $email = true) FILE: tests/Integration/Database/Fixtures/Post.php class Post (line 7) | class Post extends Model FILE: tests/Integration/Database/Fixtures/PostStringyKey.php class PostStringyKey (line 7) | class PostStringyKey extends Model FILE: tests/Integration/Database/Fixtures/User.php class User (line 7) | class User extends Model FILE: tests/Integration/Database/MariaDb/DatabaseEloquentMariaDbIntegrationTest.php class DatabaseEloquentMariaDbIntegrationTest (line 10) | class DatabaseEloquentMariaDbIntegrationTest extends MariaDbTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 24) | protected function destroyDatabaseMigrations() method testCreateOrFirst (line 29) | public function testCreateOrFirst() method testCreateOrFirstWithinTransaction (line 62) | public function testCreateOrFirstWithinTransaction() class DatabaseEloquentMariaDbIntegrationUser (line 79) | class DatabaseEloquentMariaDbIntegrationUser extends Model FILE: tests/Integration/Database/MariaDb/DatabaseEmulatePreparesMariaDbConnectionTest.php class DatabaseEmulatePreparesMariaDbConnectionTest (line 9) | #[RequiresOperatingSystem('Linux|Darwin')] method defineEnvironment (line 13) | protected function defineEnvironment($app) FILE: tests/Integration/Database/MariaDb/DatabaseMariaDbConnectionTest.php class DatabaseMariaDbConnectionTest (line 12) | #[RequiresOperatingSystem('Linux|Darwin')] method afterRefreshingDatabase (line 21) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 31) | protected function destroyDatabaseMigrations() method testJsonFloatComparison (line 36) | #[DataProvider('floatComparisonsDataProvider')] method floatComparisonsDataProvider (line 48) | public static function floatComparisonsDataProvider() method testFloatValueStoredCorrectly (line 63) | public function testFloatValueStoredCorrectly() method testJsonWhereNull (line 70) | #[DataProvider('jsonWhereNullDataProvider')] method testJsonWhereNotNull (line 78) | #[DataProvider('jsonWhereNullDataProvider')] method jsonWhereNullDataProvider (line 86) | public static function jsonWhereNullDataProvider() method testJsonPathUpdate (line 108) | public function testJsonPathUpdate() method testWhereJsonContainsKey (line 120) | #[DataProvider('jsonContainsKeyDataProvider')] method jsonContainsKeyDataProvider (line 134) | public static function jsonContainsKeyDataProvider() FILE: tests/Integration/Database/MariaDb/DatabaseMariaDbSchemaBuilderAlterTableWithEnumTest.php class DatabaseMariaDbSchemaBuilderAlterTableWithEnumTest (line 10) | #[RequiresOperatingSystem('Linux|Darwin')] method afterRefreshingDatabase (line 14) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 24) | protected function destroyDatabaseMigrations() method testRenameColumnOnTableWithEnum (line 29) | public function testRenameColumnOnTableWithEnum() method testChangeColumnOnTableWithEnum (line 38) | public function testChangeColumnOnTableWithEnum() method testGetTablesAndColumnListing (line 47) | public function testGetTablesAndColumnListing() FILE: tests/Integration/Database/MariaDb/DatabaseMariaDbSchemaBuilderTest.php class DatabaseMariaDbSchemaBuilderTest (line 11) | #[RequiresOperatingSystem('Linux|Darwin')] method testAddCommentToTable (line 15) | public function testAddCommentToTable() FILE: tests/Integration/Database/MariaDb/EloquentCastTest.php class EloquentCastTest (line 11) | class EloquentCastTest extends MariaDbTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 32) | protected function destroyDatabaseMigrations() method testItCastTimestampsCreatedByTheBuilderWhenTimeHasNotPassed (line 37) | public function testItCastTimestampsCreatedByTheBuilderWhenTimeHasNotP... method testItCastTimestampsCreatedByTheBuilderWhenTimeHasPassed (line 80) | public function testItCastTimestampsCreatedByTheBuilderWhenTimeHasPass... method testItCastTimestampsUpdatedByAMutator (line 126) | public function testItCastTimestampsUpdatedByAMutator() class UserWithIntTimestampsViaCasts (line 148) | class UserWithIntTimestampsViaCasts extends Model class UnixTimeStampToCarbon (line 160) | class UnixTimeStampToCarbon implements CastsAttributes method get (line 162) | public function get($model, string $key, $value, array $attributes) method set (line 167) | public function set($model, string $key, $value, array $attributes) class UserWithIntTimestampsViaAttribute (line 173) | class UserWithIntTimestampsViaAttribute extends Model method updatedAt (line 179) | protected function updatedAt(): Attribute method createdAt (line 187) | protected function createdAt(): Attribute class UserWithIntTimestampsViaMutator (line 196) | class UserWithIntTimestampsViaMutator extends Model method getUpdatedAtAttribute (line 202) | protected function getUpdatedAtAttribute($value) method setUpdatedAtAttribute (line 207) | protected function setUpdatedAtAttribute($value) method getCreatedAtAttribute (line 212) | protected function getCreatedAtAttribute($value) method setCreatedAtAttribute (line 217) | protected function setCreatedAtAttribute($value) class UserWithUpdatedAtViaMutator (line 223) | class UserWithUpdatedAtViaMutator extends Model method setUpdatedAtAttribute (line 229) | public function setUpdatedAtAttribute($value) FILE: tests/Integration/Database/MariaDb/EscapeTest.php class EscapeTest (line 9) | #[RequiresOperatingSystem('Linux|Darwin')] method testEscapeInt (line 13) | public function testEscapeInt() method testEscapeFloat (line 19) | public function testEscapeFloat() method testEscapeBool (line 25) | public function testEscapeBool() method testEscapeNull (line 31) | public function testEscapeNull() method testEscapeBinary (line 37) | public function testEscapeBinary() method testEscapeString (line 42) | public function testEscapeString() method testEscapeStringInvalidUtf8 (line 51) | public function testEscapeStringInvalidUtf8() method testEscapeStringNullByte (line 58) | public function testEscapeStringNullByte() method testEscapeArray (line 65) | public function testEscapeArray() FILE: tests/Integration/Database/MariaDb/FulltextTest.php class FulltextTest (line 11) | #[RequiresOperatingSystem('Linux|Darwin')] method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 25) | protected function destroyDatabaseMigrations() method setUp (line 30) | protected function setUp(): void method testWhereFulltext (line 45) | public function testWhereFulltext() method testWhereFulltextWithBooleanMode (line 55) | public function testWhereFulltextWithBooleanMode() method testWhereFulltextWithExpandedQuery (line 63) | public function testWhereFulltextWithExpandedQuery() FILE: tests/Integration/Database/MariaDb/JsonLikeTest.php class JsonLikeTest (line 11) | #[RequiresOperatingSystem('Linux|Darwin')] method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 23) | protected function destroyDatabaseMigrations() method testJsonLikeWithEmoji (line 28) | public function testJsonLikeWithEmoji() FILE: tests/Integration/Database/MariaDb/MariaDbTestCase.php class MariaDbTestCase (line 8) | #[RequiresDatabase('mariadb')] FILE: tests/Integration/Database/MigrateWithRealpathTest.php class MigrateWithRealpathTest (line 8) | class MigrateWithRealpathTest extends TestCase method setUp (line 10) | protected function setUp(): void method testRealpathMigrationHasProperlyExecuted (line 30) | public function testRealpathMigrationHasProperlyExecuted() method testMigrationsHasTheMigratedTable (line 35) | public function testMigrationsHasTheMigratedTable() FILE: tests/Integration/Database/MigrationServiceProviderTest.php class MigrationServiceProviderTest (line 7) | class MigrationServiceProviderTest extends DatabaseTestCase method testContainerCanBuildMigrator (line 9) | public function testContainerCanBuildMigrator() FILE: tests/Integration/Database/MigratorEventsTest.php class MigratorEventsTest (line 15) | class MigratorEventsTest extends TestCase method migrateOptions (line 17) | protected function migrateOptions() method testMigrationEventsAreFired (line 25) | public function testMigrationEventsAreFired() method testMigrationEventsContainTheOptionsAndPretendFalse (line 39) | public function testMigrationEventsContainTheOptionsAndPretendFalse() method testMigrationEventsContainTheOptionsAndPretendTrue (line 72) | public function testMigrationEventsContainTheOptionsAndPretendTrue() method testMigrationEventsContainTheMigrationAndMethod (line 94) | public function testMigrationEventsContainTheMigrationAndMethod() method testTheNoMigrationEventIsFiredWhenNothingToMigrate (line 128) | public function testTheNoMigrationEventIsFiredWhenNothingToMigrate() method testMigrationSkippedEventIsFired (line 143) | public function testMigrationSkippedEventIsFired() FILE: tests/Integration/Database/ModelInspectorTest.php class ModelInspectorTest (line 20) | class ModelInspectorTest extends DatabaseTestCase method afterRefreshingDatabase (line 22) | protected function afterRefreshingDatabase() method test_extracts_model_data (line 38) | public function test_extracts_model_data() method test_command_returns_json (line 48) | public function test_command_returns_json() method assertModelInfo (line 57) | private function assertModelInfo(ModelInfo|array $modelInfo) method assertAttributes (line 177) | private function assertAttributes($expectedAttributes, $actualAttributes) class ModelInspectorTestModel (line 188) | #[ObservedBy(ModelInspectorTestModelObserver::class)] method parentModel (line 200) | public function parentModel(): BelongsTo class ParentTestModel (line 206) | class ParentTestModel extends Model class ModelInspectorTestModelObserver (line 212) | class ModelInspectorTestModelObserver method created (line 214) | public function created() class ModelInspectorTestModelEloquentCollection (line 219) | class ModelInspectorTestModelEloquentCollection extends Collection class ModelInspectorTestModelBuilder (line 223) | class ModelInspectorTestModelBuilder extends Builder class ModelInspectorTestModelResource (line 227) | class ModelInspectorTestModelResource extends JsonResource FILE: tests/Integration/Database/MySql/DatabaseEloquentMySqlIntegrationTest.php class DatabaseEloquentMySqlIntegrationTest (line 10) | class DatabaseEloquentMySqlIntegrationTest extends MySqlTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 24) | protected function destroyDatabaseMigrations() method testCreateOrFirst (line 29) | public function testCreateOrFirst() method testCreateOrFirstWithinTransaction (line 62) | public function testCreateOrFirstWithinTransaction() class DatabaseEloquentMySqlIntegrationUser (line 79) | class DatabaseEloquentMySqlIntegrationUser extends Model FILE: tests/Integration/Database/MySql/DatabaseEmulatePreparesMySqlConnectionTest.php class DatabaseEmulatePreparesMySqlConnectionTest (line 9) | #[RequiresOperatingSystem('Linux|Darwin')] method defineEnvironment (line 13) | protected function defineEnvironment($app) FILE: tests/Integration/Database/MySql/DatabaseMySqlConnectionTest.php class DatabaseMySqlConnectionTest (line 13) | #[RequiresOperatingSystem('Linux|Darwin')] method afterRefreshingDatabase (line 22) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 32) | protected function destroyDatabaseMigrations() method testJsonFloatComparison (line 37) | #[DataProvider('floatComparisonsDataProvider')] method floatComparisonsDataProvider (line 49) | public static function floatComparisonsDataProvider() method testFloatValueStoredCorrectly (line 64) | public function testFloatValueStoredCorrectly() method testJsonWhereNull (line 71) | #[DataProvider('jsonWhereNullDataProvider')] method testJsonWhereNotNull (line 79) | #[DataProvider('jsonWhereNullDataProvider')] method jsonWhereNullDataProvider (line 87) | public static function jsonWhereNullDataProvider() method testJsonPathUpdate (line 109) | public function testJsonPathUpdate() method testWhereJsonContainsKey (line 121) | #[DataProvider('jsonContainsKeyDataProvider')] method jsonContainsKeyDataProvider (line 135) | public static function jsonContainsKeyDataProvider() method testLastInsertIdIsPreserved (line 149) | public function testLastInsertIdIsPreserved() FILE: tests/Integration/Database/MySql/DatabaseMySqlSchemaBuilderAlterTableWithEnumTest.php class DatabaseMySqlSchemaBuilderAlterTableWithEnumTest (line 10) | #[RequiresOperatingSystem('Linux|Darwin')] method afterRefreshingDatabase (line 14) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 24) | protected function destroyDatabaseMigrations() method testRenameColumnOnTableWithEnum (line 29) | public function testRenameColumnOnTableWithEnum() method testChangeColumnOnTableWithEnum (line 38) | public function testChangeColumnOnTableWithEnum() method testGetTablesAndColumnListing (line 47) | public function testGetTablesAndColumnListing() FILE: tests/Integration/Database/MySql/DatabaseMySqlSchemaBuilderTest.php class DatabaseMySqlSchemaBuilderTest (line 12) | #[RequiresOperatingSystem('Linux|Darwin')] method testAddCommentToTable (line 16) | public function testAddCommentToTable() method testGetRawIndex (line 34) | #[RequiresDatabase('mysql', '>=8.0.13')] FILE: tests/Integration/Database/MySql/EloquentCastTest.php class EloquentCastTest (line 11) | class EloquentCastTest extends MySqlTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 32) | protected function destroyDatabaseMigrations() method testItCastTimestampsCreatedByTheBuilderWhenTimeHasNotPassed (line 37) | public function testItCastTimestampsCreatedByTheBuilderWhenTimeHasNotP... method testItCastTimestampsCreatedByTheBuilderWhenTimeHasPassed (line 80) | public function testItCastTimestampsCreatedByTheBuilderWhenTimeHasPass... method testItCastTimestampsUpdatedByAMutator (line 126) | public function testItCastTimestampsUpdatedByAMutator() class UserWithIntTimestampsViaCasts (line 148) | class UserWithIntTimestampsViaCasts extends Model class UnixTimeStampToCarbon (line 160) | class UnixTimeStampToCarbon implements CastsAttributes method get (line 162) | public function get($model, string $key, $value, array $attributes) method set (line 167) | public function set($model, string $key, $value, array $attributes) class UserWithIntTimestampsViaAttribute (line 173) | class UserWithIntTimestampsViaAttribute extends Model method updatedAt (line 179) | protected function updatedAt(): Attribute method createdAt (line 187) | protected function createdAt(): Attribute class UserWithIntTimestampsViaMutator (line 196) | class UserWithIntTimestampsViaMutator extends Model method getUpdatedAtAttribute (line 202) | protected function getUpdatedAtAttribute($value) method setUpdatedAtAttribute (line 207) | protected function setUpdatedAtAttribute($value) method getCreatedAtAttribute (line 212) | protected function getCreatedAtAttribute($value) method setCreatedAtAttribute (line 217) | protected function setCreatedAtAttribute($value) class UserWithUpdatedAtViaMutator (line 223) | class UserWithUpdatedAtViaMutator extends Model method setUpdatedAtAttribute (line 229) | public function setUpdatedAtAttribute($value) FILE: tests/Integration/Database/MySql/EscapeTest.php class EscapeTest (line 9) | #[RequiresOperatingSystem('Linux|Darwin')] method testEscapeInt (line 13) | public function testEscapeInt() method testEscapeFloat (line 19) | public function testEscapeFloat() method testEscapeBool (line 25) | public function testEscapeBool() method testEscapeNull (line 31) | public function testEscapeNull() method testEscapeBinary (line 37) | public function testEscapeBinary() method testEscapeString (line 42) | public function testEscapeString() method testEscapeStringInvalidUtf8 (line 51) | public function testEscapeStringInvalidUtf8() method testEscapeStringNullByte (line 58) | public function testEscapeStringNullByte() method testEscapeArray (line 65) | public function testEscapeArray() FILE: tests/Integration/Database/MySql/FulltextTest.php class FulltextTest (line 11) | #[RequiresOperatingSystem('Linux|Darwin')] method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 25) | protected function destroyDatabaseMigrations() method setUp (line 30) | protected function setUp(): void method testWhereFulltext (line 45) | public function testWhereFulltext() method testWhereFulltextWithBooleanMode (line 55) | public function testWhereFulltextWithBooleanMode() method testWhereFulltextWithExpandedQuery (line 63) | public function testWhereFulltextWithExpandedQuery() FILE: tests/Integration/Database/MySql/JoinLateralTest.php class JoinLateralTest (line 12) | #[RequiresPhpExtension('pdo_mysql')] method afterRefreshingDatabase (line 16) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 31) | protected function destroyDatabaseMigrations() method setUp (line 37) | protected function setUp(): void method checkMySqlVersion (line 55) | protected function checkMySqlVersion() method testJoinLateral (line 66) | public function testJoinLateral() method testLeftJoinLateral (line 91) | public function testLeftJoinLateral() FILE: tests/Integration/Database/MySql/MySqlTestCase.php class MySqlTestCase (line 8) | #[RequiresDatabase('mysql')] FILE: tests/Integration/Database/Postgres/DatabaseEloquentPostgresIntegrationTest.php class DatabaseEloquentPostgresIntegrationTest (line 10) | class DatabaseEloquentPostgresIntegrationTest extends PostgresTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 24) | protected function destroyDatabaseMigrations() method testCreateOrFirst (line 29) | public function testCreateOrFirst() method testCreateOrFirstWithinTransaction (line 62) | public function testCreateOrFirstWithinTransaction() class DatabaseEloquentPostgresIntegrationUser (line 79) | class DatabaseEloquentPostgresIntegrationUser extends Model FILE: tests/Integration/Database/Postgres/DatabasePostgresConnectionTest.php class DatabasePostgresConnectionTest (line 12) | #[RequiresOperatingSystem('Linux|Darwin')] method afterRefreshingDatabase (line 16) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 25) | protected function destroyDatabaseMigrations() method testJsonWhereNull (line 30) | #[DataProvider('jsonWhereNullDataProvider')] method testJsonWhereNotNull (line 38) | #[DataProvider('jsonWhereNullDataProvider')] method jsonWhereNullDataProvider (line 46) | public static function jsonWhereNullDataProvider() method testJsonPathUpdate (line 72) | public function testJsonPathUpdate() method testWhereJsonContainsKey (line 91) | #[DataProvider('jsonContainsKeyDataProvider')] method jsonContainsKeyDataProvider (line 105) | public static function jsonContainsKeyDataProvider() FILE: tests/Integration/Database/Postgres/EscapeTest.php class EscapeTest (line 9) | #[RequiresOperatingSystem('Linux|Darwin')] method testEscapeInt (line 13) | public function testEscapeInt() method testEscapeFloat (line 19) | public function testEscapeFloat() method testEscapeBool (line 25) | public function testEscapeBool() method testEscapeNull (line 31) | public function testEscapeNull() method testEscapeBinary (line 37) | public function testEscapeBinary() method testEscapeString (line 42) | public function testEscapeString() method testEscapeStringInvalidUtf8 (line 51) | public function testEscapeStringInvalidUtf8() method testEscapeStringNullByte (line 58) | public function testEscapeStringNullByte() method testEscapeArray (line 65) | public function testEscapeArray() FILE: tests/Integration/Database/Postgres/FulltextTest.php class FulltextTest (line 12) | #[RequiresOperatingSystem('Linux|Darwin')] method afterRefreshingDatabase (line 16) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 26) | protected function destroyDatabaseMigrations() method setUp (line 31) | protected function setUp(): void method testWhereFulltext (line 45) | public function testWhereFulltext() method testWhereFulltextWithWebsearch (line 54) | #[RequiresDatabase('pgsql', '>=11.0')] method testWhereFulltextWithPlain (line 62) | public function testWhereFulltextWithPlain() method testWhereFulltextWithPhrase (line 69) | public function testWhereFulltextWithPhrase() FILE: tests/Integration/Database/Postgres/JoinLateralTest.php class JoinLateralTest (line 12) | #[RequiresPhpExtension('pdo_pgsql')] method afterRefreshingDatabase (line 16) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 31) | protected function destroyDatabaseMigrations() method setUp (line 37) | protected function setUp(): void method testJoinLateral (line 53) | public function testJoinLateral() method testLeftJoinLateral (line 78) | public function testLeftJoinLateral() FILE: tests/Integration/Database/Postgres/PostgresSchemaBuilderTest.php class PostgresSchemaBuilderTest (line 12) | #[RequiresOperatingSystem('Linux|Darwin')] method defineEnvironment (line 16) | protected function defineEnvironment($app) method defineDatabaseMigrations (line 23) | protected function defineDatabaseMigrations() method destroyDatabaseMigrations (line 30) | protected function destroyDatabaseMigrations() method testDropAllTablesOnAllSchemas (line 43) | public function testDropAllTablesOnAllSchemas() method testDropAllTablesUsesDontDropConfigOnAllSchemas (line 60) | public function testDropAllTablesUsesDontDropConfigOnAllSchemas() method testDropAllTablesUsesDontDropConfigOnOneSchema (line 80) | public function testDropAllTablesUsesDontDropConfigOnOneSchema() method testDropAllViewsOnAllSchemas (line 100) | public function testDropAllViewsOnAllSchemas() method testAddTableCommentOnNewTable (line 114) | public function testAddTableCommentOnNewTable() method testAddTableCommentOnExistingTable (line 123) | public function testAddTableCommentOnExistingTable() method testGetTables (line 137) | public function testGetTables() method testGetViews (line 157) | public function testGetViews() method testDropPartitionedTables (line 172) | #[RequiresDatabase('pgsql', '>=11.0')] method testGetRawIndex (line 196) | public function testGetRawIndex() method testCreateIndexesOnline (line 209) | public function testCreateIndexesOnline() FILE: tests/Integration/Database/Postgres/PostgresTestCase.php class PostgresTestCase (line 8) | #[RequiresDatabase('pgsql')] FILE: tests/Integration/Database/QueryBuilderTest.php class QueryBuilderTest (line 17) | class QueryBuilderTest extends DatabaseTestCase method afterRefreshingDatabase (line 19) | protected function afterRefreshingDatabase() method testIncrement (line 34) | public function testIncrement() method testSole (line 147) | public function testSole() method testSoleWithParameters (line 154) | public function testSoleWithParameters() method testSoleFailsForMultipleRecords (line 165) | public function testSoleFailsForMultipleRecords() method testSoleFailsIfNoRecords (line 176) | public function testSoleFailsIfNoRecords() method testSelect (line 183) | public function testSelect() method testSelectReplacesExistingSelects (line 193) | public function testSelectReplacesExistingSelects() method testSelectWithSubQuery (line 201) | public function testSelectWithSubQuery() method testAddSelect (line 211) | public function testAddSelect() method testAddSelectWithSubQuery (line 223) | public function testAddSelectWithSubQuery() method testFromWithAlias (line 233) | public function testFromWithAlias() method testFromWithSubQuery (line 238) | public function testFromWithSubQuery() method testWhereValueSubQuery (line 248) | public function testWhereValueSubQuery() method testWhereValueSubQueryBuilder (line 259) | public function testWhereValueSubQueryBuilder() method testWhereNot (line 272) | public function testWhereNot() method testWhereNotInputStringParameter (line 282) | public function testWhereNotInputStringParameter() method testOrWhereNot (line 297) | public function testOrWhereNot() method testWhereDate (line 306) | public function testWhereDate() method testWhereDateWithInvalidOperator (line 312) | #[DefineEnvironment('defineEnvironmentWouldThrowsPDOException')] method testOrWhereDate (line 329) | public function testOrWhereDate() method testOrWhereDateWithInvalidOperator (line 335) | #[DefineEnvironment('defineEnvironmentWouldThrowsPDOException')] method testWhereDay (line 358) | public function testWhereDay() method testWhereDayWithInvalidOperator (line 365) | public function testWhereDayWithInvalidOperator() method testOrWhereDay (line 381) | public function testOrWhereDay() method testOrWhereDayWithInvalidOperator (line 388) | public function testOrWhereDayWithInvalidOperator() method testWhereMonth (line 410) | public function testWhereMonth() method testWhereMonthWithInvalidOperator (line 417) | public function testWhereMonthWithInvalidOperator() method testOrWhereMonth (line 433) | public function testOrWhereMonth() method testOrWhereMonthWithInvalidOperator (line 440) | public function testOrWhereMonthWithInvalidOperator() method testWhereYear (line 462) | public function testWhereYear() method testWhereYearWithInvalidOperator (line 469) | #[DefineEnvironment('defineEnvironmentWouldThrowsPDOException')] method testOrWhereYear (line 486) | public function testOrWhereYear() method testOrWhereYearWithInvalidOperator (line 493) | #[DefineEnvironment('defineEnvironmentWouldThrowsPDOException')] method testWhereTime (line 516) | public function testWhereTime() method testWhereTimeWithInvalidOperator (line 522) | #[DefineEnvironment('defineEnvironmentWouldThrowsPDOException')] method testOrWhereTime (line 539) | public function testOrWhereTime() method testOrWhereTimeWithInvalidOperator (line 545) | #[DefineEnvironment('defineEnvironmentWouldThrowsPDOException')] method testWhereNested (line 568) | public function testWhereNested() method testPaginateWithSpecificColumns (line 577) | public function testPaginateWithSpecificColumns() method testChunkMap (line 588) | public function testChunkMap() method testPluck (line 602) | public function testPluck() method testFetchUsing (line 649) | public function testFetchUsing() method defineEnvironmentWouldThrowsPDOException (line 690) | protected function defineEnvironmentWouldThrowsPDOException($app) FILE: tests/Integration/Database/QueryBuilderUpdateTest.php class QueryBuilderUpdateTest (line 13) | class QueryBuilderUpdateTest extends DatabaseTestCase method afterRefreshingDatabase (line 15) | protected function afterRefreshingDatabase() method testBasicUpdateForJson (line 33) | #[DataProvider('jsonValuesDataProvider')] method testSubqueryUpdate (line 52) | #[RequiresDatabase(['sqlite', 'mysql', 'mariadb'])] method jsonValuesDataProvider (line 94) | public static function jsonValuesDataProvider() FILE: tests/Integration/Database/QueryBuilderWhereLikeTest.php class QueryBuilderWhereLikeTest (line 9) | class QueryBuilderWhereLikeTest extends DatabaseTestCase method afterRefreshingDatabase (line 11) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 20) | protected function destroyDatabaseMigrations() method setUp (line 25) | protected function setUp(): void method testWhereLike (line 38) | public function testWhereLike() method testWhereLikeWithPercentWildcard (line 47) | public function testWhereLikeWithPercentWildcard() method testWhereLikeWithUnderscoreWildcard (line 57) | public function testWhereLikeWithUnderscoreWildcard() method testWhereLikeCaseSensitive (line 65) | public function testWhereLikeCaseSensitive() method testWhereLikeWithPercentWildcardCaseSensitive (line 80) | public function testWhereLikeWithPercentWildcardCaseSensitive() method testWhereLikeWithUnderscoreWildcardCaseSensitive (line 95) | public function testWhereLikeWithUnderscoreWildcardCaseSensitive() FILE: tests/Integration/Database/QueryingWithEnumsTest.php class QueryingWithEnumsTest (line 11) | class QueryingWithEnumsTest extends DatabaseTestCase method afterRefreshingDatabase (line 13) | protected function afterRefreshingDatabase() method testCanQueryWithEnums (line 23) | public function testCanQueryWithEnums() method testCanInsertWithEnums (line 45) | public function testCanInsertWithEnums() FILE: tests/Integration/Database/Queue/BatchableTransactionTest.php class BatchableTransactionTest (line 17) | #[RequiresPhpExtension('pcntl')] method setUp (line 24) | protected function setUp(): void method testItCanHandleTimeoutJob (line 33) | public function testItCanHandleTimeoutJob() FILE: tests/Integration/Database/Queue/Fixtures/TimeOutJobWithNestedTransactions.php class TimeOutJobWithNestedTransactions (line 11) | class TimeOutJobWithNestedTransactions implements ShouldQueue method handle (line 18) | public function handle(): void FILE: tests/Integration/Database/Queue/Fixtures/TimeOutJobWithTransaction.php class TimeOutJobWithTransaction (line 11) | class TimeOutJobWithTransaction implements ShouldQueue method handle (line 18) | public function handle(): void FILE: tests/Integration/Database/Queue/Fixtures/TimeOutNonBatchableJobWithNestedTransactions.php class TimeOutNonBatchableJobWithNestedTransactions (line 10) | class TimeOutNonBatchableJobWithNestedTransactions implements ShouldQueue method handle (line 17) | public function handle(): void FILE: tests/Integration/Database/Queue/Fixtures/TimeOutNonBatchableJobWithTransaction.php class TimeOutNonBatchableJobWithTransaction (line 10) | class TimeOutNonBatchableJobWithTransaction implements ShouldQueue method handle (line 17) | public function handle(): void FILE: tests/Integration/Database/Queue/QueueTransactionTest.php class QueueTransactionTest (line 17) | #[RequiresPhpExtension('pcntl')] method setUp (line 24) | protected function setUp(): void method testItCanHandleTimeoutJob (line 33) | #[DataProvider('timeoutJobs')] method timeoutJobs (line 55) | public static function timeoutJobs(): array FILE: tests/Integration/Database/RefreshCommandTest.php class RefreshCommandTest (line 8) | class RefreshCommandTest extends TestCase method testRefreshWithoutRealpath (line 10) | public function testRefreshWithoutRealpath() method testRefreshWithRealpath (line 21) | public function testRefreshWithRealpath() method migrateRefreshWith (line 31) | private function migrateRefreshWith(array $options) FILE: tests/Integration/Database/SchemaBuilderSchemaNameTest.php class SchemaBuilderSchemaNameTest (line 11) | class SchemaBuilderSchemaNameTest extends DatabaseTestCase method setUp (line 13) | protected function setUp(): void method defineDatabaseMigrations (line 22) | protected function defineDatabaseMigrations() method destroyDatabaseMigrations (line 36) | protected function destroyDatabaseMigrations() method defineEnvironment (line 50) | protected function defineEnvironment($app) method testSchemas (line 63) | #[DataProvider('connectionProvider')] method testCreate (line 82) | #[DataProvider('connectionProvider')] method testRename (line 103) | #[DataProvider('connectionProvider')] method testDrop (line 133) | #[DataProvider('connectionProvider')] method testDropIfExists (line 167) | #[DataProvider('connectionProvider')] method testAddColumns (line 190) | #[DataProvider('connectionProvider')] method testRenameColumns (line 224) | #[DataProvider('connectionProvider')] method testModifyColumns (line 256) | #[DataProvider('connectionProvider')] method testDropColumns (line 297) | #[DataProvider('connectionProvider')] method testIndexes (line 331) | #[DataProvider('connectionProvider')] method testForeignKeys (line 388) | #[DataProvider('connectionProvider')] method testForeignKeysOnSameSchema (line 438) | #[DataProvider('connectionProvider')] method testHasView (line 478) | #[DataProvider('connectionProvider')] method testComment (line 510) | #[DataProvider('connectionProvider')] method testAutoIncrementStartingValue (line 543) | #[DataProvider('connectionProvider')] method testHasTable (line 559) | #[DataProvider('connectionProvider')] method connectionProvider (line 593) | public static function connectionProvider(): array FILE: tests/Integration/Database/SchemaBuilderTest.php class SchemaBuilderTest (line 11) | class SchemaBuilderTest extends DatabaseTestCase method destroyDatabaseMigrations (line 13) | protected function destroyDatabaseMigrations() method testDropAllTables (line 18) | public function testDropAllTables() method testDropAllViews (line 35) | public function testDropAllViews() method testChangeToTinyInteger (line 46) | #[RequiresDatabase('sqlite')] method testChangeToTextColumn (line 62) | #[RequiresDatabase(['mysql', 'mariadb'])] method testChangeTextColumnToTextColumn (line 82) | #[RequiresDatabase(['mysql', 'mariadb'])] method testModifyNullableColumn (line 102) | #[RequiresDatabase(['mysql', 'mariadb'])] method testChangeNullableColumn (line 129) | public function testChangeNullableColumn() method testRenameColumnWithDefault (line 160) | public function testRenameColumnWithDefault() method testModifyColumnWithZeroDefaultOnSqlite (line 180) | #[RequiresDatabase('sqlite')] method testCompoundPrimaryWithAutoIncrement (line 198) | public function testCompoundPrimaryWithAutoIncrement() method testModifyingAutoIncrementColumn (line 215) | public function testModifyingAutoIncrementColumn() method testModifyingColumnToAutoIncrementColumn (line 236) | public function testModifyingColumnToAutoIncrementColumn() method testAddingAutoIncrementColumn (line 257) | public function testAddingAutoIncrementColumn() method testGetTables (line 275) | public function testGetTables() method testHasView (line 301) | public function testHasView() method testGetViews (line 308) | public function testGetViews() method testGetAndDropTypes (line 319) | #[RequiresDatabase('pgsql')] method testGetColumns (line 353) | public function testGetColumns() method testGetColumnsOnView (line 375) | public function testGetColumnsOnView() method testGetIndexes (line 385) | public function testGetIndexes() method testGetUniqueIndexes (line 406) | public function testGetUniqueIndexes() method testGetIndexesWithCompositeKeys (line 432) | public function testGetIndexesWithCompositeKeys() method testGetFullTextIndexes (line 453) | #[RequiresDatabase(['mysql', 'mariadb', 'pgsql'])] method testHasIndexOrder (line 471) | public function testHasIndexOrder() method testGetForeignKeys (line 491) | public function testGetForeignKeys() method testGetCompoundForeignKeys (line 511) | public function testGetCompoundForeignKeys() method testAlteringTableWithForeignKeyConstraintsEnabled (line 538) | public function testAlteringTableWithForeignKeyConstraintsEnabled() method testSystemVersionedTables (line 567) | #[RequiresDatabase('mariadb')] method testAddingStoredColumnOnSqlite (line 581) | #[RequiresDatabase('sqlite')] method testModifyingStoredColumnOnSqlite (line 596) | #[RequiresDatabase('sqlite')] method testGettingGeneratedColumns (line 639) | #[RequiresDatabase('pgsql', '>=18')] method testAddForeignKeysOnSqlite (line 683) | #[RequiresDatabase('sqlite')] method testDropForeignKeysOnSqlite (line 710) | #[RequiresDatabase('sqlite')] method testAddAndDropPrimaryOnSqlite (line 749) | #[RequiresDatabase('sqlite')] method testAddingMacros (line 792) | public function testAddingMacros() FILE: tests/Integration/Database/SqlServer/DatabaseEloquentSqlServerIntegrationTest.php class DatabaseEloquentSqlServerIntegrationTest (line 10) | class DatabaseEloquentSqlServerIntegrationTest extends SqlServerTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 24) | protected function destroyDatabaseMigrations() method testCreateOrFirst (line 29) | public function testCreateOrFirst() method testCreateOrFirstWithinTransaction (line 62) | public function testCreateOrFirstWithinTransaction() class DatabaseEloquentSqlServerIntegrationUser (line 79) | class DatabaseEloquentSqlServerIntegrationUser extends Model FILE: tests/Integration/Database/SqlServer/DatabaseSqlServerConnectionTest.php class DatabaseSqlServerConnectionTest (line 12) | #[RequiresOperatingSystem('Linux|Darwin')] method afterRefreshingDatabase (line 16) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 25) | protected function destroyDatabaseMigrations() method testWhereJsonContainsKey (line 30) | #[DataProvider('jsonContainsKeyDataProvider')] method jsonContainsKeyDataProvider (line 44) | public static function jsonContainsKeyDataProvider() FILE: tests/Integration/Database/SqlServer/DatabaseSqlServerSchemaBuilderTest.php class DatabaseSqlServerSchemaBuilderTest (line 9) | class DatabaseSqlServerSchemaBuilderTest extends SqlServerTestCase method afterRefreshingDatabase (line 11) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 21) | protected function destroyDatabaseMigrations() method testGetTables (line 28) | public function testGetTables() method testColumnListing (line 49) | public function testColumnListing() method testGetViews (line 54) | public function testGetViews() method testGetViewsWhenNoneExist (line 64) | public function testGetViewsWhenNoneExist() method testComputedColumnsListing (line 69) | public function testComputedColumnsListing() method testCreateIndexesOnline (line 77) | public function testCreateIndexesOnline() FILE: tests/Integration/Database/SqlServer/EscapeTest.php class EscapeTest (line 7) | class EscapeTest extends SqlServerTestCase method testEscapeInt (line 9) | public function testEscapeInt() method testEscapeFloat (line 15) | public function testEscapeFloat() method testEscapeBool (line 21) | public function testEscapeBool() method testEscapeNull (line 27) | public function testEscapeNull() method testEscapeBinary (line 33) | public function testEscapeBinary() method testEscapeString (line 38) | public function testEscapeString() method testEscapeStringInvalidUtf8 (line 47) | public function testEscapeStringInvalidUtf8() method testEscapeStringNullByte (line 54) | public function testEscapeStringNullByte() method testEscapeArray (line 61) | public function testEscapeArray() FILE: tests/Integration/Database/SqlServer/JoinLateralTest.php class JoinLateralTest (line 10) | class JoinLateralTest extends SqlServerTestCase method afterRefreshingDatabase (line 12) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 27) | protected function destroyDatabaseMigrations() method setUp (line 33) | protected function setUp(): void method testJoinLateral (line 49) | public function testJoinLateral() method testLeftJoinLateral (line 74) | public function testLeftJoinLateral() FILE: tests/Integration/Database/SqlServer/SqlServerTestCase.php class SqlServerTestCase (line 8) | #[RequiresDatabase('sqlsrv')] FILE: tests/Integration/Database/Sqlite/ConnectorTest.php class ConnectorTest (line 10) | #[RequiresDatabase('sqlite')] method defineDatabaseMigrations (line 15) | protected function defineDatabaseMigrations() method destroyDatabaseMigrations (line 20) | protected function destroyDatabaseMigrations() method testConnectionConfigurations (line 25) | public function testConnectionConfigurations() FILE: tests/Integration/Database/Sqlite/Console/MigrateFreshCommandWithJournalModeWalTest.php class MigrateFreshCommandWithJournalModeWalTest (line 15) | #[RequiresDatabase('sqlite')] method setUp (line 20) | #[\Override] method testRunningMigrateFreshCommandWithWalJournalMode (line 37) | public function testRunningMigrateFreshCommandWithWalJournalMode() FILE: tests/Integration/Database/Sqlite/DatabaseSchemaBlueprintTest.php class DatabaseSchemaBlueprintTest (line 13) | #[RequiresDatabase('sqlite')] method defineEnvironment (line 16) | protected function defineEnvironment($app) method testRenamingAndChangingColumnsWork (line 23) | public function testRenamingAndChangingColumnsWork() method testRenamingColumnsWorks (line 48) | public function testRenamingColumnsWorks() method testNativeColumnModifyingOnPostgreSql (line 67) | public function testNativeColumnModifyingOnPostgreSql() method testNativeColumnModifyingOnSqlServer (line 136) | public function testNativeColumnModifyingOnSqlServer() method testChangingColumnWithCollationWorks (line 168) | public function testChangingColumnWithCollationWorks() method testChangingCharColumnsWork (line 205) | public function testChangingCharColumnsWork() method testChangingPrimaryAutoincrementColumnsToNonAutoincrementColumnsWork (line 227) | public function testChangingPrimaryAutoincrementColumnsToNonAutoincrem... method testChangingDoubleColumnsWork (line 249) | public function testChangingDoubleColumnsWork() method testChangingColumnsWithDefaultWorks (line 271) | public function testChangingColumnsWithDefaultWorks() method testRenameIndexWorks (line 296) | public function testRenameIndexWorks() method testAddUniqueIndexWithoutNameWorks (line 338) | public function testAddUniqueIndexWithoutNameWorks() method testAddUniqueIndexWithNameWorks (line 384) | public function testAddUniqueIndexWithNameWorks() method testAddColumnNamedCreateWorks (line 430) | public function testAddColumnNamedCreateWorks() method testDropIndexOnColumnChangeWorks (line 443) | public function testDropIndexOnColumnChangeWorks() method testItDoesNotSetPrecisionHigherThanSupportedWhenRenamingTimestamps (line 476) | public function testItDoesNotSetPrecisionHigherThanSupportedWhenRenami... method testItEnsuresDroppingForeignKeyIsAvailable (line 497) | public function testItEnsuresDroppingForeignKeyIsAvailable() method getBlueprint (line 507) | protected function getBlueprint( FILE: tests/Integration/Database/Sqlite/DatabaseSchemaBuilderTest.php class DatabaseSchemaBuilderTest (line 12) | #[RequiresDatabase('sqlite')] method defineEnvironment (line 15) | protected function defineEnvironment($app) method testDropAllTablesWorksWithForeignKeys (line 33) | public function testDropAllTablesWorksWithForeignKeys() method testHasColumnAndIndexWithPrefixIndexDisabled (line 55) | public function testHasColumnAndIndexWithPrefixIndexDisabled() method testHasColumnAndIndexWithPrefixIndexEnabled (line 69) | public function testHasColumnAndIndexWithPrefixIndexEnabled() method testAlterTableAddForeignKeyWithPrefix (line 83) | public function testAlterTableAddForeignKeyWithPrefix() method testAlterTableAddForeignKeyWithExpressionDefault (line 115) | public function testAlterTableAddForeignKeyWithExpressionDefault() FILE: tests/Integration/Database/Sqlite/DatabaseSqliteConnectionTest.php class DatabaseSqliteConnectionTest (line 12) | #[RequiresDatabase('sqlite')] method defineEnvironment (line 15) | protected function defineEnvironment($app) method afterRefreshingDatabase (line 28) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 37) | protected function destroyDatabaseMigrations() method testWhereJsonContainsKey (line 42) | #[DataProvider('jsonContainsKeyDataProvider')] method jsonContainsKeyDataProvider (line 56) | public static function jsonContainsKeyDataProvider() FILE: tests/Integration/Database/Sqlite/DatabaseSqliteSchemaBuilderTest.php class DatabaseSqliteSchemaBuilderTest (line 11) | #[RequiresDatabase('sqlite')] method defineEnvironment (line 14) | protected function defineEnvironment($app) method afterRefreshingDatabase (line 27) | protected function afterRefreshingDatabase() method destroyDatabaseMigrations (line 37) | protected function destroyDatabaseMigrations() method testGetTablesAndColumnListing (line 42) | public function testGetTablesAndColumnListing() method testGetViews (line 64) | public function testGetViews() method testGetRawIndex (line 84) | public function testGetRawIndex() FILE: tests/Integration/Database/Sqlite/EloquentModelConnectionsTest.php class EloquentModelConnectionsTest (line 12) | #[RequiresDatabase('sqlite')] method defineEnvironment (line 15) | protected function defineEnvironment($app) method defineDatabaseMigrations (line 32) | protected function defineDatabaseMigrations() method testChildObeysParentConnection (line 57) | public function testChildObeysParentConnection() method testChildUsesItsOwnConnectionIfSet (line 74) | public function testChildUsesItsOwnConnectionIfSet() method testChildUsesItsOwnConnectionIfSetEvenIfParentExplicitConnection (line 85) | public function testChildUsesItsOwnConnectionIfSetEvenIfParentExplicit... class ParentModel (line 96) | class ParentModel extends Model method children (line 102) | public function children() method childrenDefaultConn2 (line 107) | public function childrenDefaultConn2() class ChildModel (line 113) | class ChildModel extends Model method parent (line 119) | public function parent() class ChildModelDefaultConn2 (line 125) | class ChildModelDefaultConn2 extends Model method parent (line 132) | public function parent() FILE: tests/Integration/Database/Sqlite/EscapeTest.php class EscapeTest (line 9) | #[RequiresDatabase('sqlite')] method defineEnvironment (line 12) | protected function defineEnvironment($app) method testEscapeInt (line 25) | public function testEscapeInt() method testEscapeFloat (line 31) | public function testEscapeFloat() method testEscapeBool (line 37) | public function testEscapeBool() method testEscapeNull (line 43) | public function testEscapeNull() method testEscapeBinary (line 49) | public function testEscapeBinary() method testEscapeString (line 54) | public function testEscapeString() method testEscapeStringInvalidUtf8 (line 63) | public function testEscapeStringInvalidUtf8() method testEscapeStringNullByte (line 70) | public function testEscapeStringNullByte() method testEscapeArray (line 77) | public function testEscapeArray() FILE: tests/Integration/Database/Sqlite/SchemaBuilderSchemaNameTest.php class SchemaBuilderSchemaNameTest (line 7) | #[RequiresDatabase('sqlite')] FILE: tests/Integration/Database/Sqlite/SchemaStateTest.php class SchemaStateTest (line 13) | #[RequiresDatabase('sqlite')] method setUp (line 22) | protected function setUp(): void method tearDown (line 29) | protected function tearDown(): void method testSchemaDumpOnSqlite (line 36) | #[RequiresOperatingSystem('Linux|Darwin')] FILE: tests/Integration/Database/TimestampTypeTest.php class TimestampTypeTest (line 9) | class TimestampTypeTest extends DatabaseTestCase method testChangeDatetimeColumnToTimestampColumn (line 11) | public function testChangeDatetimeColumnToTimestampColumn() method testChangeTimestampColumnToDatetimeColumn (line 32) | public function testChangeTimestampColumnToDatetimeColumn() method testChangeStringColumnToTimestampColumn (line 53) | #[RequiresDatabase(['mysql', 'mariadb'])] FILE: tests/Integration/Database/stubs/2014_10_12_000000_create_members_table.php class CreateMembersTable (line 7) | class CreateMembersTable extends Migration method up (line 14) | public function up() method down (line 31) | public function down() FILE: tests/Integration/Database/stubs/2014_10_13_000000_skipped_migration.php method shouldRun (line 9) | public function shouldRun(): bool method up (line 19) | public function up(): void method down (line 31) | public function down(): void FILE: tests/Integration/Encryption/EncryptionTest.php class EncryptionTest (line 10) | #[WithConfig('app.key', 'base64:IUHRqAQ99pZ0A1MPjbuv1D6ff3jxv0GIvS2qIW4J... method testEncryptionProviderBind (line 13) | public function testEncryptionProviderBind() method testEncryptionWillNotBeInstantiableWhenMissingAppKey (line 18) | public function testEncryptionWillNotBeInstantiableWhenMissingAppKey() FILE: tests/Integration/Events/DeferEventsTest.php class DeferEventsTest (line 9) | class DeferEventsTest extends TestCase method testDeferEvents (line 11) | public function testDeferEvents() method testDeferModelEvents (line 31) | public function testDeferModelEvents() method testDeferMultipleModelEvents (line 52) | public function testDeferMultipleModelEvents() method testDeferSpecificModelEvents (line 81) | public function testDeferSpecificModelEvents() class TestModel (line 108) | class TestModel extends Model method fireModelEvent (line 110) | public function fireModelEvent($event, $halt = true) class AnotherTestModel (line 116) | class AnotherTestModel extends Model method fireModelEvent (line 118) | public function fireModelEvent($event, $halt = true) class DeferTestEvent (line 124) | class DeferTestEvent class AnotherDeferTestEvent (line 128) | class AnotherDeferTestEvent FILE: tests/Integration/Events/EventFakeTest.php class EventFakeTest (line 18) | class EventFakeTest extends TestCase method afterRefreshingDatabase (line 22) | protected function afterRefreshingDatabase() method beforeRefreshingDatabase (line 32) | protected function beforeRefreshingDatabase() method testNonFakedEventGetsProperlyDispatched (line 37) | public function testNonFakedEventGetsProperlyDispatched() method testNonFakedEventGetsProperlyDispatchedAndReturnsResponses (line 51) | public function testNonFakedEventGetsProperlyDispatchedAndReturnsRespo... method testNonFakedEventGetsProperlyDispatchedAndCancelsFutureListeners (line 69) | public function testNonFakedEventGetsProperlyDispatchedAndCancelsFutur... method testNonFakedHaltedEventGetsProperlyDispatchedAndReturnsResponse (line 87) | public function testNonFakedHaltedEventGetsProperlyDispatchedAndReturn... method testFakeExceptAllowsGivenEventToBeDispatched (line 105) | public function testFakeExceptAllowsGivenEventToBeDispatched() method testFakeExceptAllowsGivenEventsToBeDispatched (line 114) | public function testFakeExceptAllowsGivenEventsToBeDispatched() method testEventsListedInExceptAreProperlyDispatched (line 128) | public function testEventsListedInExceptAreProperlyDispatched() method testAssertListening (line 144) | public function testAssertListening() method testMissingMethodsAreForwarded (line 182) | public function testMissingMethodsAreForwarded() method testShouldDispatchAfterCommitEventsAreNotDispatchedIfTransactionFails (line 189) | public function testShouldDispatchAfterCommitEventsAreNotDispatchedIfT... method testShouldDispatchAfterCommitEventsAreDispatchedIfTransactionSucceeds (line 205) | public function testShouldDispatchAfterCommitEventsAreDispatchedIfTran... method testShouldDispatchAfterCommitEventsAreDispatchedIfThereIsNoTransaction (line 216) | public function testShouldDispatchAfterCommitEventsAreDispatchedIfTher... method testAssertNothingDispatchedShouldDispatchAfterCommit (line 224) | public function testAssertNothingDispatchedShouldDispatchAfterCommit() class Post (line 241) | class Post extends Model method save (line 245) | public function save(array $options = []) class NonImportantEvent (line 253) | class NonImportantEvent class PostEventSubscriber (line 258) | class PostEventSubscriber method handlePostCreated (line 260) | public function handlePostCreated($event) method handlePostDeleted (line 264) | public function handlePostDeleted($event) method subscribe (line 268) | public function subscribe($events) class PostAutoEventSubscriber (line 282) | class PostAutoEventSubscriber method handle (line 284) | public function handle($event) class PostObserver (line 290) | class PostObserver method saving (line 292) | public function saving(Post $post) class InvokableEventSubscriber (line 298) | class InvokableEventSubscriber method __invoke (line 300) | public function __invoke($event) class ShouldDispatchAfterCommitEvent (line 306) | class ShouldDispatchAfterCommitEvent implements ShouldDispatchAfterCommit FILE: tests/Integration/Events/ListenerTest.php class ListenerTest (line 10) | class ListenerTest extends TestCase method tearDown (line 12) | protected function tearDown(): void method testClassListenerRunsNormallyIfNoTransactions (line 20) | public function testClassListenerRunsNormallyIfNoTransactions() method testClassListenerDoesntRunInsideTransaction (line 36) | public function testClassListenerDoesntRunInsideTransaction() class ListenerTestEvent (line 53) | class ListenerTestEvent class ListenerTestListener (line 58) | class ListenerTestListener method handle (line 62) | public function handle() class ListenerTestListenerAfterCommit (line 68) | class ListenerTestListenerAfterCommit method handle (line 74) | public function handle() FILE: tests/Integration/Events/QueuedClosureListenerTest.php class QueuedClosureListenerTest (line 12) | class QueuedClosureListenerTest extends TestCase method testAnonymousQueuedListenerIsQueued (line 14) | public function testAnonymousQueuedListenerIsQueued() method testAnonymousQueuedListenerIsQueuedOnMessageGroup (line 31) | public function testAnonymousQueuedListenerIsQueuedOnMessageGroup() method testAnonymousQueuedListenerIsQueuedWithDeduplicator (line 50) | public function testAnonymousQueuedListenerIsQueuedWithDeduplicator() class TestEvent (line 72) | class TestEvent FILE: tests/Integration/Events/ShouldDispatchAfterCommitEventTest.php class ShouldDispatchAfterCommitEventTest (line 10) | class ShouldDispatchAfterCommitEventTest extends TestCase method tearDown (line 12) | protected function tearDown(): void method testEventIsDispatchedIfThereIsNoTransaction (line 21) | public function testEventIsDispatchedIfThereIsNoTransaction() method testEventIsNotDispatchedIfTransactionFails (line 30) | public function testEventIsNotDispatchedIfTransactionFails() method testEventIsDispatchedIfTransactionSucceeds (line 46) | public function testEventIsDispatchedIfTransactionSucceeds() method testItHandlesNestedTransactions (line 57) | public function testItHandlesNestedTransactions() method testItOnlyDispatchesNestedTransactionsEventsAfterTheRootTransactionIsCommitted (line 84) | public function testItOnlyDispatchesNestedTransactionsEventsAfterTheRo... method testItOnlyDispatchesNestedTransactionsEventsAfterTheRootTransactionIsCommittedDifferentOrder (line 108) | public function testItOnlyDispatchesNestedTransactionsEventsAfterTheRo... method testItDoesNotDispatchAfterCommitEventsImmediatelyIfASiblingTransactionIsCommittedFirst (line 133) | public function testItDoesNotDispatchAfterCommitEventsImmediatelyIfASi... method testChildEventsAreNotDispatchedIfParentTransactionFails (line 149) | public function testChildEventsAreNotDispatchedIfParentTransactionFails() method testItHandlesNestedTransactionsWhereTheSecondOneFails (line 173) | public function testItHandlesNestedTransactionsWhereTheSecondOneFails() method testChildCallbacksShouldNotBeDispatchedIfTheirParentFails (line 197) | public function testChildCallbacksShouldNotBeDispatchedIfTheirParentFa... method testItHandlesFailuresWithTransactionsTwoLevelsHigher (line 218) | public function testItHandlesFailuresWithTransactionsTwoLevelsHigher() method testCommittedTransactionThatWasDeeplyNestedIsRemovedIfTopLevelFails (line 243) | public function testCommittedTransactionThatWasDeeplyNestedIsRemovedIf... class TransactionUnawareTestEvent (line 266) | class TransactionUnawareTestEvent class ShouldDispatchAfterCommitTestEvent (line 271) | class ShouldDispatchAfterCommitTestEvent implements ShouldDispatchAfterC... class AnotherShouldDispatchAfterCommitTestEvent (line 276) | class AnotherShouldDispatchAfterCommitTestEvent implements ShouldDispatc... class ShouldDispatchAfterCommitListener (line 281) | class ShouldDispatchAfterCommitListener method handle (line 283) | public function handle(object $event) class AnotherShouldDispatchAfterCommitListener (line 289) | class AnotherShouldDispatchAfterCommitListener method handle (line 291) | public function handle(object $event) FILE: tests/Integration/Filesystem/FilesystemServiceProviderTest.php class FilesystemServiceProviderTest (line 9) | class FilesystemServiceProviderTest extends TestCase method test_it_throws_when_served_disks_have_conflicting_uris (line 11) | public function test_it_throws_when_served_disks_have_conflicting_uris... method test_served_disks_with_unique_urls_do_not_conflict (line 32) | public function test_served_disks_with_unique_urls_do_not_conflict(): ... FILE: tests/Integration/Filesystem/FilesystemTest.php class FilesystemTest (line 11) | #[RequiresOperatingSystem('Linux|Darwin')] method setUp (line 16) | protected function setUp(): void method testItCanDeleteViaFilesystemShouldUpdatesFileExists (line 32) | public function testItCanDeleteViaFilesystemShouldUpdatesFileExists() method testItCanDeleteViaFilesystemRequiresManualClearStatCacheOnFileExistsFromDifferentProcess (line 42) | public function testItCanDeleteViaFilesystemRequiresManualClearStatCac... method testItCanDeleteViaFilesystemShouldUpdatesIsFile (line 53) | public function testItCanDeleteViaFilesystemShouldUpdatesIsFile() method testItCanDeleteViaFilesystemRequiresManualClearStatCacheOnIsFileFromDifferentProcess (line 63) | public function testItCanDeleteViaFilesystemRequiresManualClearStatCac... method testItCanDeleteDirectoryViaFilesystem (line 74) | public function testItCanDeleteDirectoryViaFilesystem() method testSharedGetReadsEntireStreamEvenWhenReadIsPartial (line 87) | public function testSharedGetReadsEntireStreamEvenWhenReadIsPartial():... method tearDown (line 104) | protected function tearDown(): void class PartialReadStreamWrapper (line 114) | class PartialReadStreamWrapper method setData (line 123) | public static function setData(string $data): void method stream_open (line 128) | public function stream_open($path, $mode, $options, &$opened_path): bool method stream_read (line 135) | public function stream_read($count): string method stream_eof (line 146) | public function stream_eof(): bool method stream_stat (line 151) | public function stream_stat(): array method url_stat (line 156) | public function url_stat($path, $flags): array method stream_lock (line 167) | public function stream_lock($operation): bool FILE: tests/Integration/Filesystem/ReceiveFileTest.php class ReceiveFileTest (line 10) | #[WithConfig('filesystems.disks.local.serve', true)] method setUp (line 13) | protected function setUp(): void method testItCanReceiveAFile (line 22) | public function testItCanReceiveAFile() method testItWill403OnWrongSignature (line 32) | public function testItWill403OnWrongSignature() method testItWill403OnExpiredUrl (line 44) | public function testItWill403OnExpiredUrl() method testDownloadUrlCannotBeUsedForUpload (line 54) | public function testDownloadUrlCannotBeUsedForUpload() method testUploadUrlCannotBeUsedForDownload (line 66) | public function testUploadUrlCannotBeUsedForDownload() FILE: tests/Integration/Filesystem/ServeFileTest.php class ServeFileTest (line 10) | #[WithConfig('filesystems.disks.local.serve', true)] method setUp (line 13) | protected function setUp(): void method testItCanServeAnExistingFile (line 26) | public function testItCanServeAnExistingFile() method testItWill404OnMissingFile (line 35) | public function testItWill404OnMissingFile() method testItWill403OnWrongSignature (line 44) | public function testItWill403OnWrongSignature() FILE: tests/Integration/Filesystem/StorageTest.php class StorageTest (line 11) | #[RequiresOperatingSystem('Linux|Darwin')] method setUp (line 16) | protected function setUp(): void method testItCanDeleteViaStorage (line 32) | public function testItCanDeleteViaStorage() method testItCanDeleteViaFilesystemShouldUpdatesStorage (line 43) | public function testItCanDeleteViaFilesystemShouldUpdatesStorage() method testItCanDeleteViaFilesystemRequiresManualClearStatCacheOnStorageFromDifferentProcess (line 54) | public function testItCanDeleteViaFilesystemRequiresManualClearStatCac... method testConditionable (line 66) | public function testConditionable() method testItCanDeleteDirectoryViaStorage (line 82) | public function testItCanDeleteDirectoryViaStorage() FILE: tests/Integration/Foundation/CloudTest.php class CloudTest (line 9) | class CloudTest extends TestCase method test_it_can_resolve_core_container_aliases (line 11) | #[WithConfig('database.connections.pgsql', ['host' => 'test-pooler.pg.... method test_it_can_configure_disks (line 23) | public function test_it_can_configure_disks() method test_it_respects_log_levels (line 56) | public function test_it_respects_log_levels() FILE: tests/Integration/Foundation/Configuration/WithScheduleTest.php class WithScheduleTest (line 10) | class WithScheduleTest extends TestCase method setUp (line 12) | protected function setUp(): void method resolveApplication (line 20) | protected function resolveApplication() method testDisplaySchedule (line 30) | public function testDisplaySchedule() FILE: tests/Integration/Foundation/Console/AboutCommandTest.php class AboutCommandTest (line 11) | class AboutCommandTest extends TestCase method testItCanDisplayAboutCommandAsJson (line 13) | public function testItCanDisplayAboutCommandAsJson() method testItRespectsCustomPathForCompiledViews (line 45) | #[WithEnv('VIEW_COMPILED_PATH', __DIR__.'/../../View/templates')] FILE: tests/Integration/Foundation/Console/ClosureCommandTest.php class ClosureCommandTest (line 8) | class ClosureCommandTest extends TestCase method defineEnvironment (line 11) | #[\Override] method testItCanRunClosureCommand (line 19) | public function testItCanRunClosureCommand() FILE: tests/Integration/Foundation/Console/ConfigCacheCommandTest.php class ConfigCacheCommandTest (line 10) | class ConfigCacheCommandTest extends TestCase method setUp (line 19) | protected function setUp(): void method testConfigurationCanBeCachedSuccessfully (line 34) | public function testConfigurationCanBeCachedSuccessfully() method testConfigurationCacheFailsWithNonSerializableValue (line 60) | public function testConfigurationCacheFailsWithNonSerializableValue() method testConfigurationCacheFailsWithNestedNonSerializableValue (line 80) | public function testConfigurationCacheFailsWithNestedNonSerializableVa... method testConfigurationCacheIsDeletedWhenSerializationFails (line 104) | public function testConfigurationCacheIsDeletedWhenSerializationFails() FILE: tests/Integration/Foundation/Console/ConfigPublishCommandTest.php class ConfigPublishCommandTest (line 13) | class ConfigPublishCommandTest extends TestCase method setUp (line 21) | #[\Override] method resolveApplicationConfiguration (line 37) | #[\Override] method testItCanPublishConfigFilesWhenConfiguredWithDontMergeFrameworkConfiguration (line 49) | public function testItCanPublishConfigFilesWhenConfiguredWithDontMerge... FILE: tests/Integration/Foundation/Console/OptimizeClearCommandTest.php class OptimizeClearCommandTest (line 9) | class OptimizeClearCommandTest extends TestCase method getPackageProviders (line 11) | protected function getPackageProviders($app): array method testCanListenToOptimizingEvent (line 16) | public function testCanListenToOptimizingEvent(): void method testCanExcludeCommandsByKey (line 25) | public function testCanExcludeCommandsByKey(): void method testCanExcludeCommandsByCommand (line 32) | public function testCanExcludeCommandsByCommand(): void class ServiceProviderWithOptimizeClear (line 40) | class ServiceProviderWithOptimizeClear extends ServiceProvider method boot (line 42) | public function boot(): void FILE: tests/Integration/Foundation/Console/OptimizeCommandTest.php class OptimizeCommandTest (line 10) | class OptimizeCommandTest extends TestCase method getPackageProviders (line 20) | protected function getPackageProviders($app): array method testCanListenToOptimizingEvent (line 25) | public function testCanListenToOptimizingEvent(): void method testCanExcludeCommandsByKey (line 34) | public function testCanExcludeCommandsByKey(): void method testCanExcludeCommandsByCommand (line 41) | public function testCanExcludeCommandsByCommand(): void class ServiceProviderWithOptimize (line 49) | class ServiceProviderWithOptimize extends ServiceProvider method boot (line 51) | public function boot(): void FILE: tests/Integration/Foundation/CoreContainerAliasesTest.php class CoreContainerAliasesTest (line 9) | class CoreContainerAliasesTest extends TestCase method testItCanResolveCoreContainerAliases (line 11) | public function testItCanResolveCoreContainerAliases() FILE: tests/Integration/Foundation/DiscoverEventsTest.php class DiscoverEventsTest (line 16) | class DiscoverEventsTest extends TestCase method tearDown (line 18) | protected function tearDown(): void method testEventsCanBeDiscovered (line 25) | public function testEventsCanBeDiscovered() method testUnionEventsCanBeDiscovered (line 44) | public function testUnionEventsCanBeDiscovered() method testMultipleDirectoriesCanBeDiscovered (line 60) | public function testMultipleDirectoriesCanBeDiscovered(): void method testNoExceptionForEmptyDirectories (line 80) | public function testNoExceptionForEmptyDirectories(): void method testEventsCanBeDiscoveredUsingCustomClassNameGuessing (line 87) | public function testEventsCanBeDiscoveredUsingCustomClassNameGuessing() FILE: tests/Integration/Foundation/ExceptionHandlerTest.php class ExceptionHandlerTest (line 25) | class ExceptionHandlerTest extends TestCase method resolveApplicationExceptionHandler (line 33) | protected function resolveApplicationExceptionHandler($app) method testItRendersAuthorizationExceptions (line 38) | public function testItRendersAuthorizationExceptions() method testItDoesntReportExceptionsWithShouldntReportInterface (line 55) | public function testItDoesntReportExceptionsWithShouldntReportInterface() method testItRendersAuthorizationExceptionsWithCustomStatusCode (line 80) | public function testItRendersAuthorizationExceptionsWithCustomStatusCo... method testItRendersAuthorizationExceptionsWithStatusCodeTextWhenNoMessageIsSet (line 97) | public function testItRendersAuthorizationExceptionsWithStatusCodeText... method testItRendersAuthorizationExceptionsWithStatusButWithoutResponse (line 128) | public function testItRendersAuthorizationExceptionsWithStatusButWitho... method testItHasFallbackErrorMessageForUnknownStatusCodes (line 145) | public function testItHasFallbackErrorMessageForUnknownStatusCodes() method testItReturns400CodeOnMalformedRequests (line 162) | public function testItReturns400CodeOnMalformedRequests() method testItReturnsNonZeroExitCodesForUncaughtExceptions (line 177) | #[DataProvider('exitCodesProvider')] method exitCodesProvider (line 201) | public static function exitCodesProvider() method test_it_handles_malformed_error_views_in_production (line 207) | public function test_it_handles_malformed_error_views_in_production() method test_it_handles_malformed_error_views_in_development (line 228) | public function test_it_handles_malformed_error_views_in_development() method test_it_use_custom_json_response_factory_in_exception_handler (line 249) | public function test_it_use_custom_json_response_factory_in_exception_... method test_it_reports_request_exceptions (line 289) | public function test_it_reports_request_exceptions() FILE: tests/Integration/Foundation/Exceptions/RenderBladeFilesTest.php class RenderBladeFilesTest (line 11) | #[WithConfig('app.debug', true)] method defineEnvironment (line 14) | protected function defineEnvironment($app) method testFormattedSourceTooltipRendersMultilineSafely (line 21) | public function testFormattedSourceTooltipRendersMultilineSafely(): void method testQueryTooltipRendersMultilineSafely (line 54) | public function testQueryTooltipRendersMultilineSafely(): void method testRequestHeaderTooltipRendersMultilineSafely (line 67) | public function testRequestHeaderTooltipRendersMultilineSafely(): void method testRoutingTooltipRendersMultilineSafely (line 80) | public function testRoutingTooltipRendersMultilineSafely(): void FILE: tests/Integration/Foundation/Exceptions/RendererTest.php class RendererTest (line 15) | class RendererTest extends TestCase method defineRoutes (line 17) | protected function defineRoutes($router) method testItCanRenderExceptionPage (line 31) | #[WithConfig('app.debug', true)] method testItCanRenderExceptionPageUsingSymfonyIfRendererIsNotDefined (line 42) | #[WithConfig('app.debug', false)] method testItCanRenderExceptionPageWithRendererWhenDebugEnabled (line 55) | #[WithConfig('app.debug', true)] method testItDoesNotRenderExceptionPageWithRendererWhenDebugDisabled (line 75) | #[WithConfig('app.debug', false)] method testItDoesNotRegisterListenersWhenDebugDisabled (line 95) | #[WithConfig('app.debug', false)] method testItDoesNotRegisterListenersWhenRendererBound (line 111) | #[WithConfig('app.debug', true)] method testItRegistersListenersWhenRendererNotBound (line 136) | #[WithConfig('app.debug', true)] method testItRendersPreviousExceptions (line 152) | #[WithConfig('app.debug', true)] method testItExcludesDecorativeAsciiArtInNonBrowserContexts (line 168) | #[WithConfig('app.debug', true)] FILE: tests/Integration/Foundation/Fixtures/Console/ThrowExceptionCommand.php class ThrowExceptionCommand (line 8) | class ThrowExceptionCommand extends Command method handle (line 12) | public function handle() FILE: tests/Integration/Foundation/Fixtures/EventDiscovery/Events/EventOne.php class EventOne (line 5) | class EventOne FILE: tests/Integration/Foundation/Fixtures/EventDiscovery/Events/EventTwo.php class EventTwo (line 5) | class EventTwo FILE: tests/Integration/Foundation/Fixtures/EventDiscovery/Listeners/AbstractListener.php class AbstractListener (line 7) | abstract class AbstractListener method handle (line 9) | abstract public function handle(EventOne $event); FILE: tests/Integration/Foundation/Fixtures/EventDiscovery/Listeners/Listener.php class Listener (line 8) | class Listener method handle (line 10) | public function handle(EventOne $event) method handleEventOne (line 15) | public function handleEventOne(EventOne $event) method handleEventTwo (line 20) | public function handleEventTwo(EventTwo $event) FILE: tests/Integration/Foundation/Fixtures/EventDiscovery/Listeners/ListenerInterface.php type ListenerInterface (line 7) | interface ListenerInterface method handle (line 9) | public function handle(EventOne $event); FILE: tests/Integration/Foundation/Fixtures/EventDiscovery/UnionListeners/UnionListener.php class UnionListener (line 8) | class UnionListener method handle (line 10) | public function handle(EventOne|EventTwo $event) FILE: tests/Integration/Foundation/Fixtures/Logs/ThrowExceptionLogHandler.php class ThrowExceptionLogHandler (line 8) | class ThrowExceptionLogHandler extends AbstractProcessingHandler method write (line 10) | protected function write(array $record): void FILE: tests/Integration/Foundation/Fixtures/Providers/ThrowExceptionServiceProvider.php class ThrowExceptionServiceProvider (line 9) | class ThrowExceptionServiceProvider extends ServiceProvider method boot (line 11) | public function boot() FILE: tests/Integration/Foundation/Fixtures/Providers/ThrowUncaughtExceptionServiceProvider.php class ThrowUncaughtExceptionServiceProvider (line 10) | class ThrowUncaughtExceptionServiceProvider extends ServiceProvider method register (line 12) | public function register() method boot (line 24) | public function boot() FILE: tests/Integration/Foundation/FoundationHelpersTest.php class FoundationHelpersTest (line 12) | class FoundationHelpersTest extends TestCase method testRescue (line 14) | public function testRescue() method testMixReportsExceptionWhenAssetIsMissingFromManifest (line 55) | public function testMixReportsExceptionWhenAssetIsMissingFromManifest() method testMixSilentlyFailsWhenAssetIsMissingFromManifestWhenNotInDebugMode (line 69) | #[WithConfig('app.debug', false)] method testMixThrowsExceptionWhenAssetIsMissingFromManifestWhenInDebugMode (line 81) | #[WithConfig('app.debug', true)] method testMixOnlyThrowsAndReportsOneExceptionWhenAssetIsMissingFromManifestWhenInDebugMode (line 98) | #[WithConfig('app.debug', true)] method testFakeReturnsSameInstance (line 117) | public function testFakeReturnsSameInstance() method testFakeUsesLocale (line 125) | public function testFakeUsesLocale() method makeManifest (line 147) | protected function makeManifest($directory = '') class FakeHandler (line 165) | class FakeHandler method report (line 169) | public function report($exception) method render (line 174) | public function render($exception) FILE: tests/Integration/Foundation/FoundationServiceProvidersTest.php class FoundationServiceProvidersTest (line 8) | class FoundationServiceProvidersTest extends TestCase method getPackageProviders (line 10) | protected function getPackageProviders($app) method testItCanBootServiceProviderRegisteredFromAnotherServiceProvider (line 15) | public function testItCanBootServiceProviderRegisteredFromAnotherServi... class HeadServiceProvider (line 22) | class HeadServiceProvider extends ServiceProvider method register (line 24) | public function register() method boot (line 29) | public function boot() class TailServiceProvider (line 35) | class TailServiceProvider extends ServiceProvider method register (line 37) | public function register() method boot (line 42) | public function boot() FILE: tests/Integration/Foundation/MaintenanceModeTest.php class MaintenanceModeTest (line 19) | class MaintenanceModeTest extends TestCase method setUp (line 21) | protected function setUp(): void method testBasicMaintenanceModeResponse (line 30) | public function testBasicMaintenanceModeResponse() method testMaintenanceModeCanHaveCustomStatus (line 48) | public function testMaintenanceModeCanHaveCustomStatus() method testMaintenanceModeCanHaveCustomTemplate (line 65) | public function testMaintenanceModeCanHaveCustomTemplate() method testMaintenanceModeCanRedirectWithBypassCookie (line 83) | public function testMaintenanceModeCanRedirectWithBypassCookie() method testMaintenanceModeCanBeBypassedWithValidCookie (line 101) | public function testMaintenanceModeCanBeBypassedWithValidCookie() method testMaintenanceModeCanBeBypassedOnExcludedUrls (line 122) | public function testMaintenanceModeCanBeBypassedOnExcludedUrls() method testMaintenanceModeCantBeBypassedWithInvalidCookie (line 141) | public function testMaintenanceModeCantBeBypassedWithInvalidCookie() method testCanCreateBypassCookies (line 161) | public function testCanCreateBypassCookies() method testDispatchEventWhenMaintenanceModeIsEnabled (line 175) | public function testDispatchEventWhenMaintenanceModeIsEnabled() method testDispatchEventWhenMaintenanceModeIsDisabled (line 184) | public function testDispatchEventWhenMaintenanceModeIsDisabled() method testMaintenanceModeRetryCanAcceptDatetime (line 198) | #[DataProvider('retryAfterDatetimeProvider')] method retryAfterDatetimeProvider (line 213) | public static function retryAfterDatetimeProvider(): array method testMaintenanceModeRetryWithHttpDateHeader (line 222) | public function testMaintenanceModeRetryWithHttpDateHeader(): void method testMaintenanceModeRetryWithInvalidDatetimeReturnsNull (line 239) | public function testMaintenanceModeRetryWithInvalidDatetimeReturnsNull... method testMaintenanceModeRetryWithAtTimestampNotation (line 248) | public function testMaintenanceModeRetryWithAtTimestampNotation(): void method testMaintenanceModeCanBeRefreshedWithNewOptions (line 260) | public function testMaintenanceModeCanBeRefreshedWithNewOptions() method testMaintenanceModeRespectsBootstrapConfiguredExcludedPaths (line 275) | public function testMaintenanceModeRespectsBootstrapConfiguredExcluded... FILE: tests/Integration/Foundation/RoutingServiceProviderTest.php class RoutingServiceProviderTest (line 10) | class RoutingServiceProviderTest extends TestCase method testItIncludesMergedDataInServerRequestInterfaceInstancesUsingGetRequests (line 12) | public function testItIncludesMergedDataInServerRequestInterfaceInstan... method testItWorksNormallyWithoutMergeDataMiddlewareWithEmptyRequests (line 29) | public function testItWorksNormallyWithoutMergeDataMiddlewareWithEmpty... method testItIncludesMergedDataInServerRequestInterfaceInstancesUsingGetJsonRequestsWithContentTypeHeader (line 43) | public function testItIncludesMergedDataInServerRequestInterfaceInstan... method testItIncludesMergedDataInServerRequestInterfaceInstancesUsingGetJsonRequests (line 65) | public function testItIncludesMergedDataInServerRequestInterfaceInstan... method testItIncludesMergedDataInServerRequestInterfaceInstancesUsingPostRequests (line 85) | public function testItIncludesMergedDataInServerRequestInterfaceInstan... method testItIncludesMergedDataInServerRequestInterfaceInstancesUsingPostJsonRequests (line 105) | public function testItIncludesMergedDataInServerRequestInterfaceInstan... method testItHandlesGzippedBodyPayloadsWhenCreatingServerRequestInterfaceInstances (line 126) | public function testItHandlesGzippedBodyPayloadsWhenCreatingServerRequ... class MergeDataMiddleware (line 139) | class MergeDataMiddleware method handle (line 141) | public function handle(Request $request, $next) FILE: tests/Integration/Foundation/Support/Providers/RouteServiceProviderHealthTest.php class RouteServiceProviderHealthTest (line 10) | #[WithConfig('filesystems.disks.local.serve', false)] method resolveApplication (line 18) | protected function resolveApplication() method defineEnvironment (line 27) | protected function defineEnvironment($app) method test_it_can_load_health_page (line 32) | public function test_it_can_load_health_page() FILE: tests/Integration/Foundation/Support/Providers/RouteServiceProviderTest.php class RouteServiceProviderTest (line 14) | #[WithConfig('filesystems.disks.local.serve', false)] method resolveApplication (line 22) | protected function resolveApplication() method test_it_can_register_multiple_route_service_providers (line 41) | public function test_it_can_register_multiple_route_service_providers() method test_it_can_uses_routes_registered_using_bootstrap_file (line 49) | public function test_it_can_uses_routes_registered_using_bootstrap_file() method test_it_can_uses_routes_registered_using_configuration_file (line 56) | public function test_it_can_uses_routes_registered_using_configuration... class AppRouteServiceProvider (line 64) | class AppRouteServiceProvider extends RouteServiceProvider method boot (line 71) | public function boot() FILE: tests/Integration/Foundation/Testing/Concerns/InteractsWithAuthenticationTest.php class InteractsWithAuthenticationTest (line 15) | #[WithMigration] method defineEnvironment (line 20) | protected function defineEnvironment($app) method afterRefreshingDatabase (line 29) | protected function afterRefreshingDatabase() method testActingAsIsProperlyHandledForSessionAuth (line 47) | public function testActingAsIsProperlyHandledForSessionAuth() method testActingAsIsProperlyHandledForAuthViaRequest (line 61) | public function testActingAsIsProperlyHandledForAuthViaRequest() method testActingAsGuestClearsTheUser (line 79) | public function testActingAsGuestClearsTheUser() FILE: tests/Integration/Foundation/Testing/Concerns/MakeHttpRequestsTest.php class MakeHttpRequestsTest (line 10) | #[WithConfig('app.key', 'base64:IUHRqAQ99pZ0A1MPjbuv1D6ff3jxv0GIvS2qIW4J... method defineWebRoutes (line 14) | protected function defineWebRoutes($router) method test_it_can_use_uri_to_make_request (line 22) | public function test_it_can_use_uri_to_make_request() FILE: tests/Integration/Generators/CacheTableCommandTest.php class CacheTableCommandTest (line 7) | class CacheTableCommandTest extends TestCase method testCreateMakesMigration (line 9) | public function testCreateMakesMigration() FILE: tests/Integration/Generators/CastMakeCommandTest.php class CastMakeCommandTest (line 5) | class CastMakeCommandTest extends TestCase method testItCanGenerateCastFile (line 11) | public function testItCanGenerateCastFile() method testItCanGenerateInboundCastFile (line 25) | public function testItCanGenerateInboundCastFile() FILE: tests/Integration/Generators/ChannelMakeCommandTest.php class ChannelMakeCommandTest (line 5) | class ChannelMakeCommandTest extends TestCase method testItCanGenerateChannelFile (line 11) | public function testItCanGenerateChannelFile() FILE: tests/Integration/Generators/ClassMakeCommandTest.php class ClassMakeCommandTest (line 5) | class ClassMakeCommandTest extends TestCase method testItCanGenerateClassFile (line 12) | public function testItCanGenerateClassFile() method testItCanGenerateInvokableClassFile (line 24) | public function testItCanGenerateInvokableClassFile() FILE: tests/Integration/Generators/ComponentMakeCommandTest.php class ComponentMakeCommandTest (line 5) | class ComponentMakeCommandTest extends TestCase method testItCanGenerateComponentFile (line 17) | public function testItCanGenerateComponentFile() method testItCanGenerateInlineComponentFile (line 33) | public function testItCanGenerateInlineComponentFile() method testItCanGenerateComponentFileWithTest (line 48) | public function testItCanGenerateComponentFileWithTest() method testItCanGenerateComponentFileWithCustomPath (line 58) | public function testItCanGenerateComponentFileWithCustomPath() method testItCanGenerateNestedComponentFile (line 74) | public function testItCanGenerateNestedComponentFile() method testItCanGenerateNestedComponentFileWithCustomPath (line 90) | public function testItCanGenerateNestedComponentFileWithCustomPath() FILE: tests/Integration/Generators/ConsoleMakeCommandTest.php class ConsoleMakeCommandTest (line 5) | class ConsoleMakeCommandTest extends TestCase method testItCanGenerateConsoleFile (line 11) | public function testItCanGenerateConsoleFile() method testItCanGenerateConsoleFileWithCommandOption (line 27) | public function testItCanGenerateConsoleFileWithCommandOption() FILE: tests/Integration/Generators/ControllerMakeCommandTest.php class ControllerMakeCommandTest (line 5) | class ControllerMakeCommandTest extends TestCase method testItCanGenerateControllerFile (line 15) | public function testItCanGenerateControllerFile() method testItCanGenerateControllerFileWhenBaseControllerExists (line 34) | public function testItCanGenerateControllerFileWhenBaseControllerExists() method testItCanGenerateControllerFileWithInvokableTypeOption (line 57) | public function testItCanGenerateControllerFileWithInvokableTypeOption() method testItCanGenerateControllerFileWithInvokableOption (line 70) | public function testItCanGenerateControllerFileWithInvokableOption() method testItCanGenerateControllerFileWithModelOption (line 83) | public function testItCanGenerateControllerFileWithModelOption() method testItCanGenerateControllerFileWithModelAndParentOption (line 102) | public function testItCanGenerateControllerFileWithModelAndParentOption() method testItCanGenerateControllerFileWithApiOption (line 123) | public function testItCanGenerateControllerFileWithApiOption() method testItCanGenerateControllerFileWithInvokableIgnoresApiOption (line 144) | public function testItCanGenerateControllerFileWithInvokableIgnoresApi... method testItCanGenerateControllerFileWithApiAndModelOption (line 164) | public function testItCanGenerateControllerFileWithApiAndModelOption() method testItCanGenerateControllerFileWithTest (line 186) | public function testItCanGenerateControllerFileWithTest() FILE: tests/Integration/Generators/EnumMakeCommandTest.php class EnumMakeCommandTest (line 7) | class EnumMakeCommandTest extends TestCase method testItCanGenerateEnumFile (line 16) | public function testItCanGenerateEnumFile() method testItCanGenerateEnumFileWithString (line 27) | public function testItCanGenerateEnumFileWithString() method testItCanGenerateEnumFileWithInt (line 38) | public function testItCanGenerateEnumFileWithInt() method testItCanGenerateEnumFileInEnumsFolder (line 49) | public function testItCanGenerateEnumFileInEnumsFolder() method testItCanGenerateEnumFileInEnumerationsFolder (line 69) | public function testItCanGenerateEnumFileInEnumerationsFolder() FILE: tests/Integration/Generators/EventMakeCommandTest.php class EventMakeCommandTest (line 5) | class EventMakeCommandTest extends TestCase method testItCanGenerateEventFile (line 11) | public function testItCanGenerateEventFile() FILE: tests/Integration/Generators/ExceptionMakeCommandTest.php class ExceptionMakeCommandTest (line 5) | class ExceptionMakeCommandTest extends TestCase method testItCanGenerateExceptionFile (line 11) | public function testItCanGenerateExceptionFile() method testItCanGenerateExceptionFileWithReportOption (line 28) | public function testItCanGenerateExceptionFileWithReportOption() method testItCanGenerateExceptionFileWithRenderOption (line 45) | public function testItCanGenerateExceptionFileWithRenderOption() method testItCanGenerateExceptionFileWithReportAndRenderOption (line 62) | public function testItCanGenerateExceptionFileWithReportAndRenderOption() FILE: tests/Integration/Generators/FactoryMakeCommandTest.php class FactoryMakeCommandTest (line 5) | class FactoryMakeCommandTest extends TestCase method testItCanGenerateFactoryFile (line 11) | public function testItCanGenerateFactoryFile() FILE: tests/Integration/Generators/InterfaceMakeCommandTest.php class InterfaceMakeCommandTest (line 7) | class InterfaceMakeCommandTest extends TestCase method testItCanGenerateInterfaceFile (line 15) | public function testItCanGenerateInterfaceFile() method testItCanGenerateInterfaceFileWhenContractsFolderExists (line 26) | public function testItCanGenerateInterfaceFileWhenContractsFolderExists() method testItCanGenerateInterfaceFileWhenInterfacesFolderExists (line 46) | public function testItCanGenerateInterfaceFileWhenInterfacesFolderExis... FILE: tests/Integration/Generators/JobMakeCommandTest.php class JobMakeCommandTest (line 5) | class JobMakeCommandTest extends TestCase method testItCanGenerateJobFile (line 12) | public function testItCanGenerateJobFile() method testItCanGenerateSyncJobFile (line 28) | public function testItCanGenerateSyncJobFile() method testItCanGenerateJobFileWithTest (line 48) | public function testItCanGenerateJobFileWithTest() FILE: tests/Integration/Generators/JobMiddlewareMakeCommandTest.php class JobMiddlewareMakeCommandTest (line 5) | class JobMiddlewareMakeCommandTest extends TestCase method testItCanGenerateJobFile (line 12) | public function testItCanGenerateJobFile() method testItCanGenerateJobFileWithTest (line 25) | public function testItCanGenerateJobFileWithTest() FILE: tests/Integration/Generators/ListenerMakeCommandTest.php class ListenerMakeCommandTest (line 5) | class ListenerMakeCommandTest extends TestCase method testItCanGenerateListenerFile (line 12) | public function testItCanGenerateListenerFile() method testItCanGenerateListenerFileForEvent (line 28) | public function testItCanGenerateListenerFileForEvent() method testItCanGenerateListenerFileForIlluminateEvent (line 41) | public function testItCanGenerateListenerFileForIlluminateEvent() method testItCanGenerateQueuedListenerFile (line 54) | public function testItCanGenerateQueuedListenerFile() method testItCanGenerateQueuedListenerFileForEvent (line 68) | public function testItCanGenerateQueuedListenerFileForEvent() method testItCanGenerateQueuedListenerFileForIlluminateEvent (line 83) | public function testItCanGenerateQueuedListenerFileForIlluminateEvent() method testItCanGenerateQueuedListenerFileWithTest (line 98) | public function testItCanGenerateQueuedListenerFileWithTest() FILE: tests/Integration/Generators/MailMakeCommandTest.php class MailMakeCommandTest (line 5) | class MailMakeCommandTest extends TestCase method testItCanGenerateMailFile (line 14) | public function testItCanGenerateMailFile() method testItCanGenerateMailFileWithMarkdownOption (line 29) | public function testItCanGenerateMailFileWithMarkdownOption() method testErrorsWillBeDisplayedWhenMarkdownsAlreadyExist (line 50) | public function testErrorsWillBeDisplayedWhenMarkdownsAlreadyExist() method testItCanGenerateMailFileWithViewOption (line 76) | public function testItCanGenerateMailFileWithViewOption() method testErrorsWillBeDisplayedWhenViewsAlreadyExist (line 92) | public function testErrorsWillBeDisplayedWhenViewsAlreadyExist() method testItCanGenerateMailFileWithTest (line 117) | public function testItCanGenerateMailFileWithTest() method testItCanGenerateMailWithNoInitialInput (line 127) | public function testItCanGenerateMailWithNoInitialInput() method testItCanGenerateMailWithViewWithNoInitialInput (line 138) | public function testItCanGenerateMailWithViewWithNoInitialInput() method testItCanGenerateMailWithMarkdownViewWithNoInitialInput (line 149) | public function testItCanGenerateMailWithMarkdownViewWithNoInitialInput() FILE: tests/Integration/Generators/MiddlewareMakeCommandTest.php class MiddlewareMakeCommandTest (line 5) | class MiddlewareMakeCommandTest extends TestCase method testItCanGenerateMiddlewareFile (line 12) | public function testItCanGenerateMiddlewareFile() method testItCanGenerateMiddlewareFile_with_tests (line 29) | public function testItCanGenerateMiddlewareFile_with_tests() FILE: tests/Integration/Generators/MigrateMakeCommandTest.php class MigrateMakeCommandTest (line 5) | class MigrateMakeCommandTest extends TestCase method testItCanGenerateMigrationFile (line 7) | public function testItCanGenerateMigrationFile() method testItCanGenerateMigrationFileWIthTableOption (line 19) | public function testItCanGenerateMigrationFileWIthTableOption() method testItCanGenerateMigrationFileUsingCreateKeyword (line 31) | public function testItCanGenerateMigrationFileUsingCreateKeyword() method testItCanGenerateMigrationFileUsingCreateOption (line 44) | public function testItCanGenerateMigrationFileUsingCreateOption() FILE: tests/Integration/Generators/ModelMakeCommandTest.php class ModelMakeCommandTest (line 5) | class ModelMakeCommandTest extends TestCase method testItCanGenerateModelFile (line 19) | public function testItCanGenerateModelFile() method testItCanGenerateModelFileWithPivotOption (line 44) | public function testItCanGenerateModelFileWithPivotOption() method testItCanGenerateModelFileWithMorphPivotOption (line 56) | public function testItCanGenerateModelFileWithMorphPivotOption() method testItCanGenerateModelFileWithControllerOption (line 68) | public function testItCanGenerateModelFileWithControllerOption() method testItCanGenerateModelFileWithFactoryOption (line 100) | public function testItCanGenerateModelFileWithFactoryOption() method testItCanGenerateModelFileWithFactoryOptionForDeepFolder (line 124) | public function testItCanGenerateModelFileWithFactoryOptionForDeepFold... method testItGeneratesModelWithHasFactoryTraitWhenUsingAllOption (line 148) | public function testItGeneratesModelWithHasFactoryTraitWhenUsingAllOpt... method testItCanGenerateModelFileWithMigrationOption (line 174) | public function testItCanGenerateModelFileWithMigrationOption() method testItCanGenerateModelFileWithSeederption (line 197) | public function testItCanGenerateModelFileWithSeederption() method testItCanGenerateNestedModelFileWithControllerOption (line 213) | public function testItCanGenerateNestedModelFileWithControllerOption() method testItCanGenerateModelFileWithTest (line 234) | public function testItCanGenerateModelFileWithTest() method testItAsksForAdditionalComponentsForExistingModel (line 251) | public function testItAsksForAdditionalComponentsForExistingModel() FILE: tests/Integration/Generators/NotificationMakeCommandTest.php class NotificationMakeCommandTest (line 5) | class NotificationMakeCommandTest extends TestCase method testItCanGenerateNotificationFile (line 13) | public function testItCanGenerateNotificationFile() method testItCanGenerateNotificationFileWithMarkdownOption (line 29) | public function testItCanGenerateNotificationFileWithMarkdownOption() method testItCanGenerateNotificationFileWithTest (line 45) | public function testItCanGenerateNotificationFileWithTest() method testItCanGenerateNotificationFileWithNotInitialInput (line 55) | public function testItCanGenerateNotificationFileWithNotInitialInput() method testItCanGenerateNotificationFileWithMarkdownTemplateWithNotInitialInput (line 66) | public function testItCanGenerateNotificationFileWithMarkdownTemplateW... FILE: tests/Integration/Generators/NotificationTableCommandTest.php class NotificationTableCommandTest (line 7) | class NotificationTableCommandTest extends TestCase method testCreateMakesMigration (line 9) | public function testCreateMakesMigration() FILE: tests/Integration/Generators/ObserverMakeCommandTest.php class ObserverMakeCommandTest (line 5) | class ObserverMakeCommandTest extends TestCase method testItCanGenerateObserverFile (line 11) | public function testItCanGenerateObserverFile() method testItCanGenerateObserverFileWithModel (line 22) | public function testItCanGenerateObserverFileWithModel() FILE: tests/Integration/Generators/PolicyMakeCommandTest.php class PolicyMakeCommandTest (line 5) | class PolicyMakeCommandTest extends TestCase method testItCanGeneratePolicyFile (line 11) | public function testItCanGeneratePolicyFile() method testItCanGeneratePolicyFileWithModelOption (line 23) | public function testItCanGeneratePolicyFileWithModelOption() FILE: tests/Integration/Generators/ProviderMakeCommandTest.php class ProviderMakeCommandTest (line 5) | class ProviderMakeCommandTest extends TestCase method testItCanGenerateServiceProviderFile (line 11) | public function testItCanGenerateServiceProviderFile() FILE: tests/Integration/Generators/QueueBatchesTableCommandTest.php class QueueBatchesTableCommandTest (line 7) | class QueueBatchesTableCommandTest extends TestCase method testCreateMakesMigration (line 9) | public function testCreateMakesMigration() FILE: tests/Integration/Generators/QueueFailedTableCommandTest.php class QueueFailedTableCommandTest (line 7) | class QueueFailedTableCommandTest extends TestCase method testCreateMakesMigration (line 9) | public function testCreateMakesMigration() FILE: tests/Integration/Generators/QueueTableCommandTest.php class QueueTableCommandTest (line 7) | class QueueTableCommandTest extends TestCase method testCreateMakesMigration (line 9) | public function testCreateMakesMigration() FILE: tests/Integration/Generators/RequestMakeCommandTest.php class RequestMakeCommandTest (line 5) | class RequestMakeCommandTest extends TestCase method testItCanGenerateRequestFile (line 11) | public function testItCanGenerateRequestFile() FILE: tests/Integration/Generators/ResourceMakeCommandTest.php class ResourceMakeCommandTest (line 5) | class ResourceMakeCommandTest extends TestCase method testItCanGenerateResourceFile (line 12) | public function testItCanGenerateResourceFile() method testItCanGenerateResourceCollectionFile (line 24) | public function testItCanGenerateResourceCollectionFile() FILE: tests/Integration/Generators/RuleMakeCommandTest.php class RuleMakeCommandTest (line 5) | class RuleMakeCommandTest extends TestCase method testItCanGenerateRuleFile (line 11) | public function testItCanGenerateRuleFile() method testItCanGenerateInvokableRuleFile (line 23) | public function testItCanGenerateInvokableRuleFile() method testItCanGenerateImplicitRuleFile (line 36) | public function testItCanGenerateImplicitRuleFile() FILE: tests/Integration/Generators/SeederMakeCommandTest.php class SeederMakeCommandTest (line 5) | class SeederMakeCommandTest extends TestCase method testItCanGenerateSeederFile (line 11) | public function testItCanGenerateSeederFile() FILE: tests/Integration/Generators/SessionTableCommandTest.php class SessionTableCommandTest (line 7) | class SessionTableCommandTest extends TestCase method testCreateMakesMigration (line 9) | public function testCreateMakesMigration() FILE: tests/Integration/Generators/TestCase.php class TestCase (line 7) | abstract class TestCase extends \Orchestra\Testbench\TestCase FILE: tests/Integration/Generators/TestMakeCommandTest.php class TestMakeCommandTest (line 5) | class TestMakeCommandTest extends TestCase method testItCanGenerateFeatureTest (line 12) | public function testItCanGenerateFeatureTest() method testItCanGenerateUnitTest (line 26) | public function testItCanGenerateUnitTest() method testItCanGenerateFeatureTestUsingPest (line 38) | public function testItCanGenerateFeatureTestUsingPest() method testItCanGenerateUnitTestUsingPest (line 50) | public function testItCanGenerateUnitTestUsingPest() FILE: tests/Integration/Generators/TraitMakeCommandTest.php class TraitMakeCommandTest (line 7) | class TraitMakeCommandTest extends TestCase method testItCanGenerateTraitFile (line 9) | public function testItCanGenerateTraitFile() method testItCanGenerateTraitFileWhenTraitsFolderExists (line 20) | public function testItCanGenerateTraitFileWhenTraitsFolderExists() method testItCanGenerateTraitFileWhenConcernsFolderExists (line 40) | public function testItCanGenerateTraitFileWhenConcernsFolderExists() FILE: tests/Integration/Generators/ViewMakeCommandTest.php class ViewMakeCommandTest (line 5) | class ViewMakeCommandTest extends TestCase method testItCanGenerateViewFile (line 12) | public function testItCanGenerateViewFile() method testItCanGenerateViewFileWithTest (line 21) | public function testItCanGenerateViewFileWithTest() FILE: tests/Integration/Http/Fixtures/AnonymousResourceCollectionWithPaginationInformation.php class AnonymousResourceCollectionWithPaginationInformation (line 7) | class AnonymousResourceCollectionWithPaginationInformation extends Anony... method paginationInformation (line 9) | public function paginationInformation($request) FILE: tests/Integration/Http/Fixtures/Author.php class Author (line 7) | class Author extends Model FILE: tests/Integration/Http/Fixtures/AuthorResource.php class AuthorResource (line 7) | class AuthorResource extends JsonResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/AuthorResourceWithOptionalRelationship.php class AuthorResourceWithOptionalRelationship (line 5) | class AuthorResourceWithOptionalRelationship extends PostResource method toArray (line 7) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/CommentCollection.php class CommentCollection (line 7) | class CommentCollection extends ResourceCollection FILE: tests/Integration/Http/Fixtures/EmptyPostCollectionResource.php class EmptyPostCollectionResource (line 7) | class EmptyPostCollectionResource extends ResourceCollection FILE: tests/Integration/Http/Fixtures/EmptyPostResource.php class EmptyPostResource (line 5) | class EmptyPostResource extends PostResource FILE: tests/Integration/Http/Fixtures/JsonSerializableResource.php class JsonSerializableResource (line 7) | class JsonSerializableResource implements JsonSerializable method __construct (line 11) | public function __construct($resource) method jsonSerialize (line 16) | public function jsonSerialize(): array FILE: tests/Integration/Http/Fixtures/ObjectResource.php class ObjectResource (line 7) | class ObjectResource extends JsonResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/Post.php class Post (line 7) | class Post extends Model method getIsPublishedAttribute (line 21) | public function getIsPublishedAttribute() FILE: tests/Integration/Http/Fixtures/PostCollectionResource.php class PostCollectionResource (line 7) | class PostCollectionResource extends ResourceCollection method toArray (line 11) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostCollectionResourceWithPaginationInformation.php class PostCollectionResourceWithPaginationInformation (line 7) | class PostCollectionResourceWithPaginationInformation extends ResourceCo... method toArray (line 11) | public function toArray($request) method paginationInformation (line 16) | public function paginationInformation($request) FILE: tests/Integration/Http/Fixtures/PostModelCollectionResource.php class PostModelCollectionResource (line 7) | class PostModelCollectionResource extends ResourceCollection method toArray (line 11) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResource.php class PostResource (line 7) | class PostResource extends JsonResource method toArray (line 9) | public function toArray($request) method withResponse (line 14) | public function withResponse($request, $response) FILE: tests/Integration/Http/Fixtures/PostResourceWithAnonymousResourceCollectionWithPaginationInformation.php class PostResourceWithAnonymousResourceCollectionWithPaginationInformation (line 7) | class PostResourceWithAnonymousResourceCollectionWithPaginationInformati... method toArray (line 9) | public function toArray($request) method collection (line 20) | public static function collection($resource) FILE: tests/Integration/Http/Fixtures/PostResourceWithExtraData.php class PostResourceWithExtraData (line 5) | class PostResourceWithExtraData extends PostResource method with (line 7) | public function with($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithJsonOptions.php class PostResourceWithJsonOptions (line 7) | class PostResourceWithJsonOptions extends JsonResource method toArray (line 9) | public function toArray($request) method jsonOptions (line 18) | public function jsonOptions() FILE: tests/Integration/Http/Fixtures/PostResourceWithJsonOptionsAndTypeHints.php class PostResourceWithJsonOptionsAndTypeHints (line 7) | class PostResourceWithJsonOptionsAndTypeHints extends JsonResource method __construct (line 9) | public function __construct(Post $resource) method toArray (line 14) | public function toArray($request) method jsonOptions (line 23) | public function jsonOptions() FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalAppendedAttributes.php class PostResourceWithOptionalAppendedAttributes (line 7) | class PostResourceWithOptionalAppendedAttributes extends JsonResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalAttributes.php class PostResourceWithOptionalAttributes (line 7) | class PostResourceWithOptionalAttributes extends JsonResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalData.php class PostResourceWithOptionalData (line 7) | class PostResourceWithOptionalData extends JsonResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalHasAttributes.php class PostResourceWithOptionalHasAttributes (line 7) | class PostResourceWithOptionalHasAttributes extends JsonResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalMerging.php class PostResourceWithOptionalMerging (line 7) | class PostResourceWithOptionalMerging extends JsonResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalPivotRelationship.php class PostResourceWithOptionalPivotRelationship (line 5) | class PostResourceWithOptionalPivotRelationship extends PostResource method toArray (line 7) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalRelationship.php class PostResourceWithOptionalRelationship (line 5) | class PostResourceWithOptionalRelationship extends PostResource method toArray (line 7) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalRelationshipAggregates.php class PostResourceWithOptionalRelationshipAggregates (line 5) | class PostResourceWithOptionalRelationshipAggregates extends PostResource method toArray (line 7) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalRelationshipCounts.php class PostResourceWithOptionalRelationshipCounts (line 5) | class PostResourceWithOptionalRelationshipCounts extends PostResource method toArray (line 7) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalRelationshipExists.php class PostResourceWithOptionalRelationshipExists (line 7) | class PostResourceWithOptionalRelationshipExists extends PostResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithOptionalRelationshipUsingNamedParameters.php class PostResourceWithOptionalRelationshipUsingNamedParameters (line 5) | class PostResourceWithOptionalRelationshipUsingNamedParameters extends P... method toArray (line 7) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithUnlessOptionalData.php class PostResourceWithUnlessOptionalData (line 7) | class PostResourceWithUnlessOptionalData extends JsonResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/PostResourceWithoutWrap.php class PostResourceWithoutWrap (line 5) | class PostResourceWithoutWrap extends PostResource FILE: tests/Integration/Http/Fixtures/ReallyEmptyPostResource.php class ReallyEmptyPostResource (line 7) | class ReallyEmptyPostResource extends JsonResource FILE: tests/Integration/Http/Fixtures/ResourceWithPreservedKeys.php class ResourceWithPreservedKeys (line 5) | class ResourceWithPreservedKeys extends PostResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/SerializablePostResource.php class SerializablePostResource (line 7) | class SerializablePostResource extends JsonResource method toArray (line 9) | public function toArray($request) FILE: tests/Integration/Http/Fixtures/Subscription.php class Subscription (line 5) | class Subscription FILE: tests/Integration/Http/HttpClientTest.php class HttpClientTest (line 16) | class HttpClientTest extends TestCase method testGlobalMiddlewarePersistsBeforeWeDispatchEvent (line 18) | public function testGlobalMiddlewarePersistsBeforeWeDispatchEvent(): void method testGlobalMiddlewarePersistsAfterFacadeFlush (line 32) | public function testGlobalMiddlewarePersistsAfterFacadeFlush(): void method testPoolCanForwardToUnderlyingPromise (line 45) | public function testPoolCanForwardToUnderlyingPromise() method testForwardsCallsToPromise (line 75) | public function testForwardsCallsToPromise() method testCanSetRequestAttributes (line 93) | public function testCanSetRequestAttributes() method testAsyncCanHandleThrownException (line 114) | public function testAsyncCanHandleThrownException() FILE: tests/Integration/Http/JsonResponseTest.php class JsonResponseTest (line 11) | class JsonResponseTest extends TestCase method testResponseWithInvalidJsonThrowsException (line 13) | public function testResponseWithInvalidJsonThrowsException() method testResponseSetDataPassesWithPriorJsonErrors (line 33) | public function testResponseSetDataPassesWithPriorJsonErrors() FILE: tests/Integration/Http/Middleware/HandleCorsTest.php class HandleCorsTest (line 12) | class HandleCorsTest extends TestCase method defineEnvironment (line 16) | protected function defineEnvironment($app) method defineRoutes (line 32) | protected function defineRoutes($router) method testShouldReturnHeaderAssessControlAllowOriginWhenDontHaveHttpOriginOnRequest (line 38) | public function testShouldReturnHeaderAssessControlAllowOriginWhenDont... method testOptionsAllowOriginAllowed (line 48) | public function testOptionsAllowOriginAllowed() method testAllowAllOrigins (line 59) | public function testAllowAllOrigins() method testAllowAllOriginsWildcard (line 72) | public function testAllowAllOriginsWildcard() method testOriginsWildcardIncludesNestedSubdomains (line 85) | public function testOriginsWildcardIncludesNestedSubdomains() method testAllowAllOriginsWildcardNoMatch (line 98) | public function testAllowAllOriginsWildcardNoMatch() method testOptionsAllowOriginAllowedNonExistingRoute (line 110) | public function testOptionsAllowOriginAllowedNonExistingRoute() method testOptionsAllowOriginNotAllowed (line 121) | public function testOptionsAllowOriginNotAllowed() method testAllowMethodAllowed (line 131) | public function testAllowMethodAllowed() method testAllowMethodNotAllowed (line 143) | public function testAllowMethodNotAllowed() method testAllowHeaderAllowedOptions (line 153) | public function testAllowHeaderAllowedOptions() method testAllowHeaderAllowedWildcardOptions (line 166) | public function testAllowHeaderAllowedWildcardOptions() method testAllowHeaderNotAllowedOptions (line 181) | public function testAllowHeaderNotAllowedOptions() method testAllowHeaderAllowed (line 191) | public function testAllowHeaderAllowed() method testAllowHeaderAllowedWildcard (line 203) | public function testAllowHeaderAllowedWildcard() method testAllowHeaderNotAllowed (line 217) | public function testAllowHeaderNotAllowed() method testError (line 227) | public function testError() method testValidationException (line 238) | public function testValidationException() method addWebRoutes (line 248) | protected function addWebRoutes(Router $router) method addApiRoutes (line 257) | protected function addApiRoutes(Router $router) FILE: tests/Integration/Http/Middleware/PreventRequestForgeryExceptStub.php class PreventRequestForgeryExceptStub (line 7) | class PreventRequestForgeryExceptStub extends PreventRequestForgery method checkInExceptArray (line 9) | public function checkInExceptArray($request) method setExcept (line 14) | public function setExcept(array $except) FILE: tests/Integration/Http/Middleware/PreventRequestForgeryExceptTest.php class PreventRequestForgeryExceptTest (line 9) | class PreventRequestForgeryExceptTest extends TestCase method setUp (line 14) | protected function setUp(): void method testItCanExceptPaths (line 23) | public function testItCanExceptPaths() method testPathsCanBeGloballyIgnored (line 30) | public function testPathsCanBeGloballyIgnored() method testItCanExceptWildcardPaths (line 36) | public function testItCanExceptWildcardPaths() method testItCanExceptFullUrlPaths (line 42) | public function testItCanExceptFullUrlPaths() method testItCanExceptFullUrlWildcardPaths (line 51) | public function testItCanExceptFullUrlWildcardPaths() method assertMatchingExcept (line 60) | private function assertMatchingExcept(array $except, $bool = true) method assertNonMatchingExcept (line 65) | private function assertNonMatchingExcept(array $except) FILE: tests/Integration/Http/RequestDurationThresholdTest.php class RequestDurationThresholdTest (line 14) | class RequestDurationThresholdTest extends TestCase method testItCanHandleExceedingRequestDuration (line 16) | public function testItCanHandleExceedingRequestDuration() method testItDoesntCallWhenExactlyThresholdDuration (line 36) | public function testItDoesntCallWhenExactlyThresholdDuration() method testItProvidesRequestToHandler (line 56) | public function testItProvidesRequestToHandler() method testUsesTheConfiguredDateTimezone (line 76) | public function testUsesTheConfiguredDateTimezone() method testItCanExceedThresholdWhenSpecifyingDurationAsMilliseconds (line 95) | public function testItCanExceedThresholdWhenSpecifyingDurationAsMillis... method testItCanStayUnderThresholdWhenSpecifyingDurationAsMilliseconds (line 115) | public function testItCanStayUnderThresholdWhenSpecifyingDurationAsMil... method testItCanExceedThresholdWhenSpecifyingDurationAsDateTime (line 135) | public function testItCanExceedThresholdWhenSpecifyingDurationAsDateTi... method testItCanStayUnderThresholdWhenSpecifyingDurationAsDateTime (line 155) | public function testItCanStayUnderThresholdWhenSpecifyingDurationAsDat... method testItClearsStartTimeAfterHandlingRequest (line 175) | public function testItClearsStartTimeAfterHandlingRequest() method testItHandlesCallingTerminateWithoutHandle (line 190) | public function testItHandlesCallingTerminateWithoutHandle() FILE: tests/Integration/Http/ResourceTest.php class ResourceTest (line 54) | class ResourceTest extends TestCase method testResourceMayBeConvetedToArray (line 56) | public function testResourceMayBeConvetedToArray() method testResourcesMayBeConvertedToJson (line 99) | public function testResourcesMayBeConvertedToJson() method testResourcesMayBeConvertedToJsonWithToJsonMethod (line 123) | public function testResourcesMayBeConvertedToJsonWithToJsonMethod() method testAnObjectsMayBeConvertedToJson (line 134) | public function testAnObjectsMayBeConvertedToJson() method testArraysWithObjectsMayBeConvertedToJson (line 153) | public function testArraysWithObjectsMayBeConvertedToJson() method testResourcesMayHaveNoWrap (line 175) | public function testResourcesMayHaveNoWrap() method testResourcesMayHaveOptionalValues (line 194) | public function testResourcesMayHaveOptionalValues() method testResourcesMayHaveOptionalValuesUsingUnless (line 219) | public function testResourcesMayHaveOptionalValuesUsingUnless() method testResourcesMayHaveOptionalSelectedAttributes (line 244) | public function testResourcesMayHaveOptionalSelectedAttributes() method testResourcesMayHaveOptionalHasAttributes (line 266) | public function testResourcesMayHaveOptionalHasAttributes() method testResourcesWithOptionalHasAttributesReturnDefaultValuesAndNotMissingValues (line 296) | public function testResourcesWithOptionalHasAttributesReturnDefaultVal... method testResourcesMayHaveOptionalAppendedAttributes (line 320) | public function testResourcesMayHaveOptionalAppendedAttributes() method testResourcesWithOptionalAppendedAttributesReturnDefaultValuesAndNotMissingValues (line 350) | public function testResourcesWithOptionalAppendedAttributesReturnDefau... method testResourcesMayHaveOptionalMerges (line 373) | public function testResourcesMayHaveOptionalMerges() method testResourcesMayHaveOptionalRelationships (line 395) | public function testResourcesMayHaveOptionalRelationships() method testResourcesMayHaveOptionalRelationshipCounts (line 417) | public function testResourcesMayHaveOptionalRelationshipCounts() method testResourcesMayLoadOptionalRelationshipCounts (line 442) | public function testResourcesMayLoadOptionalRelationshipCounts() method testResourcesMayHaveOptionalRelationshipExists (line 472) | public function testResourcesMayHaveOptionalRelationshipExists() method testResourcesMayLoadOptionalRelationshipExists (line 495) | public function testResourcesMayLoadOptionalRelationshipExists() method testResourcesMayLoadOptionalRelationships (line 525) | public function testResourcesMayLoadOptionalRelationships() method testResourcesMayLoadOptionalRelationshipAggregates (line 553) | public function testResourcesMayLoadOptionalRelationshipAggregates() method testResourcesMayHaveOptionalRelationshipAggregates (line 584) | public function testResourcesMayHaveOptionalRelationshipAggregates() method testResourcesMayShowsNullForLoadedRelationshipWithValueNull (line 610) | public function testResourcesMayShowsNullForLoadedRelationshipWithValu... method testResourcesMayHaveOptionalRelationshipsWithDefaultValues (line 638) | public function testResourcesMayHaveOptionalRelationshipsWithDefaultVa... method testResourcesMayHaveOptionalPivotRelationships (line 661) | public function testResourcesMayHaveOptionalPivotRelationships() method testResourceDoesNotThrowErrorWhenUsingEloquentStrictModeAndCheckingOptionalPivotRelationship (line 686) | public function testResourceDoesNotThrowErrorWhenUsingEloquentStrictMo... method testWhenLoadedUsingNamedDefaultParameterOnMissingRelation (line 713) | public function testWhenLoadedUsingNamedDefaultParameterOnMissingRelat... method testWhenLoadedUsingNamedDefaultParameterOnLoadedRelation (line 736) | public function testWhenLoadedUsingNamedDefaultParameterOnLoadedRelati... method testResourcesMayHaveOptionalPivotRelationshipsWithCustomAccessor (line 761) | public function testResourcesMayHaveOptionalPivotRelationshipsWithCust... method testResourceIsUrlRoutable (line 786) | public function testResourceIsUrlRoutable() method testNamedRoutesAreUrlRoutable (line 796) | public function testNamedRoutesAreUrlRoutable() method testResourcesMayBeSerializable (line 812) | public function testResourcesMayBeSerializable() method testResourcesMayCustomizeResponses (line 834) | public function testResourcesMayCustomizeResponses() method testResourcesMayCustomizeExtraData (line 851) | public function testResourcesMayCustomizeExtraData() method testResourcesMayCustomizeExtraDataWhenBuildingResponse (line 873) | public function testResourcesMayCustomizeExtraDataWhenBuildingResponse() method testResourcesMayCustomizeJsonOptions (line 896) | public function testResourcesMayCustomizeJsonOptions() method testCollectionResourcesMayCustomizeJsonOptions (line 916) | public function testCollectionResourcesMayCustomizeJsonOptions() method testResourcesMayCustomizeJsonOptionsOnPaginatedResponse (line 934) | public function testResourcesMayCustomizeJsonOptionsOnPaginatedResponse() method testResourcesMayCustomizeJsonOptionsWithTypeHintedConstructor (line 955) | public function testResourcesMayCustomizeJsonOptionsWithTypeHintedCons... method testCustomHeadersMayBeSetOnResponses (line 975) | public function testCustomHeadersMayBeSetOnResponses() method testResourcesMayReceiveProperStatusCodeForFreshModels (line 992) | public function testResourcesMayReceiveProperStatusCodeForFreshModels() method testCollectionsAreNotDoubledWrapped (line 1012) | public function testCollectionsAreNotDoubledWrapped() method testPaginatorsReceiveLinks (line 1037) | public function testPaginatorsReceiveLinks() method testPaginatorResourceCanPreserveQueryParameters (line 1079) | public function testPaginatorResourceCanPreserveQueryParameters() method testPaginatorResourceCanReceiveQueryParameters (line 1121) | public function testPaginatorResourceCanReceiveQueryParameters() method testCursorPaginatorReceiveLinks (line 1163) | public function testCursorPaginatorReceiveLinks() method testCursorPaginatorResourceCanPreserveQueryParameters (line 1202) | public function testCursorPaginatorResourceCanPreserveQueryParameters() method testCursorPaginatorResourceCanReceiveQueryParameters (line 1239) | public function testCursorPaginatorResourceCanReceiveQueryParameters() method testToJsonMayBeLeftOffOfCollection (line 1276) | public function testToJsonMayBeLeftOffOfCollection() method testToJsonMayBeLeftOffOfSingleResource (line 1317) | public function testToJsonMayBeLeftOffOfSingleResource() method testOriginalOnResponseIsModelWhenSingleResource (line 1340) | public function testOriginalOnResponseIsModelWhenSingleResource() method testOriginalOnResponseIsCollectionOfModelWhenCollectionResource (line 1352) | public function testOriginalOnResponseIsCollectionOfModelWhenCollectio... method testCollectionResourceWithPaginationInformation (line 1369) | public function testCollectionResourceWithPaginationInformation() method testResourceWithPaginationInformation (line 1400) | public function testResourceWithPaginationInformation() method testCollectionResourcesAreCountable (line 1431) | public function testCollectionResourcesAreCountable() method testCollectionResourcesMustCollectResources (line 1444) | public function testCollectionResourcesMustCollectResources() method testKeysArePreservedIfTheResourceIsFlaggedToPreserveKeys (line 1457) | public function testKeysArePreservedIfTheResourceIsFlaggedToPreserveKe... method testKeysArePreservedInAnAnonymousCollectionIfTheResourceIsFlaggedToPreserveKeys (line 1495) | public function testKeysArePreservedInAnAnonymousCollectionIfTheResour... method testKeysArePreservedInAnAnonymousCollectionUsingPreserveKeysMethod (line 1528) | public function testKeysArePreservedInAnAnonymousCollectionUsingPreser... method testLeadingMergeKeyedValueIsMergedCorrectly (line 1548) | public function testLeadingMergeKeyedValueIsMergedCorrectly() method testPostTooLargeException (line 1569) | public function testPostTooLargeException() method testLeadingMergeKeyedValueIsMergedCorrectlyWhenFirstValueIsMissing (line 1583) | public function testLeadingMergeKeyedValueIsMergedCorrectlyWhenFirstVa... method testLeadingMergeValueIsMergedCorrectly (line 1608) | public function testLeadingMergeValueIsMergedCorrectly() method testMergeValuesMayBeMissing (line 1634) | public function testMergeValuesMayBeMissing() method testInitialMergeValuesMayBeMissing (line 1660) | public function testInitialMergeValuesMayBeMissing() method testMergeValueCanMergeJsonSerializable (line 1686) | public function testMergeValueCanMergeJsonSerializable() method testMergeValueCanMergeCollectionOfJsonSerializable (line 1718) | public function testMergeValueCanMergeCollectionOfJsonSerializable() method testAllMergeValuesMayBeMissing (line 1745) | public function testAllMergeValuesMayBeMissing() method testMergeValuesMayFallbackToDefaults (line 1771) | public function testMergeValuesMayFallbackToDefaults() method testNestedMerges (line 1794) | public function testNestedMerges() method testTheResourceCanBeAnArray (line 1830) | public function testTheResourceCanBeAnArray() method testItWillReturnAsAnArrayWhenStringKeysAreStripped (line 1843) | public function testItWillReturnAsAnArrayWhenStringKeysAreStripped() method testItStripsNumericKeys (line 1864) | public function testItStripsNumericKeys() method testItWontKeysIfAnyOfThemAreStrings (line 1883) | public function testItWontKeysIfAnyOfThemAreStrings() method testItThrowsNoErrorInStrictModeWhenResourceIsPaginated (line 1898) | public function testItThrowsNoErrorInStrictModeWhenResourceIsPaginated() method testResourceSkipsWrappingWhenDataKeyExists (line 1922) | public function testResourceSkipsWrappingWhenDataKeyExists() method testResourceWrapsWhenDataKeyDoesNotExist (line 1939) | public function testResourceWrapsWhenDataKeyDoesNotExist() method testResourceCanOverridesWrapping (line 1957) | public function testResourceCanOverridesWrapping() method testResourceCollectionCanOverridesWrapping (line 1979) | public function testResourceCollectionCanOverridesWrapping() method testPaginatedResourceCollectionCanOverridesWrapping (line 2005) | public function testPaginatedResourceCollectionCanOverridesWrapping() method testEmptyPaginatedResourceCollectionCanOverridesWrapping (line 2034) | public function testEmptyPaginatedResourceCollectionCanOverridesWrappi... method testResourceForceWrapOverridesDataKeyCheck (line 2053) | public function testResourceForceWrapOverridesDataKeyCheck() method assertJsonResourceResponse (line 2073) | private function assertJsonResourceResponse($data, $expectedJson) FILE: tests/Integration/Http/Resources/Json/ResourceCollectionTest.php class ResourceCollectionTest (line 12) | class ResourceCollectionTest extends TestCase method testItCanReturnToArray (line 14) | #[DataProvider('toArrayDataProvider')] method toArrayDataProvider (line 22) | public static function toArrayDataProvider() FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/ArrayBackedJsonApiResource.php class ArrayBackedJsonApiResource (line 8) | class ArrayBackedJsonApiResource extends JsonApiResource method toId (line 10) | public function toId(Request $request) method toType (line 15) | public function toType(Request $request) method toAttributes (line 20) | public function toAttributes(Request $request) FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/AuthorResource.php class AuthorResource (line 8) | class AuthorResource extends JsonApiResource method toAttributes (line 16) | #[\Override] FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/Comment.php class Comment (line 10) | #[UseFactory(CommentFactory::class)] method post (line 16) | public function post() method commenter (line 21) | public function commenter() FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/CommentFactory.php class CommentFactory (line 8) | class CommentFactory extends Factory method definition (line 10) | public function definition(): array FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/CommentResource.php class CommentResource (line 7) | class CommentResource extends JsonApiResource FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/Membership.php class Membership (line 7) | class Membership extends Pivot FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/Post.php class Post (line 10) | #[UseFactory(PostFactory::class)] method comments (line 16) | public function comments() method author (line 21) | public function author() FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/PostFactory.php class PostFactory (line 8) | class PostFactory extends Factory method definition (line 10) | public function definition(): array method modelName (line 19) | #[\Override] FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/PostResource.php class PostResource (line 7) | class PostResource extends JsonApiResource FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/Profile.php class Profile (line 10) | #[UseResource(ProfileResource::class)] method user (line 18) | public function user() FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/ProfileFactory.php class ProfileFactory (line 8) | class ProfileFactory extends Factory method definition (line 10) | public function definition(): array method modelName (line 17) | #[\Override] FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/ProfileResource.php class ProfileResource (line 8) | class ProfileResource extends JsonApiResource method toAttributes (line 14) | #[\Override] FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/Team.php class Team (line 9) | #[UseFactory(TeamFactory::class)] method casts (line 16) | protected function casts(): array method users (line 23) | public function users() FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/TeamFactory.php class TeamFactory (line 8) | class TeamFactory extends Factory method definition (line 10) | public function definition(): array method modelName (line 19) | #[\Override] FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/User.php class User (line 11) | #[UseResource(UserResource::class)] method profile (line 17) | public function profile() method posts (line 22) | public function posts() method chaperonePosts (line 27) | public function chaperonePosts() method comments (line 32) | public function comments() method teams (line 37) | public function teams() FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/UserResource.php class UserResource (line 8) | class UserResource extends JsonApiResource method toAttributes (line 18) | #[\Override] FILE: tests/Integration/Http/Resources/JsonApi/Fixtures/UserWithArrayRelationshipResource.php class UserWithArrayRelationshipResource (line 8) | class UserWithArrayRelationshipResource extends JsonApiResource method toType (line 10) | public function toType(Request $request) method toAttributes (line 15) | public function toAttributes(Request $request) FILE: tests/Integration/Http/Resources/JsonApi/JsonApiCollectionTest.php class JsonApiCollectionTest (line 10) | class JsonApiCollectionTest extends TestCase method testItCanGenerateJsonApiResponse (line 12) | public function testItCanGenerateJsonApiResponse() method testItCanGenerateJsonApiResponseWithSparseFieldsets (line 31) | public function testItCanGenerateJsonApiResponseWithSparseFieldsets() method testItCanGenerateJsonApiResponseWithEmptyRelationshipsUsingSparseIncluded (line 49) | public function testItCanGenerateJsonApiResponseWithEmptyRelationships... method testItCanGenerateJsonApiResponseWithRelationshipsUsingSparseIncluded (line 73) | public function testItCanGenerateJsonApiResponseWithRelationshipsUsing... FILE: tests/Integration/Http/Resources/JsonApi/JsonApiRequestTest.php class JsonApiRequestTest (line 8) | class JsonApiRequestTest extends TestCase method testItCanResolveSparseFields (line 10) | public function testItCanResolveSparseFields() method testItCanResolveEmptySparseFields (line 24) | public function testItCanResolveEmptySparseFields() method testItCanResolveSparseIncluded (line 33) | public function testItCanResolveSparseIncluded() method testItCanREsolveSparseIncludedWithMaxRelationshipNesting (line 45) | public function testItCanREsolveSparseIncludedWithMaxRelationshipNesti... method testItCanResolveEmptySparseIncluded (line 59) | public function testItCanResolveEmptySparseIncluded() FILE: tests/Integration/Http/Resources/JsonApi/JsonApiResourceTest.php class JsonApiResourceTest (line 12) | class JsonApiResourceTest extends TestCase method testItCanGenerateJsonApiResponse (line 14) | public function testItCanGenerateJsonApiResponse() method testItCanGenerateJsonApiResponseWithSparseFieldsets (line 33) | public function testItCanGenerateJsonApiResponseWithSparseFieldsets() method testItCanGenerateJsonApiResponseWithEmptyRelationshipsUsingSparseIncluded (line 51) | public function testItCanGenerateJsonApiResponseWithEmptyRelationships... method testItCanGenerateJsonApiResponseWithRelationshipsUsingSparseIncluded (line 75) | public function testItCanGenerateJsonApiResponseWithRelationshipsUsing... method testItCanGenerateJsonApiResponseWithRelationshipsUsingSparseIncludedAndSparseFieldsets (line 192) | public function testItCanGenerateJsonApiResponseWithRelationshipsUsing... method testItCanResolveRelationshipWithCustomNameAndResourceClass (line 273) | public function testItCanResolveRelationshipWithCustomNameAndResourceC... method testItCanResolveRelationshipWithNestedRelationship (line 327) | public function testItCanResolveRelationshipWithNestedRelationship() method testItCanResolveRelationshipWithRecursiveNestedRelationship (line 409) | public function testItCanResolveRelationshipWithRecursiveNestedRelatio... method testItCanResolveRelationshipWithRecursiveNestedRelationshipLimitedToDepthConfiguration (line 469) | public function testItCanResolveRelationshipWithRecursiveNestedRelatio... method testItCanResolveRelationshipWithoutRedundantIncludedRelationship (line 526) | public function testItCanResolveRelationshipWithoutRedundantIncludedRe... method testItHandlesBidirectionalRelationshipsWithChaperoneWithoutInfiniteLoop (line 608) | public function testItHandlesBidirectionalRelationshipsWithChaperoneWi... method testIncludedResourcesCanBeArrayBackedCustomResources (line 634) | public function testIncludedResourcesCanBeArrayBackedCustomResources() method testTopLevelArrayBackedCustomResourceCanGenerateJsonApiResponse (line 648) | public function testTopLevelArrayBackedCustomResourceCanGenerateJsonAp... method testSameModelWithTheSameResourceTypeIsDeduplicated (line 664) | public function testSameModelWithTheSameResourceTypeIsDeduplicated() method testDifferentModelInstancesWithSameTypeAndIdAreDeduplicated (line 700) | public function testDifferentModelInstancesWithSameTypeAndIdAreDedupli... method testSameModelOnDifferentResourcesIsNotDeduplicated (line 717) | public function testSameModelOnDifferentResourcesIsNotDeduplicated() FILE: tests/Integration/Http/Resources/JsonApi/TestCase.php class TestCase (line 15) | #[WithMigration] method setUp (line 22) | #[\Override] method defineRoutes (line 31) | #[\Override] method afterRefreshingDatabase (line 82) | protected function afterRefreshingDatabase() FILE: tests/Integration/Http/ResponseTest.php class ResponseTest (line 10) | class ResponseTest extends TestCase method testResponseWithInvalidJsonThrowsException (line 12) | public function testResponseWithInvalidJsonThrowsException() FILE: tests/Integration/Http/ThrottleRequestsTest.php class ThrottleRequestsTest (line 26) | #[WithConfig('hashing.driver', 'bcrypt')] method testLockOpensImmediatelyAfterDecay (line 32) | public function testLockOpensImmediatelyAfterDecay() method testLimitingUsingNamedLimiter (line 64) | public function testLimitingUsingNamedLimiter() method testItCanGenerateDefinitionViaStaticMethod (line 102) | public function testItCanGenerateDefinitionViaStaticMethod() method perMinuteThrottlingDataSet (line 123) | public static function perMinuteThrottlingDataSet() method testItCanThrottlePerMinute (line 132) | #[DataProvider('perMinuteThrottlingDataSet')] method testItCanThrottlePerSecond (line 191) | public function testItCanThrottlePerSecond() method testItCanCombineRateLimitsWithoutSpecifyingUniqueKeys (line 248) | public function testItCanCombineRateLimitsWithoutSpecifyingUniqueKeys() method testItFailsIfNamedLimiterDoesNotExist (line 327) | public function testItFailsIfNamedLimiterDoesNotExist() method testItFailsIfNamedLimiterDoesNotExistAndAuthenticatedUserDoesNotHaveFallbackProperty (line 337) | public function testItFailsIfNamedLimiterDoesNotExistAndAuthenticatedU... method testItFallbacksToUserPropertyWhenThereIsNoNamedLimiterWhenAuthenticated (line 357) | public function testItFallbacksToUserPropertyWhenThereIsNoNamedLimiter... method testItFallbacksToUserAccessorWhenThereIsNoNamedLimiterWhenAuthenticated (line 388) | public function testItFallbacksToUserAccessorWhenThereIsNoNamedLimiter... method testMultipleDistinctKeysDoNotOverThrottle (line 417) | public function testMultipleDistinctKeysDoNotOverThrottle() method testLimitOrderDoesNotAffectBehavior (line 464) | public function testLimitOrderDoesNotAffectBehavior() method testItCanThrottleBasedOnResponse (line 494) | public function testItCanThrottleBasedOnResponse() method testItDoesNotHitLimiterUntilResponseHasBeenGenerated (line 528) | public function testItDoesNotHitLimiterUntilResponseHasBeenGenerated() method testItReturnsConfiguredResponseWhenUsingAfterLimit (line 554) | public function testItReturnsConfiguredResponseWhenUsingAfterLimit(): ... class UserWithAccessor (line 570) | class UserWithAccessor extends User method getRateLimitingAttribute (line 572) | public function getRateLimitingAttribute(): int FILE: tests/Integration/Http/ThrottleRequestsWithRedisTest.php class ThrottleRequestsWithRedisTest (line 16) | #[WithConfig('hashing.driver', 'bcrypt')] method testLockOpensImmediatelyAfterDecay (line 21) | public function testLockOpensImmediatelyAfterDecay() method testItCanThrottleBasedOnResponse (line 56) | public function testItCanThrottleBasedOnResponse() method testItReturnsConfiguredResponseWhenUsingAfterLimit (line 81) | public function testItReturnsConfiguredResponseWhenUsingAfterLimit(): ... FILE: tests/Integration/Log/ContextIntegrationTest.php class ContextIntegrationTest (line 15) | #[WithMigration] method test_it_can_hydrate_null (line 20) | public function test_it_can_hydrate_null() method test_it_handles_eloquent (line 26) | public function test_it_handles_eloquent() method test_it_ignores_deleted_models_when_hydrating (line 52) | public function test_it_ignores_deleted_models_when_hydrating() method test_it_ignores_deleted_models_within_collections_when_hydrating (line 71) | public function test_it_ignores_deleted_models_within_collections_when... method test_it_throws_on_incomplete_classes (line 91) | public function test_it_throws_on_incomplete_classes() method test_it_throws_generic_unserialize_exceptions (line 106) | public function test_it_throws_generic_unserialize_exceptions() method test_it_can_handle_unserialize_exceptions_manually (line 121) | public function test_it_can_handle_unserialize_exceptions_manually() FILE: tests/Integration/Log/LoggingIntegrationTest.php class LoggingIntegrationTest (line 11) | class LoggingIntegrationTest extends TestCase method testLoggingCanBeRunWithoutEncounteringExceptions (line 13) | public function testLoggingCanBeRunWithoutEncounteringExceptions() method testCallingLoggerDirectlyDispatchesOneEvent (line 20) | public function testCallingLoggerDirectlyDispatchesOneEvent() FILE: tests/Integration/Mail/AttachingFromStorageTest.php class AttachingFromStorageTest (line 11) | class AttachingFromStorageTest extends TestCase method testItCanAttachFromStorage (line 13) | public function testItCanAttachFromStorage() method testItCanAttachFromStorageAndFallbackToStorageNameAndMime (line 34) | public function testItCanAttachFromStorageAndFallbackToStorageNameAndM... method testItCanChainAttachWithMailMessage (line 58) | public function testItCanChainAttachWithMailMessage() method testItCanCheckForStorageBasedAttachments (line 70) | public function testItCanCheckForStorageBasedAttachments() FILE: tests/Integration/Mail/MailableTestCase.php class MailableTestCase (line 11) | abstract class MailableTestCase extends TestCase method defineEnvironment (line 14) | #[\Override] method testItCanAssertMarkdownEncodedString (line 20) | #[DataProvider('markdownEncodedDataProvider')] method markdownEncodedDataProvider (line 48) | public static function markdownEncodedDataProvider() FILE: tests/Integration/Mail/MailableWithSecuredEncodingTest.php class MailableWithSecuredEncodingTest (line 13) | class MailableWithSecuredEncodingTest extends MailableTestCase method defineEnvironment (line 18) | #[\Override] method testItCanAssertMarkdownEncodedStringUsingTemplate (line 26) | #[WithMigration] method testItCanAssertMarkdownEncodedStringUsingTemplateWithTable (line 52) | #[WithMigration] method markdownEncodedTemplateDataProvider (line 102) | public static function markdownEncodedTemplateDataProvider() FILE: tests/Integration/Mail/MailableWithoutSecuredEncodingTest.php class MailableWithoutSecuredEncodingTest (line 13) | class MailableWithoutSecuredEncodingTest extends MailableTestCase method defineEnvironment (line 18) | #[\Override] method testItCanAssertMarkdownEncodedStringUsingTemplate (line 26) | #[WithMigration] method testItCanAssertMarkdownEncodedStringUsingTemplateWithTable (line 52) | #[WithMigration] method markdownEncodedTemplateDataProvider (line 102) | public static function markdownEncodedTemplateDataProvider() FILE: tests/Integration/Mail/MarkdownParserTest.php class MarkdownParserTest (line 11) | class MarkdownParserTest extends TestCase method tearDown (line 14) | #[\Override] method testItCanParseMarkdownString (line 23) | #[DataProvider('markdownDataProvider')] method testItCanParseMarkdownEncodedString (line 34) | #[DataProvider('markdownEncodedDataProvider')] method markdownDataProvider (line 44) | public static function markdownDataProvider() method markdownEncodedDataProvider (line 55) | public static function markdownEncodedDataProvider() method testItCanParseMarkdownWithCustomExtensionsViaConfig (line 90) | public function testItCanParseMarkdownWithCustomExtensionsViaConfig():... method testItCanParseMarkdownWithoutCustomExtensionsDoesNotApplyThem (line 106) | public function testItCanParseMarkdownWithoutCustomExtensionsDoesNotAp... method testItCanParseMarkdownWithMultipleCustomExtensions (line 120) | public function testItCanParseMarkdownWithMultipleCustomExtensions(): ... method testItCanParseMarkdownEncodedStringWithCustomExtensions (line 146) | public function testItCanParseMarkdownEncodedStringWithCustomExtension... method configureMarkdownExtensions (line 164) | protected function configureMarkdownExtensions(array $extensions): void FILE: tests/Integration/Mail/RenderingMailWithLocaleTest.php class RenderingMailWithLocaleTest (line 8) | class RenderingMailWithLocaleTest extends TestCase method defineEnvironment (line 10) | protected function defineEnvironment($app) method testMailableRendersInDefaultLocale (line 26) | public function testMailableRendersInDefaultLocale() method testMailableRendersInSelectedLocale (line 33) | public function testMailableRendersInSelectedLocale() method testMailableRendersInAppSelectedLocale (line 40) | public function testMailableRendersInAppSelectedLocale() class RenderedTestMail (line 50) | class RenderedTestMail extends Mailable method build (line 52) | public function build() FILE: tests/Integration/Mail/SendingMailWithLocaleTest.php class SendingMailWithLocaleTest (line 15) | class SendingMailWithLocaleTest extends TestCase method defineEnvironment (line 17) | protected function defineEnvironment($app) method testMailIsSentWithDefaultLocale (line 36) | public function testMailIsSentWithDefaultLocale() method testMailIsSentWithSelectedLocale (line 45) | public function testMailIsSentWithSelectedLocale() method testMailIsSentWithLocaleFromMailable (line 54) | public function testMailIsSentWithLocaleFromMailable() method testMailIsSentWithLocaleUpdatedListenersCalled (line 66) | public function testMailIsSentWithLocaleUpdatedListenersCalled() method testLocaleIsSentWithModelPreferredLocale (line 85) | public function testLocaleIsSentWithModelPreferredLocale() method testLocaleIsSentWithSelectedLocaleOverridingModelPreferredLocale (line 104) | public function testLocaleIsSentWithSelectedLocaleOverridingModelPrefe... method testLocaleIsSentWithModelPreferredLocaleWillIgnorePreferredLocaleOfTheCcRecipient (line 118) | public function testLocaleIsSentWithModelPreferredLocaleWillIgnorePref... method testLocaleIsNotSentWithModelPreferredLocaleWhenThereAreMultipleRecipients (line 137) | public function testLocaleIsNotSentWithModelPreferredLocaleWhenThereAr... method testLocaleIsSetBackToDefaultAfterMailSent (line 157) | public function testLocaleIsSetBackToDefaultAfterMailSent() class TestMail (line 174) | class TestMail extends Mailable method build (line 181) | public function build() class TestEmailLocaleUser (line 187) | class TestEmailLocaleUser extends Model implements HasLocalePreference method preferredLocale (line 194) | public function preferredLocale() class TimestampTestMail (line 200) | class TimestampTestMail extends Mailable method build (line 207) | public function build() FILE: tests/Integration/Mail/SendingMarkdownMailTest.php class SendingMarkdownMailTest (line 13) | class SendingMarkdownMailTest extends TestCase method defineEnvironment (line 15) | protected function defineEnvironment($app) method testMailIsSent (line 23) | public function testMailIsSent() method testMailMayHaveSpecificTextView (line 33) | public function testMailMayHaveSpecificTextView() method testEmbed (line 44) | public function testEmbed() method testEmbedData (line 71) | public function testEmbedData() method testEmbedMultilineImage (line 87) | public function testEmbedMultilineImage() method testEmbeddedImagesAreInlinedWhenRenderingMailable (line 99) | public function testEmbeddedImagesAreInlinedWhenRenderingMailable() method testMessageAsPublicPropertyMayBeDefinedAsViewData (line 109) | public function testMessageAsPublicPropertyMayBeDefinedAsViewData() method testMessageAsWithNamedParameterMayBeDefinedAsViewData (line 122) | public function testMessageAsWithNamedParameterMayBeDefinedAsViewData() method testTheme (line 135) | public function testTheme() method testEmbeddedImageContentIdConsistencyAcrossMailerFailoverClones (line 147) | public function testEmbeddedImageContentIdConsistencyAcrossMailerFailo... method extractContentIdsFromEmail (line 177) | private function extractContentIdsFromEmail(string $rawEmail): array class BasicMailable (line 191) | class BasicMailable extends Mailable method envelope (line 193) | public function envelope() method content (line 200) | public function content() class BasicMailableWithTheme (line 208) | class BasicMailableWithTheme extends Mailable method envelope (line 212) | public function envelope() method content (line 219) | public function content() class BasicMailableWithTextView (line 227) | class BasicMailableWithTextView extends Mailable method envelope (line 231) | public function envelope() method content (line 238) | public function content() class EmbedMailable (line 246) | class EmbedMailable extends Mailable method envelope (line 248) | public function envelope() method content (line 255) | public function content() class EmbedMultilineMailable (line 263) | class EmbedMultilineMailable extends Mailable method envelope (line 265) | public function envelope() method content (line 272) | public function content() class EmbedDataMailable (line 280) | class EmbedDataMailable extends Mailable method envelope (line 282) | public function envelope() method content (line 289) | public function content() class EmbedImageMailable (line 297) | class EmbedImageMailable extends Mailable method envelope (line 299) | public function envelope() method content (line 306) | public function content() class MessageAsPublicPropertyMailable (line 317) | class MessageAsPublicPropertyMailable extends Mailable method envelope (line 321) | public function envelope() method content (line 328) | public function content() class MessageAsWithNamedParameterMailable (line 336) | class MessageAsWithNamedParameterMailable extends Mailable method envelope (line 338) | public function envelope() method content (line 345) | public function content() FILE: tests/Integration/Mail/SendingQueuedMailTest.php class SendingQueuedMailTest (line 13) | class SendingQueuedMailTest extends TestCase method defineEnvironment (line 15) | protected function defineEnvironment($app) method testMailIsSentWithDefaultLocale (line 22) | public function testMailIsSentWithDefaultLocale() method testMailIsSentWhenRoutingQueue (line 33) | public function testMailIsSentWhenRoutingQueue() method testMailIsSentWithDelay (line 44) | public function testMailIsSentWithDelay() class SendingQueuedMailTestMail (line 58) | class SendingQueuedMailTestMail extends Mailable method build (line 65) | public function build() method middleware (line 70) | public function middleware() FILE: tests/Integration/Mail/SentMessageMailTest.php class SentMessageMailTest (line 16) | class SentMessageMailTest extends TestCase method afterRefreshingDatabase (line 20) | protected function afterRefreshingDatabase() method beforeRefreshingDatabase (line 27) | protected function beforeRefreshingDatabase() method testDispatchesNotificationSent (line 32) | public function testDispatchesNotificationSent() class SentMessageUser (line 60) | class SentMessageUser extends Model class SentMessageMailNotification (line 67) | class SentMessageMailNotification extends Notification method via (line 69) | public function via(): array method toMail (line 74) | public function toMail(object $notifiable): MailMessage FILE: tests/Integration/Migration/MigratorTest.php class MigratorTest (line 14) | class MigratorTest extends TestCase method setUp (line 23) | protected function setUp(): void method tearDown (line 33) | protected function tearDown(): void method testMigrate (line 40) | public function testMigrate() method testMigrateWithoutOutput (line 59) | public function testMigrateWithoutOutput() method testWithSkippedMigrations (line 72) | public function testWithSkippedMigrations() method testRollback (line 90) | public function testRollback() method testPretendMigrate (line 110) | public function testPretendMigrate() method testIgnorePretendModeForCallbackData (line 133) | public function testIgnorePretendModeForCallbackData() method testIgnorePretendModeForCallbackOutputDynamicContentIsShown (line 200) | public function testIgnorePretendModeForCallbackOutputDynamicContentIs... method testIgnorePretendModeForCallbackOutputDynamicContentNotShown (line 233) | public function testIgnorePretendModeForCallbackOutputDynamicContentNo... method expectInfo (line 264) | protected function expectInfo($message): void method expectTwoColumnDetail (line 271) | protected function expectTwoColumnDetail($first, $second = null) method expectBulletList (line 284) | protected function expectBulletList($elements): void method expectTask (line 297) | protected function expectTask($description, $result): void FILE: tests/Integration/Migration/fixtures/2014_10_12_000000_create_people_table.php class CreatePeopleTable (line 7) | class CreatePeopleTable extends Migration method up (line 14) | public function up() method down (line 31) | public function down() FILE: tests/Integration/Migration/fixtures/2015_10_04_000000_modify_people_table.php class ModifyPeopleTable (line 7) | class ModifyPeopleTable extends Migration method up (line 14) | public function up() method down (line 26) | public function down() FILE: tests/Integration/Migration/fixtures/2016_10_04_000000_modify_people_table.php method up (line 14) | public function up() method down (line 26) | public function down() FILE: tests/Integration/Migration/fixtures/2017_10_04_000000_add_age_to_people.php method shouldRun (line 9) | public function shouldRun(): bool method up (line 19) | public function up() method down (line 31) | public function down() FILE: tests/Integration/Migration/pretending/2014_10_12_000000_create_people_is_dynamic_table.php class CreatePeopleIsDynamicTable (line 8) | class CreatePeopleIsDynamicTable extends Migration method up (line 10) | public function up() FILE: tests/Integration/Migration/pretending/2014_10_12_000000_create_people_non_dynamic_table.php class CreatePeopleNonDynamicTable (line 8) | class CreatePeopleNonDynamicTable extends Migration method up (line 10) | public function up() FILE: tests/Integration/Migration/pretending/2023_10_17_000000_dynamic_content_is_shown.php class DynamicContentIsShown (line 8) | class DynamicContentIsShown extends Migration method up (line 10) | public function up() FILE: tests/Integration/Migration/pretending/2023_10_17_000000_dynamic_content_not_shown.php class DynamicContentNotShown (line 8) | class DynamicContentNotShown extends Migration method up (line 10) | public function up() FILE: tests/Integration/Notifications/DatabaseNotificationTest.php class DatabaseNotificationTest (line 16) | #[WithMigration('laravel', 'notifications')] method testAssertSentToWhenNotifiableHasStringableKey (line 21) | #[DefineDatabase('defineDatabaseAndConvertUserIdToUuid')] method defineDatabaseAndConvertUserIdToUuid (line 41) | protected function defineDatabaseAndConvertUserIdToUuid($app): void class UuidUserFactoryStub (line 49) | class UuidUserFactoryStub extends \Orchestra\Testbench\Factories\UserFac... class UuidUserStub (line 54) | class UuidUserStub extends \Illuminate\Foundation\Auth\User method casts (line 60) | #[\Override] class NotificationStub (line 67) | class NotificationStub extends \Illuminate\Notifications\Notification method via (line 69) | public function via($notifiable) FILE: tests/Integration/Notifications/SendingMailNotificationsTest.php class SendingMailNotificationsTest (line 21) | class SendingMailNotificationsTest extends TestCase method defineEnvironment (line 27) | protected function defineEnvironment($app) method setUp (line 49) | protected function setUp(): void method testMailIsSent (line 60) | public function testMailIsSent() method testMailIsSentWithCustomTheme (line 98) | public function testMailIsSentWithCustomTheme() method setMailerSendAssertions (line 136) | private function setMailerSendAssertions( method testMailIsSentToNamedAddress (line 171) | public function testMailIsSentToNamedAddress() method testMailIsSentWithSubject (line 210) | public function testMailIsSentWithSubject() method testMailIsSentToMultipleAddresses (line 238) | public function testMailIsSentToMultipleAddresses() method testMailIsSentUsingMailable (line 266) | public function testMailIsSentUsingMailable() method testMailIsSentUsingMailMessageWithHtmlAndPlain (line 277) | public function testMailIsSentUsingMailMessageWithHtmlAndPlain() method testMailIsSentUsingMailMessageWithHtmlOnly (line 309) | public function testMailIsSentUsingMailMessageWithHtmlOnly() method testMailIsSentUsingMailMessageWithPlainOnly (line 341) | public function testMailIsSentUsingMailMessageWithPlainOnly() class NotifiableUser (line 374) | class NotifiableUser extends Model class NotifiableUserWithNamedAddress (line 382) | class NotifiableUserWithNamedAddress extends NotifiableUser method routeNotificationForMail (line 384) | public function routeNotificationForMail($notification) class NotifiableUserWithMultipleAddresses (line 393) | class NotifiableUserWithMultipleAddresses extends NotifiableUser method routeNotificationForMail (line 395) | public function routeNotificationForMail($notification) class TestMailNotification (line 404) | class TestMailNotification extends Notification method via (line 406) | public function via($notifiable) method toMail (line 411) | public function toMail($notifiable) class TestMailNotificationWithSubject (line 424) | class TestMailNotificationWithSubject extends Notification method via (line 426) | public function via($notifiable) method toMail (line 431) | public function toMail($notifiable) class TestMailNotificationWithMailable (line 439) | class TestMailNotificationWithMailable extends Notification method via (line 441) | public function via($notifiable) method toMail (line 446) | public function toMail($notifiable) class TestMailNotificationWithHtmlAndPlain (line 456) | class TestMailNotificationWithHtmlAndPlain extends Notification method via (line 458) | public function via($notifiable) method toMail (line 463) | public function toMail($notifiable) class TestMailNotificationWithHtmlOnly (line 470) | class TestMailNotificationWithHtmlOnly extends Notification method via (line 472) | public function via($notifiable) method toMail (line 477) | public function toMail($notifiable) class TestMailNotificationWithPlainOnly (line 484) | class TestMailNotificationWithPlainOnly extends Notification method via (line 486) | public function via($notifiable) method toMail (line 491) | public function toMail($notifiable) class TestMailNotificationWithCustomTheme (line 498) | class TestMailNotificationWithCustomTheme extends Notification method via (line 500) | public function via($notifiable) method toMail (line 505) | public function toMail($notifiable) FILE: tests/Integration/Notifications/SendingMailableNotificationsTest.php class SendingMailableNotificationsTest (line 15) | class SendingMailableNotificationsTest extends TestCase method defineEnvironment (line 19) | protected function defineEnvironment($app) method afterRefreshingDatabase (line 30) | protected function afterRefreshingDatabase() method beforeRefreshingDatabase (line 39) | protected function beforeRefreshingDatabase() method testMarkdownNotification (line 44) | public function testMarkdownNotification() method testCanSetTheme (line 73) | public function testCanSetTheme() class MailableNotificationUser (line 93) | class MailableNotificationUser extends Model class MarkdownNotification (line 101) | class MarkdownNotification extends Notification method __construct (line 103) | public function __construct( method via (line 108) | public function via($notifiable): array method toMail (line 113) | public function toMail($notifiable): MailMessage FILE: tests/Integration/Notifications/SendingNotificationsViaAnonymousNotifiableTest.php class SendingNotificationsViaAnonymousNotifiableTest (line 11) | class SendingNotificationsViaAnonymousNotifiableTest extends TestCase method testMailIsSent (line 13) | public function testMailIsSent() method testAnonymousNotifiableWithMultipleRoutes (line 29) | public function testAnonymousNotifiableWithMultipleRoutes() method testFaking (line 43) | public function testFaking() class TestMailNotificationForAnonymousNotifiable (line 68) | class TestMailNotificationForAnonymousNotifiable extends Notification method via (line 70) | public function via($notifiable) class TestCustomChannel (line 76) | class TestCustomChannel method send (line 78) | public function send($notifiable, $notification) class AnotherTestCustomChannel (line 84) | class AnotherTestCustomChannel method send (line 86) | public function send($notifiable, $notification) FILE: tests/Integration/Notifications/SendingNotificationsWithLocaleTest.php class SendingNotificationsWithLocaleTest (line 21) | class SendingNotificationsWithLocaleTest extends TestCase method defineEnvironment (line 23) | protected function defineEnvironment($app) method setUp (line 42) | protected function setUp(): void method testMailIsSentWithDefaultLocale (line 53) | public function testMailIsSentWithDefaultLocale() method testMailIsSentWithFacadeSelectedLocale (line 67) | public function testMailIsSentWithFacadeSelectedLocale() method testMailIsSentWithNotificationSelectedLocale (line 81) | public function testMailIsSentWithNotificationSelectedLocale() method testMailableIsSentWithSelectedLocale (line 105) | public function testMailableIsSentWithSelectedLocale() method testMailIsSentWithLocaleUpdatedListenersCalled (line 119) | public function testMailIsSentWithLocaleUpdatedListenersCalled() method testLocaleIsSentWithNotifiablePreferredLocale (line 149) | public function testLocaleIsSentWithNotifiablePreferredLocale() method testLocaleIsSentWithNotifiablePreferredLocaleForMultipleRecipients (line 163) | public function testLocaleIsSentWithNotifiablePreferredLocaleForMultip... method testLocaleIsSentWithNotificationSelectedLocaleOverridingNotifiablePreferredLocale (line 194) | public function testLocaleIsSentWithNotificationSelectedLocaleOverridi... method testLocaleIsSentWithFacadeSelectedLocaleOverridingNotifiablePreferredLocale (line 210) | public function testLocaleIsSentWithFacadeSelectedLocaleOverridingNoti... class NotifiableLocalizedUser (line 227) | class NotifiableLocalizedUser extends Model class NotifiableEmailLocalePreferredUser (line 235) | class NotifiableEmailLocalePreferredUser extends Model implements HasLoc... method preferredLocale (line 244) | public function preferredLocale() class GreetingMailNotification (line 250) | class GreetingMailNotification extends Notification method via (line 252) | public function via($notifiable) method toMail (line 257) | public function toMail($notifiable) class GreetingMailNotificationWithMailable (line 265) | class GreetingMailNotificationWithMailable extends Notification method via (line 267) | public function via($notifiable) method toMail (line 272) | public function toMail($notifiable) class GreetingMailable (line 279) | class GreetingMailable extends Mailable method build (line 281) | public function build() FILE: tests/Integration/Queue/CallQueuedHandlerTest.php class CallQueuedHandlerTest (line 20) | class CallQueuedHandlerTest extends TestCase method testJobCanBeDispatched (line 22) | public function testJobCanBeDispatched() method testJobCanBeDispatchedThroughMiddleware (line 42) | public function testJobCanBeDispatchedThroughMiddleware() method testJobCanBeDispatchedThroughMiddlewareOnDispatch (line 64) | public function testJobCanBeDispatchedThroughMiddlewareOnDispatch() method testJobIsMarkedAsFailedIfModelNotFoundExceptionIsThrown (line 91) | public function testJobIsMarkedAsFailedIfModelNotFoundExceptionIsThrown() method testJobIsDeletedIfHasDeleteProperty (line 104) | public function testJobIsDeletedIfHasDeleteProperty() method testJobIsDeletedIfHasDeleteAttribute (line 126) | public function testJobIsDeletedIfHasDeleteAttribute() method testBatchJobIsRecordedWhenDeletedDueToMissingModel (line 148) | public function testBatchJobIsRecordedWhenDeletedDueToMissingModel() class CallQueuedHandlerTestJob (line 186) | class CallQueuedHandlerTestJob method handle (line 192) | public function handle() class AbstractCallQueuedHandlerTestJobWithMiddleware (line 199) | abstract class AbstractCallQueuedHandlerTestJobWithMiddleware method middleware (line 203) | public function middleware() class CallQueuedHandlerTestJobWithMiddleware (line 219) | class CallQueuedHandlerTestJobWithMiddleware extends AbstractCallQueuedH... method handle (line 225) | public function handle() class CallQueuedHandlerExceptionThrower (line 231) | class CallQueuedHandlerExceptionThrower method handle (line 235) | public function handle() method __wakeup (line 240) | public function __wakeup() class CallQueuedHandlerExceptionThrowerWithoutDelete (line 246) | class CallQueuedHandlerExceptionThrowerWithoutDelete method handle (line 248) | public function handle() method __wakeup (line 253) | public function __wakeup() class CallQueuedHandlerAttributeExceptionThrower (line 259) | #[DeleteWhenMissingModels] method handle (line 262) | public function handle() method __wakeup (line 267) | public function __wakeup() class CallQueuedHandlerBatchableExceptionThrower (line 273) | #[DeleteWhenMissingModels] method handle (line 278) | public function handle() method __wakeup (line 283) | public function __wakeup() class TestJobMiddleware (line 289) | class TestJobMiddleware method handle (line 291) | public function handle($command, $next) FILE: tests/Integration/Queue/CustomPayloadTest.php class CustomPayloadTest (line 13) | class CustomPayloadTest extends TestCase method getPackageProviders (line 17) | protected function getPackageProviders($app) method websites (line 22) | public static function websites() method test_custom_payload_gets_cleared_for_each_data_provider (line 29) | #[DataProvider('websites')] class QueueServiceProvider (line 38) | class QueueServiceProvider extends ServiceProvider method register (line 40) | public function register() class MyJob (line 56) | class MyJob implements ShouldQueue method handle (line 60) | public function handle() FILE: tests/Integration/Queue/DeleteModelWhenMissingTest.php class DeleteModelWhenMissingTest (line 14) | #[WithMigration] method defineEnvironment (line 18) | protected function defineEnvironment($app) method defineDatabaseMigrationsAfterDatabaseRefreshed (line 25) | protected function defineDatabaseMigrationsAfterDatabaseRefreshed() method destroyDatabaseMigrations (line 33) | protected function destroyDatabaseMigrations() method tearDown (line 38) | #[\Override] method test_deleteModelWhenMissing_and_display_name (line 46) | public function test_deleteModelWhenMissing_and_display_name(): void class DeleteMissingModelJob (line 61) | class DeleteMissingModelJob implements ShouldQueue method __construct (line 71) | public function __construct(public MyTestModel $model) method displayName (line 75) | public function displayName(): string method handle (line 80) | public function handle() class MyTestModel (line 86) | class MyTestModel extends Model FILE: tests/Integration/Queue/DeleteNotificationWhenMissingModelTest.php class DeleteNotificationWhenMissingModelTest (line 17) | #[WithMigration] method defineEnvironment (line 21) | protected function defineEnvironment($app) method defineDatabaseMigrationsAfterDatabaseRefreshed (line 28) | protected function defineDatabaseMigrationsAfterDatabaseRefreshed() method destroyDatabaseMigrations (line 36) | protected function destroyDatabaseMigrations() method tearDown (line 41) | #[\Override] method test_deleteModelWhenMissing_on_queued_notification (line 49) | public function test_deleteModelWhenMissing_on_queued_notification(): ... class DeleteNotificationTestModel (line 64) | class DeleteNotificationTestModel extends Model class DeleteWhenMissingNotification (line 75) | #[DeleteWhenMissingModels] method __construct (line 82) | public function __construct(public DeleteNotificationTestModel $model) method via (line 86) | public function via($notifiable): array method toMail (line 91) | public function toMail($notifiable) FILE: tests/Integration/Queue/DynamoBatchTest.php class DynamoBatchTest (line 19) | #[RequiresOperatingSystem('Linux|Darwin')] method setUp (line 23) | protected function setUp(): void method defineEnvironment (line 37) | protected function defineEnvironment($app) method test_running_a_batch (line 48) | public function test_running_a_batch() method test_retrieve_batch_by_id (line 58) | public function test_retrieve_batch_by_id() method test_retrieve_non_existent_batch (line 73) | public function test_retrieve_non_existent_batch() method test_delete_batch_by_id (line 81) | public function test_delete_batch_by_id() method test_delete_non_existent_batch (line 96) | public function test_delete_non_existent_batch() method test_batch_with_failing_job (line 105) | public function test_batch_with_failing_job() method test_get_batches (line 121) | public function test_get_batches() class BatchJob (line 147) | class BatchJob implements ShouldQueue method __construct (line 155) | public function __construct(string $id) method handle (line 160) | public function handle() class FailingJob (line 166) | class FailingJob extends BatchJob method handle (line 168) | public function handle() class BatchRunRecorder (line 175) | class BatchRunRecorder method record (line 181) | public static function record(string $id) method recordFailure (line 186) | public static function recordFailure(string $message) method reset (line 193) | public static function reset() FILE: tests/Integration/Queue/DynamoBatchTestWithTTL.php class DynamoBatchTestWithTTL (line 9) | #[RequiresOperatingSystem('Linux|Darwin')] method defineEnvironment (line 13) | protected function defineEnvironment($app) FILE: tests/Integration/Queue/Fixtures/Jobs/DeleteUser.php class DeleteUser (line 9) | class DeleteUser implements ShouldQueue method __construct (line 16) | public function __construct( method handle (line 25) | public function handle(): void FILE: tests/Integration/Queue/JobChainingTest.php class JobChainingTest (line 18) | #[WithMigration] method defineEnvironment (line 26) | protected function defineEnvironment($app) method setUp (line 36) | protected function setUp(): void method testJobsCanBeChainedOnSuccess (line 52) | public function testJobsCanBeChainedOnSuccess() method testJobsCanBeChainedOnSuccessUsingPendingChain (line 64) | public function testJobsCanBeChainedOnSuccessUsingPendingChain() method testJobsCanBeChainedOnSuccessUsingBusFacade (line 76) | public function testJobsCanBeChainedOnSuccessUsingBusFacade() method testJobsCanBeChainedOnSuccessUsingBusFacadeAsArguments (line 89) | public function testJobsCanBeChainedOnSuccessUsingBusFacadeAsArguments() method testJobsChainedOnExplicitDelete (line 102) | public function testJobsChainedOnExplicitDelete() method testJobsCanBeChainedOnSuccessWithSeveralJobs (line 114) | public function testJobsCanBeChainedOnSuccessWithSeveralJobs() method testJobsCanBeChainedOnSuccessUsingHelper (line 128) | public function testJobsCanBeChainedOnSuccessUsingHelper() method testJobsCanBeChainedViaQueue (line 140) | public function testJobsCanBeChainedViaQueue() method testSecondJobIsNotFiredIfFirstFailed (line 152) | public function testSecondJobIsNotFiredIfFirstFailed() method testSecondJobIsNotFiredIfFirstReleased (line 163) | public function testSecondJobIsNotFiredIfFirstReleased() method testThirdJobIsNotFiredIfSecondFails (line 174) | public function testThirdJobIsNotFiredIfSecondFails() method testCatchCallbackIsCalledOnFailure (line 187) | public function testCatchCallbackIsCalledOnFailure() method testChainJobsUseSameConfig (line 204) | public function testChainJobsUseSameConfig() method testChainJobsUseOwnConfig (line 223) | public function testChainJobsUseOwnConfig() method testChainJobsUseDefaultConfig (line 242) | public function testChainJobsUseDefaultConfig() method testChainJobRemovesFalsy (line 261) | public function testChainJobRemovesFalsy() method testChainJobsCanBePrepended (line 281) | public function testChainJobsCanBePrepended() method testChainJobsCanBePrependedWithoutExistingChain (line 292) | public function testChainJobsCanBePrependedWithoutExistingChain() method testChainJobsCanBeAppended (line 301) | public function testChainJobsCanBeAppended() method testChainJobsCanBePrependedBatch (line 312) | public function testChainJobsCanBePrependedBatch() method testChainJobsCanBeAppendedBatch (line 324) | public function testChainJobsCanBeAppendedBatch() method testChainJobsCanBeAppendedWithoutExistingChain (line 336) | public function testChainJobsCanBeAppendedWithoutExistingChain() method testChainCanBeAppended (line 345) | public function testChainCanBeAppended() method testChainCanBeAppendedWithInitialJob (line 357) | public function testChainCanBeAppendedWithInitialJob() method testChainRemovesFalsy (line 372) | public function testChainRemovesFalsy() method testChainAppendRemovesFalsy (line 387) | public function testChainAppendRemovesFalsy() method testChainCanBePrepended (line 406) | public function testChainCanBePrepended() method testChainCanBePrependedWithInitialJob (line 418) | public function testChainCanBePrependedWithInitialJob() method testChainPrependRemovesFalsy (line 434) | public function testChainPrependRemovesFalsy() method testBatchCanBeAddedToChain (line 454) | public function testBatchCanBeAddedToChain() method testBatchInChainUsesCorrectQueue (line 473) | public function testBatchInChainUsesCorrectQueue() method testDynamicBatchCanBeAddedToChain (line 493) | public function testDynamicBatchCanBeAddedToChain() method testChainBatchChain (line 522) | public function testChainBatchChain() method testChainBatchChainBatch (line 555) | public function testChainBatchChainBatch() method testBatchCatchCallbacks (line 592) | public function testBatchCatchCallbacks() method testChainBatchFailureAllowed (line 609) | public function testChainBatchFailureAllowed() method testChainBatchFailureNotAllowed (line 629) | public function testChainBatchFailureNotAllowed() method testChainConditionable (line 648) | public function testChainConditionable() method testBatchConditionable (line 667) | public function testBatchConditionable() method testJobsAreChainedWhenDispatchIfIsTrue (line 685) | public function testJobsAreChainedWhenDispatchIfIsTrue() method testJobsAreNotChainedWhenDispatchIfIsFalse (line 697) | public function testJobsAreNotChainedWhenDispatchIfIsFalse() method testJobsAreChainedWhenDispatchUnlessIsFalse (line 709) | public function testJobsAreChainedWhenDispatchUnlessIsFalse() method testJobsAreNotChainedWhenDispatchUnlessIsTrue (line 721) | public function testJobsAreNotChainedWhenDispatchUnlessIsTrue() class JobChainingTestFirstJob (line 734) | class JobChainingTestFirstJob implements ShouldQueue method handle (line 744) | public function handle() class JobChainingTestSecondJob (line 752) | class JobChainingTestSecondJob implements ShouldQueue method handle (line 762) | public function handle() class JobChainingTestThirdJob (line 770) | class JobChainingTestThirdJob implements ShouldQueue method handle (line 780) | public function handle() class JobChainingTestDeletingJob (line 788) | class JobChainingTestDeletingJob implements ShouldQueue method handle (line 794) | public function handle() class JobChainingTestReleasingJob (line 801) | class JobChainingTestReleasingJob implements ShouldQueue method handle (line 805) | public function handle() class JobChainingTestFailingJob (line 811) | class JobChainingTestFailingJob implements ShouldQueue method handle (line 815) | public function handle() class JobChainAddingPrependingJob (line 821) | class JobChainAddingPrependingJob implements ShouldQueue method handle (line 825) | public function handle() class JobChainAddingAppendingJob (line 831) | class JobChainAddingAppendingJob implements ShouldQueue method handle (line 835) | public function handle() class JobChainAddingAppendingBatch (line 841) | class JobChainAddingAppendingBatch implements ShouldQueue method __construct (line 847) | public function __construct(string $id) method handle (line 852) | public function handle() class JobChainAddingPrependedBatch (line 863) | class JobChainAddingPrependedBatch implements ShouldQueue method __construct (line 869) | public function __construct(string $id) method handle (line 874) | public function handle() class JobChainAddingExistingJob (line 885) | class JobChainAddingExistingJob implements ShouldQueue method handle (line 892) | public function handle() class JobChainAddingAddedJob (line 898) | class JobChainAddingAddedJob implements ShouldQueue method handle (line 905) | public function handle() class JobChainingTestThrowJob (line 911) | class JobChainingTestThrowJob implements ShouldQueue method handle (line 915) | public function handle() class JobChainingNamedTestJob (line 921) | class JobChainingNamedTestJob implements ShouldQueue method __construct (line 929) | public function __construct(string $id) method handle (line 934) | public function handle() class JobChainingTestBatchedJob (line 940) | class JobChainingTestBatchedJob implements ShouldQueue method __construct (line 948) | public function __construct(string $id, int $times = 0) method handle (line 954) | public function handle() class JobChainingTestFailingBatchedJob (line 963) | class JobChainingTestFailingBatchedJob implements ShouldQueue method handle (line 967) | public function handle() class JobRunRecorder (line 973) | class JobRunRecorder method record (line 979) | public static function record(string $id) method recordFailure (line 984) | public static function recordFailure(string $message) method reset (line 991) | public static function reset() FILE: tests/Integration/Queue/JobDispatchingTest.php class JobDispatchingTest (line 17) | #[WithMigration] method setUp (line 21) | protected function setUp(): void method testJobCanUseCustomMethodsAfterDispatch (line 31) | public function testJobCanUseCustomMethodsAfterDispatch() method testDispatchesConditionallyWithBoolean (line 41) | public function testDispatchesConditionallyWithBoolean() method testDispatchesConditionallyWithClosure (line 58) | public function testDispatchesConditionallyWithClosure() method testDoesNotDispatchConditionallyWithBoolean (line 73) | public function testDoesNotDispatchConditionallyWithBoolean() method testDoesNotDispatchConditionallyWithClosure (line 90) | public function testDoesNotDispatchConditionallyWithClosure() method testUniqueJobLockIsReleasedForJobDispatchedAfterResponse (line 105) | public function testUniqueJobLockIsReleasedForJobDispatchedAfterRespon... method testQueueMayBeNullForJobQueueingAndJobQueuedEvent (line 142) | public function testQueueMayBeNullForJobQueueingAndJobQueuedEvent() method testQueuedClosureCanBeNamed (line 169) | public function testQueuedClosureCanBeNamed() method testCanDisableDispatchingAfterResponse (line 187) | public function testCanDisableDispatchingAfterResponse() method getJobLock (line 221) | private function getJobLock($job, $value = null) class Job (line 227) | class Job implements ShouldQueue method __construct (line 236) | public function __construct($value) method handle (line 241) | public function handle() method replaceValue (line 246) | public function replaceValue($value) class UniqueJob (line 252) | class UniqueJob extends Job implements ShouldBeUnique method uniqueId (line 256) | public function uniqueId() class MyTestDispatchableJob (line 262) | class MyTestDispatchableJob implements ShouldQueue FILE: tests/Integration/Queue/JobEncryptionTest.php class JobEncryptionTest (line 18) | #[WithMigration] method defineEnvironment (line 24) | protected function defineEnvironment($app) method tearDown (line 32) | protected function tearDown(): void method testEncryptedJobPayloadIsStoredEncrypted (line 40) | public function testEncryptedJobPayloadIsStoredEncrypted() method testNonEncryptedJobPayloadIsStoredRaw (line 49) | public function testNonEncryptedJobPayloadIsStoredRaw() method testQueueCanProcessEncryptedJob (line 63) | public function testQueueCanProcessEncryptedJob() method testQueueCanProcessUnEncryptedJob (line 72) | public function testQueueCanProcessUnEncryptedJob() class JobEncryptionTestEncryptedJob (line 82) | class JobEncryptionTestEncryptedJob implements ShouldQueue, ShouldBeEncr... method handle (line 88) | public function handle() class JobEncryptionTestNonEncryptedJob (line 94) | class JobEncryptionTestNonEncryptedJob implements ShouldQueue method handle (line 100) | public function handle() FILE: tests/Integration/Queue/ModelSerializationTest.php class ModelSerializationTest (line 21) | class ModelSerializationTest extends TestCase method defineEnvironment (line 25) | protected function defineEnvironment($app) method setUp (line 34) | protected function setUp(): void method tearDown (line 74) | #[\Override] method testItSerializeUserOnDefaultConnection (line 83) | public function testItSerializeUserOnDefaultConnection() method testItSerializeUserOnDifferentConnection (line 112) | public function testItSerializeUserOnDifferentConnection() method testItFailsIfModelsOnMultiConnections (line 139) | public function testItFailsIfModelsOnMultiConnections() method testItReloadsRelationships (line 159) | public function testItReloadsRelationships() method testItReloadsRelationshipsOnlyOnce (line 179) | public function testItReloadsRelationshipsOnlyOnce() method testItReloadsNestedRelationships (line 201) | public function testItReloadsNestedRelationships() method testItReloadsRelationshipsForCollections (line 221) | public function testItReloadsRelationshipsForCollections() method testItReloadsNestedRelationshipsForCollections (line 251) | public function testItReloadsNestedRelationshipsForCollections() method testItCanRunModelBootsAndTraitInitializations (line 283) | public function testItCanRunModelBootsAndTraitInitializations() method testItCanUnserializeNestedRelationshipsWithoutPivot (line 313) | public function testItCanUnserializeNestedRelationshipsWithoutPivot() method testItSerializesAnEmptyCollection (line 335) | public function testItSerializesAnEmptyCollection() method testItSerializesACollectionInCorrectOrder (line 344) | public function testItSerializesACollectionInCorrectOrder() method testItCanUnserializeACollectionInCorrectOrderAndHandleDeletedModels (line 359) | public function testItCanUnserializeACollectionInCorrectOrderAndHandle... method testItCanUnserializeCustomCollection (line 379) | public function testItCanUnserializeCustomCollection() method testItSerializesTypedProperties (line 393) | public function testItSerializesTypedProperties() method test_model_serialization_structure (line 426) | #[WithConfig('database.default', 'testing')] method test_it_respects_without_relations_attribute (line 440) | #[WithConfig('database.default', 'testing')] method test_it_respects_without_relations_attribute_applied_to_class (line 454) | #[WithConfig('database.default', 'testing')] method test_serialization_types_empty_custom_eloquent_collection (line 475) | public function test_serialization_types_empty_custom_eloquent_collect... method test_it_users_morphmap_for_serialization (line 487) | #[WithConfig('database.default', 'testing')] method test_it_users_morphmap_for_serialization_of_collection (line 515) | #[WithConfig('database.default', 'testing')] type TraitBootsAndInitializersTest (line 545) | trait TraitBootsAndInitializersTest method initializeTraitBootsAndInitializersTest (line 551) | public function initializeTraitBootsAndInitializersTest() method bootTraitBootsAndInitializersTest (line 556) | public static function bootTraitBootsAndInitializersTest() method nonConventionalBootFunctionInTrait (line 562) | #[Boot] method nonConventionalInitFunctionInTrait (line 569) | #[Initialize] class ModelBootTestWithTraitInitialization (line 576) | class ModelBootTestWithTraitInitialization extends Model method nonConventionalBootFunctionInClass (line 584) | #[Boot] method nonConventionalInitFunctionInClass (line 591) | #[Initialize] class ModelSerializationTestUser (line 598) | class ModelSerializationTestUser extends Model class ModelSerializationTestCustomUserCollection (line 605) | class ModelSerializationTestCustomUserCollection extends Collection class ModelSerializationTypedCustomCollectionTestClass (line 610) | class ModelSerializationTypedCustomCollectionTestClass method __construct (line 616) | public function __construct(ModelSerializationTestCustomUserCollection... class ModelSerializationTestCustomUser (line 622) | class ModelSerializationTestCustomUser extends Model method newCollection (line 628) | public function newCollection(array $models = []) class ModelSerializationTestCustomOrder (line 634) | class ModelSerializationTestCustomOrder extends Model method line (line 641) | public function line() method lines (line 646) | public function lines() method products (line 651) | public function products() class Order (line 657) | class Order extends Model method line (line 662) | public function line() method lines (line 667) | public function lines() method products (line 672) | public function products() class Line (line 678) | class Line extends Model method product (line 683) | public function product() class Product (line 689) | class Product extends Model class User (line 695) | class User extends Model method roles (line 700) | public function roles() class Role (line 707) | class Role extends Model method users (line 712) | public function users() class RoleUser (line 719) | class RoleUser extends Pivot method user (line 724) | public function user() method role (line 729) | public function role() class ModelSerializationTestClass (line 735) | class ModelSerializationTestClass method __construct (line 741) | public function __construct($user) class ModelSerializationAccessibleTestClass (line 747) | class ModelSerializationAccessibleTestClass method __construct (line 755) | public function __construct($user, $user2, $user3) class ModelSerializationParentAccessibleTestClass (line 763) | class ModelSerializationParentAccessibleTestClass extends ModelSerializa... class ModelSerializationWithoutRelations (line 768) | class ModelSerializationWithoutRelations method __construct (line 775) | public function __construct(User $user) class ModelSerializationAttributeTargetsClassTestClass (line 781) | #[WithoutRelations] method __construct (line 786) | public function __construct(public User $user, public DataValueObject ... class ModelRelationSerializationTestClass (line 791) | class ModelRelationSerializationTestClass method __construct (line 797) | public function __construct($order) class CollectionSerializationTestClass (line 803) | class CollectionSerializationTestClass method __construct (line 809) | public function __construct($users) class CollectionRelationSerializationTestClass (line 815) | class CollectionRelationSerializationTestClass method __construct (line 821) | public function __construct($orders) class DataValueObject (line 827) | class DataValueObject method __construct (line 829) | public function __construct(public $value = 1) FILE: tests/Integration/Queue/QueueConnectionTest.php class QueueConnectionTest (line 16) | #[WithConfig('queue.default', 'sqs')] method tearDown (line 20) | protected function tearDown(): void method testJobWontGetDispatchedInsideATransaction (line 28) | public function testJobWontGetDispatchedInsideATransaction() method testJobWillGetDispatchedInsideATransactionWhenExplicitlyIndicated (line 41) | public function testJobWillGetDispatchedInsideATransactionWhenExplicit... method testJobWontGetDispatchedInsideATransactionWhenExplicitlyIndicated (line 58) | public function testJobWontGetDispatchedInsideATransactionWhenExplicit... method testUniqueJobWontGetDispatchedInsideATransaction (line 77) | public function testUniqueJobWontGetDispatchedInsideATransaction() method testUniqueJobWillGetDispatchedInsideATransactionWhenExplicitlyIndicated (line 90) | public function testUniqueJobWillGetDispatchedInsideATransactionWhenEx... method testUniqueJobWontGetDispatchedInsideATransactionWhenExplicitlyIndicated (line 107) | public function testUniqueJobWontGetDispatchedInsideATransactionWhenEx... class QueueConnectionTestJob (line 127) | class QueueConnectionTestJob implements ShouldQueue method handle (line 133) | public function handle() class QueueConnectionTestUniqueJob (line 139) | class QueueConnectionTestUniqueJob implements ShouldQueue, ShouldBeUnique method handle (line 145) | public function handle() FILE: tests/Integration/Queue/QueueFakeTest.php class QueueFakeTest (line 10) | class QueueFakeTest extends TestCase method defineEnvironment (line 12) | protected function defineEnvironment($app) method testFakeFor (line 17) | public function testFakeFor() method testFakeExceptFor (line 25) | public function testFakeExceptFor() method testFakeExcept (line 36) | public function testFakeExcept() method testFakeForReturnValue (line 43) | public function testFakeForReturnValue() method testFakeExceptForReturnValue (line 52) | public function testFakeExceptForReturnValue() class TestJob (line 62) | class TestJob method handle (line 66) | public function handle() class OtherTestJob (line 72) | class OtherTestJob method handle (line 76) | public function handle() FILE: tests/Integration/Queue/QueueTestCase.php class QueueTestCase (line 9) | abstract class QueueTestCase extends TestCase method defineEnvironment (line 26) | protected function defineEnvironment($app) method setUp (line 31) | #[\Override] method runQueueWorkerCommand (line 56) | protected function runQueueWorkerCommand(array $options = [], int $tim... method markTestSkippedWhenUsingQueueDrivers (line 77) | protected function markTestSkippedWhenUsingQueueDrivers(array $drivers... method markTestSkippedWhenUsingSyncQueueDriver (line 91) | protected function markTestSkippedWhenUsingSyncQueueDriver(): void method getQueueDriver (line 101) | protected function getQueueDriver(): string FILE: tests/Integration/Queue/QueuedListenersTest.php class QueuedListenersTest (line 11) | class QueuedListenersTest extends TestCase method testListenersCanBeQueuedOptionally (line 13) | public function testListenersCanBeQueuedOptionally() class QueuedListenersTestEvent (line 51) | class QueuedListenersTestEvent class QueuedListenersTestListenerShouldQueue (line 56) | class QueuedListenersTestListenerShouldQueue implements ShouldQueue method shouldQueue (line 58) | public function shouldQueue() class QueuedListenersTestListenerShouldNotQueue (line 64) | class QueuedListenersTestListenerShouldNotQueue implements ShouldQueue method shouldQueue (line 66) | public function shouldQueue() FILE: tests/Integration/Queue/RateLimitedTest.php class RateLimitedTest (line 21) | class RateLimitedTest extends TestCase method testUnlimitedJobsAreExecuted (line 23) | public function testUnlimitedJobsAreExecuted() method testUnlimitedJobsAreExecutedUsingBackedEnum (line 35) | public function testUnlimitedJobsAreExecutedUsingBackedEnum() method testUnlimitedJobsAreExecutedUsingUnitEnum (line 47) | public function testUnlimitedJobsAreExecutedUsingUnitEnum() method testRateLimitedJobsAreNotExecutedOnLimitReached2 (line 59) | public function testRateLimitedJobsAreNotExecutedOnLimitReached2() method testRateLimitedJobsAreNotExecutedOnLimitReached (line 98) | public function testRateLimitedJobsAreNotExecutedOnLimitReached() method testRateLimitedJobsCanBeSkippedOnLimitReached (line 110) | public function testRateLimitedJobsCanBeSkippedOnLimitReached() method testJobsCanHaveConditionalRateLimits (line 122) | public function testJobsCanHaveConditionalRateLimits() method testRateLimitedJobsCanBeSkippedOnLimitReachedAndReleasedAfter (line 141) | public function testRateLimitedJobsCanBeSkippedOnLimitReachedAndReleas... method testMiddlewareSerialization (line 153) | public function testMiddlewareSerialization() method assertJobRanSuccessfully (line 169) | protected function assertJobRanSuccessfully($class) method assertJobWasReleased (line 188) | protected function assertJobWasReleased($class) method assertJobWasReleasedAfter (line 207) | protected function assertJobWasReleasedAfter($class, $releaseAfter) method assertJobWasSkipped (line 226) | protected function assertJobWasSkipped($class) method testItCanLimitPerMinute (line 245) | public function testItCanLimitPerMinute() method testItCanLimitPerSecond (line 289) | public function testItCanLimitPerSecond() class RateLimitedTestJob (line 334) | class RateLimitedTestJob method handle (line 340) | public function handle() method middleware (line 345) | public function middleware() class AdminTestJob (line 351) | class AdminTestJob extends RateLimitedTestJob method isAdmin (line 353) | public function isAdmin() class NonAdminTestJob (line 359) | class NonAdminTestJob extends RateLimitedTestJob method isAdmin (line 361) | public function isAdmin() class RateLimitedDontReleaseTestJob (line 367) | class RateLimitedDontReleaseTestJob extends RateLimitedTestJob method middleware (line 369) | public function middleware() class RateLimitedReleaseAfterTestJob (line 375) | class RateLimitedReleaseAfterTestJob extends RateLimitedTestJob method middleware (line 377) | public function middleware() class RateLimitedTestJobUsingBackedEnum (line 393) | class RateLimitedTestJobUsingBackedEnum method handle (line 399) | public function handle() method middleware (line 404) | public function middleware() class RateLimitedTestJobUsingUnitEnum (line 410) | class RateLimitedTestJobUsingUnitEnum method handle (line 416) | public function handle() method middleware (line 421) | public function middleware() FILE: tests/Integration/Queue/RateLimitedWithRedisTest.php class RateLimitedWithRedisTest (line 21) | #[RequiresEnv('REDIS_CLIENT')] method setUp (line 27) | protected function setUp(): void method tearDown (line 34) | protected function tearDown(): void method testUnlimitedJobsAreExecuted (line 41) | public function testUnlimitedJobsAreExecuted() method testRateLimitedJobsAreNotExecutedOnLimitReached (line 55) | public function testRateLimitedJobsAreNotExecutedOnLimitReached() method testRateLimitedJobsCanBeSkippedOnLimitReached (line 69) | public function testRateLimitedJobsCanBeSkippedOnLimitReached() method testJobsCanHaveConditionalRateLimits (line 83) | public function testJobsCanHaveConditionalRateLimits() method testMiddlewareSerialization (line 114) | public function testMiddlewareSerialization() method assertJobRanSuccessfully (line 132) | protected function assertJobRanSuccessfully($testJob) method assertJobWasReleased (line 151) | protected function assertJobWasReleased($testJob) method assertJobWasSkipped (line 170) | protected function assertJobWasSkipped($testJob) class RedisRateLimitedTestJob (line 190) | class RedisRateLimitedTestJob method __construct (line 198) | public function __construct() method handle (line 203) | public function handle() method middleware (line 208) | public function middleware() class RedisAdminTestJob (line 214) | class RedisAdminTestJob extends RedisRateLimitedTestJob method isAdmin (line 216) | public function isAdmin() class RedisNonAdminTestJob (line 222) | class RedisNonAdminTestJob extends RedisRateLimitedTestJob method isAdmin (line 224) | public function isAdmin() class RedisRateLimitedDontReleaseTestJob (line 230) | class RedisRateLimitedDontReleaseTestJob extends RedisRateLimitedTestJob method middleware (line 232) | public function middleware() FILE: tests/Integration/Queue/RedisQueueTest.php class RedisQueueTest (line 19) | #[RequiresPhpExtension('redis')] method setUp (line 35) | #[\Override] method setQueue (line 56) | private function setQueue($driver, $default = 'default', $connection =... method testExpiredJobsArePopped (line 66) | #[DataProvider('redisDriverProvider')] method testBlockingPop (line 98) | #[DataProvider('redisDriverProvider')] method testPopProperlyPopsJobOffOfRedis (line 140) | #[DataProvider('redisDriverProvider')] method testPopProperlyPopsDelayedJobOffOfRedis (line 175) | #[DataProvider('redisDriverProvider')] method testPopPopsDelayedJobOffOfRedisWhenExpireNull (line 202) | #[DataProvider('redisDriverProvider')] method testBlockingPopProperlyPopsJobOffOfRedis (line 232) | #[DataProvider('redisDriverProvider')] method testBlockingPopProperlyPopsExpiredJobs (line 253) | #[DataProvider('redisDriverProvider')] method testNotExpireJobsWhenExpireNull (line 284) | #[DataProvider('redisDriverProvider')] method testExpireJobsWhenExpireSet (line 333) | #[DataProvider('redisDriverProvider')] method testRelease (line 362) | #[DataProvider('redisDriverProvider')] method testReleaseInThePast (line 403) | #[DataProvider('redisDriverProvider')] method testDelete (line 421) | #[DataProvider('redisDriverProvider')] method testClear (line 445) | #[DataProvider('redisDriverProvider')] method testSize (line 465) | #[DataProvider('redisDriverProvider')] method testPushJobQueueingAndJobQueuedEvents (line 486) | #[DataProvider('redisDriverProvider')] method testBulkJobQueuedEvent (line 516) | #[DataProvider('redisDriverProvider')] method testDelayedJobsWorkWithPhpRedisSerializationEnabled (line 546) | public function testDelayedJobsWorkWithPhpRedisSerializationEnabled() class RedisQueueIntegrationTestJob (line 598) | class RedisQueueIntegrationTestJob method __construct (line 602) | public function __construct($i) method handle (line 607) | public function handle() FILE: tests/Integration/Queue/SerializableClosureV1QueueTest.php class SerializableClosureV1QueueTest (line 11) | #[WithMigration] method defineEnvironment (line 17) | #[\Override] method afterRefreshingDatabase (line 31) | protected function afterRefreshingDatabase() method testItCanProcessQueueFromSerializableClosureV1 (line 49) | public function testItCanProcessQueueFromSerializableClosureV1() FILE: tests/Integration/Queue/SkipIfBatchCancelledTest.php class SkipIfBatchCancelledTest (line 15) | class SkipIfBatchCancelledTest extends TestCase method testJobsAreSkippedOnceBatchIsCancelled (line 17) | public function testJobsAreSkippedOnceBatchIsCancelled() method assertJobRanSuccessfully (line 28) | protected function assertJobRanSuccessfully($class) method assertJobWasSkipped (line 33) | protected function assertJobWasSkipped($class) method assertJobHandled (line 38) | protected function assertJobHandled($class, $expectedHandledValue) class SkipCancelledBatchableTestJob (line 59) | class SkipCancelledBatchableTestJob method handle (line 65) | public function handle() method middleware (line 70) | public function middleware() FILE: tests/Integration/Queue/SkipMiddlewareTest.php class SkipMiddlewareTest (line 15) | class SkipMiddlewareTest extends TestCase method testJobIsSkippedWhenConditionIsTrue (line 17) | public function testJobIsSkippedWhenConditionIsTrue() method testJobIsSkippedWhenConditionIsTrueUsingClosure (line 24) | public function testJobIsSkippedWhenConditionIsTrueUsingClosure() method testJobIsNotSkippedWhenConditionIsFalse (line 31) | public function testJobIsNotSkippedWhenConditionIsFalse() method testJobIsNotSkippedWhenConditionIsFalseUsingClosure (line 38) | public function testJobIsNotSkippedWhenConditionIsFalseUsingClosure() method testJobIsNotSkippedWhenConditionIsTrueWithUnless (line 45) | public function testJobIsNotSkippedWhenConditionIsTrueWithUnless() method testJobIsNotSkippedWhenConditionIsTrueWithUnlessUsingClosure (line 52) | public function testJobIsNotSkippedWhenConditionIsTrueWithUnlessUsingC... method testJobIsSkippedWhenConditionIsFalseWithUnless (line 59) | public function testJobIsSkippedWhenConditionIsFalseWithUnless() method testJobIsSkippedWhenConditionIsFalseWithUnlessUsingClosure (line 66) | public function testJobIsSkippedWhenConditionIsFalseWithUnlessUsingClo... method assertJobRanSuccessfully (line 73) | protected function assertJobRanSuccessfully(SkipTestJob $class) method assertJobWasSkipped (line 78) | protected function assertJobWasSkipped(SkipTestJob $class) method assertJobHandled (line 83) | protected function assertJobHandled(SkipTestJob $class, bool $expected... class SkipTestJob (line 103) | class SkipTestJob method __construct (line 109) | public function __construct( method handle (line 115) | public function handle(): void method middleware (line 120) | public function middleware(): array FILE: tests/Integration/Queue/ThrottlesExceptionsTest.php class ThrottlesExceptionsTest (line 19) | class ThrottlesExceptionsTest extends TestCase method testCircuitIsOpenedForJobErrors (line 21) | public function testCircuitIsOpenedForJobErrors() method testCircuitStaysClosedForSuccessfulJobs (line 28) | public function testCircuitStaysClosedForSuccessfulJobs() method testCircuitResetsAfterSuccess (line 35) | public function testCircuitResetsAfterSuccess() method testCircuitCanSkipJob (line 44) | public function testCircuitCanSkipJob() method testCircuitCanFailJob (line 49) | public function testCircuitCanFailJob() method assertJobWasReleasedImmediately (line 54) | protected function assertJobWasReleasedImmediately($class) method assertJobWasReleasedWithDelay (line 74) | protected function assertJobWasReleasedWithDelay($class) method assertJobWasDeleted (line 96) | protected function assertJobWasDeleted($class) method assertJobWasFailed (line 117) | protected function assertJobWasFailed($class) method assertJobRanSuccessfully (line 138) | protected function assertJobRanSuccessfully($class) method testItCanLimitPerMinute (line 158) | public function testItCanLimitPerMinute() method testItCanLimitPerSecond (line 212) | public function testItCanLimitPerSecond() method testLimitingWithDefaultValues (line 266) | public function testLimitingWithDefaultValues() method testReportingExceptions (line 320) | public function testReportingExceptions() method testUsesJobClassNameForCacheKey (line 350) | public function testUsesJobClassNameForCacheKey() method testUsesDisplayNameForCacheKeyWhenAvailable (line 387) | public function testUsesDisplayNameForCacheKeyWhenAvailable() class CircuitBreakerTestJob (line 430) | class CircuitBreakerTestJob method handle (line 436) | public function handle() method middleware (line 443) | public function middleware() class CircuitBreakerSkipJob (line 449) | class CircuitBreakerSkipJob method handle (line 455) | public function handle() method middleware (line 462) | public function middleware() class CircuitBreakerFailedJob (line 468) | class CircuitBreakerFailedJob method handle (line 474) | public function handle() method middleware (line 481) | public function middleware() class CircuitBreakerSuccessfulJob (line 487) | class CircuitBreakerSuccessfulJob method handle (line 493) | public function handle() method middleware (line 498) | public function middleware() FILE: tests/Integration/Queue/ThrottlesExceptionsWithRedisTest.php class ThrottlesExceptionsWithRedisTest (line 21) | #[RequiresPhpExtension('redis')] method setUp (line 26) | protected function setUp(): void method tearDown (line 35) | protected function tearDown(): void method testCircuitIsOpenedForJobErrors (line 42) | public function testCircuitIsOpenedForJobErrors() method testCircuitStaysClosedForSuccessfulJobs (line 49) | public function testCircuitStaysClosedForSuccessfulJobs() method testCircuitResetsAfterSuccess (line 56) | public function testCircuitResetsAfterSuccess() method assertJobWasReleasedImmediately (line 65) | protected function assertJobWasReleasedImmediately($class, $key) method assertJobWasReleasedWithDelay (line 84) | protected function assertJobWasReleasedWithDelay($class, $key) method assertJobRanSuccessfully (line 105) | protected function assertJobRanSuccessfully($class, $key) method testReportingExceptions (line 124) | public function testReportingExceptions() class CircuitBreakerWithRedisTestJob (line 155) | class CircuitBreakerWithRedisTestJob method __construct (line 163) | public function __construct($key) method handle (line 168) | public function handle() method middleware (line 175) | public function middleware() class CircuitBreakerWithRedisSuccessfulJob (line 181) | class CircuitBreakerWithRedisSuccessfulJob method __construct (line 189) | public function __construct($key) method handle (line 194) | public function handle() method middleware (line 199) | public function middleware() FILE: tests/Integration/Queue/UniqueJobTest.php class UniqueJobTest (line 23) | #[WithMigration] method defineEnvironment (line 28) | protected function defineEnvironment($app) method testUniqueJobsAreNotDispatched (line 35) | public function testUniqueJobsAreNotDispatched() method testUniqueJobWithViaDispatched (line 57) | public function testUniqueJobWithViaDispatched() method testLockIsReleasedForSuccessfulJobs (line 65) | public function testLockIsReleasedForSuccessfulJobs() method testLockIsReleasedForFailedJobs (line 75) | public function testLockIsReleasedForFailedJobs() method testLockIsNotReleasedForJobRetries (line 89) | public function testLockIsNotReleasedForJobRetries() method testLockIsNotReleasedForJobReleases (line 111) | public function testLockIsNotReleasedForJobReleases() method testLockCanBeReleasedBeforeProcessing (line 132) | public function testLockCanBeReleasedBeforeProcessing() method testLockIsReleasedOnModelNotFoundException (line 148) | public function testLockIsReleasedOnModelNotFoundException() method testQueueFakeReleasesUniqueJobLocksBetweenFakes (line 170) | public function testQueueFakeReleasesUniqueJobLocksBetweenFakes() method testQueueFakePreservesUniqueJobLockWithinTest (line 183) | public function testQueueFakePreservesUniqueJobLockWithinTest() method getLockKey (line 193) | protected function getLockKey($job) method testLockUsesDisplayNameWhenAvailable (line 198) | public function testLockUsesDisplayNameWhenAvailable() method testUniqueLockCreatesKeyWithClassName (line 222) | public function testUniqueLockCreatesKeyWithClassName() method testUniqueLockCreatesKeyWithIdAndClassName (line 230) | public function testUniqueLockCreatesKeyWithIdAndClassName() method testUniqueLockCreatesKeyWithDisplayNameWhenAvailable (line 238) | public function testUniqueLockCreatesKeyWithDisplayNameWhenAvailable() method testUniqueLockCreatesKeyWithIdAndDisplayNameWhenAvailable (line 246) | public function testUniqueLockCreatesKeyWithIdAndDisplayNameWhenAvaila... class UniqueTestJob (line 255) | class UniqueTestJob implements ShouldQueue, ShouldBeUnique method handle (line 261) | public function handle() class UniqueTestFailJob (line 267) | class UniqueTestFailJob implements ShouldQueue, ShouldBeUnique method handle (line 275) | public function handle() class UniqueTestReleasedJob (line 283) | class UniqueTestReleasedJob extends UniqueTestFailJob method handle (line 287) | public function handle() class UniqueTestRetryJob (line 295) | class UniqueTestRetryJob extends UniqueTestFailJob class UniqueUntilStartTestJob (line 300) | class UniqueUntilStartTestJob extends UniqueTestJob implements ShouldBeU... class UniqueTestSerializesModelsJob (line 305) | class UniqueTestSerializesModelsJob extends UniqueTestJob method __construct (line 311) | public function __construct(public User $user) class UniqueViaJob (line 316) | class UniqueViaJob extends UniqueTestJob method uniqueVia (line 318) | public function uniqueVia(): Cache class UniqueIdTestJob (line 324) | class UniqueIdTestJob extends UniqueTestJob method uniqueId (line 326) | public function uniqueId(): string class UniqueTestJobWithDisplayName (line 332) | class UniqueTestJobWithDisplayName extends UniqueTestJob method displayName (line 334) | public function displayName(): string class UniqueIdTestJobWithDisplayName (line 340) | class UniqueIdTestJobWithDisplayName extends UniqueTestJob method uniqueId (line 342) | public function uniqueId(): string method displayName (line 347) | public function displayName(): string FILE: tests/Integration/Queue/UniqueUntilProcessingJobTest.php class UniqueUntilProcessingJobTest (line 13) | #[WithMigration] method defineEnvironment (line 18) | protected function defineEnvironment($app) method testShouldBeUniqueUntilProcessingReleasesLockWhenJobIsReleasedByAMiddleware (line 26) | public function testShouldBeUniqueUntilProcessingReleasesLockWhenJobIs... class UniqueTestJobThatDoesNotRelease (line 53) | class UniqueTestJobThatDoesNotRelease implements ShouldQueue, ShouldBeUn... method __construct (line 60) | public function __construct() method handle (line 66) | public function handle() class UniqueUntilProcessingJobThatReleases (line 72) | class UniqueUntilProcessingJobThatReleases extends UniqueTestJobThatDoes... method middleware (line 74) | public function middleware() method uniqueId (line 85) | public function uniqueId() FILE: tests/Integration/Queue/WithoutOverlappingJobsTest.php class WithoutOverlappingJobsTest (line 15) | class WithoutOverlappingJobsTest extends QueueTestCase method testNonOverlappingJobsAreExecuted (line 17) | public function testNonOverlappingJobsAreExecuted() method testLockIsReleasedOnJobExceptions (line 39) | public function testLockIsReleasedOnJobExceptions() method testOverlappingJobsAreReleased (line 64) | public function testOverlappingJobsAreReleased() method testOverlappingJobsCanBeSkipped (line 86) | public function testOverlappingJobsCanBeSkipped() method testCanShareKeyAcrossJobs (line 108) | public function testCanShareKeyAcrossJobs() method testGetLock (line 130) | public function testGetLock() method testGetLockUsesDisplayName (line 155) | public function testGetLockUsesDisplayName() class OverlappingTestJob (line 181) | class OverlappingTestJob method handle (line 187) | public function handle() method middleware (line 192) | public function middleware() class SkipOverlappingTestJob (line 198) | class SkipOverlappingTestJob extends OverlappingTestJob method middleware (line 200) | public function middleware() class FailedOverlappingTestJob (line 206) | class FailedOverlappingTestJob extends OverlappingTestJob method handle (line 208) | public function handle() class OverlappingTestJobWithSharedKeyOne (line 216) | class OverlappingTestJobWithSharedKeyOne method handle (line 222) | public function handle() method middleware (line 227) | public function middleware() class OverlappingTestJobWithSharedKeyTwo (line 233) | class OverlappingTestJobWithSharedKeyTwo method handle (line 239) | public function handle() method middleware (line 244) | public function middleware() class OverlappingTestJobWithDisplayName (line 250) | class OverlappingTestJobWithDisplayName extends OverlappingTestJob method displayName (line 252) | public function displayName(): string FILE: tests/Integration/Queue/WorkCommandTest.php class WorkCommandTest (line 21) | #[WithMigration] method setUp (line 27) | protected function setUp(): void method testRunningOneJob (line 40) | public function testRunningOneJob() method testRunTimestampOutputWithDefaultAppTimezone (line 55) | public function testRunTimestampOutputWithDefaultAppTimezone() method testRunTimestampOutputWithDifferentLogTimezone (line 68) | public function testRunTimestampOutputWithDifferentLogTimezone() method testRunTimestampOutputWithSameAppDefaultAndQueueLogDefault (line 82) | public function testRunTimestampOutputWithSameAppDefaultAndQueueLogDef... method testDaemon (line 96) | public function testDaemon() method testMemoryExceeded (line 112) | public function testMemoryExceeded() method testMaxJobsExceeded (line 129) | public function testMaxJobsExceeded() method testMaxTimeExceeded (line 148) | public function testMaxTimeExceeded() method testMemoryExitCode (line 169) | public function testMemoryExitCode() method testDisableLastRestartCheck (line 190) | public function testDisableLastRestartCheck() method testDisablePauseQueueCheck (line 219) | public function testDisablePauseQueueCheck() method testFailedJobListenerOnlyRunsOnce (line 249) | public function testFailedJobListenerOnlyRunsOnce() class FirstJob (line 265) | class FirstJob implements ShouldQueue method handle (line 271) | public function handle() class SecondJob (line 277) | class SecondJob implements ShouldQueue method handle (line 283) | public function handle() class ThirdJob (line 289) | class ThirdJob implements ShouldQueue method handle (line 295) | public function handle() class JobWillFail (line 303) | class JobWillFail implements ShouldQueue method handle (line 307) | public function handle() FILE: tests/Integration/Queue/typed-properties.php class TypedPropertyTestClass (line 8) | class TypedPropertyTestClass method __construct (line 20) | public function __construct(ModelSerializationTestUser $user, int $id,... method getId (line 30) | public function getId() method getNames (line 38) | public function getNames() class TypedPropertyCollectionTestClass (line 44) | class TypedPropertyCollectionTestClass method __construct (line 50) | public function __construct(Collection $users) FILE: tests/Integration/Redis/PredisConnectionTest.php class PredisConnectionTest (line 14) | #[WithConfig('database.redis.client', 'predis')] method testPredisCanEmitEventWithArrayableArgumentObject (line 17) | public function testPredisCanEmitEventWithArrayableArgumentObject() FILE: tests/Integration/Routing/AuthorizeMiddlewareAttributeTest.php class AuthorizeMiddlewareAttributeTest (line 9) | class AuthorizeMiddlewareAttributeTest extends TestCase method test_attribute_is_respected (line 11) | public function test_attribute_is_respected(): void class AuthorizeMiddlewareAttributeController (line 28) | #[Authorize('all')] method index (line 33) | #[Authorize('also-index')] method show (line 39) | public function show(): void FILE: tests/Integration/Routing/CategoryBackedEnum.php method fromCode (line 10) | public static function fromCode(string $code) FILE: tests/Integration/Routing/CompiledRouteCollectionTest.php class CompiledRouteCollectionTest (line 14) | class CompiledRouteCollectionTest extends TestCase method setUp (line 26) | protected function setUp(): void method tearDown (line 35) | protected function tearDown(): void method collection (line 45) | protected function collection() method testRouteCollectionCanAddRoute (line 50) | public function testRouteCollectionCanAddRoute() method testRouteCollectionAddReturnsTheRoute (line 60) | public function testRouteCollectionAddReturnsTheRoute() method testRouteCollectionCanRetrieveByName (line 71) | public function testRouteCollectionCanRetrieveByName() method testRouteCollectionCanRetrieveByAction (line 85) | public function testRouteCollectionCanRetrieveByAction() method testCompiledAndNonCompiledUrlResolutionHasSamePrecedenceForActions (line 97) | public function testCompiledAndNonCompiledUrlResolutionHasSamePreceden... method testCompiledAndNonCompiledUrlResolutionHasSamePrecedenceForNames (line 120) | public function testCompiledAndNonCompiledUrlResolutionHasSamePreceden... method testRouteCollectionCanGetIterator (line 129) | public function testRouteCollectionCanGetIterator() method testRouteCollectionCanGetIteratorWhenEmpty (line 139) | public function testRouteCollectionCanGetIteratorWhenEmpty() method testRouteCollectionCanGetIteratorWhenRoutesAreAdded (line 147) | public function testRouteCollectionCanGetIteratorWhenRoutesAreAdded() method testRouteCollectionCanHandleSameRoute (line 170) | public function testRouteCollectionCanHandleSameRoute() method testRouteCollectionCanGetAllRoutes (line 199) | public function testRouteCollectionCanGetAllRoutes() method testRouteCollectionCanGetRoutesByName (line 222) | public function testRouteCollectionCanGetRoutesByName() method testRouteCollectionCanGetRoutesByMethod (line 246) | public function testRouteCollectionCanGetRoutesByMethod() method testRouteCollectionCleansUpOverwrittenRoutes (line 282) | public function testRouteCollectionCleansUpOverwrittenRoutes() method testMatchingThrowsNotFoundExceptionWhenRouteIsNotFound (line 307) | public function testMatchingThrowsNotFoundExceptionWhenRouteIsNotFound() method testMatchingThrowsMethodNotAllowedHttpExceptionWhenMethodIsNotAllowed (line 316) | public function testMatchingThrowsMethodNotAllowedHttpExceptionWhenMet... method testMatchingThrowsExceptionWhenMethodIsNotAllowedWhileSameRouteIsAddedDynamically (line 325) | public function testMatchingThrowsExceptionWhenMethodIsNotAllowedWhile... method testMatchingRouteWithSameDynamicallyAddedRouteAlwaysMatchesCachedOneFirst (line 338) | public function testMatchingRouteWithSameDynamicallyAddedRouteAlwaysMa... method testMatchingFindsRouteWithDifferentMethodDynamically (line 351) | public function testMatchingFindsRouteWithDifferentMethodDynamically() method testMatchingWildcardFromCompiledRoutesAlwaysTakesPrecedent (line 362) | public function testMatchingWildcardFromCompiledRoutesAlwaysTakesPrece... method testMatchingDynamicallyAddedRoutesTakePrecedenceOverFallbackRoutes (line 379) | public function testMatchingDynamicallyAddedRoutesTakePrecedenceOverFa... method testMatchingFallbackRouteCatchesAll (line 393) | public function testMatchingFallbackRouteCatchesAll() method testMatchingCachedFallbackTakesPrecedenceOverDynamicFallback (line 407) | public function testMatchingCachedFallbackTakesPrecedenceOverDynamicFa... method testMatchingCachedFallbackTakesPrecedenceOverDynamicRouteWithWrongMethod (line 418) | public function testMatchingCachedFallbackTakesPrecedenceOverDynamicRo... method testSlashPrefixIsProperlyHandled (line 429) | public function testSlashPrefixIsProperlyHandled() method testRouteWithoutNamespaceIsFound (line 438) | public function testRouteWithoutNamespaceIsFound() method testGroupPrefixAndRoutePrefixAreProperlyHandled (line 447) | public function testGroupPrefixAndRoutePrefixAreProperlyHandled() method testGroupGenerateNameForDuplicateRouteNamesThatEndWithDot (line 456) | public function testGroupGenerateNameForDuplicateRouteNamesThatEndWith... method testRouteBindingsAreProperlySaved (line 466) | public function testRouteBindingsAreProperlySaved() method testMatchingSlashedRoutes (line 480) | public function testMatchingSlashedRoutes() method testMatchingUriWithQuery (line 489) | public function testMatchingUriWithQuery() method testMatchingRootUri (line 498) | public function testMatchingRootUri() method testTrailingSlashIsTrimmedWhenMatchingCachedRoutes (line 507) | public function testTrailingSlashIsTrimmedWhenMatchingCachedRoutes() method testRouteWithSamePathAndSameMethodButDiffDomainNameWithOptionsMethod (line 521) | public function testRouteWithSamePathAndSameMethodButDiffDomainNameWit... method newRoute (line 582) | protected function newRoute($methods, $uri, $action) method fallbackRoute (line 595) | protected function fallbackRoute($action) FILE: tests/Integration/Routing/FallbackRouteTest.php class FallbackRouteTest (line 8) | class FallbackRouteTest extends TestCase method testBasicFallback (line 10) | public function testBasicFallback() method testFallbackWithPrefix (line 25) | public function testFallbackWithPrefix() method testFallbackWithWildcards (line 43) | public function testFallbackWithWildcards() method testNoRoutes (line 67) | public function testNoRoutes() method testRespondWithNamedFallbackRoute (line 77) | public function testRespondWithNamedFallbackRoute() method testNoFallbacks (line 91) | public function testNoFallbacks() FILE: tests/Integration/Routing/Fixtures/ApiResourceTaskController.php class ApiResourceTaskController (line 7) | class ApiResourceTaskController extends Controller method index (line 9) | public function index() method store (line 14) | public function store() method show (line 19) | public function show() method update (line 24) | public function update() method destroy (line 29) | public function destroy() FILE: tests/Integration/Routing/Fixtures/ApiResourceTestController.php class ApiResourceTestController (line 7) | class ApiResourceTestController extends Controller method index (line 9) | public function index() method store (line 14) | public function store() method show (line 19) | public function show() method update (line 24) | public function update() method destroy (line 29) | public function destroy() FILE: tests/Integration/Routing/Fixtures/CreatableSingletonTestController.php class CreatableSingletonTestController (line 7) | class CreatableSingletonTestController extends Controller method create (line 9) | public function create() method store (line 14) | public function store() method show (line 19) | public function show() method edit (line 24) | public function edit() method update (line 29) | public function update() method destroy (line 34) | public function destroy() FILE: tests/Integration/Routing/Fixtures/NestedSingletonTestController.php class NestedSingletonTestController (line 7) | class NestedSingletonTestController extends Controller method show (line 9) | public function show($video) method edit (line 14) | public function edit($video) method update (line 19) | public function update($video) method destroy (line 24) | public function destroy($video) FILE: tests/Integration/Routing/Fixtures/SingletonTestController.php class SingletonTestController (line 7) | class SingletonTestController extends Controller method show (line 9) | public function show() method edit (line 14) | public function edit() method update (line 19) | public function update() method destroy (line 24) | public function destroy() FILE: tests/Integration/Routing/Fixtures/app.php class AppCache (line 8) | class AppCache FILE: tests/Integration/Routing/FluentRoutingTest.php class FluentRoutingTest (line 8) | class FluentRoutingTest extends TestCase method testMiddlewareRunWhenRegisteredAsArrayOrParams (line 12) | public function testMiddlewareRunWhenRegisteredAsArrayOrParams() method testEmptyMiddlewareGroupAreHandledGracefully (line 52) | public function testEmptyMiddlewareGroupAreHandledGracefully() class Middleware (line 67) | class Middleware method handle (line 69) | public function handle($request, $next) class Middleware2 (line 77) | class Middleware2 method handle (line 79) | public function handle() FILE: tests/Integration/Routing/HasMiddlewareTest.php class HasMiddlewareTest (line 10) | class HasMiddlewareTest extends TestCase method test_has_middleware_is_respected (line 12) | public function test_has_middleware_is_respected() class HasMiddlewareTestController (line 22) | class HasMiddlewareTestController implements HasMiddleware method middleware (line 24) | public static function middleware() method index (line 33) | public function index() method show (line 38) | public function show() FILE: tests/Integration/Routing/ImplicitBackedEnumRouteBindingTest.php class ImplicitBackedEnumRouteBindingTest (line 8) | class ImplicitBackedEnumRouteBindingTest extends TestCase method defineEnvironment (line 10) | protected function defineEnvironment($app): void method testWithRouteCachingEnabled (line 15) | public function testWithRouteCachingEnabled() method testWithoutRouteCachingEnabled (line 50) | public function testWithoutRouteCachingEnabled() FILE: tests/Integration/Routing/ImplicitModelRouteBindingTest.php class ImplicitModelRouteBindingTest (line 16) | #[WithConfig('app.key', 'AckfSECXIvnK5r28GVIWUAxmbBSjTsmF')] method defineDatabaseMigrations (line 25) | protected function defineDatabaseMigrations(): void method testWithRouteCachingEnabled (line 62) | public function testWithRouteCachingEnabled() method testWithoutRouteCachingEnabled (line 84) | public function testWithoutRouteCachingEnabled() method testSoftDeletedModelsAreNotRetrieved (line 104) | public function testSoftDeletedModelsAreNotRetrieved() method testSoftDeletedModelsCanBeRetrievedUsingWithTrashedMethod (line 121) | public function testSoftDeletedModelsCanBeRetrievedUsingWithTrashedMet... method testEnforceScopingImplicitRouteBindings (line 143) | public function testEnforceScopingImplicitRouteBindings() method testEnforceScopingImplicitRouteBindingsWithTrashedAndChildWithNoSoftDeleteTrait (line 162) | public function testEnforceScopingImplicitRouteBindingsWithTrashedAndC... method testEnforceScopingImplicitRouteBindingsWithRouteCachingEnabled (line 191) | public function testEnforceScopingImplicitRouteBindingsWithRouteCachin... method testWithoutEnforceScopingImplicitRouteBindings (line 215) | public function testWithoutEnforceScopingImplicitRouteBindings() method testImplicitRouteBindingChildHasUuids (line 243) | public function testImplicitRouteBindingChildHasUuids() method testImplicitRouteBindingChildHasUlids (line 273) | public function testImplicitRouteBindingChildHasUlids() class ImplicitBindingUser (line 305) | class ImplicitBindingUser extends Model method posts (line 313) | public function posts() method comments (line 318) | public function comments() class ImplicitBindingPost (line 324) | class ImplicitBindingPost extends Model method tags (line 330) | public function tags() class ImplicitBindingTag (line 336) | class ImplicitBindingTag extends Model method getRouteKeyName (line 344) | public function getRouteKeyName() class ImplicitBindingComment (line 350) | class ImplicitBindingComment extends Model method getRouteKeyName (line 358) | public function getRouteKeyName() FILE: tests/Integration/Routing/MiddlewareAttributeTest.php class MiddlewareAttributeTest (line 9) | class MiddlewareAttributeTest extends TestCase method test_attribute_middleware_is_respected (line 11) | public function test_attribute_middleware_is_respected(): void class MiddlewareAttributeController (line 28) | #[Middleware('all')] method index (line 33) | #[Middleware('also-index')] method show (line 39) | public function show(): void FILE: tests/Integration/Routing/PrecognitionTest.php function fail (line 21) | function fail() class PrecognitionTest (line 26) | class PrecognitionTest extends TestCase method testItDoesntInvokeControllerMethodByDefault (line 28) | public function testItDoesntInvokeControllerMethodByDefault() method testItDoesntInvokeCallableControllerByDefault (line 40) | public function testItDoesntInvokeCallableControllerByDefault() method testItCanCheckPrecognitiveStateOnTheRequest (line 53) | public function testItCanCheckPrecognitiveStateOnTheRequest() method testItReturnsTheEmptyResponseWhenNotBailing (line 67) | public function testItReturnsTheEmptyResponseWhenNotBailing() method testItCanBailDuringPrecognitionRequest (line 85) | public function testItCanBailDuringPrecognitionRequest() method testItCanExcludeValidationRulesWhenPrecognitiveWithFormRequest (line 103) | public function testItCanExcludeValidationRulesWhenPrecognitiveWithFor... method testItRunsExcludedRulesWhenNotPrecognitiveForFormRequest (line 124) | public function testItRunsExcludedRulesWhenNotPrecognitiveForFormReque... method testClientCanSpecifyInputToValidate (line 146) | public function testClientCanSpecifyInputToValidate() method testClientCanSpecifyNoInputsToValidate (line 172) | public function testClientCanSpecifyNoInputsToValidate() method testItAppliesHeadersWhenExceptionThrownInPrecognition (line 191) | public function testItAppliesHeadersWhenExceptionThrownInPrecognition() method testItAppliesHeadersWhenFlowControlExceptionIsThrown (line 208) | public function testItAppliesHeadersWhenFlowControlExceptionIsThrown() method testItCanReturnValuesFromPrecognitionClosure (line 234) | public function testItCanReturnValuesFromPrecognitionClosure() method testItCanBailWithResponseDuringNormalRequest (line 259) | public function testItCanBailWithResponseDuringNormalRequest() method testArbitraryBailResponseIsParsedToResponse (line 279) | public function testArbitraryBailResponseIsParsedToResponse() method testClientCanSpecifyInputsToValidateWhenUsingControllerValidate (line 301) | public function testClientCanSpecifyInputsToValidateWhenUsingControlle... method testClientCanSpecifyInputsToValidateWhenUsingControllerValidateWithBag (line 328) | public function testClientCanSpecifyInputsToValidateWhenUsingControlle... method testClientCanSpecifyInputsToValidateWhenUsingRequestValidate (line 355) | public function testClientCanSpecifyInputsToValidateWhenUsingRequestVa... method testClientCanSpecifyInputsToValidateWhenUsingRequestValidateWithBag (line 393) | public function testClientCanSpecifyInputsToValidateWhenUsingRequestVa... method testClientCanSpecifyInputsToValidateWhenUsingControllerValidateWithPassingArrayOfRules (line 432) | public function testClientCanSpecifyInputsToValidateWhenUsingControlle... method testItCanValidateArrayWithWildcard (line 459) | public function testItCanValidateArrayWithWildcard() method testItCanValidateNestedArrayWithWildcard (line 480) | public function testItCanValidateNestedArrayWithWildcard() method testItCanValidateNestedObjectFieldsWithWildcard (line 504) | public function testItCanValidateNestedObjectFieldsWithWildcard() method testItDoesNotMatchWildcardAgainstOtherRootKeys (line 524) | public function testItDoesNotMatchWildcardAgainstOtherRootKeys() method testItDoesNotMatchWildcardAcrossSegments (line 547) | public function testItDoesNotMatchWildcardAcrossSegments() method testItCanValidateAllNestedFieldsWithDoubleWildcard (line 565) | public function testItCanValidateAllNestedFieldsWithDoubleWildcard() method testItCanValidateSpecificIndexWithoutWildcard (line 586) | public function testItCanValidateSpecificIndexWithoutWildcard() method testItAppendsAnAdditionalVaryHeaderInsteadOfReplacingAnyExistingVaryHeaders (line 608) | public function testItAppendsAnAdditionalVaryHeaderInsteadOfReplacingA... method testSpacesAreImportantInValidationFilterLogicForJsonRequests (line 624) | public function testSpacesAreImportantInValidationFilterLogicForJsonRe... method testVaryHeaderIsAppliedToNonPrecognitionResponses (line 645) | public function testVaryHeaderIsAppliedToNonPrecognitionResponses() method testItStopsExecutionAfterSuccessfulValidationWithValidationFilteringAndFormRequest (line 658) | public function testItStopsExecutionAfterSuccessfulValidationWithValid... method testItStopsExecutionAfterFailedValidationWithNestedValidationFilteringUsingFormRequest (line 679) | public function testItStopsExecutionAfterFailedValidationWithNestedVal... method testItStopsExecutionAfterFailedValidationWithNestedValidationFilteringUsingRequestValidate (line 711) | public function testItStopsExecutionAfterFailedValidationWithNestedVal... method testItStopsExecutionAfterFailedValidationWithNestedValidationFilteringUsingControllerValidate (line 747) | public function testItStopsExecutionAfterFailedValidationWithNestedVal... method testItStopsExecutionAfterFailedValidationWithNestedValidationFilteringUsingControllerValidateWith (line 778) | public function testItStopsExecutionAfterFailedValidationWithNestedVal... method testItCanPassValidationForEscapedDotsAfterFilteringWithPrecognition (line 809) | public function testItCanPassValidationForEscapedDotsAfterFilteringWit... method testItCanFilterRulesWithEscapedDotsUsingFormRequest (line 827) | public function testItCanFilterRulesWithEscapedDotsUsingFormRequest() method testItCanFilterRulesWithEscapedDotsWhenUsingRequestValidate (line 853) | public function testItCanFilterRulesWithEscapedDotsWhenUsingRequestVal... method testItCanFilterRulesWithEscapedDotsWhenUsingControllerValidate (line 883) | public function testItCanFilterRulesWithEscapedDotsWhenUsingController... method testItCanFilterRulesWithEscapedDotsWhenUsingControllerValidateWith (line 908) | public function testItCanFilterRulesWithEscapedDotsWhenUsingController... method testItContinuesExecutionAfterSuccessfulValidationWithoutValidationFilteringAndFormRequest (line 932) | public function testItContinuesExecutionAfterSuccessfulValidationWitho... method testItStopsExecutionAfterSuccessfulValidationWithValidationFilteringAndControllerValidate (line 956) | public function testItStopsExecutionAfterSuccessfulValidationWithValid... method testItContinuesExecutionAfterSuccessfulValidationWithoutValidationFilteringAndControllerValidate (line 974) | public function testItContinuesExecutionAfterSuccessfulValidationWitho... method testItStopsExecutionAfterSuccessfulValidationWithValidationFilteringAndControllerValidateWithBag (line 991) | public function testItStopsExecutionAfterSuccessfulValidationWithValid... method testItContinuesExecutionAfterSuccessfulValidationWithoutValidationFilteringAndControllerValidateWithBag (line 1009) | public function testItContinuesExecutionAfterSuccessfulValidationWitho... method testItStopsExecutionAfterSuccessfulValidationWithValidationFilteringAndControllerValidateWith (line 1026) | public function testItStopsExecutionAfterSuccessfulValidationWithValid... method testItContinuesExecutionAfterSuccessfulValidationWithoutValidationFilteringAndControllerValidateWithXXXX (line 1044) | public function testItContinuesExecutionAfterSuccessfulValidationWitho... method testItStopsExecutionAfterSuccessfulValidationWithValidationFilteringAndControllerValidateWithPassingValidator (line 1061) | public function testItStopsExecutionAfterSuccessfulValidationWithValid... method testItContinuesExecutionAfterSuccessfulValidationWithoutValidationFilteringAndControllerValidateWithPassingValidator (line 1079) | public function testItContinuesExecutionAfterSuccessfulValidationWitho... method testItStopsExecutionAfterSuccessfulValidationWithValidationFilteringAndRequestValidate (line 1096) | public function testItStopsExecutionAfterSuccessfulValidationWithValid... method testItContinuesExecutionAfterSuccessfulValidationWithoutValidationFilteringAndRequestValidate (line 1128) | public function testItContinuesExecutionAfterSuccessfulValidationWitho... method testItDoesNotSetLastUrl (line 1158) | public function testItDoesNotSetLastUrl() method testItAppendsVaryHeaderToSymfonyResponse (line 1183) | public function testItAppendsVaryHeaderToSymfonyResponse() method testItAppendsPrecognitionHeaderToSymfonyResponse (line 1197) | public function testItAppendsPrecognitionHeaderToSymfonyResponse() method testItCanNoContentWhileAlsoNotBeingPrecognitive (line 1212) | public function testItCanNoContentWhileAlsoNotBeingPrecognitive() method testItRestoresOriginalDispatcherBindingsAfterPrecognitiveRequest (line 1224) | public function testItRestoresOriginalDispatcherBindingsAfterPrecognit... class PrecognitionTestController (line 1249) | class PrecognitionTestController method methodWhereEscapedDotRuleIsValidatedViaControllerValidate (line 1253) | public function methodWhereEscapedDotRuleIsValidatedViaControllerValid... method methodWhereEscapedDotRuleIsValidatedViaControllerValidateWith (line 1266) | public function methodWhereEscapedDotRuleIsValidatedViaControllerValid... method methodWhereNestedRulesAreValidatedViaControllerValidate (line 1279) | public function methodWhereNestedRulesAreValidatedViaControllerValidat... method methodWhereArrayRulesAreValidateViaControllerValidate (line 1293) | public function methodWhereArrayRulesAreValidateViaControllerValidate(... method methodWhereUsersAreValidated (line 1309) | public function methodWhereUsersAreValidated(Request $request) method methodWithMultipleRootKeys (line 1324) | public function methodWithMultipleRootKeys(Request $request) method methodWhereProfileIsValidated (line 1340) | public function methodWhereProfileIsValidated(Request $request) method methodWhereNestedRulesAreValidatedViaControllerValidateWith (line 1355) | public function methodWhereNestedRulesAreValidatedViaControllerValidat... method methodWherePredictionValidatesViaControllerValidate (line 1369) | public function methodWherePredictionValidatesViaControllerValidate(Re... method methodWherePredictionValidatesViaControllerValidateWithBag (line 1385) | public function methodWherePredictionValidatesViaControllerValidateWit... method methodWherePredictionValidatesViaControllerValidateWith (line 1401) | public function methodWherePredictionValidatesViaControllerValidateWit... method methodWherePredictionReturnsResponseWithControllerValidate (line 1417) | public function methodWherePredictionReturnsResponseWithControllerVali... method methodWherePredictionReturnsResponseWithControllerValidateWithBag (line 1434) | public function methodWherePredictionReturnsResponseWithControllerVali... method methodWherePredictionReturnsResponseWithControllerValidateWith (line 1451) | public function methodWherePredictionReturnsResponseWithControllerVali... method methodWherePredictionReturnsResponseWithControllerValidateWithPassingValidator (line 1468) | public function methodWherePredictionReturnsResponseWithControllerVali... method methodThatFails (line 1485) | public function methodThatFails(ClassThatBindsOnInstantiation $foo) class PrecognitionTestRequest (line 1491) | class PrecognitionTestRequest extends FormRequest method rules (line 1493) | public function rules() class NestedPrecognitionTestRequest (line 1510) | class NestedPrecognitionTestRequest extends FormRequest method rules (line 1512) | public function rules() class PrecognitionRequestWithEscapedDots (line 1521) | class PrecognitionRequestWithEscapedDots extends FormRequest method rules (line 1523) | public function rules() class ClassThatBindsOnInstantiation (line 1531) | class ClassThatBindsOnInstantiation method __construct (line 1533) | public function __construct() class PrecognitionInvokingController (line 1539) | class PrecognitionInvokingController extends HandlePrecognitiveRequests method prepareForPrecognition (line 1541) | protected function prepareForPrecognition($request) class MiddlewareReturningSymfonyResponse (line 1550) | class MiddlewareReturningSymfonyResponse method handle (line 1552) | public function handle($request, $next) class MiddlewareThatReturnsNoContent (line 1560) | class MiddlewareThatReturnsNoContent method handle (line 1562) | public function handle() FILE: tests/Integration/Routing/PreviousUrlTest.php class PreviousUrlTest (line 10) | class PreviousUrlTest extends TestCase method testPreviousUrlWithoutSession (line 12) | public function testPreviousUrlWithoutSession() method getApplicationProviders (line 23) | protected function getApplicationProviders($app) class DummyFormRequest (line 33) | class DummyFormRequest extends FormRequest method rules (line 35) | public function rules() FILE: tests/Integration/Routing/ResponsableTest.php class ResponsableTest (line 9) | class ResponsableTest extends TestCase method testResponsableObjectsAreRendered (line 11) | public function testResponsableObjectsAreRendered() class TestResponsableResponse (line 25) | class TestResponsableResponse implements Responsable method toResponse (line 27) | public function toResponse($request) FILE: tests/Integration/Routing/RouteApiResourceTest.php class RouteApiResourceTest (line 10) | class RouteApiResourceTest extends TestCase method testApiResource (line 12) | public function testApiResource() method testApiResourceWithOnly (line 40) | public function testApiResourceWithOnly() method testApiResources (line 58) | public function testApiResources() FILE: tests/Integration/Routing/RouteCachingTest.php class RouteCachingTest (line 7) | class RouteCachingTest extends TestCase method testWildcardCatchAllRoutes (line 9) | public function testWildcardCatchAllRoutes() method testRedirectRoutes (line 17) | public function testRedirectRoutes() method routes (line 26) | protected function routes(string $file) FILE: tests/Integration/Routing/RouteCanBackedEnumTest.php class RouteCanBackedEnumTest (line 10) | class RouteCanBackedEnumTest extends TestCase method testSimpleRouteWithStringBackedEnumCanAbilityGuestForbiddenThroughTheFramework (line 12) | public function testSimpleRouteWithStringBackedEnumCanAbilityGuestForb... method testSimpleRouteWithStringBackedEnumCanAbilityGuestAllowedThroughTheFramework (line 26) | public function testSimpleRouteWithStringBackedEnumCanAbilityGuestAllo... FILE: tests/Integration/Routing/RouteRedirectTest.php class RouteRedirectTest (line 11) | class RouteRedirectTest extends TestCase method testRouteRedirect (line 13) | #[DataProvider('routeRedirectDataSets')] method routeRedirectDataSets (line 24) | public static function routeRedirectDataSets() method testRouteRedirectWithExplicitRouteModelBinding (line 39) | public function testRouteRedirectWithExplicitRouteModelBinding() method testToActionHelper (line 52) | public function testToActionHelper() method testToRouteHelper (line 75) | public function testToRouteHelper() FILE: tests/Integration/Routing/RouteSingletonTest.php class RouteSingletonTest (line 11) | class RouteSingletonTest extends TestCase method testSingletonDefaults (line 13) | public function testSingletonDefaults() method testCreatableSingleton (line 45) | public function testCreatableSingleton() method testCreatableSingletonOnly (line 65) | public function testCreatableSingletonOnly() method testCreatableSingletonExcept (line 91) | public function testCreatableSingletonExcept() method testDestroyableSingleton (line 117) | public function testDestroyableSingleton() method testDestroyableSingletonOnly (line 142) | public function testDestroyableSingletonOnly() method testDestroyableSingletonExcept (line 168) | public function testDestroyableSingletonExcept() method testCreatableDestroyableSingletonOnlyExceptTest (line 194) | public function testCreatableDestroyableSingletonOnlyExceptTest() method testApiSingleton (line 220) | public function testApiSingleton() method testCreatableApiSingleton (line 236) | public function testCreatableApiSingleton() method testCreatableApiSingletonOnly (line 254) | public function testCreatableApiSingletonOnly() method testCreatableApiSingletonExcept (line 280) | public function testCreatableApiSingletonExcept() method testDestroyableApiSingleton (line 306) | public function testDestroyableApiSingleton() method testDestroyableApiSingletonOnly (line 326) | public function testDestroyableApiSingletonOnly() method testDestroyableApiSingletonExcept (line 352) | public function testDestroyableApiSingletonExcept() method testCreatableDestroyableApiSingletonOnlyExceptTest (line 378) | public function testCreatableDestroyableApiSingletonOnlyExceptTest() method testSingletonOnly (line 404) | public function testSingletonOnly() method testSingletonExcept (line 424) | public function testSingletonExcept() method testSingletonName (line 448) | public function testSingletonName() method testSingletonNames (line 455) | public function testSingletonNames() method testNestedSingleton (line 462) | public function testNestedSingleton() method testCreatableNestedSingleton (line 486) | public function testCreatableNestedSingleton() method testDestroyableNestedSingleton (line 511) | public function testDestroyableNestedSingleton() method testNestedSingletonParameter (line 536) | public function testNestedSingletonParameter() method testNestedSingletonParameters (line 546) | public function testNestedSingletonParameters() method testNestedSingletonWhere (line 556) | public function testNestedSingletonWhere() method testPrefixedSingleton (line 565) | public function testPrefixedSingleton() FILE: tests/Integration/Routing/RouteViewTest.php class RouteViewTest (line 9) | class RouteViewTest extends TestCase method testRouteView (line 11) | public function testRouteView() method testRouteViewWithParams (line 21) | public function testRouteViewWithParams() method testRouteViewWithStatus (line 43) | public function testRouteViewWithStatus() method testRouteViewWithHeaders (line 52) | public function testRouteViewWithHeaders() method testRouteViewOverloadingStatusWithHeaders (line 61) | public function testRouteViewOverloadingStatusWithHeaders() FILE: tests/Integration/Routing/RoutingServiceProviderTest.php class RoutingServiceProviderTest (line 9) | class RoutingServiceProviderTest extends TestCase method testResolvingPsrRequest (line 11) | public function testResolvingPsrRequest() method testResolvingPsrResponse (line 18) | public function testResolvingPsrResponse() FILE: tests/Integration/Routing/SerializableClosureV1CacheRouteTest.php class SerializableClosureV1CacheRouteTest (line 14) | #[RequiresOperatingSystemFamily('Linux|Darwin')] method getPackageProviders (line 22) | #[\Override] method setUp (line 31) | #[\Override] method tearDown (line 40) | #[\Override] method testItCanUseCachedRouteFromSerializableClosureV1 (line 46) | public function testItCanUseCachedRouteFromSerializableClosureV1() FILE: tests/Integration/Routing/SimpleRouteTest.php class SimpleRouteTest (line 8) | class SimpleRouteTest extends TestCase method testSimpleRouteThroughTheFramework (line 10) | public function testSimpleRouteThroughTheFramework() method testSimpleRouteWitStringBackedEnumRouteNameThroughTheFramework (line 27) | public function testSimpleRouteWitStringBackedEnumRouteNameThroughTheF... FILE: tests/Integration/Routing/UrlSigningTest.php class UrlSigningTest (line 15) | class UrlSigningTest extends TestCase method defineEnvironment (line 17) | protected function defineEnvironment($app): void method testSigningUrl (line 22) | public function testSigningUrl() method testSigningUrlWithCustomRouteSlug (line 37) | public function testSigningUrlWithCustomRouteSlug() method testTemporarySignedUrls (line 56) | public function testTemporarySignedUrls() method testTemporarySignedUrlsWithExpiresParameter (line 70) | public function testTemporarySignedUrlsWithExpiresParameter() method testSignedUrlWithUrlWithoutSignatureParameter (line 82) | public function testSignedUrlWithUrlWithoutSignatureParameter() method testSignedUrlWithNullParameter (line 91) | public function testSignedUrlWithNullParameter() method testSignedUrlWithEmptyStringParameter (line 101) | public function testSignedUrlWithEmptyStringParameter() method testSignedUrlWithMultipleParameters (line 111) | public function testSignedUrlWithMultipleParameters() method testSignedUrlWithSignatureTextInKeyOrValue (line 121) | public function testSignedUrlWithSignatureTextInKeyOrValue() method testSignedUrlWithAppendedNullParameterInvalid (line 131) | public function testSignedUrlWithAppendedNullParameterInvalid() method testSignedUrlParametersParsedCorrectly (line 141) | public function testSignedUrlParametersParsedCorrectly() method testExceptedParametersCanBeAddedInAnyOrder (line 161) | public function testExceptedParametersCanBeAddedInAnyOrder() method testUnusualExceptedParametersWorksAsExpected (line 175) | public function testUnusualExceptedParametersWorksAsExpected() method testExceptedParameterCanBeAPrefixOrSuffixOfAnotherParameter (line 199) | public function testExceptedParameterCanBeAPrefixOrSuffixOfAnotherPara... method testSignedMiddleware (line 213) | public function testSignedMiddleware() method testSignedMiddlewareWithInvalidUrl (line 224) | public function testSignedMiddlewareWithInvalidUrl() method testSignedMiddlewareWithRoutableParameter (line 238) | public function testSignedMiddlewareWithRoutableParameter() method testSignedMiddlewareWithRelativePath (line 251) | public function testSignedMiddlewareWithRelativePath() method testSignedMiddlewareIgnoringParameter (line 264) | public function testSignedMiddlewareIgnoringParameter() method testSignedMiddlewareIgnoringParameterViaArgumentsWithRelative (line 282) | public function testSignedMiddlewareIgnoringParameterViaArgumentsWithR... method testSignedMiddlewareCanGloballyIgnoreParameters (line 293) | public function testSignedMiddlewareCanGloballyIgnoreParameters() method testSignedMiddlewareIgnoringParameterViaArgumentsWithoutRelative (line 313) | public function testSignedMiddlewareIgnoringParameterViaArgumentsWitho... method testSignedMiddlewareIgnoringParameterViaClassAndArguments (line 324) | public function testSignedMiddlewareIgnoringParameterViaClassAndArgume... method testItCanGenerateMiddlewareDefinitionViaStaticMethod (line 335) | public function testItCanGenerateMiddlewareDefinitionViaStaticMethod() method testUrlsSignedByPreviousAppKeysAreValidWhenAddedAsPreviousKeys (line 350) | public function testUrlsSignedByPreviousAppKeysAreValidWhenAddedAsPrev... method createValidateSignatureMiddleware (line 376) | protected function createValidateSignatureMiddleware(array $ignore) class RoutableInterfaceStub (line 388) | class RoutableInterfaceStub implements UrlRoutable method getRouteKey (line 394) | public function getRouteKey() method getRouteKeyName (line 399) | public function getRouteKeyName() method resolveRouteBinding (line 404) | public function resolveRouteBinding($routeKey, $field = null) method resolveChildRouteBinding (line 409) | public function resolveChildRouteBinding($childType, $routeKey, $field... class IgnoreParameterMiddleware (line 415) | class IgnoreParameterMiddleware extends ValidateSignature FILE: tests/Integration/Session/CookieSessionHandlerTest.php class CookieSessionHandlerTest (line 9) | class CookieSessionHandlerTest extends TestCase method testCookieSessionDriverCookiesCanExpireOnClose (line 11) | public function testCookieSessionDriverCookiesCanExpireOnClose() method testCookieSessionInheritsRequestSecureState (line 23) | public function testCookieSessionInheritsRequestSecureState() method defineEnvironment (line 42) | protected function defineEnvironment($app) FILE: tests/Integration/Session/DatabaseSessionHandlerTest.php class DatabaseSessionHandlerTest (line 10) | #[WithMigration('session')] method test_basic_read_write_functionality (line 13) | public function test_basic_read_write_functionality() method test_garbage_collector (line 57) | public function test_garbage_collector() method test_destroy (line 79) | public function test_destroy() method test_it_can_work_without_container (line 99) | public function test_it_can_work_without_container() FILE: tests/Integration/Session/SessionPersistenceTest.php class SessionPersistenceTest (line 15) | class SessionPersistenceTest extends TestCase method testSessionIsPersistedEvenIfExceptionIsThrownFromRoute (line 17) | public function testSessionIsPersistedEvenIfExceptionIsThrownFromRoute() method defineEnvironment (line 34) | protected function defineEnvironment($app) class FakeNullSessionHandler (line 49) | class FakeNullSessionHandler extends NullSessionHandler method write (line 53) | public function write($sessionId, $data): bool FILE: tests/Integration/Support/AuthFacadeTest.php class AuthFacadeTest (line 9) | class AuthFacadeTest extends TestCase method testItFailsIfTheUiPackageIsMissing (line 11) | public function testItFailsIfTheUiPackageIsMissing() FILE: tests/Integration/Support/DeferredCallbackTest.php class DeferredCallbackTest (line 13) | class DeferredCallbackTest extends TestCase method test_deferred_callback_is_not_discarded_by_sync_job (line 15) | #[WithConfig('queue.default', 'sync')] class TestSyncJob (line 34) | class TestSyncJob implements ShouldQueue method handle (line 38) | public function handle(): void FILE: tests/Integration/Support/ExceptionsFacadeTest.php class ExceptionsFacadeTest (line 20) | class ExceptionsFacadeTest extends TestCase method testFakeAssertReported (line 22) | public function testFakeAssertReported() method testFakeAssertReportedCount (line 39) | public function testFakeAssertReportedCount() method testFakeAssertReportedCountMayFail (line 49) | public function testFakeAssertReportedCountMayFail() method testFakeAssertReportedWithFakedExceptions (line 62) | public function testFakeAssertReportedWithFakedExceptions() method testFakeAssertReportedAsStringMayFail (line 80) | public function testFakeAssertReportedAsStringMayFail() method testFakeAssertReportedAsClosureMayFail (line 93) | public function testFakeAssertReportedAsClosureMayFail() method testFakeAssertReportedWithFakedExceptionsMayFail (line 106) | public function testFakeAssertReportedWithFakedExceptionsMayFail() method testFakeAssertNotReported (line 120) | public function testFakeAssertNotReported() method testFakeAssertNotReportedWithFakedExceptions (line 136) | public function testFakeAssertNotReportedWithFakedExceptions() method testFakeAssertNotReportedMayFail (line 148) | public function testFakeAssertNotReportedMayFail() method testFakeAssertNotReportedAsClosureMayFail (line 160) | public function testFakeAssertNotReportedAsClosureMayFail() method testResolvesExceptionHandler (line 172) | public function testResolvesExceptionHandler() method testFakeAssertNothingReported (line 180) | public function testFakeAssertNothingReported() method testFakeAssertNothingReportedWithFakedExceptions (line 187) | public function testFakeAssertNothingReportedWithFakedExceptions() method testFakeAssertNothingReportedMayFail (line 198) | public function testFakeAssertNothingReportedMayFail() method testFakeMethodReturnsExceptionHandlerFake (line 212) | public function testFakeMethodReturnsExceptionHandlerFake() method testReportedExceptionsAreNotThrownByDefault (line 223) | public function testReportedExceptionsAreNotThrownByDefault() method testReportedExceptionsAreNotThrownByDefaultWithExceptionHandling (line 230) | public function testReportedExceptionsAreNotThrownByDefaultWithExcepti... method testReportedExceptionsAreNotThrownByDefaultWithoutExceptionHandling (line 239) | public function testReportedExceptionsAreNotThrownByDefaultWithoutExce... method testThrowOnReport (line 250) | public function testThrowOnReport() method testThrowOnReportDoesNotThrowExceptionsThatShouldNotBeReported (line 260) | public function testThrowOnReportDoesNotThrowExceptionsThatShouldNotBe... method testThrowOnReportWithExceptionHandling (line 281) | public function testThrowOnReportWithExceptionHandling() method testThrowOnReportWithoutExceptionHandling (line 295) | public function testThrowOnReportWithoutExceptionHandling() method testThrowOnReportRegardlessOfTheCallingOrderOfWithoutExceptionHandling (line 311) | public function testThrowOnReportRegardlessOfTheCallingOrderOfWithoutE... method testThrowOnReportRegardlessOfTheCallingOrderOfWithExceptionHandling (line 330) | public function testThrowOnReportRegardlessOfTheCallingOrderOfWithExce... method testThrowOnReportWithFakedExceptions (line 349) | public function testThrowOnReportWithFakedExceptions() method testThrowOnReportWithFakedExceptionsFromFacade (line 360) | public function testThrowOnReportWithFakedExceptionsFromFacade() method testThrowOnReporEvenWhenAppReportablesReturnFalse (line 373) | public function testThrowOnReporEvenWhenAppReportablesReturnFalse() method testAppReportablesAreNotCalledIfExceptionIsNotFaked (line 387) | public function testAppReportablesAreNotCalledIfExceptionIsNotFaked() method testThrowOnReportLeaveAppReportablesUntouched (line 400) | public function testThrowOnReportLeaveAppReportablesUntouched() method testThrowReportedExceptions (line 414) | public function testThrowReportedExceptions() method testThrowReportedExceptionsWithFakedExceptions (line 426) | public function testThrowReportedExceptionsWithFakedExceptions() method testThrowReportedExceptionsWhenThereIsNone (line 439) | public function testThrowReportedExceptionsWhenThereIsNone() method testFakingExceptionsThatShouldNotBeReportedWithExceptionHandling (line 454) | public function testFakingExceptionsThatShouldNotBeReportedWithExcepti... method testFakingExceptionsThatShouldNotBeReportedWithRescueAndWithoutExceptionHandling (line 475) | public function testFakingExceptionsThatShouldNotBeReportedWithRescueA... method testRescue (line 498) | public function testRescue() method testRescueWithoutReport (line 507) | public function testRescueWithoutReport() method testFlowBetweenFakeAndTestExceptionHandling (line 516) | public function testFlowBetweenFakeAndTestExceptionHandling() method testFlowBetweenTestExceptionHandlingAndFake (line 546) | public function testFlowBetweenTestExceptionHandlingAndFake() method testWithDeprecationHandling (line 567) | public function testWithDeprecationHandling() method testWithoutDeprecationHandler (line 580) | public function testWithoutDeprecationHandler() FILE: tests/Integration/Support/FacadesTest.php class FacadesTest (line 13) | class FacadesTest extends TestCase method tearDown (line 15) | protected function tearDown(): void method testFacadeResolvedCanResolveCallback (line 22) | public function testFacadeResolvedCanResolveCallback() method testFacadeResolvedCanResolveCallbackAfterAccessRootHasBeenResolved (line 35) | public function testFacadeResolvedCanResolveCallbackAfterAccessRootHas... method testDefaultAliases (line 48) | public function testDefaultAliases() FILE: tests/Integration/Support/Fixtures/MultipleInstanceManager.php class MultipleInstanceManager (line 7) | class MultipleInstanceManager extends BaseMultipleInstanceManager method createFooDriver (line 11) | protected function createFooDriver(array $config) method createBarDriver (line 24) | protected function createBarDriver(array $config) method createMysqlDatabaseConnectionDriver (line 37) | protected function createMysqlDatabaseConnectionDriver(array $config) method getDefaultInstance (line 52) | public function getDefaultInstance() method setDefaultInstance (line 63) | public function setDefaultInstance($name) method getInstanceConfig (line 74) | public function getInstanceConfig($name) FILE: tests/Integration/Support/Fixtures/NullableManager.php class NullableManager (line 7) | class NullableManager extends Manager method getDefaultDriver (line 14) | public function getDefaultDriver() FILE: tests/Integration/Support/ManagerTest.php class ManagerTest (line 9) | class ManagerTest extends TestCase method testDefaultDriverCannotBeNull (line 11) | public function testDefaultDriverCannotBeNull() method testCustomDriverClosureBoundObjectIsManager (line 18) | public function testCustomDriverClosureBoundObjectIsManager() FILE: tests/Integration/Support/MultipleInstanceManagerTest.php class MultipleInstanceManagerTest (line 9) | class MultipleInstanceManagerTest extends TestCase method test_configurable_instances_can_be_resolved (line 11) | public function test_configurable_instances_can_be_resolved() method test_unresolvable_instances_throw_errors (line 32) | public function test_unresolvable_instances_throw_errors() method test_custom_driver_closure_bound_object_is_multiple_instance_manager (line 41) | public function test_custom_driver_closure_bound_object_is_multiple_in... FILE: tests/Integration/Support/OnceHelperTest.php class OnceHelperTest (line 13) | #[WithMigration] method afterRefreshingDatabase (line 18) | protected function afterRefreshingDatabase() method testItCanCacheStaticMethodWithoutParameters (line 24) | public function testItCanCacheStaticMethodWithoutParameters() method testItCanCacheStaticMethodWithParameters (line 45) | public function testItCanCacheStaticMethodWithParameters() class User (line 67) | class User extends Authenticatable method verified (line 69) | public static function verified(): Collection method unverified (line 74) | public static function unverified(): Collection method getByType (line 79) | public static function getByType(string $type): Collection FILE: tests/Integration/Support/PluralizerPortugueseTest.php class PluralizerPortugueseTest (line 9) | class PluralizerPortugueseTest extends TestCase method setUp (line 11) | protected function setUp(): void method tearDown (line 18) | protected function tearDown(): void method testBasicSingular (line 25) | public function testBasicSingular() method testIrregulars (line 37) | public function testIrregulars() method testBasicPlural (line 43) | public function testBasicPlural() method testCaseSensitiveSingularUsage (line 53) | public function testCaseSensitiveSingularUsage() method testCaseSensitiveSingularPlural (line 59) | public function testCaseSensitiveSingularPlural() method testPluralAppliedForStringEndingWithNumericCharacter (line 66) | public function testPluralAppliedForStringEndingWithNumericCharacter() method testPluralSupportsArrays (line 73) | public function testPluralSupportsArrays() method testPluralSupportsCollections (line 80) | public function testPluralSupportsCollections() method testPluralStudlySupportsArrays (line 87) | public function testPluralStudlySupportsArrays() method testPluralStudlySupportsCollections (line 94) | public function testPluralStudlySupportsCollections() method assertPluralStudly (line 101) | private function assertPluralStudly($expected, $value, $count = 2) FILE: tests/Integration/Testing/ArtisanCommandTest.php class ArtisanCommandTest (line 13) | class ArtisanCommandTest extends TestCase method setUp (line 15) | protected function setUp(): void method test_console_command_that_passes (line 70) | public function test_console_command_that_passes() method test_console_command_that_fails (line 75) | public function test_console_command_that_fails() method test_console_command_that_passes_with_output (line 83) | public function test_console_command_that_passes_with_output() method test_console_command_that_passes_with_repeating_output (line 93) | public function test_console_command_that_passes_with_repeating_output() method test_console_command_that_fails_from_unexpected_output (line 106) | public function test_console_command_that_fails_from_unexpected_output() method test_console_command_that_fails_from_unexpected_output_substring (line 118) | public function test_console_command_that_fails_from_unexpected_output... method test_console_command_that_fails_from_missing_output (line 128) | public function test_console_command_that_fails_from_missing_output() method test_console_command_that_fails_from_exit_code_mismatch (line 142) | public function test_console_command_that_fails_from_exit_code_mismatch() method test_console_command_that_fails_from_unordered_output (line 153) | public function test_console_command_that_fails_from_unordered_output() method test_console_command_that_passes_if_the_output_contains (line 169) | public function test_console_command_that_passes_if_the_output_contains() method test_console_command_that_passes_if_outputs_something (line 176) | public function test_console_command_that_passes_if_outputs_something() method test_console_command_that_passes_if_outputs_is_something_and_is_the_expected_output (line 183) | public function test_console_command_that_passes_if_outputs_is_somethi... method test_console_command_that_fail_if_doesnt_output_something (line 191) | public function test_console_command_that_fail_if_doesnt_output_someth... method test_console_command_that_fail_if_doesnt_output_something_and_is_not_the_expected_output (line 202) | public function test_console_command_that_fail_if_doesnt_output_someth... method test_console_command_that_passes_if_does_not_output_anything (line 214) | public function test_console_command_that_passes_if_does_not_output_an... method test_console_command_that_passes_if_does_not_output_anything_and_is_not_the_expected_output (line 221) | public function test_console_command_that_passes_if_does_not_output_an... method test_console_command_that_passes_if_expects_output_and_there_is_interactions (line 229) | public function test_console_command_that_passes_if_expects_output_and... method test_console_command_that_fails_if_doesnt_expect_output_but__there_is_interactions (line 239) | public function test_console_command_that_fails_if_doesnt_expect_outpu... method test_console_command_that_fails_if_doesnt_expect_output_but_outputs_something (line 253) | public function test_console_command_that_fails_if_doesnt_expect_outpu... method test_console_command_that_fails_if_doesnt_expect_output_and_does_expect_output (line 264) | public function test_console_command_that_fails_if_doesnt_expect_outpu... method test_console_command_that_fails_if_the_output_does_not_contain (line 276) | public function test_console_command_that_fails_if_the_output_does_not... method test_pending_command_can_be_tapped (line 288) | public function test_pending_command_can_be_tapped() method ignoringMockOnceExceptions (line 316) | protected function ignoringMockOnceExceptions(callable $callback) FILE: tests/Integration/Testing/TestCaseTest.php class TestCaseTest (line 8) | class TestCaseTest extends TestCase method test_without_vite_clear_facade_resolved_instance (line 10) | public function test_without_vite_clear_facade_resolved_instance() FILE: tests/Integration/Testing/TestWithoutDatabaseParallelTest.php class TestWithoutDatabaseParallelTest (line 9) | class TestWithoutDatabaseParallelTest extends TestCase method getPackageProviders (line 11) | protected function getPackageProviders($app) method defineEnvironment (line 22) | protected function defineEnvironment($app) method testRunningParallelTestWithoutDatabaseShouldNotCrashOnDefaultConnection (line 41) | public function testRunningParallelTestWithoutDatabaseShouldNotCrashOn... FILE: tests/Integration/Translation/TranslatorTest.php class TranslatorTest (line 10) | class TranslatorTest extends TestCase method defineEnvironment (line 18) | protected function defineEnvironment($app) method testItCanGetFromLocaleForJson (line 26) | public function testItCanGetFromLocaleForJson() method testItCanCheckLanguageExistsHasFromLocaleForJson (line 35) | public function testItCanCheckLanguageExistsHasFromLocaleForJson() method testItCanCheckKeyExistsWithoutTriggeringHandleMissingKeys (line 48) | public function testItCanCheckKeyExistsWithoutTriggeringHandleMissingK... method testItCanHandleMissingKeysUsingCallback (line 61) | public function testItCanHandleMissingKeysUsingCallback() method testItCanHandleMissingKeysNoReturn (line 77) | public function testItCanHandleMissingKeysNoReturn() method testItReturnsCorrectLocaleForMissingKeys (line 91) | public function testItReturnsCorrectLocaleForMissingKeys() method testFileValidationDoesNotAttemptToTranslateAlreadyTranslatedMessages (line 104) | public function testFileValidationDoesNotAttemptToTranslateAlreadyTran... method testItCanHandleChoice (line 124) | #[DataProvider('greetingChoiceDataProvider')] method testItCanHandleChoiceWithChoiceSeparatorInReplaceString (line 139) | #[DataProvider('greetingChoiceDataProvider')] method greetingChoiceDataProvider (line 154) | public static function greetingChoiceDataProvider() FILE: tests/Integration/Validation/RequestValidationTest.php class RequestValidationTest (line 9) | class RequestValidationTest extends TestCase method testValidateMacro (line 11) | public function testValidateMacro(): void method testValidateMacroWhenItFails (line 20) | public function testValidateMacroWhenItFails(): void method testValidateWithBagMacro (line 29) | public function testValidateWithBagMacro(): void method testValidateWithBagMacroWhenItFails (line 38) | public function testValidateWithBagMacroWhenItFails(): void FILE: tests/Integration/Validation/Rules/DateFormatValidationTest.php class DateFormatValidationTest (line 9) | class DateFormatValidationTest extends TestCase method test_it_can_validate_regardless_of_timezone (line 11) | #[TestWith(['UTC'])] FILE: tests/Integration/Validation/Rules/EmailValidationTest.php class EmailValidationTest (line 10) | class EmailValidationTest extends TestCase method test_it_can_validate_attribute_as_array (line 12) | #[TestWith(['0'])] method test_it_can_validate_attribute_as_array_when_validation_should_fails (line 29) | #[TestWith(['0'])] FILE: tests/Integration/Validation/Rules/FileValidationTest.php class FileValidationTest (line 12) | class FileValidationTest extends TestCase method test_it_can_validate_attribute_as_array (line 14) | #[TestWith(['0'])] method test_it_can_validate_attribute_as_array_when_validation_should_fails (line 33) | #[TestWith(['0'])] method test_file_custom_validation_messages (line 56) | public function test_file_custom_validation_messages() method test_file_mimes_custom_validation_messages (line 82) | public function test_file_mimes_custom_validation_messages() method test_file_min_size_custom_validation_messages (line 94) | public function test_file_min_size_custom_validation_messages() method test_file_max_size_custom_validation_messages (line 106) | public function test_file_max_size_custom_validation_messages() method test_file_dimension_custom_validation_messages (line 118) | public function test_file_dimension_custom_validation_messages() method test_file_between_custom_validation_messages (line 130) | public function test_file_between_custom_validation_messages() method test_image_custom_validation_messages (line 142) | public function test_image_custom_validation_messages() method test_file_multiple_custom_validation_messages (line 154) | public function test_file_multiple_custom_validation_messages() method test_file_size_custom_validation_messages (line 173) | public function test_file_size_custom_validation_messages() method test_file_extensions_custom_validation_messages (line 185) | public function test_file_extensions_custom_validation_messages() method test_file_encoding_custom_validation_messages (line 197) | public function test_file_encoding_custom_validation_messages() FILE: tests/Integration/Validation/Rules/PasswordValidationTest.php class PasswordValidationTest (line 10) | class PasswordValidationTest extends TestCase method test_it_can_validate_attribute_as_array (line 12) | #[TestWith(['0'])] method test_it_can_validate_attribute_as_array_when_validation_should_fails (line 29) | #[TestWith(['0'])] FILE: tests/Integration/Validation/ValidatorTest.php class ValidatorTest (line 15) | class ValidatorTest extends DatabaseTestCase method setUp (line 17) | protected function setUp(): void method testExists (line 31) | public function testExists(): void method testUnique (line 37) | public function testUnique(): void method testUniqueWithCustomModelKey (line 49) | public function testUniqueWithCustomModelKey(): void method testImplicitAttributeFormatting (line 73) | public function testImplicitAttributeFormatting(): void method getValidator (line 90) | protected function getValidator(array $data, array $rules) class User (line 100) | class User extends Model class UserWithUuid (line 106) | class UserWithUuid extends Model method getKeyName (line 114) | public function getKeyName() FILE: tests/Integration/View/BladeAnonymousComponentTest.php class BladeAnonymousComponentTest (line 10) | class BladeAnonymousComponentTest extends TestCase method test_anonymous_components_with_custom_paths_can_be_rendered (line 12) | public function test_anonymous_components_with_custom_paths_can_be_ren... method test_anonymous_components_with_custom_paths_cant_be_rendered_as_normal_views (line 24) | public function test_anonymous_components_with_custom_paths_cant_be_re... method test_anonymous_components_with_custom_paths_cant_be_rendered_as_normal_views_even_with_no_prefix (line 34) | public function test_anonymous_components_with_custom_paths_cant_be_re... method defineEnvironment (line 44) | protected function defineEnvironment($app) FILE: tests/Integration/View/BladeTest.php class BladeTest (line 19) | class BladeTest extends TestCase method tearDown (line 22) | #[\Override] method test_rendering_blade_string (line 30) | public function test_rendering_blade_string() method test_rendering_blade_long_maxpathlen_string (line 35) | public function test_rendering_blade_long_maxpathlen_string() method test_rendering_blade_long_maxpathlen_string_with_exact_length (line 44) | #[RunInSeparateProcess] method test_rendering_blade_component_instance (line 69) | public function test_rendering_blade_component_instance() method test_basic_blade_rendering (line 76) | public function test_basic_blade_rendering() method test_rendering_a_component (line 83) | public function test_rendering_a_component() method test_rendering_a_dynamic_component (line 92) | public function test_rendering_a_dynamic_component() method test_rendering_the_same_dynamic_component_with_different_attributes (line 101) | public function test_rendering_the_same_dynamic_component_with_differe... method test_inline_link_type_attributes_dont_add_extra_spacing_at_end (line 113) | public function test_inline_link_type_attributes_dont_add_extra_spacin... method test_appendable_attributes (line 120) | public function test_appendable_attributes() method tested_nested_anonymous_attribute_proxying_works_correctly (line 135) | public function tested_nested_anonymous_attribute_proxying_works_corre... method test_consume_defaults (line 142) | public function test_consume_defaults() method test_consume_with_props (line 155) | public function test_consume_with_props() method test_name_attribute_can_be_used_if_using_short_slot_names (line 168) | public function test_name_attribute_can_be_used_if_using_short_slot_na... method test_name_attribute_cant_be_used_if_not_using_short_slot_names (line 179) | public function test_name_attribute_cant_be_used_if_not_using_short_sl... method test_bound_name_attribute_can_be_used_if_using_short_slot_names (line 190) | public function test_bound_name_attribute_can_be_used_if_using_short_s... method test_bound_name_attribute_can_be_used_if_using_short_slot_names_and_not_first_attribute (line 201) | public function test_bound_name_attribute_can_be_used_if_using_short_s... method test_no_name_passed_to_slot_uses_default_name (line 212) | public function test_no_name_passed_to_slot_uses_default_name() method testViewCacheCommandHandlesConfiguredBladeExtensions (line 219) | public function testViewCacheCommandHandlesConfiguredBladeExtensions() method test_include_scoped_does_not_inherit_parent_scope (line 230) | public function test_include_scoped_does_not_inherit_parent_scope() method test_view_cache_command_deduplicates_paths_before_compiling (line 249) | public function test_view_cache_command_deduplicates_paths_before_comp... method defineEnvironment (line 263) | #[\Override] class HelloComponent (line 270) | class HelloComponent extends Component method __construct (line 274) | public function __construct(string $name) method render (line 279) | public function render() FILE: tests/Integration/View/RenderableViewExceptionTest.php class RenderableViewExceptionTest (line 11) | class RenderableViewExceptionTest extends TestCase method testRenderMethodOfExceptionThrownInViewGetsHandled (line 13) | public function testRenderMethodOfExceptionThrownInViewGetsHandled() method defineEnvironment (line 24) | protected function defineEnvironment($app) class RenderableException (line 30) | class RenderableException extends Exception method render (line 32) | public function render($request) FILE: tests/JsonSchema/ArrayTypeTest.php class ArrayTypeTest (line 8) | class ArrayTypeTest extends TestCase method test_it_may_set_min_items (line 10) | public function test_it_may_set_min_items(): void method test_it_may_set_max_items (line 21) | public function test_it_may_set_max_items(): void method test_it_may_set_items_type (line 32) | public function test_it_may_set_items_type(): void method test_it_may_set_default_value (line 47) | public function test_it_may_set_default_value(): void method test_it_may_set_unique_items (line 57) | public function test_it_may_set_unique_items(): void method test_it_may_combine_unique_items_with_min_and_max (line 70) | public function test_it_may_combine_unique_items_with_min_and_max(): void method test_it_may_set_enum (line 82) | public function test_it_may_set_enum(): void FILE: tests/JsonSchema/BooleanTypeTest.php class BooleanTypeTest (line 8) | class BooleanTypeTest extends TestCase method test_serializes_as_boolean_with_metadata (line 10) | public function test_serializes_as_boolean_with_metadata(): void method test_may_set_default_true_via_default (line 21) | public function test_may_set_default_true_via_default(): void method test_may_set_default_false_via_default (line 31) | public function test_may_set_default_false_via_default(): void method test_may_set_enum (line 41) | public function test_may_set_enum(): void FILE: tests/JsonSchema/IntegerTypeTest.php class IntegerTypeTest (line 8) | class IntegerTypeTest extends TestCase method test_it_may_set_min_value (line 10) | public function test_it_may_set_min_value(): void method test_it_may_set_max_value (line 21) | public function test_it_may_set_max_value(): void method test_it_may_set_default_value (line 32) | public function test_it_may_set_default_value(): void method test_it_may_set_multiple_of (line 42) | public function test_it_may_set_multiple_of(): void method test_it_may_combine_multiple_of_with_min_and_max (line 52) | public function test_it_may_combine_multiple_of_with_min_and_max(): void method test_it_may_set_enum (line 64) | public function test_it_may_set_enum(): void FILE: tests/JsonSchema/NumberTypeTest.php class NumberTypeTest (line 8) | class NumberTypeTest extends TestCase method test_it_may_set_min_value_as_float (line 10) | public function test_it_may_set_min_value_as_float(): void method test_it_may_set_min_value_as_int (line 21) | public function test_it_may_set_min_value_as_int(): void method test_it_may_set_max_value_as_float (line 32) | public function test_it_may_set_max_value_as_float(): void method test_it_may_set_max_value_as_int (line 43) | public function test_it_may_set_max_value_as_int(): void method test_it_may_set_default_value (line 54) | public function test_it_may_set_default_value(): void method test_it_may_set_multiple_of_as_float (line 64) | public function test_it_may_set_multiple_of_as_float(): void method test_it_may_set_multiple_of_as_int (line 74) | public function test_it_may_set_multiple_of_as_int(): void method test_it_may_combine_multiple_of_with_min_and_max (line 84) | public function test_it_may_combine_multiple_of_with_min_and_max(): void method test_it_may_set_enum (line 96) | public function test_it_may_set_enum(): void FILE: tests/JsonSchema/ObjectTypeTest.php class ObjectTypeTest (line 9) | class ObjectTypeTest extends TestCase method test_it_may_not_have_properties (line 11) | public function test_it_may_not_have_properties(): void method test_it_may_be_initialized_with_a_closure_but_without_properties (line 21) | public function test_it_may_be_initialized_with_a_closure_but_without_... method test_it_may_have_properties (line 31) | public function test_it_may_have_properties(): void method test_it_may_be_initialized_with_a_closure_but_may_have_properties (line 56) | public function test_it_may_be_initialized_with_a_closure_but_may_have... method test_it_may_disable_additional_properties (line 81) | public function test_it_may_disable_additional_properties(): void method test_it_may_set_enum (line 92) | public function test_it_may_set_enum(): void FILE: tests/JsonSchema/SerializerTest.php class SerializerTest (line 9) | class SerializerTest extends TestCase method test_it_does_not_know_how_to_serialize_unknown_types (line 11) | public function test_it_does_not_know_how_to_serialize_unknown_types()... FILE: tests/JsonSchema/StringTypeTest.php class StringTypeTest (line 8) | class StringTypeTest extends TestCase method test_it_sets_min_length (line 10) | public function test_it_sets_min_length() method test_it_sets_max_length (line 20) | public function test_it_sets_max_length() method test_it_sets_pattern (line 31) | public function test_it_sets_pattern() method test_it_sets_format (line 42) | public function test_it_sets_format() method test_it_sets_enum (line 53) | public function test_it_sets_enum() FILE: tests/JsonSchema/TypeTest.php class TypeTest (line 19) | class TypeTest extends TestCase method test_as_a_array_representation (line 21) | public function test_as_a_array_representation(): void method test_does_have_a_string_representation (line 42) | public function test_does_have_a_string_representation(): void method test_does_have_a_stringable_representation (line 65) | public function test_does_have_a_stringable_representation(): void method test_produces_valid_json_schemas (line 88) | #[DataProvider('validSchemasProvider')] method test_produces_invalid_json_schemas (line 94) | #[DataProvider('invalidSchemasProvider')] method test_types_in_object_schema (line 100) | public function test_types_in_object_schema(): void method test_throws_with_invalid_enum_string (line 110) | public function test_throws_with_invalid_enum_string(): void method test_throws_with_not_an_enum_class (line 119) | public function test_throws_with_not_an_enum_class(): void method test_throws_with_unit_enum_class (line 128) | public function test_throws_with_unit_enum_class(): void method validSchemasProvider (line 137) | public static function validSchemasProvider(): array method invalidSchemasProvider (line 296) | public static function invalidSchemasProvider(): array method makeValidator (line 390) | protected function makeValidator(): Validator method assertValidOnJsonSchema (line 403) | protected function assertValidOnJsonSchema(Stringable $schema, mixed $... method assertNotValidOnJsonSchema (line 411) | protected function assertNotValidOnJsonSchema(Stringable $schema, mixe... FILE: tests/Log/ContextTest.php class ContextTest (line 21) | class ContextTest extends TestCase method tearDown (line 25) | #[\Override] method test_it_can_set_values (line 33) | public function test_it_can_set_values() method test_it_can_add_values_when_not_already_present (line 57) | public function test_it_can_add_values_when_not_already_present() method test_it_can_listen_to_the_hydrating_event (line 66) | public function test_it_can_listen_to_the_hydrating_event() method test_it_can_listen_to_the_dehydrated_event (line 81) | public function test_it_can_listen_to_the_dehydrated_event() method test_it_can_modify_context_while_dehydrating_without_impacting_global_instance (line 96) | public function test_it_can_modify_context_while_dehydrating_without_i... method test_dehydrate_returns_null_when_empty (line 110) | public function test_dehydrate_returns_null_when_empty() method test_hydrating_null_triggers_hydrating_event (line 115) | public function test_hydrating_null_triggers_hydrating_event() method test_it_can_serialize_values (line 127) | public function test_it_can_serialize_values() method test_it_can_push_to_list (line 181) | public function test_it_can_push_to_list() method test_throws_when_pushing_to_non_array (line 190) | public function test_throws_when_pushing_to_non_array() method test_throws_when_pushing_to_non_list_array (line 199) | public function test_throws_when_pushing_to_non_list_array() method test_it_can_pop_from_list (line 208) | public function test_it_can_pop_from_list() method test_throws_when_popping_from_empty_list (line 217) | public function test_throws_when_popping_from_empty_list() method test_throws_when_popping_from_non_list_array (line 228) | public function test_throws_when_popping_from_non_list_array() method test_it_can_pop_from_hidden_list (line 237) | public function test_it_can_pop_from_hidden_list() method test_throws_when_popping_from_empty_hidden_list (line 246) | public function test_throws_when_popping_from_empty_hidden_list() method test_throws_when_popping_from_hidden_non_list_array (line 257) | public function test_throws_when_popping_from_hidden_non_list_array() method test_it_can_check_if_context_has_been_set (line 266) | public function test_it_can_check_if_context_has_been_set() method test_it_can_check_if_context_is_missing (line 276) | public function test_it_can_check_if_context_is_missing() method test_it_can_check_if_value_is_in_context_stack (line 284) | public function test_it_can_check_if_value_is_in_context_stack() method test_it_can_check_if_value_is_in_context_stack_with_closures (line 293) | public function test_it_can_check_if_value_is_in_context_stack_with_cl... method test_it_can_check_if_value_is_in_hidden_context_stack (line 302) | public function test_it_can_check_if_value_is_in_hidden_context_stack() method test_it_can_check_if_value_is_in_hidden_context_stack_with_closures (line 311) | public function test_it_can_check_if_value_is_in_hidden_context_stack_... method test_it_cannot_check_if_hidden_value_is_in_non_hidden_context_stack (line 320) | public function test_it_cannot_check_if_hidden_value_is_in_non_hidden_... method test_it_can_get_all_values (line 327) | public function test_it_can_get_all_values() method test_it_silently_ignores_unset_values (line 338) | public function test_it_silently_ignores_unset_values() method test_it_is_simple_key_value_system (line 345) | public function test_it_is_simple_key_value_system() method test_it_can_retrieve_subset_of_context (line 353) | public function test_it_can_retrieve_subset_of_context() method test_it_can_exclude_subset_of_context (line 368) | public function test_it_can_exclude_subset_of_context() method test_it_can_exclude_subset_of_hidden_context (line 382) | public function test_it_can_exclude_subset_of_hidden_context() method test_it_adds_context_to_logging (line 396) | public function test_it_adds_context_to_logging() method test_it_doesnt_override_log_instance_context (line 419) | public function test_it_doesnt_override_log_instance_context() method test_it_doesnt_allow_context_to_be_used_as_parameters (line 438) | public function test_it_doesnt_allow_context_to_be_used_as_parameters() method test_does_not_add_hidden_context_to_logging (line 455) | public function test_does_not_add_hidden_context_to_logging() method test_it_can_add_hidden (line 475) | public function test_it_can_add_hidden() method test_it_can_pull (line 503) | public function test_it_can_pull() method test_it_adds_context_to_logged_exceptions (line 516) | public function test_it_adds_context_to_logged_exceptions() method test_scope_sets_keys_and_restores (line 536) | public function test_scope_sets_keys_and_restores() method test_uses_closure_for_context_processor (line 586) | public function test_uses_closure_for_context_processor() method test_can_rebind_to_separate_class (line 615) | public function test_can_rebind_to_separate_class() method test_it_increments_a_counter (line 635) | public function test_it_increments_a_counter() method test_it_custom_increments_a_counter (line 644) | public function test_it_custom_increments_a_counter() method test_it_decrements_a_counter (line 653) | public function test_it_decrements_a_counter() method test_it_custom_decrements_a_counter (line 660) | public function test_it_custom_decrements_a_counter() method test_it_remembers_a_value (line 667) | public function test_it_remembers_a_value() method test_it_remembers_a_hidden_value (line 685) | public function test_it_remembers_a_hidden_value() class ContextModel (line 720) | class ContextModel extends Model class MyAddContextProcessor (line 725) | class MyAddContextProcessor implements ContextLogProcessor method __construct (line 729) | public function __construct() method __invoke (line 734) | #[\Override] FILE: tests/Log/LogLoggerTest.php class LogLoggerTest (line 17) | class LogLoggerTest extends TestCase method testMethodsPassErrorAdditionsToMonolog (line 19) | public function testMethodsPassErrorAdditionsToMonolog() method testContextIsAddedToAllSubsequentLogs (line 28) | public function testContextIsAddedToAllSubsequentLogs() method testContextIsFlushed (line 39) | public function testContextIsFlushed() method testContextKeysCanBeRemovedForSubsequentLogs (line 51) | public function testContextKeysCanBeRemovedForSubsequentLogs() method testLoggerFiresEventsDispatcher (line 63) | public function testLoggerFiresEventsDispatcher() method testListenShortcutFailsWithNoDispatcher (line 87) | public function testListenShortcutFailsWithNoDispatcher() method testListenShortcut (line 98) | public function testListenShortcut() method testComplexContextManipulation (line 110) | public function testComplexContextManipulation() method testSkipsSerializationWhenLogLevelNotHandled (line 128) | public function testSkipsSerializationWhenLogLevelNotHandled() method testSerializesWhenLogLevelIsHandled (line 152) | public function testSerializesWhenLogLevelIsHandled() FILE: tests/Log/LogManagerTest.php class LogManagerTest (line 27) | class LogManagerTest extends TestCase method testLogManagerCachesLoggerInstances (line 29) | public function testLogManagerCachesLoggerInstances() method testLogManagerGetDefaultDriver (line 39) | public function testLogManagerGetDefaultDriver() method testStackChannel (line 53) | public function testStackChannel() method testParsingStackChannels (line 100) | public function testParsingStackChannels() method testLogManagerCreatesConfiguredMonologHandler (line 119) | public function testLogManagerCreatesConfiguredMonologHandler() method testLogManagerCreatesMonologHandlerWithConfiguredFormatter (line 167) | public function testLogManagerCreatesMonologHandlerWithConfiguredForma... method testLogManagerCreatesMonologHandlerWithProperFormatter (line 208) | public function testLogManagerCreatesMonologHandlerWithProperFormatter() method testLogManagerCreatesMonologHandlerWithProcessors (line 236) | public function testLogManagerCreatesMonologHandlerWithProcessors() method testItUtilisesTheNullDriverDuringTestsWhenNullDriverUsed (line 268) | public function testItUtilisesTheNullDriverDuringTestsWhenNullDriverUs... method testLogManagerCreateSingleDriverWithConfiguredFormatter (line 303) | public function testLogManagerCreateSingleDriverWithConfiguredFormatter() method testLogManagerCreateDailyDriverWithConfiguredFormatter (line 348) | public function testLogManagerCreateDailyDriverWithConfiguredFormatter() method testLogManagerCreateSyslogDriverWithConfiguredFormatter (line 393) | public function testLogManagerCreateSyslogDriverWithConfiguredFormatter() method testLogManagerPurgeResolvedChannels (line 436) | public function testLogManagerPurgeResolvedChannels() method testLogManagerCanBuildOnDemandChannel (line 451) | public function testLogManagerCanBuildOnDemandChannel() method testLogManagerCanUseOnDemandChannelInOnDemandStack (line 468) | public function testLogManagerCanUseOnDemandChannelInOnDemandStack() method testWrappingHandlerInFingersCrossedWhenActionLevelIsUsed (line 503) | public function testWrappingHandlerInFingersCrossedWhenActionLevelIsUs... method testFingersCrossedHandlerStopsRecordBufferingAfterFirstFlushByDefault (line 548) | public function testFingersCrossedHandlerStopsRecordBufferingAfterFirs... method testFingersCrossedHandlerCanBeConfiguredToResumeBufferingAfterFlushing (line 577) | public function testFingersCrossedHandlerCanBeConfiguredToResumeBuffer... method testItSharesContextWithAlreadyResolvedChannels (line 607) | public function testItSharesContextWithAlreadyResolvedChannels() method testItSharesContextWithFreshlyResolvedChannels (line 624) | public function testItSharesContextWithFreshlyResolvedChannels() method testContextCanBePubliclyAccessedByOtherLoggingSystems (line 640) | public function testContextCanBePubliclyAccessedByOtherLoggingSystems() method testItSharesContextWithStacksWhenTheyAreResolved (line 652) | public function testItSharesContextWithStacksWhenTheyAreResolved() method testItMergesSharedContextRatherThanReplacing (line 669) | public function testItMergesSharedContextRatherThanReplacing() method testFlushSharedContext (line 698) | public function testFlushSharedContext() method testLogManagerCreateCustomFormatterWithTap (line 711) | public function testLogManagerCreateCustomFormatterWithTap() method testDriverUsersPsrLoggerManagerReturnsLogger (line 734) | public function testDriverUsersPsrLoggerManagerReturnsLogger() method testCustomDriverClosureBoundObjectIsLogManager (line 756) | public function testCustomDriverClosureBoundObjectIsLogManager() class CustomizeFormatter (line 769) | class CustomizeFormatter method __invoke (line 771) | public function __invoke($logger) class LoggerSpy (line 781) | class LoggerSpy implements LoggerInterface method log (line 787) | public function log($level, \Stringable|string $message, array $contex... FILE: tests/Mail/AttachableTest.php class AttachableTest (line 11) | class AttachableTest extends TestCase method testItCanHaveMacroConstructors (line 13) | public function testItCanHaveMacroConstructors(): void method testItCanUtiliseExistingApisOnNonMailBasedResourcesWithPath (line 39) | public function testItCanUtiliseExistingApisOnNonMailBasedResourcesWit... method testItCanUtiliseExistingApisOnNonMailBasedResourcesWithArgs (line 76) | public function testItCanUtiliseExistingApisOnNonMailBasedResourcesWit... method testFromUrlMethod (line 114) | public function testFromUrlMethod(): void method testFromUploadedFileMethod (line 143) | public function testFromUploadedFileMethod(): void FILE: tests/Mail/MailFailoverTransportTest.php class MailFailoverTransportTest (line 8) | class MailFailoverTransportTest extends TestCase method testGetFailoverTransportWithConfiguredTransports (line 10) | public function testGetFailoverTransportWithConfiguredTransports(): void method testGetFailoverTransportWithLaravel6StyleMailConfiguration (line 37) | public function testGetFailoverTransportWithLaravel6StyleMailConfigura... FILE: tests/Mail/MailLogTransportTest.php class MailLogTransportTest (line 15) | class MailLogTransportTest extends TestCase method testGetLogTransportWithConfiguredChannel (line 17) | public function testGetLogTransportWithConfiguredChannel(): void method testItDecodesTheMessageBeforeLogging (line 39) | public function testItDecodesTheMessageBeforeLogging(): void method testItOnlyDecodesQuotedPrintablePartsOfTheMessageBeforeLogging (line 63) | public function testItOnlyDecodesQuotedPrintablePartsOfTheMessageBefor... method testGetLogTransportWithPsrLogger (line 89) | public function testGetLogTransportWithPsrLogger(): void method getLoggedEmailMessage (line 100) | private function getLoggedEmailMessage(Message $message): string FILE: tests/Mail/MailMailableAssertionsTest.php class MailMailableAssertionsTest (line 9) | class MailMailableAssertionsTest extends TestCase method testMailableAssertSeeInTextPassesWhenPresent (line 11) | public function testMailableAssertSeeInTextPassesWhenPresent(): void method testMailableAssertSeeInTextFailsWhenAbsent (line 18) | public function testMailableAssertSeeInTextFailsWhenAbsent(): void method testMailableAssertDontSeeInTextPassesWhenAbsent (line 27) | public function testMailableAssertDontSeeInTextPassesWhenAbsent(): void method testMailableAssertDontSeeInTextFailsWhenPresent (line 34) | public function testMailableAssertDontSeeInTextFailsWhenPresent(): void method testMailableAssertSeeInHtmlPassesWhenPresent (line 43) | public function testMailableAssertSeeInHtmlPassesWhenPresent(): void method testMailableAssertSeeInHtmlFailsWhenAbsent (line 52) | public function testMailableAssertSeeInHtmlFailsWhenAbsent(): void method testMailableAssertDontSeeInHtmlPassesWhenAbsent (line 61) | public function testMailableAssertDontSeeInHtmlPassesWhenAbsent(): void method testMailableAssertDontSeeInHtmlEscapedFailsWhenPresent (line 68) | public function testMailableAssertDontSeeInHtmlEscapedFailsWhenPresent... method testMailableAssertDontSeeInHtmlUnescapedFailsWhenPresent (line 77) | public function testMailableAssertDontSeeInHtmlUnescapedFailsWhenPrese... method testMailableAssertSeeInOrderTextPassesWhenPresentInOrder (line 86) | public function testMailableAssertSeeInOrderTextPassesWhenPresentInOrd... method testMailableAssertSeeInOrderTextFailsWhenAbsentInOrder (line 97) | public function testMailableAssertSeeInOrderTextFailsWhenAbsentInOrder... method testMailableAssertInOrderHtmlPassesWhenPresentInOrder (line 110) | public function testMailableAssertInOrderHtmlPassesWhenPresentInOrder(... method testMailableAssertInOrderHtmlFailsWhenAbsentInOrder (line 127) | public function testMailableAssertInOrderHtmlFailsWhenAbsentInOrder():... method testMailableAssertSeeInTextWithApostrophePassesWhenPresent (line 140) | public function testMailableAssertSeeInTextWithApostrophePassesWhenPre... method testMailableAssertSeeInTextWithApostropheFailsWhenAbsent (line 147) | public function testMailableAssertSeeInTextWithApostropheFailsWhenAbse... method testMailableAssertDontSeeInTextWithApostrophePassesWhenAbsent (line 156) | public function testMailableAssertDontSeeInTextWithApostrophePassesWhe... method testMailableAssertDontSeeInTextWithApostropheFailsWhenPresent (line 163) | public function testMailableAssertDontSeeInTextWithApostropheFailsWhen... method testMailableAssertSeeInHtmlWithApostropheFailsWhenAbsent (line 172) | public function testMailableAssertSeeInHtmlWithApostropheFailsWhenAbse... method testMailableAssertDontSeeInHtmlWithApostrophePassesWhenAbsent (line 181) | public function testMailableAssertDontSeeInHtmlWithApostrophePassesWhe... method testMailableAssertDontSeeInHtmlWithApostropheFailsWhenPresent (line 188) | public function testMailableAssertDontSeeInHtmlWithApostropheFailsWhen... method testMailableAssertSeeInHtmlWithBladeEscapedApostrophePassesWhenPresent (line 197) | public function testMailableAssertSeeInHtmlWithBladeEscapedApostropheP... method testMailableAssertSeeInOrderInHtmlWithApostrophePassesWhenPresentInOrder (line 204) | public function testMailableAssertSeeInOrderInHtmlWithApostrophePasses... method testMailableAssertSeeInOrderInHtmlWithApostropheFailsWhenAbsentInOrder (line 220) | public function testMailableAssertSeeInOrderInHtmlWithApostropheFailsW... class MailableAssertionsStub (line 234) | class MailableAssertionsStub extends Mailable method renderForAssertions (line 236) | protected function renderForAssertions() class MailableAssertionsBladeEscapedStub (line 274) | class MailableAssertionsBladeEscapedStub extends Mailable method renderForAssertions (line 276) | protected function renderForAssertions() FILE: tests/Mail/MailMailableDataTest.php class MailMailableDataTest (line 8) | class MailMailableDataTest extends TestCase method testMailableDataIsNotLost (line 10) | public function testMailableDataIsNotLost(): void class MailableStub (line 33) | class MailableStub extends Mailable method build (line 40) | public function build($builder) FILE: tests/Mail/MailMailableHeadersTest.php class MailMailableHeadersTest (line 8) | class MailMailableHeadersTest extends TestCase method test (line 10) | public function test(): void FILE: tests/Mail/MailMailableTest.php class MailMailableTest (line 18) | class MailMailableTest extends TestCase method testMailableSetsRecipientsCorrectly (line 20) | public function testMailableSetsRecipientsCorrectly(): void method testMailableSetsCcRecipientsCorrectly (line 104) | public function testMailableSetsCcRecipientsCorrectly(): void method testMailableSetsBccRecipientsCorrectly (line 195) | public function testMailableSetsBccRecipientsCorrectly(): void method testMailableSetsReplyToCorrectly (line 286) | public function testMailableSetsReplyToCorrectly(): void method testMailableSetsFromCorrectly (line 366) | public function testMailableSetsFromCorrectly(): void method testMailableSetsSubjectCorrectly (line 446) | public function testMailableSetsSubjectCorrectly(): void method testItIgnoresDuplicatedRawAttachments (line 453) | public function testItIgnoresDuplicatedRawAttachments(): void method testItIgnoresDuplicateStorageAttachments (line 495) | public function testItIgnoresDuplicateStorageAttachments(): void method testMailableBuildsViewData (line 550) | public function testMailableBuildsViewData(): void method testMailerMayBeSet (line 566) | public function testMailerMayBeSet(): void method testMailablePriorityGetsSent (line 578) | public function testMailablePriorityGetsSent(): void method testMailableMetadataGetsSent (line 597) | public function testMailableMetadataGetsSent(): void method testMailableMergeMetadata (line 632) | public function testMailableMergeMetadata(): void method testMailableTagGetsSent (line 671) | public function testMailableTagGetsSent(): void method testItCanAttachMultipleFiles (line 706) | public function testItCanAttachMultipleFiles(): void method testItAttachesFilesViaAttachableContractFromPath (line 743) | public function testItAttachesFilesViaAttachableContractFromPath(): void method testItAttachesFilesViaAttachableContractFromData (line 764) | public function testItAttachesFilesViaAttachableContractFromData(): void method testItCanJitNameAttachments (line 785) | public function testItCanJitNameAttachments(): void method testHasAttachmentWithJitNamedAttachment (line 807) | public function testHasAttachmentWithJitNamedAttachment(): void method testHasAttachmentWithEnvelopeAttachments (line 823) | public function testHasAttachmentWithEnvelopeAttachments(): void method testItCanCheckForPathBasedAttachments (line 858) | public function testItCanCheckForPathBasedAttachments(): void method testItCanCheckForAttachmentBasedAttachments (line 891) | public function testItCanCheckForAttachmentBasedAttachments(): void method testItCanCheckForAttachableBasedAttachments (line 924) | public function testItCanCheckForAttachableBasedAttachments(): void method testItCanCheckForDataBasedAttachments (line 957) | public function testItCanCheckForDataBasedAttachments(): void method testItCanCheckForStorageBasedAttachments (line 992) | public function testItCanCheckForStorageBasedAttachments(): void method testAssertHasAttachment (line 1022) | public function testAssertHasAttachment(): void method testAssertHasAttachedData (line 1052) | public function testAssertHasAttachedData(): void method testAssertHasAttachmentFromStorage (line 1082) | public function testAssertHasAttachmentFromStorage(): void method testAssertHasSubject (line 1110) | public function testAssertHasSubject(): void method testMailableHeadersGetSent (line 1140) | public function testMailableHeadersGetSent(): void method testMailableAttributesInBuild (line 1164) | public function testMailableAttributesInBuild(): void method testMailablesCanBeTapped (line 1194) | public function testMailablesCanBeTapped(): void method stubMailer (line 1209) | protected function stubMailer() class MailableHeadersStub (line 1221) | class MailableHeadersStub extends Mailable method headers (line 1223) | public function headers() class WelcomeMailableStub (line 1233) | class WelcomeMailableStub extends Mailable method build (line 1244) | public function build() class MailableTestUserStub (line 1251) | class MailableTestUserStub class MailableTestUserStub2 (line 1257) | class MailableTestUserStub2 class MailTestAttachable (line 1263) | class MailTestAttachable implements Attachable method __construct (line 1265) | public function __construct(protected $attachment) method toMailAttachment (line 1270) | public function toMailAttachment() FILE: tests/Mail/MailMailerTest.php class MailMailerTest (line 16) | class MailMailerTest extends TestCase method tearDown (line 18) | protected function tearDown(): void method testMailerSendSendsMessageWithProperViewContent (line 25) | public function testMailerSendSendsMessageWithProperViewContent(): void method testMailerSendSendsMessageWithCcAndBccRecipients (line 40) | public function testMailerSendSendsMessageWithCcAndBccRecipients(): void method testMailerSendSendsMessageWithProperViewContentUsingHtmlStrings (line 65) | public function testMailerSendSendsMessageWithProperViewContentUsingHt... method testMailerSendSendsMessageWithProperViewContentUsingStringCallbacks (line 84) | public function testMailerSendSendsMessageWithProperViewContentUsingSt... method testMailerSendSendsMessageWithProperViewContentUsingHtmlMethod (line 114) | public function testMailerSendSendsMessageWithProperViewContentUsingHt... method testMailerSendSendsMessageWithProperPlainViewContent (line 128) | public function testMailerSendSendsMessageWithProperPlainViewContent()... method testMailerSendSendsMessageWithProperPlainViewContentWhenExplicit (line 160) | public function testMailerSendSendsMessageWithProperPlainViewContentWh... method testToAllowsEmailAndName (line 192) | public function testToAllowsEmailAndName(): void method testGlobalFromIsRespectedOnAllMessages (line 207) | public function testGlobalFromIsRespectedOnAllMessages(): void method testGlobalReplyToIsRespectedOnAllMessages (line 223) | public function testGlobalReplyToIsRespectedOnAllMessages(): void method testGlobalToIsRespectedOnAllMessages (line 239) | public function testGlobalToIsRespectedOnAllMessages(): void method testGlobalReturnPathIsRespectedOnAllMessages (line 269) | public function testGlobalReturnPathIsRespectedOnAllMessages(): void method testEventsAreDispatched (line 285) | public function testEventsAreDispatched(): void method testMacroable (line 302) | public function testMacroable(): void class TestMail (line 316) | class TestMail extends \Illuminate\Mail\Mailable method build (line 318) | public function build() FILE: tests/Mail/MailManagerTest.php class MailManagerTest (line 11) | class MailManagerTest extends TestCase method testEmptyTransportConfig (line 13) | #[DataProvider('emptyTransportConfigDataProvider')] method testMailUrlConfig (line 31) | #[TestWith([null, 5876])] method testMailUrlConfigWithAutoTls (line 56) | #[TestWith([null, 5876])] method testMailUrlConfigWithAutoTlsDisabled (line 81) | #[TestWith([null, 5876])] method testBuild (line 106) | public function testBuild(): void method emptyTransportConfigDataProvider (line 128) | public static function emptyTransportConfigDataProvider() FILE: tests/Mail/MailMessageTest.php class MailMessageTest (line 13) | class MailMessageTest extends TestCase method setUp (line 20) | protected function setUp(): void method testFromMethod (line 27) | public function testFromMethod(): void method testSenderMethod (line 33) | public function testSenderMethod(): void method testReturnPathMethod (line 39) | public function testReturnPathMethod(): void method testToMethod (line 45) | public function testToMethod(): void method testToMethodWithOverride (line 54) | public function testToMethodWithOverride(): void method testCcMethod (line 60) | public function testCcMethod(): void method testBccMethod (line 66) | public function testBccMethod(): void method testReplyToMethod (line 72) | public function testReplyToMethod(): void method testSubjectMethod (line 78) | public function testSubjectMethod(): void method testPriorityMethod (line 84) | public function testPriorityMethod(): void method testBasicAttachment (line 90) | public function testBasicAttachment(): void method testDataAttachment (line 106) | public function testDataAttachment(): void method testItAttachesFilesViaAttachableContractFromPath (line 118) | public function testItAttachesFilesViaAttachableContractFromPath(): void method testItAttachesFilesViaAttachableContractFromData (line 142) | public function testItAttachesFilesViaAttachableContractFromData(): void method testEmbedPath (line 161) | public function testEmbedPath(): void method testDataEmbed (line 180) | public function testDataEmbed(): void method testItEmbedsFilesViaAttachableContractFromPath (line 195) | public function testItEmbedsFilesViaAttachableContractFromPath(): void method testItGeneratesARandomNameWhenAttachableHasNone (line 220) | public function testItGeneratesARandomNameWhenAttachableHasNone(): void FILE: tests/Mail/MailRoundRobinTransportTest.php class MailRoundRobinTransportTest (line 8) | class MailRoundRobinTransportTest extends TestCase method testGetRoundRobinTransportWithConfiguredTransports (line 10) | public function testGetRoundRobinTransportWithConfiguredTransports(): ... method testGetRoundRobinTransportWithLaravel6StyleMailConfiguration (line 37) | public function testGetRoundRobinTransportWithLaravel6StyleMailConfigu... FILE: tests/Mail/MailSesTransportTest.php class MailSesTransportTest (line 20) | class MailSesTransportTest extends TestCase method testGetTransport (line 22) | public function testGetTransport(): void method testSend (line 48) | public function testSend(): void method testSendError (line 79) | public function testSendError(): void method testSesLocalConfiguration (line 96) | public function testSesLocalConfiguration(): void FILE: tests/Mail/MailSesV2TransportTest.php class MailSesV2TransportTest (line 20) | class MailSesV2TransportTest extends TestCase method testGetTransport (line 22) | public function testGetTransport(): void method testSend (line 48) | public function testSend(): void method testSendError (line 79) | public function testSendError(): void method testSesV2LocalConfiguration (line 96) | public function testSesV2LocalConfiguration(): void FILE: tests/Mail/MailableAlternativeSyntaxTest.php class MailableAlternativeSyntaxTest (line 12) | class MailableAlternativeSyntaxTest extends TestCase method testBasicMailableInspection (line 14) | public function testBasicMailableInspection(): void method testEnvelopesCanReceiveAdditionalRecipients (line 43) | public function testEnvelopesCanReceiveAdditionalRecipients(): void class MailableWithAlternativeSyntax (line 70) | class MailableWithAlternativeSyntax extends Mailable method envelope (line 72) | public function envelope() method content (line 84) | public function content() FILE: tests/Mail/MailableQueuedTest.php class MailableQueuedTest (line 21) | class MailableQueuedTest extends TestCase method testQueuedMailableSent (line 23) | public function testQueuedMailableSent(): void method testQueuedMailableWithAttachmentSent (line 37) | public function testQueuedMailableWithAttachmentSent(): void method testQueuedMailableWithAttachmentFromDiskSent (line 56) | public function testQueuedMailableWithAttachmentFromDiskSent(): void method testQueuedMailableForwardsMessageGroupFromMethodToQueueJob (line 86) | public function testQueuedMailableForwardsMessageGroupFromMethodToQueu... method testQueuedMailableForwardsMessageGroupFromPropertyOverridingMethodToQueueJob (line 107) | public function testQueuedMailableForwardsMessageGroupFromPropertyOver... method testQueuedMailableForwardsDeduplicatorToQueueJob (line 130) | public function testQueuedMailableForwardsDeduplicatorToQueueJob(): void method testQueuedMailableForwardsDeduplicationIdMethodToQueueJob (line 150) | public function testQueuedMailableForwardsDeduplicationIdMethodToQueue... method getMocks (line 168) | protected function getMocks() class MailableQueueableStub (line 174) | class MailableQueueableStub extends Mailable implements ShouldQueue method build (line 178) | public function build(): self class MailableQueueableStubWithMessageGroup (line 189) | class MailableQueueableStubWithMessageGroup extends Mailable implements ... method build (line 193) | public function build(): self method messageGroup (line 203) | public function messageGroup(): string class MailableQueueableStubWithDeduplication (line 209) | class MailableQueueableStubWithDeduplication extends Mailable implements... method build (line 213) | public function build(): self method deduplicationId (line 223) | public function deduplicationId($payload, $queue) FILE: tests/Notifications/NotificationActionTest.php class NotificationActionTest (line 8) | class NotificationActionTest extends TestCase method testActionIsCreatedProperly (line 10) | public function testActionIsCreatedProperly() FILE: tests/Notifications/NotificationBroadcastChannelTest.php class NotificationBroadcastChannelTest (line 14) | class NotificationBroadcastChannelTest extends TestCase method testDatabaseChannelCreatesDatabaseRecordWithProperData (line 16) | public function testDatabaseChannelCreatesDatabaseRecordWithProperData() method testNotificationIsBroadcastedOnCustomChannels (line 28) | public function testNotificationIsBroadcastedOnCustomChannels() method testNotificationIsBroadcastedWithCustomEventName (line 43) | public function testNotificationIsBroadcastedWithCustomEventName() method testNotificationIsBroadcastedWithCustomDataType (line 58) | public function testNotificationIsBroadcastedWithCustomDataType() method testNotificationIsBroadcastedNow (line 73) | public function testNotificationIsBroadcastedNow() method testNotificationIsBroadcastedWithCustomAdditionalPayload (line 87) | public function testNotificationIsBroadcastedWithCustomAdditionalPaylo... class NotificationBroadcastChannelTestNotification (line 103) | class NotificationBroadcastChannelTestNotification extends Notification method toArray (line 105) | public function toArray($notifiable) class CustomChannelsTestNotification (line 111) | class CustomChannelsTestNotification extends Notification method toArray (line 113) | public function toArray($notifiable) method broadcastOn (line 118) | public function broadcastOn() class CustomEventNameTestNotification (line 124) | class CustomEventNameTestNotification extends Notification method toArray (line 126) | public function toArray($notifiable) method broadcastType (line 131) | public function broadcastType() class TestNotificationBroadCastedNow (line 137) | class TestNotificationBroadCastedNow extends Notification method toArray (line 139) | public function toArray($notifiable) method toBroadcast (line 144) | public function toBroadcast() class CustomBroadcastWithTestNotification (line 150) | class CustomBroadcastWithTestNotification extends Notification method toArray (line 152) | public function toArray($notifiable) method broadcastWith (line 157) | public function broadcastWith() FILE: tests/Notifications/NotificationChannelManagerTest.php class NotificationChannelManagerTest (line 26) | class NotificationChannelManagerTest extends TestCase method tearDown (line 28) | protected function tearDown(): void method testNotificationCanBeDispatchedToDriver (line 35) | public function testNotificationCanBeDispatchedToDriver() method testNotificationNotSentOnHalt (line 52) | public function testNotificationNotSentOnHalt() method testNotificationNotSentWhenCancelled (line 70) | public function testNotificationNotSentWhenCancelled() method testNotificationSentWhenNotCancelled (line 86) | public function testNotificationSentWhenNotCancelled() method testNotificationNotSentWhenFailed (line 103) | public function testNotificationNotSentWhenFailed() method testNotificationFailedDispatchedOnlyOnceWhenFailed (line 123) | public function testNotificationFailedDispatchedOnlyOnceWhenFailed() method testNotificationFailedDispatchedOnlyOnceWhenMultipleFailed (line 153) | public function testNotificationFailedDispatchedOnlyOnceWhenMultipleFa... method testNotificationCanBeQueued (line 199) | public function testNotificationCanBeQueued() method testSendQueuedNotificationsCanBeOverrideViaContainer (line 217) | public function testSendQueuedNotificationsCanBeOverrideViaContainer() method testQueuedNotificationForwardsMessageGroupFromMethodToQueueJob (line 236) | public function testQueuedNotificationForwardsMessageGroupFromMethodTo... method testQueuedNotificationForwardsMessageGroupFromPropertyOverridingMethodToQueueJob (line 264) | public function testQueuedNotificationForwardsMessageGroupFromProperty... method testQueuedNotificationForwardsMessageGroupSetToQueueJob (line 294) | public function testQueuedNotificationForwardsMessageGroupSetToQueueJob() method testQueuedNotificationForwardsMessageGroupSetFromClassToQueueJob (line 323) | public function testQueuedNotificationForwardsMessageGroupSetFromClass... method testQueuedNotificationForwardsDeduplicatorToQueueJob (line 351) | public function testQueuedNotificationForwardsDeduplicatorToQueueJob() method testQueuedNotificationForwardsDeduplicatorSetToQueueJob (line 377) | public function testQueuedNotificationForwardsDeduplicatorSetToQueueJob() method testQueuedNotificationForwardsDeduplicatorSetFromClassToQueueJob (line 406) | public function testQueuedNotificationForwardsDeduplicatorSetFromClass... method testQueuedNotificationForwardsDeduplicationIdMethodToQueueJob (line 429) | public function testQueuedNotificationForwardsDeduplicationIdMethodToQ... method testAfterSendingMethodAfterSendingNotification (line 453) | public function testAfterSendingMethodAfterSendingNotification() class TestSendQueuedNotifications (line 475) | class TestSendQueuedNotifications implements ShouldQueue class NotificationChannelManagerTestNotifiable (line 480) | class NotificationChannelManagerTestNotifiable class NotificationChannelManagerTestNotification (line 485) | class NotificationChannelManagerTestNotification extends Notification method via (line 487) | public function via() method message (line 492) | public function message() class NotificationChannelManagerTestNotificationWithTwoChannels (line 498) | class NotificationChannelManagerTestNotificationWithTwoChannels extends ... method via (line 500) | public function via() method message (line 505) | public function message() class NotificationChannelManagerTestCancelledNotification (line 511) | class NotificationChannelManagerTestCancelledNotification extends Notifi... method via (line 513) | public function via() method message (line 518) | public function message() method shouldSend (line 523) | public function shouldSend($notifiable, $channel) class NotificationChannelManagerTestNotCancelledNotification (line 529) | class NotificationChannelManagerTestNotCancelledNotification extends Not... method via (line 531) | public function via() method message (line 536) | public function message() method shouldSend (line 541) | public function shouldSend($notifiable, $channel) class NotificationChannelManagerTestQueuedNotification (line 547) | class NotificationChannelManagerTestQueuedNotification extends Notificat... method via (line 551) | public function via() method message (line 556) | public function message() class NotificationChannelManagerTestQueuedNotificationWithTwoChannels (line 562) | class NotificationChannelManagerTestQueuedNotificationWithTwoChannels ex... method via (line 566) | public function via() method message (line 571) | public function message() class NotificationChannelManagerTestQueuedNotificationWithMessageGroupMethod (line 577) | class NotificationChannelManagerTestQueuedNotificationWithMessageGroupMe... method via (line 581) | public function via() method message (line 586) | public function message() method messageGroup (line 591) | public function messageGroup() class NotificationChannelManagerTestQueuedNotificationWithMessageGroups (line 597) | class NotificationChannelManagerTestQueuedNotificationWithMessageGroups ... method via (line 601) | public function via() method message (line 606) | public function message() method withMessageGroups (line 611) | public function withMessageGroups($notifiable, $channel) class NotificationChannelManagerTestQueuedNotificationWithDeduplicators (line 621) | class NotificationChannelManagerTestQueuedNotificationWithDeduplicators ... method via (line 630) | public function via() method message (line 635) | public function message() method withDeduplicators (line 640) | public function withDeduplicators($notifiable, $channel) class NotificationChannelManagerTestQueuedNotificationWithDeduplicationId (line 650) | class NotificationChannelManagerTestQueuedNotificationWithDeduplicationI... method via (line 654) | public function via() method message (line 659) | public function message() method deduplicationId (line 664) | public function deduplicationId($payload, $queue) class NotificationChannelManagerWithAfterSendingMethodNotification (line 670) | class NotificationChannelManagerWithAfterSendingMethodNotification exten... method via (line 676) | public function via() method afterSending (line 681) | public function afterSending($notifiable, $channel, $response) FILE: tests/Notifications/NotificationDatabaseChannelTest.php class NotificationDatabaseChannelTest (line 12) | class NotificationDatabaseChannelTest extends TestCase method testDatabaseChannelCreatesDatabaseRecordWithProperData (line 14) | public function testDatabaseChannelCreatesDatabaseRecordWithProperData() method testCorrectPayloadIsSentToDatabase (line 31) | public function testCorrectPayloadIsSentToDatabase() method testCustomizeTypeIsSentToDatabase (line 49) | public function testCustomizeTypeIsSentToDatabase() class NotificationDatabaseChannelTestNotification (line 68) | class NotificationDatabaseChannelTestNotification extends Notification method toDatabase (line 70) | public function toDatabase($notifiable) class NotificationDatabaseChannelCustomizeTypeTestNotification (line 76) | class NotificationDatabaseChannelCustomizeTypeTestNotification extends N... method toDatabase (line 78) | public function toDatabase($notifiable) method databaseType (line 83) | public function databaseType() method initialDatabaseReadAtValue (line 88) | public function initialDatabaseReadAtValue() class ExtendedDatabaseChannel (line 94) | class ExtendedDatabaseChannel extends DatabaseChannel method buildPayload (line 96) | protected function buildPayload($notifiable, Notification $notification) FILE: tests/Notifications/NotificationMailMessageTest.php class NotificationMailMessageTest (line 10) | class NotificationMailMessageTest extends TestCase method testTemplate (line 12) | public function testTemplate() method testHtmlAndPlainView (line 23) | public function testHtmlAndPlainView() method testHtmlView (line 39) | public function testHtmlView() method testPlainView (line 54) | public function testPlainView() method testCcIsSetCorrectly (line 69) | public function testCcIsSetCorrectly() method testBccIsSetCorrectly (line 98) | public function testBccIsSetCorrectly() method testReplyToIsSetCorrectly (line 127) | public function testReplyToIsSetCorrectly() method testMetadataIsSetCorrectly (line 156) | public function testMetadataIsSetCorrectly() method testTagIsSetCorrectly (line 168) | public function testTagIsSetCorrectly() method testCallbackIsSetCorrectly (line 176) | public function testCallbackIsSetCorrectly() method testWhenCallback (line 188) | public function testWhenCallback() method testWhenCallbackWithReturn (line 205) | public function testWhenCallbackWithReturn() method testWhenCallbackWithDefault (line 224) | public function testWhenCallbackWithDefault() method testUnlessCallback (line 247) | public function testUnlessCallback() method testUnlessCallbackWithReturn (line 264) | public function testUnlessCallbackWithReturn() method testUnlessCallbackWithDefault (line 283) | public function testUnlessCallbackWithDefault() method testItAttachesFilesViaAttachableContractFromPath (line 306) | public function testItAttachesFilesViaAttachableContractFromPath() method testItAttachesFilesViaAttachableContractFromData (line 327) | public function testItAttachesFilesViaAttachableContractFromData() method testItAttachesManyFiles (line 348) | public function testItAttachesManyFiles() FILE: tests/Notifications/NotificationMessageTest.php class NotificationMessageTest (line 8) | class NotificationMessageTest extends TestCase method testLevelCanBeRetrieved (line 10) | public function testLevelCanBeRetrieved() method testMessageFormatsMultiLineText (line 20) | public function testMessageFormatsMultiLineText() FILE: tests/Notifications/NotificationRoutesNotificationsTest.php class NotificationRoutesNotificationsTest (line 14) | class NotificationRoutesNotificationsTest extends TestCase method tearDown (line 16) | protected function tearDown(): void method testNotificationCanBeDispatched (line 23) | public function testNotificationCanBeDispatched() method testNotificationCanBeSentNow (line 36) | public function testNotificationCanBeSentNow() method testNotificationOptionRouting (line 49) | public function testNotificationOptionRouting() method testOnDemandNotificationsCannotUseDatabaseChannel (line 56) | public function testOnDemandNotificationsCannotUseDatabaseChannel() class RoutesNotificationsTestInstance (line 66) | class RoutesNotificationsTestInstance method routeNotificationForFoo (line 72) | public function routeNotificationForFoo() FILE: tests/Notifications/NotificationSendQueuedNotificationTest.php class NotificationSendQueuedNotificationTest (line 16) | class NotificationSendQueuedNotificationTest extends TestCase method testNotificationsCanBeSent (line 18) | public function testNotificationsCanBeSent() method testSerializationOfNotifiableModel (line 31) | public function testSerializationOfNotifiableModel() method testSerializationOfNormalNotifiable (line 42) | public function testSerializationOfNormalNotifiable() method testNotificationCanSetMaxExceptions (line 53) | public function testNotificationCanSetMaxExceptions() class NotifiableUser (line 67) | class NotifiableUser extends Model class TestNotification (line 75) | class TestNotification extends Notification FILE: tests/Notifications/NotificationSenderTest.php class NotificationSenderTest (line 22) | class NotificationSenderTest extends TestCase method testItCanSendQueuedNotificationsWithAStringVia (line 24) | public function testItCanSendQueuedNotificationsWithAStringVia() method testItCanSendQueuedNotificationsWithAnArrayVia (line 41) | public function testItCanSendQueuedNotificationsWithAnArrayVia() method testItCanSendNotificationsWithAnEmptyStringVia (line 66) | public function testItCanSendNotificationsWithAnEmptyStringVia() method testItCannotSendNotificationsViaDatabaseForAnonymousNotifiables (line 80) | public function testItCannotSendNotificationsViaDatabaseForAnonymousNo... method testItCanSendQueuedNotificationsThroughMiddleware (line 95) | public function testItCanSendQueuedNotificationsThroughMiddleware() method testItCanSendQueuedMultiChannelNotificationsThroughDifferentMiddleware (line 115) | public function testItCanSendQueuedMultiChannelNotificationsThroughDif... method testItCanSendQueuedWithViaConnectionsNotifications (line 146) | public function testItCanSendQueuedWithViaConnectionsNotifications() method testItCanSendQueuedWithViaQueuesNotifications (line 171) | public function testItCanSendQueuedWithViaQueuesNotifications() method testItCanSendQueuedNotificationsWithQueueRoute (line 196) | public function testItCanSendQueuedNotificationsWithQueueRoute() method testNotificationFailedSentWithoutHttpTransportException (line 219) | public function testNotificationFailedSentWithoutHttpTransportException() method testItPreservesNotificationStateMutatedInViaMethod (line 242) | public function testItPreservesNotificationStateMutatedInViaMethod() class DummyQueuedNotificationWithStringVia (line 263) | class DummyQueuedNotificationWithStringVia extends Notification implemen... method via (line 273) | public function via($notifiable) class DummyQueuedNotificationWithArrayVia (line 279) | class DummyQueuedNotificationWithArrayVia extends Notification implement... method __construct (line 283) | public function __construct() method via (line 295) | public function via($notifiable) class DummyNotificationWithEmptyStringVia (line 301) | class DummyNotificationWithEmptyStringVia extends Notification method via (line 311) | public function via($notifiable) class DummyNotificationWithDatabaseVia (line 317) | class DummyNotificationWithDatabaseVia extends Notification method via (line 327) | public function via($notifiable) class DummyNotificationWithViaConnections (line 333) | class DummyNotificationWithViaConnections extends Notification implement... method __construct (line 337) | public function __construct() method via (line 343) | public function via($notifiable) method viaConnections (line 348) | public function viaConnections() class DummyNotificationWithViaQueues (line 356) | class DummyNotificationWithViaQueues extends Notification implements Sho... method __construct (line 360) | public function __construct() method via (line 366) | public function via($notifiable) method viaQueues (line 371) | public function viaQueues() class DummyNotificationWithMiddleware (line 379) | class DummyNotificationWithMiddleware extends Notification implements Sh... method via (line 383) | public function via($notifiable) method middleware (line 388) | public function middleware() class DummyMultiChannelNotificationWithConditionalMiddleware (line 396) | class DummyMultiChannelNotificationWithConditionalMiddleware extends Not... method via (line 400) | public function via($notifiable) method middleware (line 409) | public function middleware($notifiable, $channel) class TestNotificationMiddleware (line 419) | class TestNotificationMiddleware method handle (line 421) | public function handle($command, $next) class TestMailNotificationMiddleware (line 427) | class TestMailNotificationMiddleware method handle (line 429) | public function handle($command, $next) class TestDatabaseNotificationMiddleware (line 435) | class TestDatabaseNotificationMiddleware method handle (line 437) | public function handle($command, $next) class DummyNotificationWithViaMutation (line 443) | class DummyNotificationWithViaMutation extends Notification method via (line 447) | public function via($notifiable) FILE: tests/Pagination/CursorPaginatorLoadMorphCountTest.php class CursorPaginatorLoadMorphCountTest (line 10) | class CursorPaginatorLoadMorphCountTest extends TestCase method testCollectionLoadMorphCountCanChainOnThePaginator (line 12) | public function testCollectionLoadMorphCountCanChainOnThePaginator() FILE: tests/Pagination/CursorPaginatorLoadMorphTest.php class CursorPaginatorLoadMorphTest (line 10) | class CursorPaginatorLoadMorphTest extends TestCase method testCollectionLoadMorphCanChainOnThePaginator (line 12) | public function testCollectionLoadMorphCanChainOnThePaginator() FILE: tests/Pagination/CursorPaginatorTest.php class CursorPaginatorTest (line 10) | class CursorPaginatorTest extends TestCase method testReturnsRelevantContextInformation (line 12) | public function testReturnsRelevantContextInformation() method testPaginatorRemovesTrailingSlashes (line 35) | public function testPaginatorRemovesTrailingSlashes() method testPaginatorGeneratesUrlsWithoutTrailingSlash (line 43) | public function testPaginatorGeneratesUrlsWithoutTrailingSlash() method testItRetrievesThePaginatorOptions (line 51) | public function testItRetrievesThePaginatorOptions() method testPaginatorReturnsPath (line 59) | public function testPaginatorReturnsPath() method testCanTransformPaginatorItems (line 67) | public function testCanTransformPaginatorItems() method testCursorPaginatorOnFirstAndLastPage (line 82) | public function testCursorPaginatorOnFirstAndLastPage() method testReturnEmptyCursorWhenItemsAreEmpty (line 100) | public function testReturnEmptyCursorWhenItemsAreEmpty() method testCursorPaginatorToJson (line 123) | public function testCursorPaginatorToJson() method testCursorPaginatorToPrettyJson (line 133) | public function testCursorPaginatorToPrettyJson() method getCursor (line 150) | protected function getCursor($params, $isNext = true) FILE: tests/Pagination/CursorResourceTest.php class CursorResourceTest (line 10) | class CursorResourceTest extends TestCase method testItCanTransformToExplicitResource (line 12) | public function testItCanTransformToExplicitResource() method testItThrowsExceptionWhenResourceCannotBeFound (line 23) | public function testItThrowsExceptionWhenResourceCannotBeFound() method testItCanGuessResourceWhenNotProvided (line 35) | public function testItCanGuessResourceWhenNotProvided() class CursorResourceTestResource (line 49) | class CursorResourceTestResource extends JsonResource class CursorResourceTestPaginator (line 54) | class CursorResourceTestPaginator extends CursorPaginator FILE: tests/Pagination/CursorTest.php class CursorTest (line 9) | class CursorTest extends TestCase method testCanEncodeAndDecodeSuccessfully (line 11) | public function testCanEncodeAndDecodeSuccessfully() method testCanGetParams (line 21) | public function testCanGetParams() method testCanGetParam (line 31) | public function testCanGetParam() FILE: tests/Pagination/Fixtures/Models/CursorResourceTestModel.php class CursorResourceTestModel (line 7) | class CursorResourceTestModel extends Model FILE: tests/Pagination/Fixtures/Models/PaginatorResourceTestModel.php class PaginatorResourceTestModel (line 7) | class PaginatorResourceTestModel extends Model FILE: tests/Pagination/LengthAwarePaginatorTest.php class LengthAwarePaginatorTest (line 8) | class LengthAwarePaginatorTest extends TestCase method setUp (line 20) | protected function setUp(): void method tearDown (line 26) | protected function tearDown(): void method testLengthAwarePaginatorGetAndSetPageName (line 33) | public function testLengthAwarePaginatorGetAndSetPageName() method testLengthAwarePaginatorCanGiveMeRelevantPageInformation (line 41) | public function testLengthAwarePaginatorCanGiveMeRelevantPageInformati... method testLengthAwarePaginatorSetCorrectInformationWithNoItems (line 50) | public function testLengthAwarePaginatorSetCorrectInformationWithNoIte... method testLengthAwarePaginatorOnFirstAndLastPage (line 61) | public function testLengthAwarePaginatorOnFirstAndLastPage() method testLengthAwarePaginatorCanGenerateUrls (line 74) | public function testLengthAwarePaginatorCanGenerateUrls() method testLengthAwarePaginatorCanGenerateUrlsWithQuery (line 100) | public function testLengthAwarePaginatorCanGenerateUrlsWithQuery() method testLengthAwarePaginatorCanGenerateUrlsWithoutTrailingSlashes (line 111) | public function testLengthAwarePaginatorCanGenerateUrlsWithoutTrailing... method testLengthAwarePaginatorCorrectlyGenerateUrlsWithQueryAndSpaces (line 132) | public function testLengthAwarePaginatorCorrectlyGenerateUrlsWithQuery... method testItRetrievesThePaginatorOptions (line 143) | public function testItRetrievesThePaginatorOptions() FILE: tests/Pagination/PaginatorLoadMorphCountTest.php class PaginatorLoadMorphCountTest (line 10) | class PaginatorLoadMorphCountTest extends TestCase method testCollectionLoadMorphCountCanChainOnThePaginator (line 12) | public function testCollectionLoadMorphCountCanChainOnThePaginator() FILE: tests/Pagination/PaginatorLoadMorphTest.php class PaginatorLoadMorphTest (line 10) | class PaginatorLoadMorphTest extends TestCase method testCollectionLoadMorphCanChainOnThePaginator (line 12) | public function testCollectionLoadMorphCanChainOnThePaginator() FILE: tests/Pagination/PaginatorResourceTest.php class PaginatorResourceTest (line 10) | class PaginatorResourceTest extends TestCase method testItCanTransformToExplicitResource (line 12) | public function testItCanTransformToExplicitResource() method testItThrowsExceptionWhenResourceCannotBeFound (line 23) | public function testItThrowsExceptionWhenResourceCannotBeFound() method testItCanGuessResourceWhenNotProvided (line 35) | public function testItCanGuessResourceWhenNotProvided() class PaginatorResourceTestResource (line 49) | class PaginatorResourceTestResource extends JsonResource class PaginatorResourceTestPaginator (line 54) | class PaginatorResourceTestPaginator extends LengthAwarePaginator FILE: tests/Pagination/PaginatorTest.php class PaginatorTest (line 8) | class PaginatorTest extends TestCase method testSimplePaginatorReturnsRelevantContextInformation (line 10) | public function testSimplePaginatorReturnsRelevantContextInformation() method testPaginatorRemovesTrailingSlashes (line 36) | public function testPaginatorRemovesTrailingSlashes() method testPaginatorGeneratesUrlsWithoutTrailingSlash (line 43) | public function testPaginatorGeneratesUrlsWithoutTrailingSlash() method testItRetrievesThePaginatorOptions (line 50) | public function testItRetrievesThePaginatorOptions() method testPaginatorReturnsPath (line 57) | public function testPaginatorReturnsPath() method testCanTransformPaginatorItems (line 64) | public function testCanTransformPaginatorItems() method testPaginatorToJson (line 76) | public function testPaginatorToJson() method testPaginatorToPrettyJson (line 86) | public function testPaginatorToPrettyJson() FILE: tests/Pagination/UrlWindowTest.php class UrlWindowTest (line 9) | class UrlWindowTest extends TestCase method testPresenterCanDetermineIfThereAreAnyPagesToShow (line 11) | public function testPresenterCanDetermineIfThereAreAnyPagesToShow() method testPresenterCanGetAUrlRangeForASmallNumberOfUrls (line 18) | public function testPresenterCanGetAUrlRangeForASmallNumberOfUrls() method testPresenterCanGetAUrlRangeForAWindowOfLinks (line 25) | public function testPresenterCanGetAUrlRangeForAWindowOfLinks() method testCustomUrlRangeForAWindowOfLinks (line 54) | public function testCustomUrlRangeForAWindowOfLinks() FILE: tests/Pipeline/PipelineTest.php class PipelineTest (line 12) | class PipelineTest extends TestCase method testPipelineBasicUsage (line 14) | public function testPipelineBasicUsage() method testPipelineUsageWithObjects (line 36) | public function testPipelineUsageWithObjects() method testPipelineUsageWithInvokableObjects (line 51) | public function testPipelineUsageWithInvokableObjects() method testPipelineUsageWithCallable (line 68) | public function testPipelineUsageWithCallable() method testPipelineUsageWithPipe (line 101) | public function testPipelineUsageWithPipe() method testPipelineThroughMethodOverwritesPreviouslySetAndAppendedPipes (line 127) | public function testPipelineThroughMethodOverwritesPreviouslySetAndApp... method testPipelineUsageWithInvokableClass (line 150) | public function testPipelineUsageWithInvokableClass() method testThenMethodIsNotCalledIfThePipeReturns (line 167) | public function testThenMethodIsNotCalledIfThePipeReturns() method testThenMethodInputValue (line 193) | public function testThenMethodInputValue() method testPipelineUsageWithParameters (line 217) | public function testPipelineUsageWithParameters() method testPipelineViaChangesTheMethodBeingCalledOnThePipes (line 234) | public function testPipelineViaChangesTheMethodBeingCalledOnThePipes() method testPipelineThrowsExceptionOnResolveWithoutContainer (line 246) | public function testPipelineThrowsExceptionOnResolveWithoutContainer() method testPipelineThrowsExceptionWhenUsingTransactionsWithoutContainer (line 258) | public function testPipelineThrowsExceptionWhenUsingTransactionsWithou... method testPipelineThenReturnMethodRunsPipelineThenReturnsPassable (line 271) | public function testPipelineThenReturnMethodRunsPipelineThenReturnsPas... method testPipelineConditionable (line 284) | public function testPipelineConditionable() method testPipelineFinally (line 314) | public function testPipelineFinally() method testPipelineFinallyMethodWhenChainIsStopped (line 340) | public function testPipelineFinallyMethodWhenChainIsStopped() method testPipelineFinallyOrder (line 364) | public function testPipelineFinallyOrder() method testPipelineFinallyWhenExceptionOccurs (line 395) | public function testPipelineFinallyWhenExceptionOccurs() class PipelineTestPipeOne (line 432) | class PipelineTestPipeOne method handle (line 434) | public function handle($piped, $next) method differentMethod (line 441) | public function differentMethod($piped, $next) class PipelineTestPipeTwo (line 447) | class PipelineTestPipeTwo method __invoke (line 449) | public function __invoke($piped, $next) class PipelineTestParameterPipe (line 457) | class PipelineTestParameterPipe method handle (line 459) | public function handle($piped, $next, $parameter1 = null, $parameter2 ... FILE: tests/Pipeline/PipelineTransactionTest.php class PipelineTransactionTest (line 14) | class PipelineTransactionTest extends TestCase method testPipelineTransaction (line 16) | public function testPipelineTransaction() method transactionConnectionDataProvider (line 33) | public static function transactionConnectionDataProvider(): array method testConnection (line 42) | #[DataProvider('transactionConnectionDataProvider')] method testExceptionThrownRollsBackTransaction (line 64) | public function testExceptionThrownRollsBackTransaction() FILE: tests/Process/ProcessTest.php class ProcessTest (line 15) | class ProcessTest extends TestCase method testSuccessfulProcess (line 17) | public function testSuccessfulProcess() method testProcessPool (line 33) | public function testProcessPool() method testProcessPoolFailed (line 55) | public function testProcessPoolFailed() method testInvokedProcessPoolCount (line 78) | public function testInvokedProcessPoolCount() method testProcessPoolCanReceiveOutputForEachProcessViaStartMethod (line 92) | public function testProcessPoolCanReceiveOutputForEachProcessViaStartM... method testProcessPoolResultsCanBeEvaluatedByName (line 117) | public function testProcessPoolResultsCanBeEvaluatedByName() method testOutputCanBeRetrievedViaStartCallback (line 135) | public function testOutputCanBeRetrievedViaStartCallback() method testOutputCanBeRetrievedViaWaitCallback (line 150) | public function testOutputCanBeRetrievedViaWaitCallback() method testBasicProcessFake (line 165) | public function testBasicProcessFake() method testBasicProcessFakeWithMultiLineCommand (line 178) | public function testBasicProcessFakeWithMultiLineCommand() method testProcessFakeWithMultiLineCommand (line 199) | public function testProcessFakeWithMultiLineCommand() method testProcessFakeExitCodes (line 221) | public function testProcessFakeExitCodes() method testProcessFakeExitCodeShorthand (line 230) | public function testProcessFakeExitCodeShorthand() method testBasicProcessFakeWithCustomOutput (line 240) | public function testBasicProcessFakeWithCustomOutput() method testProcessFakeWithErrorOutput (line 298) | public function testProcessFakeWithErrorOutput() method testCustomizedFakesPerCommand (line 324) | public function testCustomizedFakesPerCommand() method testProcessFakeSequences (line 340) | public function testProcessFakeSequences() method testProcessFakeSequencesCanReturnEmptyResultsWhenSequenceIsEmpty (line 361) | public function testProcessFakeSequencesCanReturnEmptyResultsWhenSeque... method testProcessFakeSequencesCanThrowWhenSequenceIsEmpty (line 382) | public function testProcessFakeSequencesCanThrowWhenSequenceIsEmpty() method testStrayProcessesCanBePreventedWithStringCommand (line 403) | public function testStrayProcessesCanBePreventedWithStringCommand() method testStrayProcessesCanBePreventedWithArrayCommand (line 421) | public function testStrayProcessesCanBePreventedWithArrayCommand() method testStrayProcessesActuallyRunByDefault (line 439) | public function testStrayProcessesActuallyRunByDefault() method testProcessFakeThrowShorthand (line 451) | public function testProcessFakeThrowShorthand() method testFakeProcessesCanThrow (line 463) | public function testFakeProcessesCanThrow() method testFakeProcessesThrowIfTrue (line 475) | public function testFakeProcessesThrowIfTrue() method testFakeProcessesDontThrowIfFalse (line 487) | public function testFakeProcessesDontThrowIfFalse() method testRealProcessesCanHaveErrorOutput (line 499) | #[RequiresOperatingSystem('Linux|DAR')] method testFakeProcessesCanThrowWithoutOutput (line 510) | public function testFakeProcessesCanThrowWithoutOutput() method testRealProcessesCanThrowWithoutOutput (line 527) | #[RequiresOperatingSystem('Linux|DAR')] method testFakeProcessesCanThrowWithErrorOutput (line 544) | public function testFakeProcessesCanThrowWithErrorOutput() method testRealProcessesCanThrowWithErrorOutput (line 565) | #[RequiresOperatingSystem('Linux|DAR')] method testFakeProcessesCanThrowWithOutput (line 586) | public function testFakeProcessesCanThrowWithOutput() method testRealProcessesCanThrowWithOutput (line 607) | #[RequiresOperatingSystem('Linux|DAR')] method testRealProcessesCanTimeout (line 628) | #[RequiresOperatingSystem('Linux|DAR')] method testATimeoutCanBeSetWithACarbonInterval (line 642) | #[RequiresOperatingSystem('Linux|DAR')] method testRealProcessesCanThrowIfTrue (line 657) | #[RequiresOperatingSystem('Linux|DAR')] method testRealProcessesDoesntThrowIfFalse (line 668) | #[RequiresOperatingSystem('Linux|DAR')] method testRealProcessesCanUseStandardInput (line 679) | #[RequiresOperatingSystem('Linux|DAR')] method testProcessPipe (line 688) | #[RequiresOperatingSystem('Linux|DAR')] method testProcessPipeFailed (line 704) | #[RequiresOperatingSystem('Linux|DAR')] method testProcessSimplePipe (line 720) | #[RequiresOperatingSystem('Linux|DAR')] method testProcessSimplePipeFailed (line 736) | #[RequiresOperatingSystem('Linux|DAR')] method testFakeInvokedProcessOutputWithLatestOutput (line 752) | public function testFakeInvokedProcessOutputWithLatestOutput() method testFakeInvokedProcessWaitUntil (line 784) | public function testFakeInvokedProcessWaitUntil() method testFakeInvokedProcessWaitUntilWithNoCallback (line 812) | public function testFakeInvokedProcessWaitUntilWithNoCallback() method testFakeInvokedProcessWaitUntilWithErrorOutput (line 830) | public function testFakeInvokedProcessWaitUntilWithErrorOutput() method testFakeInvokedProcessWaitUntilCalledTwice (line 860) | public function testFakeInvokedProcessWaitUntilCalledTwice() method testFakeInvokedProcessWaitUntilThatNeverMatches (line 903) | public function testFakeInvokedProcessWaitUntilThatNeverMatches() method testFakeInvokedProcessWaitUntilFollowedByWait (line 933) | public function testFakeInvokedProcessWaitUntilFollowedByWait() method testFakeInvokedProcessWaitCalledTwice (line 969) | public function testFakeInvokedProcessWaitCalledTwice() method testFakeInvokedProcessWaitFollowedByWaitUntil (line 1006) | public function testFakeInvokedProcessWaitFollowedByWaitUntil() method testBasicFakeAssertions (line 1039) | public function testBasicFakeAssertions() method testAssertingThatNothingRan (line 1060) | public function testAssertingThatNothingRan() method testProcessWithMultipleEnvironmentVariablesAndSequences (line 1069) | public function testProcessWithMultipleEnvironmentVariablesAndSequences() method ls (line 1100) | protected function ls() FILE: tests/Queue/BeforeCommitContractTest.php class BeforeCommitContractTest (line 11) | class BeforeCommitContractTest extends TestCase method testJobWithoutContractRespectsBeforeCommit (line 13) | public function testJobWithoutContractRespectsBeforeCommit() method testJobWithoutContractRespectsAfterCommit (line 30) | public function testJobWithoutContractRespectsAfterCommit() method testJobWithContractDefaultsToAfterCommit (line 49) | public function testJobWithContractDefaultsToAfterCommit() method testJobWithContractAndAfterCommitFalseRespectsBeforeCommit (line 59) | public function testJobWithContractAndAfterCommitFalseRespectsBeforeCo... method testJobWithContractAndExplicitAfterCommitTrueStillSchedulesAfterCommit (line 78) | public function testJobWithContractAndExplicitAfterCommitTrueStillSche... method shouldDispatchAfterCommit (line 97) | protected function shouldDispatchAfterCommit($job) FILE: tests/Queue/DatabaseFailedJobProviderTest.php class DatabaseFailedJobProviderTest (line 15) | class DatabaseFailedJobProviderTest extends TestCase method setUp (line 21) | protected function setUp(): void method testCanGetAllFailedJobIds (line 28) | public function testCanGetAllFailedJobIds() method testCanGetAllFailedJobs (line 38) | public function testCanGetAllFailedJobs() method testCanRetrieveFailedJobsById (line 49) | public function testCanRetrieveFailedJobsById() method testCanRemoveFailedJobsById (line 58) | public function testCanRemoveFailedJobsById() method testCanPruneFailedJobs (line 68) | public function testCanPruneFailedJobs() method testCanPruneFailedJobsWithRelativeHoursAndMinutes (line 85) | public function testCanPruneFailedJobsWithRelativeHoursAndMinutes() method testCanFlushFailedJobs (line 99) | public function testCanFlushFailedJobs() method testCanProperlyLogFailedJob (line 116) | public function testCanProperlyLogFailedJob() method testJobsCanBeCounted (line 129) | public function testJobsCanBeCounted() method testJobsCanBeCountedByConnection (line 141) | public function testJobsCanBeCountedByConnection() method testJobsCanBeCountedByQueue (line 153) | public function testJobsCanBeCountedByQueue() method testJobsCanBeCountedByQueueAndConnection (line 165) | public function testJobsCanBeCountedByQueueAndConnection() method createSimpleDatabaseWithFailedJobTable (line 180) | protected function createSimpleDatabaseWithFailedJobTable() method createDatabaseWithFailedJobTable (line 196) | protected function createDatabaseWithFailedJobTable() method createProvider (line 216) | protected function createProvider(string $database = 'default', string... method failedJobsTable (line 223) | protected function failedJobsTable() method createFailedJobsRecord (line 228) | protected function createFailedJobsRecord(array $overrides = []) FILE: tests/Queue/DatabaseUuidFailedJobProviderTest.php class DatabaseUuidFailedJobProviderTest (line 13) | class DatabaseUuidFailedJobProviderTest extends TestCase method testGettingIdsOfAllFailedJobs (line 15) | public function testGettingIdsOfAllFailedJobs() method testGettingAllFailedJobs (line 29) | public function testGettingAllFailedJobs() method testFindingFailedJobsById (line 48) | public function testFindingFailedJobsById() method testRemovingJobsById (line 60) | public function testRemovingJobsById() method testRemovingAllFailedJobs (line 73) | public function testRemovingAllFailedJobs() method testPruningFailedJobs (line 87) | public function testPruningFailedJobs() method testPruningFailedJobsWithRelativeHoursAndMinutes (line 105) | public function testPruningFailedJobsWithRelativeHoursAndMinutes() method testJobsCanBeCounted (line 123) | public function testJobsCanBeCounted() method testJobsCanBeCountedByConnection (line 137) | public function testJobsCanBeCountedByConnection() method testJobsCanBeCountedByQueue (line 151) | public function testJobsCanBeCountedByQueue() method testJobsCanBeCountedByQueueAndConnection (line 165) | public function testJobsCanBeCountedByQueueAndConnection() method getFailedJobProvider (line 181) | protected function getFailedJobProvider(string $database = 'default', ... FILE: tests/Queue/DynamoDbFailedJobProviderTest.php class DynamoDbFailedJobProviderTest (line 15) | class DynamoDbFailedJobProviderTest extends TestCase method testCanProperlyLogFailedJob (line 17) | public function testCanProperlyLogFailedJob() method testCanRetrieveAllFailedJobs (line 52) | public function testCanRetrieveAllFailedJobs() method testASingleJobCanBeFound (line 97) | public function testASingleJobCanBeFound() method testNullIsReturnedIfJobNotFound (line 138) | public function testNullIsReturnedIfJobNotFound() method testJobsCanBeDeleted (line 157) | public function testJobsCanBeDeleted() FILE: tests/Queue/FailOnExceptionMiddlewareTest.php class FailOnExceptionMiddlewareTest (line 20) | class FailOnExceptionMiddlewareTest extends TestCase method setUp (line 22) | protected function setUp(): void method middlewareDataProvider (line 31) | public static function middlewareDataProvider(): array method test_middleware (line 47) | #[DataProvider('middlewareDataProvider')] method test_can_test_against_job_properties (line 72) | #[TestWith(['abc', true])] class FailOnExceptionMiddlewareTestJob (line 99) | class FailOnExceptionMiddlewareTestJob implements ShouldQueue method __construct (line 107) | public function __construct(private $throws, public $value = null) method handle (line 111) | public function handle() method middleware (line 116) | public function middleware(): array FILE: tests/Queue/FailoverQueueTest.php class FailoverQueueTest (line 12) | class FailoverQueueTest extends TestCase method tearDown (line 14) | protected function tearDown(): void method test_push_fails_over_on_exception (line 21) | public function test_push_fails_over_on_exception() FILE: tests/Queue/FileFailedJobProviderTest.php class FileFailedJobProviderTest (line 11) | class FileFailedJobProviderTest extends TestCase method setUp (line 17) | protected function setUp(): void method testCanLogFailedJobs (line 23) | public function testCanLogFailedJobs() method testCanRetrieveAllFailedJobs (line 42) | public function testCanRetrieveAllFailedJobs() method testCanFindFailedJobs (line 77) | public function testCanFindFailedJobs() method testNullIsReturnedIfJobNotFound (line 94) | public function testNullIsReturnedIfJobNotFound() method testCanForgetFailedJobs (line 103) | public function testCanForgetFailedJobs() method testCanFlushFailedJobs (line 114) | public function testCanFlushFailedJobs() method testCanPruneFailedJobs (line 126) | public function testCanPruneFailedJobs() method testCanPruneFailedJobsWithRelativeHours (line 143) | public function testCanPruneFailedJobsWithRelativeHours() method testEmptyFailedJobsByDefault (line 160) | public function testEmptyFailedJobsByDefault() method testJobsCanBeCounted (line 167) | public function testJobsCanBeCounted() method testJobsCanBeCountedByConnection (line 179) | public function testJobsCanBeCountedByConnection() method testJobsCanBeCountedByQueue (line 191) | public function testJobsCanBeCountedByQueue() method testJobsCanBeCountedByQueueAndConnection (line 203) | public function testJobsCanBeCountedByQueueAndConnection() method logFailedJob (line 217) | public function logFailedJob($connection = 'connection', $queue = 'que... FILE: tests/Queue/Fixtures/FakeSqsJob.php class FakeSqsJob (line 8) | class FakeSqsJob implements ShouldQueue method handle (line 12) | public function handle(): void FILE: tests/Queue/Fixtures/FakeSqsJobWithDeduplication.php class FakeSqsJobWithDeduplication (line 8) | class FakeSqsJobWithDeduplication implements ShouldQueue method handle (line 14) | public function handle(): void method deduplicationId (line 26) | public function deduplicationId($payload, $queue): string method createDeduplicationIdsUsing (line 39) | public static function createDeduplicationIdsUsing(?callable $factory ... method createDeduplicationIdsNormally (line 49) | public static function createDeduplicationIdsNormally() FILE: tests/Queue/Fixtures/FakeSqsJobWithMessageGroup.php class FakeSqsJobWithMessageGroup (line 8) | class FakeSqsJobWithMessageGroup implements ShouldQueue method handle (line 12) | public function handle(): void method messageGroup (line 22) | public function messageGroup(): string FILE: tests/Queue/InteractsWithQueueTest.php class InteractsWithQueueTest (line 11) | class InteractsWithQueueTest extends TestCase method testCreatesAnExceptionFromString (line 13) | public function testCreatesAnExceptionFromString() FILE: tests/Queue/PruneBatchesCommandTest.php class PruneBatchesCommandTest (line 14) | class PruneBatchesCommandTest extends TestCase method testAllowPruningAllUnfinishedBatches (line 16) | public function testAllowPruningAllUnfinishedBatches() method testAllowPruningAllCancelledBatches (line 29) | public function testAllowPruningAllCancelledBatches() FILE: tests/Queue/QueueBeanstalkdJobTest.php class QueueBeanstalkdJobTest (line 20) | class QueueBeanstalkdJobTest extends TestCase method testFireProperlyCallsTheJobHandler (line 22) | public function testFireProperlyCallsTheJobHandler() method testFailProperlyCallsTheJobHandler (line 32) | public function testFailProperlyCallsTheJobHandler() method testDeleteRemovesTheJobFromBeanstalkd (line 45) | public function testDeleteRemovesTheJobFromBeanstalkd() method testReleaseProperlyReleasesJobOntoBeanstalkd (line 53) | public function testReleaseProperlyReleasesJobOntoBeanstalkd() method testBuryProperlyBuryTheJobFromBeanstalkd (line 61) | public function testBuryProperlyBuryTheJobFromBeanstalkd() method getJob (line 69) | protected function getJob() class BeanstalkdJobTestFailedTest (line 81) | class BeanstalkdJobTestFailedTest method failed (line 83) | public function failed(array $data) FILE: tests/Queue/QueueBeanstalkdQueueTest.php class QueueBeanstalkdQueueTest (line 21) | class QueueBeanstalkdQueueTest extends TestCase method testPushProperlyPushesJobOntoBeanstalkd (line 33) | public function testPushProperlyPushesJobOntoBeanstalkd() method testDelayedPushProperlyPushesJobOntoBeanstalkd (line 59) | public function testDelayedPushProperlyPushesJobOntoBeanstalkd() method testPopProperlyPopsJobOffOfBeanstalkd (line 85) | public function testPopProperlyPopsJobOffOfBeanstalkd() method testBlockingPopProperlyPopsJobOffOfBeanstalkd (line 104) | public function testBlockingPopProperlyPopsJobOffOfBeanstalkd() method testDeleteProperlyRemoveJobsOffBeanstalkd (line 123) | public function testDeleteProperlyRemoveJobsOffBeanstalkd() method setQueue (line 139) | private function setQueue($default, $timeToRun, $blockFor = 0) FILE: tests/Queue/QueueDatabaseQueueIntegrationTest.php class QueueDatabaseQueueIntegrationTest (line 17) | class QueueDatabaseQueueIntegrationTest extends TestCase method setUp (line 34) | protected function setUp(): void method createSchema (line 65) | public function createSchema() method connection (line 84) | protected function connection() method schema (line 94) | protected function schema() method tearDown (line 104) | protected function tearDown(): void method testAvailableAndUnReservedJobsArePopped (line 114) | public function testAvailableAndUnReservedJobsArePopped() method testPoppedJobsIncrementAttempts (line 136) | public function testPoppedJobsIncrementAttempts() method testThatQueueCanBeCleared (line 161) | public function testThatQueueCanBeCleared() method testUnavailableJobsAreNotPopped (line 190) | public function testUnavailableJobsAreNotPopped() method testThatReservedAndExpiredJobsArePopped (line 212) | public function testThatReservedAndExpiredJobsArePopped() method testThatReservedJobsAreNotPopped (line 234) | public function testThatReservedJobsAreNotPopped() method testJobPayloadIsAvailableOnEvents (line 253) | public function testJobPayloadIsAvailableOnEvents() FILE: tests/Queue/QueueDatabaseQueueUnitTest.php class QueueDatabaseQueueUnitTest (line 18) | class QueueDatabaseQueueUnitTest extends TestCase method testPushProperlyPushesJobOntoDatabase (line 20) | #[DataProvider('pushJobsDataProvider')] method pushJobsDataProvider (line 50) | public static function pushJobsDataProvider() method testDelayedPushProperlyPushesJobOntoDatabase (line 61) | public function testDelayedPushProperlyPushesJobOntoDatabase() method testPushIncludesBatchIdInPayloadForBatchableJob (line 95) | public function testPushIncludesBatchIdInPayloadForBatchableJob() method testFailureToCreatePayloadFromObject (line 121) | public function testFailureToCreatePayloadFromObject() method testFailureToCreatePayloadFromArray (line 138) | public function testFailureToCreatePayloadFromArray() method testBulkBatchPushesOntoDatabase (line 152) | public function testBulkBatchPushesOntoDatabase() method testBuildDatabaseRecordWithPayloadAtTheEnd (line 192) | public function testBuildDatabaseRecordWithPayloadAtTheEnd() class MyTestJob (line 201) | class MyTestJob method handle (line 203) | public function handle() class MyBatchableJob (line 209) | class MyBatchableJob FILE: tests/Queue/QueueDelayTest.php class QueueDelayTest (line 10) | class QueueDelayTest extends TestCase method test_queue_delay (line 12) | public function test_queue_delay() method test_queue_without_delay (line 23) | public function test_queue_without_delay() method test_pending_dispatch_without_delay (line 34) | public function test_pending_dispatch_without_delay() class TestJob (line 46) | class TestJob implements ShouldQueue method __construct (line 50) | public function __construct() FILE: tests/Queue/QueueExceptionTest.php class QueueExceptionTest (line 10) | class QueueExceptionTest extends TestCase method test_it_can_create_timeout_exception_for_job (line 12) | public function test_it_can_create_timeout_exception_for_job() method test_it_can_create_max_attempts_exception_for_job (line 20) | public function test_it_can_create_max_attempts_exception_for_job() class MyFakeRedisJob (line 29) | class MyFakeRedisJob extends RedisJob method __construct (line 31) | public function __construct() method resolveName (line 36) | public function resolveName() FILE: tests/Queue/QueueListenerTest.php class QueueListenerTest (line 14) | class QueueListenerTest extends TestCase method testRunProcessCallsProcess (line 16) | public function testRunProcessCallsProcess() method testListenerStopsWhenMemoryIsExceeded (line 26) | public function testListenerStopsWhenMemoryIsExceeded() method testMakeProcessCorrectlyFormatsCommandLine (line 37) | public function testMakeProcessCorrectlyFormatsCommandLine() method testMakeProcessCorrectlyFormatsCommandLineWithAnEnvironmentSpecified (line 59) | public function testMakeProcessCorrectlyFormatsCommandLineWithAnEnviro... method testMakeProcessCorrectlyFormatsCommandLineWhenTheConnectionIsNotSpecified (line 81) | public function testMakeProcessCorrectlyFormatsCommandLineWhenTheConne... FILE: tests/Queue/QueueManagerTest.php class QueueManagerTest (line 11) | class QueueManagerTest extends TestCase method testDefaultConnectionCanBeResolved (line 13) | public function testDefaultConnectionCanBeResolved() method testOtherConnectionCanBeResolved (line 36) | public function testOtherConnectionCanBeResolved() method testNullConnectionCanBeResolved (line 59) | public function testNullConnectionCanBeResolved() FILE: tests/Queue/QueuePauseResumeTest.php class QueuePauseResumeTest (line 16) | class QueuePauseResumeTest extends TestCase method setUp (line 21) | protected function setUp(): void method testPauseQueueWithConnection (line 44) | public function testPauseQueueWithConnection() method testPauseQueueWithTTL (line 51) | public function testPauseQueueWithTTL() method testPauseQueueIndefinitely (line 62) | public function testPauseQueueIndefinitely() method testResumeQueue (line 73) | public function testResumeQueue() method testPausingQueueOnOneConnectionDoesNotAffectAnother (line 82) | public function testPausingQueueOnOneConnectionDoesNotAffectAnother() method testPausingDifferentQueuesOnSameConnection (line 90) | public function testPausingDifferentQueuesOnSameConnection() method testResumingOnlyAffectsSpecificQueue (line 100) | public function testResumingOnlyAffectsSpecificQueue() method testPauseDispatchesQueuePausedEvent (line 111) | public function testPauseDispatchesQueuePausedEvent() method testPauseForDispatchesQueuePausedEventWithTTL (line 129) | public function testPauseForDispatchesQueuePausedEventWithTTL() method testResumeDispatchesQueueResumedEvent (line 147) | public function testResumeDispatchesQueueResumedEvent() method testParsingQueueString (line 164) | public function testParsingQueueString() FILE: tests/Queue/QueueRedisJobTest.php class QueueRedisJobTest (line 12) | class QueueRedisJobTest extends TestCase method testFireProperlyCallsTheJobHandler (line 14) | public function testFireProperlyCallsTheJobHandler() method testDeleteRemovesTheJobFromRedis (line 23) | public function testDeleteRemovesTheJobFromRedis() method testReleaseProperlyReleasesJobOntoRedis (line 32) | public function testReleaseProperlyReleasesJobOntoRedis() method getJob (line 41) | protected function getJob() FILE: tests/Queue/QueueRedisQueueTest.php class QueueRedisQueueTest (line 15) | class QueueRedisQueueTest extends TestCase method testPushProperlyPushesJobOntoRedis (line 17) | public function testPushProperlyPushesJobOntoRedis() method testPushProperlyPushesJobOntoRedisWithCustomPayloadHook (line 42) | public function testPushProperlyPushesJobOntoRedisWithCustomPayloadHook() method testPushProperlyPushesJobOntoRedisWithTwoCustomPayloadHook (line 73) | public function testPushProperlyPushesJobOntoRedisWithTwoCustomPayload... method testDelayedPushProperlyPushesJobOntoRedis (line 108) | public function testDelayedPushProperlyPushesJobOntoRedis() method testDelayedPushWithDateTimeProperlyPushesJobOntoRedis (line 141) | public function testDelayedPushWithDateTimeProperlyPushesJobOntoRedis() FILE: tests/Queue/QueueRoutesTest.php class QueueRoutesTest (line 9) | class QueueRoutesTest extends TestCase method testSet (line 11) | public function testSet() method testGetQueue (line 37) | public function testGetQueue() method testGetConnection (line 55) | public function testGetConnection() type CustomTrait (line 73) | trait CustomTrait class SomeJob (line 77) | class SomeJob class BaseNotification (line 82) | class BaseNotification class FinanceNotification (line 87) | class FinanceNotification extends BaseNotification type PaymentContract (line 91) | interface PaymentContract class Payment (line 95) | class Payment implements PaymentContract FILE: tests/Queue/QueueSizeTest.php class QueueSizeTest (line 10) | class QueueSizeTest extends TestCase method test_queue_size (line 12) | public function test_queue_size() class TestJob1 (line 30) | class TestJob1 implements ShouldQueue class TestJob2 (line 35) | class TestJob2 implements ShouldQueue FILE: tests/Queue/QueueSqsJobTest.php class QueueSqsJobTest (line 13) | class QueueSqsJobTest extends TestCase method setUp (line 33) | protected function setUp(): void method testFireProperlyCallsTheJobHandler (line 68) | public function testFireProperlyCallsTheJobHandler() method testDeleteRemovesTheJobFromSqs (line 76) | public function testDeleteRemovesTheJobFromSqs() method testReleaseProperlyReleasesTheJobOntoSqs (line 86) | public function testReleaseProperlyReleasesTheJobOntoSqs() method getJob (line 97) | protected function getJob() FILE: tests/Queue/QueueSqsQueueTest.php class QueueSqsQueueTest (line 22) | class QueueSqsQueueTest extends TestCase method setUp (line 45) | protected function setUp(): void method createSpyContainer (line 99) | protected function createSpyContainer() method testPopProperlyPopsJobOffOfSqs (line 113) | public function testPopProperlyPopsJobOffOfSqs() method testPopProperlyHandlesEmptyMessage (line 123) | public function testPopProperlyHandlesEmptyMessage() method testDelayedPushWithDateTimeProperlyPushesJobOntoSqs (line 133) | public function testDelayedPushWithDateTimeProperlyPushesJobOntoSqs() method testDelayedPushProperlyPushesJobOntoSqs (line 147) | public function testDelayedPushProperlyPushesJobOntoSqs() method testPushProperlyPushesJobOntoSqs (line 160) | public function testPushProperlyPushesJobOntoSqs() method testSizeProperlyReadsSqsQueueSize (line 172) | public function testSizeProperlyReadsSqsQueueSize() method testGetQueueProperlyResolvesUrlWithPrefix (line 197) | public function testGetQueueProperlyResolvesUrlWithPrefix() method testGetQueueProperlyResolvesFifoUrlWithPrefix (line 205) | public function testGetQueueProperlyResolvesFifoUrlWithPrefix() method testGetQueueProperlyResolvesUrlWithoutPrefix (line 215) | public function testGetQueueProperlyResolvesUrlWithoutPrefix() method testGetQueueProperlyResolvesFifoUrlWithoutPrefix (line 223) | public function testGetQueueProperlyResolvesFifoUrlWithoutPrefix() method testGetQueueProperlyResolvesUrlWithSuffix (line 233) | public function testGetQueueProperlyResolvesUrlWithSuffix() method testGetQueueProperlyResolvesFifoUrlWithSuffix (line 241) | public function testGetQueueProperlyResolvesFifoUrlWithSuffix() method testGetQueueEnsuresTheQueueIsOnlySuffixedOnce (line 250) | public function testGetQueueEnsuresTheQueueIsOnlySuffixedOnce() method testGetFifoQueueEnsuresTheQueueIsOnlySuffixedOnce (line 258) | public function testGetFifoQueueEnsuresTheQueueIsOnlySuffixedOnce() method testPushProperlyPushesJobObjectOntoSqs (line 266) | public function testPushProperlyPushesJobObjectOntoSqs() method testPendingDispatchProperlyPushesJobObjectOntoSqs (line 280) | public function testPendingDispatchProperlyPushesJobObjectOntoSqs() method testPushProperlyPushesJobObjectOntoSqsFairQueue (line 300) | public function testPushProperlyPushesJobObjectOntoSqsFairQueue() method testPendingDispatchProperlyPushesJobObjectOntoSqsFairQueue (line 314) | public function testPendingDispatchProperlyPushesJobObjectOntoSqsFairQ... method testPushProperlyPushesJobStringOntoSqsFifoQueue (line 333) | public function testPushProperlyPushesJobStringOntoSqsFifoQueue() method testPushProperlyPushesJobObjectOntoSqsFifoQueue (line 354) | public function testPushProperlyPushesJobObjectOntoSqsFifoQueue() method testPushProperlyPushesJobObjectOntoSqsFifoQueueWithMessageGroupMethod (line 377) | public function testPushProperlyPushesJobObjectOntoSqsFifoQueueWithMes... method testPushProperlyPushesJobObjectOntoSqsFifoQueueWithMessageGroupPropertyOverridingMethod (line 401) | public function testPushProperlyPushesJobObjectOntoSqsFifoQueueWithMes... method testPushProperlyPushesJobObjectOntoSqsFifoQueueWithDeduplicationId (line 428) | public function testPushProperlyPushesJobObjectOntoSqsFifoQueueWithDed... method testPushProperlyPushesJobObjectOntoSqsFifoQueueWithDeduplicator (line 449) | public function testPushProperlyPushesJobObjectOntoSqsFifoQueueWithDed... method testPendingDispatchProperlyPushesJobObjectOntoSqsFifoQueue (line 477) | public function testPendingDispatchProperlyPushesJobObjectOntoSqsFifoQ... method testPendingDispatchProperlyPushesJobObjectOntoSqsFifoQueueWithDeduplicationId (line 505) | public function testPendingDispatchProperlyPushesJobObjectOntoSqsFifoQ... method testPendingDispatchProperlyPushesJobObjectOntoSqsFifoQueueWithDeduplicator (line 533) | public function testPendingDispatchProperlyPushesJobObjectOntoSqsFifoQ... method testJobObjectCanBeSerializedOntoSqsFifoQueueWithDeduplicator (line 570) | public function testJobObjectCanBeSerializedOntoSqsFifoQueueWithDedupl... method testDelayedPushProperlyPushesJobStringOntoSqsFifoQueueWithoutDelay (line 606) | public function testDelayedPushProperlyPushesJobStringOntoSqsFifoQueue... method testDelayedPushProperlyPushesJobObjectOntoSqsFifoQueueWithoutDelay (line 628) | public function testDelayedPushProperlyPushesJobObjectOntoSqsFifoQueue... method testDelayedPendingDispatchProperlyPushesJobObjectOntoSqsFifoQueueWithoutDelay (line 652) | public function testDelayedPendingDispatchProperlyPushesJobObjectOntoS... FILE: tests/Queue/QueueSyncQueueTest.php class QueueSyncQueueTest (line 20) | class QueueSyncQueueTest extends TestCase method tearDown (line 22) | protected function tearDown(): void method testPushShouldFireJobInstantly (line 29) | public function testPushShouldFireJobInstantly() method testFailedJobGetsHandledWhenAnExceptionIsThrown (line 42) | public function testFailedJobGetsHandledWhenAnExceptionIsThrown() method testFailedJobHasAccessToJobInstance (line 64) | public function testFailedJobHasAccessToJobInstance() method testCreatesPayloadObject (line 86) | public function testCreatesPayloadObject() method testItAddsATransactionCallbackForAfterCommitJobs (line 106) | public function testItAddsATransactionCallbackForAfterCommitJobs() method testItAddsATransactionCallbackForInterfaceBasedAfterCommitJobs (line 120) | public function testItAddsATransactionCallbackForInterfaceBasedAfterCo... method testItAddsATransactionCallbackForAfterCommitUniqueJobs (line 134) | public function testItAddsATransactionCallbackForAfterCommitUniqueJobs() method testItAddsATransactionCallbackForInterfaceBasedAfterCommitUniqueJobs (line 148) | public function testItAddsATransactionCallbackForInterfaceBasedAfterCo... class SyncQueueTestEntity (line 163) | class SyncQueueTestEntity implements QueueableEntity method getQueueableId (line 165) | public function getQueueableId() method getQueueableConnection (line 170) | public function getQueueableConnection() method getQueueableRelations (line 175) | public function getQueueableRelations() class SyncQueueTestHandler (line 181) | class SyncQueueTestHandler method fire (line 183) | public function fire($job, $data) class FailingSyncQueueTestHandler (line 189) | class FailingSyncQueueTestHandler method fire (line 191) | public function fire($job, $data) method failed (line 196) | public function failed() class FailingSyncQueueJob (line 202) | class FailingSyncQueueJob implements ShouldQueue method handle (line 206) | public function handle() method failed (line 211) | public function failed() class SyncQueueJob (line 219) | class SyncQueueJob implements ShouldQueue method handle (line 223) | public function handle() method getValueFromJob (line 228) | public function getValueFromJob($key) class SyncQueueAfterCommitJob (line 236) | class SyncQueueAfterCommitJob method handle (line 242) | public function handle() class SyncQueueAfterCommitInterfaceJob (line 247) | class SyncQueueAfterCommitInterfaceJob implements ShouldQueueAfterCommit method handle (line 251) | public function handle() class SyncQueueAfterCommitUniqueJob (line 256) | class SyncQueueAfterCommitUniqueJob implements ShouldBeUnique method handle (line 262) | public function handle() class SyncQueueAfterCommitInterfaceUniqueJob (line 267) | class SyncQueueAfterCommitInterfaceUniqueJob implements ShouldBeUnique, ... method handle (line 271) | public function handle() FILE: tests/Queue/QueueWorkerTest.php class QueueWorkerTest (line 28) | class QueueWorkerTest extends TestCase method setUp (line 34) | protected function setUp(): void method tearDown (line 45) | protected function tearDown(): void method testJobCanBeFired (line 54) | public function testJobCanBeFired() method testJobPoppingEvent (line 65) | public function testJobPoppingEvent() method testWorkerCanWorkUntilQueueIsEmpty (line 78) | public function testWorkerCanWorkUntilQueueIsEmpty() method testWorkerStopsWhenMemoryExceeded (line 99) | public function testWorkerStopsWhenMemoryExceeded() method testWorkerMemoryExceededWhenMemoryIsZero (line 120) | public function testWorkerMemoryExceededWhenMemoryIsZero() method testWorkerMemoryExceededWhenMemoryGreaterThanZero (line 126) | public function testWorkerMemoryExceededWhenMemoryGreaterThanZero() method testWorkerMemoryExceededWhenMemoryIsNegative (line 132) | public function testWorkerMemoryExceededWhenMemoryIsNegative() method testJobCanBeFiredBasedOnPriority (line 138) | public function testJobCanBeFiredBasedOnPriority() method testExceptionIsReportedIfConnectionThrowsExceptionOnJobPop (line 157) | public function testExceptionIsReportedIfConnectionThrowsExceptionOnJo... method testWorkerSleepsWhenQueueIsEmpty (line 173) | public function testWorkerSleepsWhenQueueIsEmpty() method testJobIsReleasedOnException (line 180) | public function testJobIsReleasedOnException() method testJobIsNotReleasedIfItHasExceededMaxAttempts (line 198) | public function testJobIsNotReleasedIfItHasExceededMaxAttempts() method testJobIsNotReleasedIfItHasExpired (line 221) | public function testJobIsNotReleasedIfItHasExpired() method testJobIsFailedIfItHasAlreadyExceededMaxAttempts (line 251) | public function testJobIsFailedIfItHasAlreadyExceededMaxAttempts() method testJobIsFailedIfItHasAlreadyExpired (line 270) | public function testJobIsFailedIfItHasAlreadyExpired() method testJobBasedMaxRetries (line 295) | public function testJobBasedMaxRetries() method testJobBasedFailedDelay (line 311) | public function testJobBasedFailedDelay() method testJobRunsIfAppIsNotInMaintenanceMode (line 326) | public function testJobRunsIfAppIsNotInMaintenanceMode() method testJobDoesNotFireIfDeleted (line 359) | public function testJobDoesNotFireIfDeleted() method testWorkerPicksJobUsingCustomCallbacks (line 375) | public function testWorkerPicksJobUsingCustomCallbacks() method testWorkerStartingIsDispatched (line 406) | public function testWorkerStartingIsDispatched() method testWorkerStoppingIsDispatched (line 424) | public function testWorkerStoppingIsDispatched() method testJobReleasedEvent (line 447) | public function testJobReleasedEvent() method getWorker (line 469) | private function getWorker($connectionName = 'default', $jobs = [], ?c... method workerDependencies (line 476) | private function workerDependencies($connectionName = 'default', $jobs... method workerOptions (line 488) | private function workerOptions(array $overrides = []) class InsomniacWorker (line 503) | class InsomniacWorker extends Worker method sleep (line 508) | public function sleep($seconds) method stop (line 513) | public function stop($status = 0, $options = null, $reason = null) method daemonShouldRun (line 518) | public function daemonShouldRun(WorkerOptions $options, $connectionNam... method memoryExceeded (line 523) | public function memoryExceeded($memoryLimit) class WorkerFakeManager (line 529) | class WorkerFakeManager extends QueueManager method __construct (line 533) | public function __construct($name, $connection) method connection (line 538) | public function connection($name = null) class WorkerFakeConnection (line 544) | class WorkerFakeConnection method __construct (line 549) | public function __construct($connectionName, $jobs) method pop (line 555) | public function pop($queue) method getConnectionName (line 560) | public function getConnectionName() class BrokenQueueConnection (line 566) | class BrokenQueueConnection method __construct (line 571) | public function __construct($connectionName, $exception) method pop (line 577) | public function pop($queue) method getConnectionName (line 582) | public function getConnectionName() class WorkerFakeJob (line 588) | class WorkerFakeJob implements QueueJobContract method __construct (line 609) | public function __construct($callback = null) method getJobId (line 616) | public function getJobId() method fire (line 621) | public function fire() method payload (line 627) | public function payload() method maxTries (line 632) | public function maxTries() method maxExceptions (line 637) | public function maxExceptions() method shouldFailOnTimeout (line 642) | public function shouldFailOnTimeout() method uuid (line 647) | public function uuid() method backoff (line 652) | public function backoff() method retryUntil (line 657) | public function retryUntil() method delete (line 662) | public function delete() method isDeleted (line 667) | public function isDeleted() method release (line 672) | public function release($delay = 0) method isReleased (line 679) | public function isReleased() method isDeletedOrReleased (line 684) | public function isDeletedOrReleased() method attempts (line 689) | public function attempts() method markAsFailed (line 694) | public function markAsFailed() method fail (line 699) | public function fail($e = null) method hasFailed (line 708) | public function hasFailed() method getName (line 713) | public function getName() method resolveName (line 718) | public function resolveName() method getConnectionName (line 723) | public function getConnectionName() method getQueue (line 728) | public function getQueue() method getRawBody (line 733) | public function getRawBody() method timeout (line 738) | public function timeout() method resolveQueuedJobClass (line 743) | public function resolveQueuedJobClass() class LoopBreakerException (line 749) | class LoopBreakerException extends RuntimeException FILE: tests/Redis/ConcurrentLimiterTest.php class ConcurrentLimiterTest (line 12) | class ConcurrentLimiterTest extends TestCase method setUp (line 16) | protected function setUp(): void method tearDown (line 23) | protected function tearDown(): void method testItLocksTasksWhenNoSlotAvailable (line 30) | public function testItLocksTasksWhenNoSlotAvailable() method testItReleasesLockAfterTaskFinishes (line 55) | public function testItReleasesLockAfterTaskFinishes() method testItReleasesLockIfTaskTookTooLong (line 68) | public function testItReleasesLockIfTaskTookTooLong() method testItFailsImmediatelyOrRetriesForAWhileBasedOnAGivenTimeout (line 95) | public function testItFailsImmediatelyOrRetriesForAWhileBasedOnAGivenT... method testItFailsAfterRetryTimeout (line 120) | public function testItFailsAfterRetryTimeout() method testItReleasesIfErrorIsThrown (line 141) | public function testItReleasesIfErrorIsThrown() method redis (line 162) | private function redis() class ConcurrencyLimiterMockThatDoesntRelease (line 168) | class ConcurrencyLimiterMockThatDoesntRelease extends ConcurrencyLimiter method release (line 170) | protected function release($key, $id) FILE: tests/Redis/Connections/PhpRedisClusterConnectionTest.php class PhpRedisClusterConnectionTest (line 10) | #[RequiresPhpExtension('redis')] method testItScansUsingDefaultNode (line 13) | public function testItScansUsingDefaultNode() method testItOnlyFetchesDefaultNodeOnce (line 26) | public function testItOnlyFetchesDefaultNodeOnce() method testItScansUsingOptionNode (line 37) | public function testItScansUsingOptionNode() method testItThrowsExceptionWithoutNodes (line 49) | public function testItThrowsExceptionWithoutNodes() method testItReturnsFalseWhenCursorIsZeroAndResultIsEmpty (line 61) | public function testItReturnsFalseWhenCursorIsZeroAndResultIsEmpty() method testItFlushesAllMasterNodes (line 74) | public function testItFlushesAllMasterNodes() method testItFlushesAllMasterNodesAsync (line 88) | public function testItFlushesAllMasterNodesAsync() FILE: tests/Redis/DurationLimiterTest.php class DurationLimiterTest (line 11) | class DurationLimiterTest extends TestCase method setUp (line 15) | protected function setUp(): void method tearDown (line 22) | protected function tearDown(): void method testItLocksTasksWhenNoSlotAvailable (line 29) | public function testItLocksTasksWhenNoSlotAvailable() method testItFailsImmediatelyOrRetriesForAWhileBasedOnAGivenTimeout (line 60) | public function testItFailsImmediatelyOrRetriesForAWhileBasedOnAGivenT... method testItReturnsTheCallbackResult (line 83) | public function testItReturnsTheCallbackResult() method testAcquireSetsDecaysAtAndRemaining (line 94) | public function testAcquireSetsDecaysAtAndRemaining() method testTooManyAttemptsReportsCorrectly (line 112) | public function testTooManyAttemptsReportsCorrectly() method testClearResetsLimiter (line 134) | public function testClearResetsLimiter() method testBlockReturnsTrueWithoutCallback (line 146) | public function testBlockReturnsTrueWithoutCallback() method testAcquireResetsAfterDecay (line 153) | public function testAcquireResetsAfterDecay() method redis (line 166) | private function redis() FILE: tests/Redis/RedisConnectionTest.php class RedisConnectionTest (line 16) | class RedisConnectionTest extends TestCase method setUp (line 20) | protected function setUp(): void method tearDown (line 26) | protected function tearDown(): void method testItSetsValuesWithExpiry (line 33) | public function testItSetsValuesWithExpiry() method testItDeletesKeys (line 61) | public function testItDeletesKeys() method testItChecksForExistence (line 81) | public function testItChecksForExistence() method testItExpiresKeys (line 96) | public function testItExpiresKeys() method testItRenamesKeys (line 117) | public function testItRenamesKeys() method testItAddsMembersToSortedSet (line 139) | public function testItAddsMembersToSortedSet() method testItCountsMembersInSortedSet (line 170) | public function testItCountsMembersInSortedSet() method testItIncrementsScoreOfSortedSet (line 183) | public function testItIncrementsScoreOfSortedSet() method testItSetsKeyIfNotExists (line 194) | public function testItSetsKeyIfNotExists() method testItSetsHashFieldIfNotExists (line 209) | public function testItSetsHashFieldIfNotExists() method testItCalculatesIntersectionOfSortedSetsAndStores (line 224) | public function testItCalculatesIntersectionOfSortedSetsAndStores() method testItCalculatesUnionOfSortedSetsAndStores (line 253) | public function testItCalculatesUnionOfSortedSetsAndStores() method testItReturnsRangeInSortedSet (line 285) | public function testItReturnsRangeInSortedSet() method testItReturnsRevRangeInSortedSet (line 302) | public function testItReturnsRevRangeInSortedSet() method testItReturnsRangeByScoreInSortedSet (line 319) | public function testItReturnsRangeByScoreInSortedSet() method testItReturnsRevRangeByScoreInSortedSet (line 340) | public function testItReturnsRevRangeByScoreInSortedSet() method testItReturnsRankInSortedSet (line 361) | public function testItReturnsRankInSortedSet() method testItReturnsScoreInSortedSet (line 373) | public function testItReturnsScoreInSortedSet() method testItRemovesMembersInSortedSet (line 385) | public function testItRemovesMembersInSortedSet() method testItRemovesMembersByScoreInSortedSet (line 400) | public function testItRemovesMembersByScoreInSortedSet() method testItRemovesMembersByRankInSortedSet (line 411) | public function testItRemovesMembersByRankInSortedSet() method testItSetsMultipleHashFields (line 422) | public function testItSetsMultipleHashFields() method testItGetsMultipleHashFields (line 435) | public function testItGetsMultipleHashFields() method testItGetsMultipleKeys (line 452) | public function testItGetsMultipleKeys() method testItFlushes (line 468) | public function testItFlushes() method testItFlushesAsynchronous (line 479) | public function testItFlushesAsynchronous() method testItRunsEval (line 490) | public function testItRunsEval() method testItRunsPipes (line 506) | public function testItRunsPipes() method testItRunsTransactions (line 524) | public function testItRunsTransactions() method testItRunsRawCommand (line 542) | public function testItRunsRawCommand() method testItDispatchesQueryEvent (line 555) | public function testItDispatchesQueryEvent() method testItPersistsConnection (line 575) | public function testItPersistsConnection() method testItScansForKeys (line 587) | public function testItScansForKeys() method testItZscansForKeys (line 615) | public function testItZscansForKeys() method testItHscansForKeys (line 656) | public function testItHscansForKeys() method testItSscansForKeys (line 693) | public function testItSscansForKeys() method testItSPopsForKeys (line 728) | public function testItSPopsForKeys() method testPhpRedisScanOption (line 755) | public function testPhpRedisScanOption() method getPrefix (line 774) | private function getPrefix($client) method testMacroable (line 783) | public function testMacroable() method connections (line 797) | public function connections() FILE: tests/Redis/RedisConnectorTest.php class RedisConnectorTest (line 11) | class RedisConnectorTest extends TestCase method setUp (line 15) | protected function setUp(): void method tearDown (line 21) | protected function tearDown(): void method testDefaultConfiguration (line 28) | public function testDefaultConfiguration() method testUrl (line 45) | public function testUrl() method testUrlWithScheme (line 83) | public function testUrlWithScheme() method testScheme (line 121) | public function testScheme() method testPredisConfigurationWithUsername (line 163) | public function testPredisConfigurationWithUsername() method testPredisConfigurationWithSentinel (line 186) | public function testPredisConfigurationWithSentinel() method testPhpRedisTcpKeepalive (line 212) | public function testPhpRedisTcpKeepalive() method testPrefixOverrideBehaviour (line 232) | public function testPrefixOverrideBehaviour() FILE: tests/Redis/RedisEventsTest.php class RedisEventsTest (line 14) | class RedisEventsTest extends TestCase method testCommandFailedEventIsDispatched (line 16) | public function testCommandFailedEventIsDispatched() method testCommandExecutedEventIsNotDispatchedWhenCommandFails (line 40) | public function testCommandExecutedEventIsNotDispatchedWhenCommandFails() method testCommandFailedEventContainsConnectionName (line 61) | public function testCommandFailedEventContainsConnectionName() method testListenForFailuresRegistersCallback (line 85) | public function testListenForFailuresRegistersCallback() FILE: tests/Redis/RedisManagerExtensionTest.php class RedisManagerExtensionTest (line 11) | class RedisManagerExtensionTest extends TestCase method setUp (line 18) | protected function setUp(): void method testUsingCustomRedisConnectorWithSingleRedisInstance (line 46) | public function testUsingCustomRedisConnectorWithSingleRedisInstance() method testUsingCustomRedisConnectorWithRedisClusterInstance (line 53) | public function testUsingCustomRedisConnectorWithRedisClusterInstance() method testParseConnectionConfigurationForCluster (line 60) | public function testParseConnectionConfigurationForCluster() class FakeRedisConnector (line 89) | class FakeRedisConnector implements Connector method connect (line 98) | public function connect(array $config, array $options) method connectToCluster (line 111) | public function connectToCluster(array $config, array $clusterOptions,... FILE: tests/Routing/ImplicitRouteBindingTest.php class ImplicitRouteBindingTest (line 14) | class ImplicitRouteBindingTest extends TestCase method test_it_can_resolve_the_implicit_backed_enum_route_bindings_for_the_given_route (line 16) | public function test_it_can_resolve_the_implicit_backed_enum_route_bin... method test_it_can_resolve_the_implicit_backed_enum_route_bindings_for_the_given_route_with_optional_parameter (line 34) | public function test_it_can_resolve_the_implicit_backed_enum_route_bin... method test_it_handles_optional_implicit_backed_enum_route_bindings_for_the_given_route_with_optional_parameter (line 52) | public function test_it_handles_optional_implicit_backed_enum_route_bi... method test_it_does_not_resolve_implicit_non_backed_enum_route_bindings_for_the_given_route (line 70) | public function test_it_does_not_resolve_implicit_non_backed_enum_rout... method test_implicit_backed_enum_internal_exception (line 89) | public function test_implicit_backed_enum_internal_exception() method test_it_can_resolve_the_implicit_model_route_bindings_for_the_given_route (line 112) | public function test_it_can_resolve_the_implicit_model_route_bindings_... class ImplicitRouteBindingUser (line 131) | class ImplicitRouteBindingUser extends Model FILE: tests/Routing/RouteActionTest.php class RouteActionTest (line 10) | class RouteActionTest extends TestCase method test_it_can_detect_a_serialized_closure (line 12) | public function test_it_can_detect_a_serialized_closure() class RouteActionUser (line 30) | class RouteActionUser extends Model FILE: tests/Routing/RouteBindingTest.php class RouteBindingTest (line 13) | class RouteBindingTest extends TestCase method test_it_can_resolve_the_explicit_model_for_the_given_route (line 15) | public function test_it_can_resolve_the_explicit_model_for_the_given_r... method test_it_cannot_resolve_the_explicit_soft_deleted_model_for_the_given_route (line 26) | public function test_it_cannot_resolve_the_explicit_soft_deleted_model... method test_it_can_resolve_the_explicit_soft_deleted_model_for_the_given_route_with_trashed (line 39) | public function test_it_can_resolve_the_explicit_soft_deleted_model_fo... class ExplicitRouteBindingUser (line 51) | class ExplicitRouteBindingUser extends Model method resolveRouteBinding (line 53) | public function resolveRouteBinding($value, $field = null) class ExplicitRouteBindingSoftDeletableUser (line 59) | class ExplicitRouteBindingSoftDeletableUser extends Model method resolveRouteBinding (line 63) | public function resolveRouteBinding($value, $field = null) method resolveSoftDeletableRouteBinding (line 68) | public function resolveSoftDeletableRouteBinding($value, $field = null) FILE: tests/Routing/RouteCollectionTest.php class RouteCollectionTest (line 14) | class RouteCollectionTest extends TestCase method setUp (line 21) | protected function setUp(): void method testRouteCollectionCanAddRoute (line 28) | public function testRouteCollectionCanAddRoute() method testRouteCollectionAddReturnsTheRoute (line 37) | public function testRouteCollectionAddReturnsTheRoute() method testRouteCollectionCanRetrieveByName (line 47) | public function testRouteCollectionCanRetrieveByName() method testRouteCollectionCanRetrieveByAction (line 59) | public function testRouteCollectionCanRetrieveByAction() method testRouteCollectionCanRetrieveByMethod (line 69) | public function testRouteCollectionCanRetrieveByMethod() method testRouteCollectionCanGetIterator (line 87) | public function testRouteCollectionCanGetIterator() method testRouteCollectionCanGetIteratorWhenEmpty (line 96) | public function testRouteCollectionCanGetIteratorWhenEmpty() method testRouteCollectionCanGetIteratorWhenRouteAreAdded (line 102) | public function testRouteCollectionCanGetIteratorWhenRouteAreAdded() method testRouteCollectionCanHandleSameRoute (line 119) | public function testRouteCollectionCanHandleSameRoute() method testRouteCollectionCanRefreshNameLookups (line 141) | public function testRouteCollectionCanRefreshNameLookups() method testRouteCollectionCanGetAllRoutes (line 161) | public function testRouteCollectionCanGetAllRoutes() method testRouteCollectionCanGetRoutesByName (line 186) | public function testRouteCollectionCanGetRoutesByName() method testRouteCollectionCanGetRoutesByMethod (line 210) | public function testRouteCollectionCanGetRoutesByMethod() method testRouteCollectionCleansUpOverwrittenRoutes (line 246) | public function testRouteCollectionCleansUpOverwrittenRoutes() method testCannotCacheDuplicateRouteNames (line 273) | public function testCannotCacheDuplicateRouteNames() method testRouteCollectionDontMatchNonMatchingDoubleSlashes (line 287) | public function testRouteCollectionDontMatchNonMatchingDoubleSlashes() method testRouteCollectionRequestMethodNotAllowed (line 305) | public function testRouteCollectionRequestMethodNotAllowed() method testHasNameRouteMethod (line 319) | public function testHasNameRouteMethod() method testToSymfonyRouteCollection (line 338) | public function testToSymfonyRouteCollection() method testOverlappingRoutesMatchesFirstRoute (line 347) | public function testOverlappingRoutesMatchesFirstRoute() method testPrependsRoutesWithDomain (line 363) | public function testPrependsRoutesWithDomain() FILE: tests/Routing/RouteRegistrarTest.php class RouteRegistrarTest (line 17) | class RouteRegistrarTest extends TestCase method setUp (line 24) | protected function setUp(): void method testMiddlewareFluentRegistration (line 31) | public function testMiddlewareFluentRegistration() method testNullNamespaceIsRespected (line 62) | public function testNullNamespaceIsRespected() method testMiddlewareAsStringableObject (line 71) | public function testMiddlewareAsStringableObject() method testMiddlewareAsStringableObjectOnRouteInstance (line 89) | public function testMiddlewareAsStringableObjectOnRouteInstance() method testMiddlewareAsArrayWithStringables (line 107) | public function testMiddlewareAsArrayWithStringables() method testMiddlewareAsNull (line 125) | public function testMiddlewareAsNull() method testWithoutMiddlewareRegistration (line 142) | public function testWithoutMiddlewareRegistration() method testGetRouteWithTrashed (line 153) | public function testGetRouteWithTrashed() method testResourceWithTrashed (line 160) | public function testResourceWithTrashed() method testFallbackRoute (line 175) | public function testFallbackRoute() method testSetFallbackRoute (line 184) | public function testSetFallbackRoute() method testCanRegisterGetRouteWithClosureAction (line 198) | public function testCanRegisterGetRouteWithClosureAction() method testCanRegisterPostRouteWithClosureAction (line 208) | public function testCanRegisterPostRouteWithClosureAction() method testCanRegisterAnyRouteWithClosureAction (line 218) | public function testCanRegisterAnyRouteWithClosureAction() method testCanRegisterMatchRouteWithClosureAction (line 228) | public function testCanRegisterMatchRouteWithClosureAction() method testCanRegisterRouteWithArrayAndClosureAction (line 238) | public function testCanRegisterRouteWithArrayAndClosureAction() method testCanRegisterRouteWithArrayAndClosureUsesAction (line 248) | public function testCanRegisterRouteWithArrayAndClosureUsesAction() method testCanRegisterRouteWithControllerAction (line 258) | public function testCanRegisterRouteWithControllerAction() method testCanRegisterRouteWithControllerActionArray (line 267) | public function testCanRegisterRouteWithControllerActionArray() method testCanRegisterNamespacedGroupRouteWithControllerActionArray (line 276) | public function testCanRegisterNamespacedGroupRouteWithControllerActio... method testCanRegisterRouteWithArrayAndControllerAction (line 295) | public function testCanRegisterRouteWithArrayAndControllerAction() method testCanRegisterGroupWithMiddleware (line 305) | public function testCanRegisterGroupWithMiddleware() method testCanRegisterGroupWithoutMiddleware (line 317) | public function testCanRegisterGroupWithoutMiddleware() method testCanRegisterGroupWithStringableMiddleware (line 329) | public function testCanRegisterGroupWithStringableMiddleware() method testCanRegisterGroupWithNamespace (line 349) | public function testCanRegisterGroupWithNamespace() method testCanRegisterGroupWithPrefix (line 370) | public function testCanRegisterGroupWithPrefix() method testCanRegisterGroupWithPrefixAndWhere (line 379) | public function testCanRegisterGroupWithPrefixAndWhere() method testCanRegisterGroupWithNamePrefix (line 390) | public function testCanRegisterGroupWithNamePrefix() method testCanRegisterGroupWithDomain (line 399) | public function testCanRegisterGroupWithDomain() method testCanRegisterGroupWithDomainAndNamePrefix (line 408) | public function testCanRegisterGroupWithDomainAndNamePrefix() method testCanRegisterGroupWithController (line 418) | public function testCanRegisterGroupWithController() method testCanOverrideGroupControllerWithStringSyntax (line 430) | public function testCanOverrideGroupControllerWithStringSyntax() method testCanOverrideGroupControllerWithClosureSyntax (line 442) | public function testCanOverrideGroupControllerWithClosureSyntax() method testCanOverrideGroupControllerWithInvokableControllerSyntax (line 453) | public function testCanOverrideGroupControllerWithInvokableControllerS... method testWillUseTheLatestGroupController (line 465) | public function testWillUseTheLatestGroupController() method testCanOverrideGroupControllerWithArraySyntax (line 479) | public function testCanOverrideGroupControllerWithArraySyntax() method testRouteGroupingWithoutPrefix (line 491) | public function testRouteGroupingWithoutPrefix() method testRouteGroupChaining (line 501) | public function testRouteGroupChaining() method testRegisteringNonApprovedAttributesThrows (line 521) | public function testRegisteringNonApprovedAttributesThrows() method testCanSetWithoutScopedBindings (line 531) | public function testCanSetWithoutScopedBindings() method testCanSetWithoutScopedBindingsOnGroup (line 540) | public function testCanSetWithoutScopedBindingsOnGroup() method testCanSetScopeBindings (line 553) | public function testCanSetScopeBindings() method testCanSetScopeBindingsOnGroup (line 562) | public function testCanSetScopeBindingsOnGroup() method testCanRegisterResource (line 575) | public function testCanRegisterResource() method testCanRegisterResourcesWithExceptOption (line 584) | public function testCanRegisterResourcesWithExceptOption() method testCanRegisterResourcesWithOnlyOption (line 606) | public function testCanRegisterResourcesWithOnlyOption() method testCanRegisterResourcesWithoutOption (line 628) | public function testCanRegisterResourcesWithoutOption() method testCanRegisterResourceWithMissingOption (line 649) | public function testCanRegisterResourceWithMissingOption() method testCanAccessRegisteredResourceRoutesAsRouteCollection (line 667) | public function testCanAccessRegisteredResourceRoutesAsRouteCollection() method testCanLimitMethodsOnRegisteredResource (line 684) | public function testCanLimitMethodsOnRegisteredResource() method testCanExcludeMethodsOnRegisteredResource (line 696) | public function testCanExcludeMethodsOnRegisteredResource() method testCanLimitAndExcludeMethodsOnRegisteredResource (line 707) | public function testCanLimitAndExcludeMethodsOnRegisteredResource() method testCanSetShallowOptionOnRegisteredResource (line 720) | public function testCanSetShallowOptionOnRegisteredResource() method testCanSetScopedOptionOnRegisteredResource (line 731) | public function testCanSetScopedOptionOnRegisteredResource() method testCanExcludeMethodsOnRegisteredApiResource (line 759) | public function testCanExcludeMethodsOnRegisteredApiResource() method testCanRegisterApiResourcesWithExceptOption (line 770) | public function testCanRegisterApiResourcesWithExceptOption() method testCanRegisterApiResourcesWithOnlyOption (line 792) | public function testCanRegisterApiResourcesWithOnlyOption() method testCanRegisterApiResourcesWithoutOption (line 814) | public function testCanRegisterApiResourcesWithoutOption() method testUserCanRegisterApiResource (line 836) | public function testUserCanRegisterApiResource() method testUserCanRegisterApiResourceWithExceptOption (line 846) | public function testUserCanRegisterApiResourceWithExceptOption() method testUserCanRegisterApiResourceWithOnlyOption (line 859) | public function testUserCanRegisterApiResourceWithOnlyOption() method testCanNameRoutesOnRegisteredResource (line 871) | public function testCanNameRoutesOnRegisteredResource() method testCanOverrideParametersOnRegisteredResource (line 895) | public function testCanOverrideParametersOnRegisteredResource() method testCanSetMiddlewareOnRegisteredResource (line 907) | public function testCanSetMiddlewareOnRegisteredResource() method testCanSetMiddlewareCanOnGroups (line 915) | public function testCanSetMiddlewareCanOnGroups() method testCanSetMiddlewareCanWithModelsOnGroups (line 924) | public function testCanSetMiddlewareCanWithModelsOnGroups() method testCanSetMiddlewareCanNestedOnGroups (line 933) | public function testCanSetMiddlewareCanNestedOnGroups() method testCanSetMiddlewareForSpecifiedMethodsOnRegisteredResource (line 947) | public function testCanSetMiddlewareForSpecifiedMethodsOnRegisteredRes... method testResourceWithoutMiddlewareRegistration (line 980) | public function testResourceWithoutMiddlewareRegistration() method testCanSetExcludedMiddlewareForSpecifiedMethodsOnRegisteredResource (line 992) | public function testCanSetExcludedMiddlewareForSpecifiedMethodsOnRegis... method testResourceWithMiddlewareAsStringable (line 1009) | public function testResourceWithMiddlewareAsStringable() method testResourceWheres (line 1030) | public function testResourceWheres() method testWhereNumberRegistration (line 1046) | public function testWhereNumberRegistration() method testWhereAlphaRegistration (line 1059) | public function testWhereAlphaRegistration() method testWhereAlphaNumericRegistration (line 1072) | public function testWhereAlphaNumericRegistration() method testWhereInRegistration (line 1084) | public function testWhereInRegistration() method testWhereInEnumRegistration (line 1097) | public function testWhereInEnumRegistration() method testGroupWhereNumberRegistrationOnRouteRegistrar (line 1110) | public function testGroupWhereNumberRegistrationOnRouteRegistrar() method testGroupWhereAlphaRegistrationOnRouteRegistrar (line 1128) | public function testGroupWhereAlphaRegistrationOnRouteRegistrar() method testGroupWhereAlphaNumericRegistrationOnRouteRegistrar (line 1146) | public function testGroupWhereAlphaNumericRegistrationOnRouteRegistrar() method testGroupWhereInRegistrationOnRouteRegistrar (line 1160) | public function testGroupWhereInRegistrationOnRouteRegistrar() method testGroupWhereNumberRegistrationOnRouter (line 1178) | public function testGroupWhereNumberRegistrationOnRouter() method testGroupWhereAlphaRegistrationOnRouter (line 1196) | public function testGroupWhereAlphaRegistrationOnRouter() method testGroupWhereAlphaNumericRegistrationOnRouter (line 1214) | public function testGroupWhereAlphaNumericRegistrationOnRouter() method testGroupWhereInRegistrationOnRouter (line 1228) | public function testGroupWhereInRegistrationOnRouter() method testCanSetRouteName (line 1246) | public function testCanSetRouteName() method testCanSetRouteNameUsingNameAlias (line 1256) | public function testCanSetRouteNameUsingNameAlias() method testCanSetRouteNameUsingStringBackedEnum (line 1266) | public function testCanSetRouteNameUsingStringBackedEnum() method testCannotSetRouteNameUsingIntegerBackedEnum (line 1273) | public function testCannotSetRouteNameUsingIntegerBackedEnum() method testCanSetRouteDomainUsingStringBackedEnum (line 1280) | public function testCanSetRouteDomainUsingStringBackedEnum() method testCannotSetRouteDomainUsingIntegerBackedEnum (line 1287) | public function testCannotSetRouteDomainUsingIntegerBackedEnum() method testPushMiddlewareToGroup (line 1294) | public function testPushMiddlewareToGroup() method testPushMiddlewareToGroupUnregisteredGroup (line 1302) | public function testPushMiddlewareToGroupUnregisteredGroup() method testPushMiddlewareToGroupDuplicatedMiddleware (line 1309) | public function testPushMiddlewareToGroupDuplicatedMiddleware() method testCanRemoveMiddlewareFromGroup (line 1317) | public function testCanRemoveMiddlewareFromGroup() method testCanRemoveMiddlewareFromGroupNotUnregisteredMiddleware (line 1326) | public function testCanRemoveMiddlewareFromGroupNotUnregisteredMiddlew... method testCanRemoveMiddlewareFromGroupUnregisteredGroup (line 1335) | public function testCanRemoveMiddlewareFromGroupUnregisteredGroup() method testCanRegisterSingleton (line 1342) | public function testCanRegisterSingleton() method testCanRegisterApiSingleton (line 1353) | public function testCanRegisterApiSingleton() method testCanRegisterCreatableSingleton (line 1363) | public function testCanRegisterCreatableSingleton() method testCanRegisterCreatableApiSingleton (line 1377) | public function testCanRegisterCreatableApiSingleton() method testSingletonCreatableNotDestroyable (line 1389) | public function testSingletonCreatableNotDestroyable() method testApiSingletonCreatableNotDestroyable (line 1405) | public function testApiSingletonCreatableNotDestroyable() method testSingletonCanBeDestroyable (line 1419) | public function testSingletonCanBeDestroyable() method testApiSingletonCanBeDestroyable (line 1432) | public function testApiSingletonCanBeDestroyable() method testSingletonCanBeOnlyCreatable (line 1444) | public function testSingletonCanBeOnlyCreatable() method testApiSingletonCanBeOnlyCreatable (line 1456) | public function testApiSingletonCanBeOnlyCreatable() method testSingletonDoesntAllowIncludingUnsupportedMethods (line 1467) | public function testSingletonDoesntAllowIncludingUnsupportedMethods() method testApiSingletonCanIncludeAnySingletonMethods (line 1480) | public function testApiSingletonCanIncludeAnySingletonMethods() method testCanSetMiddlewareForSpecifiedMethodsOnRegisteredSingletonResource (line 1491) | public function testCanSetMiddlewareForSpecifiedMethodsOnRegisteredSin... method testCanSetExcludedMiddlewareForSpecifiedMethodsOnRegisteredSingletonResource (line 1526) | public function testCanSetExcludedMiddlewareForSpecifiedMethodsOnRegis... method getRoute (line 1549) | protected function getRoute() method seeMiddleware (line 1560) | protected function seeMiddleware($middleware) method seeResponse (line 1572) | protected function seeResponse($content, Request $request) class RouteRegistrarControllerStub (line 1582) | class RouteRegistrarControllerStub method index (line 1584) | public function index() method destroy (line 1589) | public function destroy() class InvokableRouteRegistrarControllerStub (line 1595) | class InvokableRouteRegistrarControllerStub method __invoke (line 1597) | public function __invoke() class RouteRegistrarMiddlewareStub (line 1603) | class RouteRegistrarMiddlewareStub FILE: tests/Routing/RouteSignatureParametersTest.php class RouteSignatureParametersTest (line 11) | class RouteSignatureParametersTest extends TestCase method test_it_can_extract_the_route_action_signature_parameters (line 13) | public function test_it_can_extract_the_route_action_signature_paramet... class SignatureParametersUser (line 30) | class SignatureParametersUser extends Model FILE: tests/Routing/RouteUriTest.php class RouteUriTest (line 9) | class RouteUriTest extends TestCase method testRouteUrisAreProperlyParsed (line 11) | #[DataProvider('uriProvider')] method uriProvider (line 22) | public static function uriProvider() FILE: tests/Routing/RoutingRedirectorTest.php class RoutingRedirectorTest (line 14) | class RoutingRedirectorTest extends TestCase method setUp (line 22) | protected function setUp(): void method testBasicRedirectTo (line 49) | public function testBasicRedirectTo() method testComplexRedirectTo (line 59) | public function testComplexRedirectTo() method testGuestPutCurrentUrlInSession (line 69) | public function testGuestPutCurrentUrlInSession() method testGuestPutPreviousUrlInSession (line 79) | public function testGuestPutPreviousUrlInSession() method testIntendedRedirectToIntendedUrlInSession (line 90) | public function testIntendedRedirectToIntendedUrlInSession() method testIntendedWithoutIntendedUrlInSession (line 99) | public function testIntendedWithoutIntendedUrlInSession() method testRefreshRedirectToCurrentUrl (line 114) | public function testRefreshRedirectToCurrentUrl() method testBackRedirectToHttpReferer (line 121) | public function testBackRedirectToHttpReferer() method testAwayDoesntValidateTheUrl (line 129) | public function testAwayDoesntValidateTheUrl() method testSecureRedirectToHttpsUrl (line 135) | public function testSecureRedirectToHttpsUrl() method testAction (line 141) | public function testAction() method testRoute (line 148) | public function testRoute() method testSignedRoute (line 157) | public function testSignedRoute() method testTemporarySignedRoute (line 165) | public function testTemporarySignedRoute() method testItSetsAndGetsValidIntendedUrl (line 173) | public function testItSetsAndGetsValidIntendedUrl() FILE: tests/Routing/RoutingRouteTest.php class RoutingRouteTest (line 50) | class RoutingRouteTest extends TestCase method testBasicDispatchingOfRoutes (line 52) | public function testBasicDispatchingOfRoutes() method testNotModifiedResponseIsProperlyReturned (line 183) | public function testNotModifiedResponseIsProperlyReturned() method testClosureMiddleware (line 197) | public function testClosureMiddleware() method testMiddlewareCanBeSkipped (line 209) | public function testMiddlewareCanBeSkipped() method testMiddlewareCanBeSkippedFromResources (line 221) | public function testMiddlewareCanBeSkippedFromResources() method testMiddlewareWorksIfControllerThrowsHttpResponseException (line 233) | public function testMiddlewareWorksIfControllerThrowsHttpResponseExcep... method testReturnsResponseWhenMiddlewareReturnsResponsable (line 264) | public function testReturnsResponseWhenMiddlewareReturnsResponsable() method testDefinedClosureMiddleware (line 286) | public function testDefinedClosureMiddleware() method testControllerClosureMiddleware (line 298) | public function testControllerClosureMiddleware() method testFluentRouting (line 317) | public function testFluentRouting() method testFluentRoutingWithControllerAction (line 340) | public function testFluentRoutingWithControllerAction() method testMiddlewareGroups (line 354) | public function testMiddlewareGroups() method testMiddlewareGroupsCanReferenceOtherGroups (line 371) | public function testMiddlewareGroupsCanReferenceOtherGroups() method testFluentRouteNamingWithinAGroup (line 389) | public function testFluentRouteNamingWithinAGroup() method testRouteGetAction (line 401) | public function testRouteGetAction() method testRouteGetControllerClass (line 415) | public function testRouteGetControllerClass() method testResolvingBindingParameters (line 428) | public function testResolvingBindingParameters() method testMacro (line 445) | public function testMacro() method testRouteMacro (line 458) | public function testRouteMacro() method testClassesCanBeInjectedIntoRoutes (line 477) | public function testClassesCanBeInjectedIntoRoutes() method testNullValuesCanBeInjectedIntoRoutes (line 494) | public function testNullValuesCanBeInjectedIntoRoutes() method testOptionsResponsesAreGeneratedByDefault (line 516) | public function testOptionsResponsesAreGeneratedByDefault() method testHeadDispatcher (line 531) | public function testHeadDispatcher() method testNonGreedyMatches (line 565) | public function testNonGreedyMatches() method testHasParameters (line 596) | public function testHasParameters() method testForgetParameter (line 608) | public function testForgetParameter() method testParameterNames (line 622) | public function testParameterNames() method testParametersWithoutNulls (line 640) | public function testParametersWithoutNulls() method testRouteParametersDefaultValue (line 664) | public function testRouteParametersDefaultValue() method testControllerCallActionMethodParameters (line 679) | public function testControllerCallActionMethodParameters() method testLeadingParamDoesntReceiveForwardSlashOnEmptyPath (line 729) | public function testLeadingParamDoesntReceiveForwardSlashOnEmptyPath() method testRoutesDontMatchNonMatchingPathsWithLeadingOptionals (line 751) | public function testRoutesDontMatchNonMatchingPathsWithLeadingOptionals() method testRoutesDontMatchNonMatchingDomain (line 762) | public function testRoutesDontMatchNonMatchingDomain() method testRouteDomainRegistration (line 773) | public function testRouteDomainRegistration() method testMatchesMethodAgainstRequests (line 782) | public function testMatchesMethodAgainstRequests() method testWherePatternsProperlyFilter (line 862) | public function testWherePatternsProperlyFilter() method testRoutePrefixParameterParsing (line 954) | public function testRoutePrefixParameterParsing() method testDotDoesNotMatchEverything (line 963) | public function testDotDoesNotMatchEverything() method testRouteBinding (line 982) | public function testRouteBinding() method testRouteClassBinding (line 994) | public function testRouteClassBinding() method testRouteClassMethodBinding (line 1004) | public function testRouteClassMethodBinding() method testMiddlewarePrioritySorting (line 1014) | public function testMiddlewarePrioritySorting() method testModelBinding (line 1043) | public function testModelBinding() method testModelBindingWithNullReturn (line 1053) | public function testModelBindingWithNullReturn() method testModelBindingWithCustomNullReturn (line 1066) | public function testModelBindingWithCustomNullReturn() method testModelBindingWithBindingClosure (line 1078) | public function testModelBindingWithBindingClosure() method testModelBindingWithCompoundParameterName (line 1090) | public function testModelBindingWithCompoundParameterName() method testModelBindingWithCompoundParameterNameAndRouteBinding (line 1097) | public function testModelBindingWithCompoundParameterNameAndRouteBindi... method testModelBindingThroughIOC (line 1105) | public function testModelBindingThroughIOC() method testRouteDependenciesCanBeResolvedThroughAttributes (line 1119) | public function testRouteDependenciesCanBeResolvedThroughAttributes() method testAfterResolvingAttributeCallbackIsCalledOnRouteDependenciesResolution (line 1140) | public function testAfterResolvingAttributeCallbackIsCalledOnRouteDepe... method testGroupMerging (line 1161) | public function testGroupMerging() method testRouteGrouping (line 1183) | public function testRouteGrouping() method testRouteGroupingOutsideOfInheritedNamespace (line 1197) | public function testRouteGroupingOutsideOfInheritedNamespace() method testCurrentRouteUses (line 1216) | public function testCurrentRouteUses() method testRouteGroupingFromFile (line 1235) | public function testRouteGroupingFromFile() method testRouteGroupingWithAs (line 1247) | public function testRouteGroupingWithAs() method testNestedRouteGroupingWithAs (line 1260) | public function testNestedRouteGroupingWithAs() method testNestedRouteGroupingPrefixing (line 1289) | public function testNestedRouteGroupingPrefixing() method testRouteMiddlewareMergeWithMiddlewareAttributesAsStrings (line 1303) | public function testRouteMiddlewareMergeWithMiddlewareAttributesAsStri... method testRoutePrefixing (line 1319) | public function testRoutePrefixing() method testRoutePreservingOriginalParametersState (line 1362) | public function testRoutePreservingOriginalParametersState() method testMergingControllerUses (line 1384) | public function testMergingControllerUses() method testInvalidActionException (line 1418) | public function testInvalidActionException() method testShallowResourceRouting (line 1429) | public function testShallowResourceRouting() method testResourceRouting (line 1464) | public function testResourceRouting() method testResourceRoutingParameters (line 1523) | public function testResourceRoutingParameters() method testResourceRouteNaming (line 1572) | public function testResourceRouteNaming() method testRouterFiresRoutedEvent (line 1628) | public function testRouterFiresRoutedEvent() method testRouterFiresRouteMatchingEvent (line 1662) | public function testRouterFiresRouteMatchingEvent() method testRouterPatternSetting (line 1687) | public function testRouterPatternSetting() method testControllerRouting (line 1698) | public function testControllerRouting() method testControllerRoutingArrayCallable (line 1718) | public function testControllerRoutingArrayCallable() method testCallableControllerRouting (line 1740) | public function testCallableControllerRouting() method testControllerMiddlewareGroups (line 1751) | public function testControllerMiddlewareGroups() method testImplicitBindings (line 1772) | public function testImplicitBindings() method testImplicitBindingsWithClosure (line 1788) | public function testImplicitBindingsWithClosure() method testImplicitBindingsWhereScopedBindingsArePrevented (line 1809) | public function testImplicitBindingsWhereScopedBindingsArePrevented() method testParentChildImplicitBindings (line 1826) | public function testParentChildImplicitBindings() method testParentChildImplicitBindingsWhereOnlySomeParametersAreScoped (line 1843) | public function testParentChildImplicitBindingsWhereOnlySomeParameters... method testApiResourceScopingWhenChildDoesNotBelongToParent (line 1867) | public function testApiResourceScopingWhenChildDoesNotBelongToParent() method testParentChildImplicitBindingsProperlyCamelCased (line 1884) | public function testParentChildImplicitBindingsProperlyCamelCased() method testImplicitBindingsWithOptionalParameterWithExistingKeyInUri (line 1901) | public function testImplicitBindingsWithOptionalParameterWithExistingK... method testOptionalBackedEnumsReturnNullWhenMissing (line 1915) | public function testOptionalBackedEnumsReturnNullWhenMissing() method testImplicitBindingsWithMissingModelHandledByMissing (line 1930) | public function testImplicitBindingsWithMissingModelHandledByMissing() method testImplicitBindingsWithMissingModelHandledByMissingOnGroupLevel (line 1951) | public function testImplicitBindingsWithMissingModelHandledByMissingOn... method testImplicitBindingsWithOptionalParameterWithNoKeyInUri (line 1974) | public function testImplicitBindingsWithOptionalParameterWithNoKeyInUri() method testImplicitBindingsWithOptionalParameterUsingEnumIsAlwaysCastedToEnum (line 1986) | public function testImplicitBindingsWithOptionalParameterUsingEnumIsAl... method testImplicitBindingsWithOptionalParameterWithNonExistingKeyInUri (line 2000) | public function testImplicitBindingsWithOptionalParameterWithNonExisti... method testImplicitBindingThroughIOC (line 2014) | public function testImplicitBindingThroughIOC() method testDispatchingCallableActionClasses (line 2031) | public function testDispatchingCallableActionClasses() method testResponseIsReturned (line 2045) | public function testResponseIsReturned() method testJsonResponseIsReturned (line 2057) | public function testJsonResponseIsReturned() method testRouteFlushController (line 2069) | public function testRouteFlushController() method testRouteRedirect (line 2091) | public function testRouteRedirect() method testRouteRedirectRetainsExistingStartingForwardSlash (line 2110) | public function testRouteRedirectRetainsExistingStartingForwardSlash() method testRouteRedirectStripsMissingStartingForwardSlash (line 2129) | public function testRouteRedirectStripsMissingStartingForwardSlash() method testRouteRedirectExceptionWhenMissingExpectedParameters (line 2148) | public function testRouteRedirectExceptionWhenMissingExpectedParameters() method testRouteRedirectWithCustomStatus (line 2168) | public function testRouteRedirectWithCustomStatus() method testRoutePermanentRedirect (line 2187) | public function testRoutePermanentRedirect() method testRouteCanMiddlewareCanBeAssigned (line 2206) | public function testRouteCanMiddlewareCanBeAssigned() method testItDispatchesEventsWhilePreparingRequest (line 2233) | public function testItDispatchesEventsWhilePreparingRequest() method getRouter (line 2267) | protected function getRouter($container = null) class RouteTestControllerStub (line 2282) | class RouteTestControllerStub extends Controller method __construct (line 2284) | public function __construct() method index (line 2292) | public function index() class RouteTestControllerCallableStub (line 2298) | class RouteTestControllerCallableStub extends Controller method __call (line 2300) | public function __call($method, $arguments = []) class RouteTestControllerMiddlewareGroupStub (line 2306) | class RouteTestControllerMiddlewareGroupStub extends Controller method __construct (line 2308) | public function __construct() method index (line 2313) | public function index() class RouteTestControllerWithParameterStub (line 2319) | class RouteTestControllerWithParameterStub extends Controller method returnParameter (line 2321) | public function returnParameter($bar = '') class RouteTestAnotherControllerWithParameterStub (line 2327) | class RouteTestAnotherControllerWithParameterStub extends Controller method callAction (line 2329) | public function callAction($method, $parameters) method oneArgument (line 2334) | public function oneArgument($one) method twoArguments (line 2339) | public function twoArguments($one, $two) method differentArgumentNames (line 2344) | public function differentArgumentNames($bar, $baz) method reversedArguments (line 2349) | public function reversedArguments($two, $one) method withModels (line 2354) | public function withModels(Request $request, RoutingTestUserModel $use... class RouteTestResourceControllerWithModelParameter (line 2360) | class RouteTestResourceControllerWithModelParameter extends Controller method show (line 2362) | public function show(RoutingTestUserModel $fooBar) class RouteTestNestedResourceControllerWithMissingUser (line 2368) | class RouteTestNestedResourceControllerWithMissingUser extends Controller method show (line 2370) | public function show(RoutingTestTeamWithoutUserModel $team, RoutingTes... class RouteTestClosureMiddlewareController (line 2375) | class RouteTestClosureMiddlewareController extends Controller method __construct (line 2377) | public function __construct() method index (line 2388) | public function index() class RouteTestControllerMiddleware (line 2394) | class RouteTestControllerMiddleware method handle (line 2396) | public function handle($request, $next) class RouteTestControllerMiddlewareTwo (line 2406) | class RouteTestControllerMiddlewareTwo method handle (line 2408) | public function handle($request, $next) class RouteTestControllerParameterizedMiddlewareOne (line 2414) | class RouteTestControllerParameterizedMiddlewareOne method handle (line 2416) | public function handle($request, $next, $parameter) class RouteTestControllerParameterizedMiddlewareTwo (line 2424) | class RouteTestControllerParameterizedMiddlewareTwo method handle (line 2426) | public function handle($request, $next, $parameter1, $parameter2) class RouteTestControllerExceptMiddleware (line 2434) | class RouteTestControllerExceptMiddleware method handle (line 2436) | public function handle($request, $next) class ResponsableResponse (line 2444) | class ResponsableResponse implements Responsable method toResponse (line 2446) | public function toResponse($request) class RouteBindingStub (line 2452) | class RouteBindingStub method bind (line 2454) | public function bind($value, $route) method find (line 2459) | public function find($value, $route) class RouteModelBindingStub (line 2465) | class RouteModelBindingStub extends Model method getRouteKeyName (line 2467) | public function getRouteKeyName() method where (line 2472) | public function where($key, $value) method first (line 2479) | public function first() class RouteModelBindingNullStub (line 2485) | class RouteModelBindingNullStub extends Model method getRouteKeyName (line 2487) | public function getRouteKeyName() method where (line 2492) | public function where($key, $value) method first (line 2497) | public function first() class RouteModelBindingClosureStub (line 2503) | class RouteModelBindingClosureStub method findAlternate (line 2505) | public function findAlternate($value) class RoutingTestMiddlewareGroupOne (line 2511) | class RoutingTestMiddlewareGroupOne method handle (line 2513) | public function handle($request, $next) class RoutingTestMiddlewareGroupTwo (line 2521) | class RoutingTestMiddlewareGroupTwo method handle (line 2523) | public function handle($request, $next, $parameter = null) class RoutingTestUserModel (line 2529) | class RoutingTestUserModel extends Model method posts (line 2531) | public function posts() method testTeams (line 2536) | public function testTeams() method getRouteKeyName (line 2541) | public function getRouteKeyName() method where (line 2546) | public function where($key, $value) method first (line 2553) | public function first() method firstOrFail (line 2558) | public function firstOrFail() class RoutingTestPostModel (line 2564) | class RoutingTestPostModel extends Model method getRouteKeyName (line 2566) | public function getRouteKeyName() method where (line 2571) | public function where($key, $value) method first (line 2578) | public function first() class RoutingTestTeamModel (line 2584) | class RoutingTestTeamModel extends Model method users (line 2586) | public function users() method getRouteKeyName (line 2591) | public function getRouteKeyName() method where (line 2596) | public function where($key, $value) method first (line 2603) | public function first() method firstOrFail (line 2608) | public function firstOrFail() class RoutingTestExtendedUserModel (line 2614) | class RoutingTestExtendedUserModel extends RoutingTestUserModel class RoutingTestNonExistingUserModel (line 2619) | class RoutingTestNonExistingUserModel extends RoutingTestUserModel method first (line 2621) | public function first() method firstOrFail (line 2626) | public function firstOrFail() class RoutingTestTeamWithoutUserModel (line 2632) | class RoutingTestTeamWithoutUserModel extends RoutingTestTeamModel method users (line 2634) | public function users() class ActionStub (line 2640) | class ActionStub method __invoke (line 2642) | public function __invoke() class ActionCountStub (line 2648) | class ActionCountStub extends Controller method __construct (line 2654) | public function __construct() method __invoke (line 2663) | public function __invoke() type ExampleMiddlewareContract (line 2674) | interface ExampleMiddlewareContract class ExampleMiddleware (line 2679) | class ExampleMiddleware implements ExampleMiddlewareContract method handle (line 2681) | public function handle($request, Closure $next) class RoutingTestOnTenant (line 2687) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 2690) | public function __construct( class RoutingTestHasTenantImpl (line 2702) | final class RoutingTestHasTenantImpl method onTenant (line 2706) | public function onTenant(RoutingTestTenant $tenant): void FILE: tests/Routing/RoutingSortedMiddlewareTest.php class RoutingSortedMiddlewareTest (line 8) | class RoutingSortedMiddlewareTest extends TestCase method testMiddlewareCanBeSortedByPriority (line 10) | public function testMiddlewareCanBeSortedByPriority() method testItDoesNotMoveNonStringValues (line 49) | public function testItDoesNotMoveNonStringValues() method testItSortsUsingParentsAndContracts (line 68) | public function testItSortsUsingParentsAndContracts() type FirstContractStub (line 104) | interface FirstContractStub class FirstStub (line 109) | class FirstStub implements FirstContractStub class SecondStub (line 114) | class SecondStub class SecondChildStub (line 119) | class SecondChildStub extends SecondStub FILE: tests/Routing/RoutingUrlGeneratorTest.php class RoutingUrlGeneratorTest (line 20) | class RoutingUrlGeneratorTest extends TestCase method testBasicGeneration (line 22) | public function testBasicGeneration() method testQueryGeneration (line 43) | public function testQueryGeneration() method testAssetGeneration (line 61) | public function testAssetGeneration() method testBasicGenerationWithHostFormatting (line 81) | public function testBasicGenerationWithHostFormatting() method testBasicGenerationWithRequestBaseUrlWithSubfolder (line 99) | public function testBasicGenerationWithRequestBaseUrlWithSubfolder() method testBasicGenerationWithRequestBaseUrlWithSubfolderAndFileSuffix (line 118) | public function testBasicGenerationWithRequestBaseUrlWithSubfolderAndF... method testBasicGenerationWithRequestBaseUrlWithFileSuffix (line 138) | public function testBasicGenerationWithRequestBaseUrlWithFileSuffix() method testBasicGenerationWithPathFormatting (line 158) | public function testBasicGenerationWithPathFormatting() method testUrlFormattersShouldReceiveTargetRoute (line 176) | public function testUrlFormattersShouldReceiveTargetRoute() method testBasicRouteGeneration (line 198) | public function testBasicRouteGeneration() method testFluentRouteNameDefinitions (line 291) | public function testFluentRouteNameDefinitions() method testControllerRoutesWithADefaultNamespace (line 307) | public function testControllerRoutesWithADefaultNamespace() method testControllerRoutesOutsideOfDefaultNamespace (line 331) | public function testControllerRoutesOutsideOfDefaultNamespace() method testRoutableInterfaceRouting (line 350) | public function testRoutableInterfaceRouting() method testRoutableInterfaceRoutingWithCustomBindingField (line 366) | public function testRoutableInterfaceRoutingWithCustomBindingField() method testRoutableInterfaceRoutingAsQueryString (line 383) | public function testRoutableInterfaceRoutingAsQueryString() method testRoutableInterfaceRoutingWithSeparateBindingFieldOnlyForSecondParameter (line 401) | public function testRoutableInterfaceRoutingWithSeparateBindingFieldOn... method testRoutableInterfaceRoutingWithSingleParameter (line 421) | public function testRoutableInterfaceRoutingWithSingleParameter() method testRoutesMaintainRequestScheme (line 437) | public function testRoutesMaintainRequestScheme() method testHttpOnlyRoutes (line 451) | public function testHttpOnlyRoutes() method testRoutesWithDomains (line 465) | public function testRoutesWithDomains() method testRoutesWithDomainsAndPorts (line 484) | public function testRoutesWithDomainsAndPorts() method testRoutesWithDomainsStripsProtocols (line 502) | public function testRoutesWithDomainsStripsProtocols() method testHttpsRoutesWithDomains (line 527) | public function testHttpsRoutesWithDomains() method testRoutesWithDomainsThroughProxy (line 541) | public function testRoutesWithDomainsThroughProxy() method providerRouteParameters (line 556) | public static function providerRouteParameters() method testUrlGenerationForControllersRequiresPassingOfRequiredParameters (line 565) | #[DataProvider('providerRouteParameters')] method provideParametersAndExpectedMeaningfulExceptionMessages (line 583) | public static function provideParametersAndExpectedMeaningfulException... method testUrlGenerationThrowsExceptionForMissingParametersWithMeaningfulMessage (line 617) | #[DataProvider('provideParametersAndExpectedMeaningfulExceptionMessage... method testSetAssetUrl (line 636) | public function testSetAssetUrl() method testUseRootUrl (line 654) | public function testUseRootUrl() method testForceHttps (line 684) | public function testForceHttps() method testPrevious (line 698) | public function testPrevious() method testPreviousPath (line 714) | public function testPreviousPath() method testPreviousPathWithBaseUrl (line 745) | public function testPreviousPathWithBaseUrl() method testRouteNotDefinedException (line 764) | public function testRouteNotDefinedException() method testSignedUrl (line 777) | public function testSignedUrl() method testSignedUrlImplicitModelBinding (line 807) | public function testSignedUrlImplicitModelBinding() method testSignedRelativeUrl (line 829) | public function testSignedRelativeUrl() method testSignedUrlParameterCannotBeNamedSignature (line 855) | public function testSignedUrlParameterCannotBeNamedSignature() method testSignedUrlParameterCannotBeNamedExpires (line 876) | public function testSignedUrlParameterCannotBeNamedExpires() method testRouteGenerationWithBackedEnums (line 897) | public function testRouteGenerationWithBackedEnums() method testRouteGenerationWithNestedBackedEnums (line 910) | public function testRouteGenerationWithNestedBackedEnums() method testSignedUrlWithKeyResolver (line 926) | public function testSignedUrlWithKeyResolver() method testMissingNamedRouteResolution (line 969) | public function testMissingNamedRouteResolution() method testPassedParametersHavePrecedenceOverDefaults (line 981) | public function testPassedParametersHavePrecedenceOverDefaults() method testComplexRouteGenerationWithDefaultsAndBindingFields (line 1014) | public function testComplexRouteGenerationWithDefaultsAndBindingFields() method testComplexRouteGenerationWithDefaultsAndMixedParameterSyntax (line 1672) | public function testComplexRouteGenerationWithDefaultsAndMixedParamete... method testDefaultsCanBeCombinedWithExtraQueryParameters (line 1758) | public function testDefaultsCanBeCombinedWithExtraQueryParameters() method testUrlGenerationWithOptionalParameters (line 1871) | public function testUrlGenerationWithOptionalParameters(): void class RoutableInterfaceStub (line 2033) | class RoutableInterfaceStub implements UrlRoutable method getRouteKey (line 2038) | public function getRouteKey() method getRouteKeyName (line 2043) | public function getRouteKeyName() method resolveRouteBinding (line 2048) | public function resolveRouteBinding($routeKey, $field = null) method resolveChildRouteBinding (line 2053) | public function resolveChildRouteBinding($childType, $routeKey, $field... class InvokableActionStub (line 2059) | class InvokableActionStub method __invoke (line 2061) | public function __invoke() class RoutingUrlGeneratorTestUser (line 2067) | class RoutingUrlGeneratorTestUser extends Model FILE: tests/Routing/fixtures/controller.php class FooController (line 5) | class FooController extends BaseController method index (line 12) | public function index() method create (line 22) | public function create() method store (line 32) | public function store() method show (line 43) | public function show($id) method edit (line 54) | public function edit($id) method update (line 65) | public function update($id) method destroy (line 76) | public function destroy($id) FILE: tests/Routing/fixtures/except_controller.php class FooController (line 5) | class FooController extends BaseController method create (line 12) | public function create() method store (line 22) | public function store() method edit (line 33) | public function edit($id) method update (line 44) | public function update($id) method destroy (line 55) | public function destroy($id) FILE: tests/Routing/fixtures/only_controller.php class FooController (line 5) | class FooController extends BaseController method index (line 12) | public function index() method show (line 23) | public function show($id) FILE: tests/Session/ArraySessionHandlerTest.php class ArraySessionHandlerTest (line 10) | class ArraySessionHandlerTest extends TestCase method tearDown (line 12) | protected function tearDown(): void method test_it_implements_the_session_handler_interface (line 19) | public function test_it_implements_the_session_handler_interface() method test_it_initializes_the_session (line 24) | public function test_it_initializes_the_session() method test_it_closes_the_session (line 31) | public function test_it_closes_the_session() method test_it_reads_data_from_the_session (line 38) | public function test_it_reads_data_from_the_session() method test_it_reads_data_from_an_almost_expired_session (line 47) | public function test_it_reads_data_from_an_almost_expired_session() method test_it_reads_data_from_an_expired_session (line 58) | public function test_it_reads_data_from_an_expired_session() method test_it_reads_data_from_a_non_existing_session (line 69) | public function test_it_reads_data_from_a_non_existing_session() method test_it_writes_session_data (line 76) | public function test_it_writes_session_data() method test_it_destroys_a_session (line 87) | public function test_it_destroys_a_session() method test_it_cleans_up_old_sessions (line 99) | public function test_it_cleans_up_old_sessions() FILE: tests/Session/CacheBasedSessionHandlerTest.php class CacheBasedSessionHandlerTest (line 10) | class CacheBasedSessionHandlerTest extends TestCase method setUp (line 16) | protected function setUp(): void method test_open (line 23) | public function test_open() method test_close (line 29) | public function test_close() method test_read_returns_data_from_cache (line 35) | public function test_read_returns_data_from_cache() method test_read_returns_empty_string_if_no_data (line 43) | public function test_read_returns_empty_string_if_no_data() method test_write_stores_data_in_cache (line 51) | public function test_write_stores_data_in_cache() method test_destroy_removes_data_from_cache (line 61) | public function test_destroy_removes_data_from_cache() method test_gc_returns_zero (line 70) | public function test_gc_returns_zero() method test_get_cache_returns_cache_instance (line 77) | public function test_get_cache_returns_cache_instance() FILE: tests/Session/EncryptedSessionStoreTest.php class EncryptedSessionStoreTest (line 12) | class EncryptedSessionStoreTest extends TestCase method testSessionIsProperlyEncrypted (line 14) | public function testSessionIsProperlyEncrypted() method getSession (line 42) | public function getSession() method getMocks (line 49) | public function getMocks() method getSessionId (line 59) | public function getSessionId() method getSessionName (line 64) | public function getSessionName() FILE: tests/Session/FileSessionHandlerTest.php class FileSessionHandlerTest (line 13) | class FileSessionHandlerTest extends TestCase method setUp (line 19) | protected function setUp(): void method test_open (line 28) | public function test_open() method test_close (line 33) | public function test_close() method test_read_returns_data_when_file_exists_and_is_valid (line 38) | public function test_read_returns_data_when_file_exists_and_is_valid() method test_read_returns_data_when_file_exists_but_expired (line 55) | public function test_read_returns_data_when_file_exists_but_expired() method test_read_returns_empty_string_when_file_does_not_exist (line 72) | public function test_read_returns_empty_string_when_file_does_not_exist() method test_write_stores_data (line 85) | public function test_write_stores_data() method test_destroy_deletes_session_file (line 98) | public function test_destroy_deletes_session_file() method test_gc_deletes_old_session_files (line 110) | public function test_gc_deletes_old_session_files() FILE: tests/Session/Middleware/AuthenticateSessionTest.php class AuthenticateSessionTest (line 15) | class AuthenticateSessionTest extends TestCase method test_handle_without_session (line 17) | public function test_handle_without_session() method test_handle_with_session_without_request_user (line 30) | public function test_handle_with_session_without_request_user() method test_handle_with_session_without_auth_password (line 46) | public function test_handle_with_session_without_auth_password() method test_handle_with_session_with_user_auth_password_on_request_via_remember_false (line 73) | public function test_handle_with_session_with_user_auth_password_on_re... method test_handle_with_invalid_password_hash (line 103) | public function test_handle_with_invalid_password_hash() method test_handle_with_invalid_incookie_password_hash_via_remember_true (line 152) | public function test_handle_with_invalid_incookie_password_hash_via_re... method test_handle_with_valid_incookie_invalid_insession_hash_via_remember_true (line 196) | public function test_handle_with_valid_incookie_invalid_insession_hash... method test_handle_with_valid_password_in_session_cookie_is_empty_guard_has_user (line 241) | public function test_handle_with_valid_password_in_session_cookie_is_e... method test_handle_with_old_format_cookie_for_backward_compatibility (line 281) | public function test_handle_with_old_format_cookie_for_backward_compat... method test_handle_with_old_format_cookie_and_legacy_guard (line 321) | public function test_handle_with_old_format_cookie_and_legacy_guard() FILE: tests/Session/SessionStoreTest.php class SessionStoreTest (line 17) | class SessionStoreTest extends TestCase method testSessionIsLoadedFromHandler (line 19) | public function testSessionIsLoadedFromHandler() method testSessionMigration (line 37) | public function testSessionMigration() method testSessionRegeneration (line 52) | public function testSessionRegeneration() method testCantSetInvalidId (line 61) | public function testCantSetInvalidId() method testSessionInvalidate (line 77) | public function testSessionInvalidate() method testBrandNewSessionIsProperlySaved (line 96) | public function testBrandNewSessionIsProperlySaved() method testSessionIsProperlyUpdated (line 121) | public function testSessionIsProperlyUpdated() method testSessionIsReSavedWhenNothingHasChanged (line 152) | public function testSessionIsReSavedWhenNothingHasChanged() method testSessionIsReSavedWhenNothingHasChangedExceptSessionId (line 184) | public function testSessionIsReSavedWhenNothingHasChangedExceptSession... method testOldInputFlashing (line 224) | public function testOldInputFlashing() method testDataFlashing (line 246) | public function testDataFlashing() method testDataFlashingNow (line 270) | public function testDataFlashingNow() method testDataMergeNewFlashes (line 286) | public function testDataMergeNewFlashes() method testReflash (line 301) | public function testReflash() method testReflashWithNow (line 311) | public function testReflashWithNow() method testOnly (line 320) | public function testOnly() method testExcept (line 329) | public function testExcept() method testReplace (line 340) | public function testReplace() method testRemove (line 350) | public function testRemove() method testClear (line 359) | public function testClear() method testIncrement (line 373) | public function testIncrement() method testDecrement (line 390) | public function testDecrement() method testHasOldInputWithoutKey (line 407) | public function testHasOldInputWithoutKey() method testHandlerNeedsRequest (line 417) | public function testHandlerNeedsRequest() method testToken (line 430) | public function testToken() method testRegenerateToken (line 436) | public function testRegenerateToken() method testName (line 444) | public function testName() method testForget (line 452) | public function testForget() method testSetPreviousUrl (line 467) | public function testSetPreviousUrl() method testPasswordConfirmed (line 479) | public function testPasswordConfirmed() method testKeyPush (line 487) | public function testKeyPush() method testKeyPull (line 496) | public function testKeyPull() method testKeyHas (line 506) | public function testKeyHas() method testKeyHasAny (line 521) | public function testKeyHasAny() method testKeyExists (line 537) | public function testKeyExists() method testKeyMissing (line 553) | public function testKeyMissing() method testBackedEnumKeyPut (line 569) | public function testBackedEnumKeyPut() method testBackedEnumKeyGet (line 578) | public function testBackedEnumKeyGet() method testBackedEnumKeyHas (line 587) | public function testBackedEnumKeyHas() method testBackedEnumKeyHasAny (line 599) | public function testBackedEnumKeyHasAny() method testBackedEnumKeyExists (line 616) | public function testBackedEnumKeyExists() method testBackedEnumKeyMissing (line 630) | public function testBackedEnumKeyMissing() method testBackedEnumKeyForget (line 644) | public function testBackedEnumKeyForget() method testBackedEnumKeyPull (line 660) | public function testBackedEnumKeyPull() method testBackedEnumKeyRemember (line 670) | public function testBackedEnumKeyRemember() method testBackedEnumKeyPush (line 681) | public function testBackedEnumKeyPush() method testBackedEnumKeyIncrement (line 690) | public function testBackedEnumKeyIncrement() method testBackedEnumKeyDecrement (line 702) | public function testBackedEnumKeyDecrement() method testBackedEnumKeyRemove (line 711) | public function testBackedEnumKeyRemove() method testBackedEnumKeyFlash (line 720) | public function testBackedEnumKeyFlash() method testBackedEnumKeyNow (line 727) | public function testBackedEnumKeyNow() method testRememberMethodCallsPutAndReturnsDefault (line 734) | public function testRememberMethodCallsPutAndReturnsDefault() method testRememberMethodReturnsPreviousValueIfItAlreadySets (line 745) | public function testRememberMethodReturnsPreviousValueIfItAlreadySets() method testValidationErrorsCanBeSerializedAsJson (line 756) | public function testValidationErrorsCanBeSerializedAsJson() method testValidationErrorsCanBeReadAsJson (line 797) | public function testValidationErrorsCanBeReadAsJson() method testItIsMacroable (line 826) | public function testItIsMacroable() method getSession (line 835) | public function getSession($serialization = 'php') method getMocks (line 842) | public function getMocks($serialization = 'json') method getSessionId (line 852) | public function getSessionId() method getSessionName (line 857) | public function getSessionName() FILE: tests/Support/Common.php class TestArrayableObject (line 12) | class TestArrayableObject implements Arrayable method toArray (line 14) | public function toArray() class TestJsonableObject (line 20) | class TestJsonableObject implements Jsonable method toJson (line 22) | public function toJson($options = 0) class TestJsonSerializeObject (line 28) | class TestJsonSerializeObject implements JsonSerializable method jsonSerialize (line 30) | public function jsonSerialize(): array class TestJsonSerializeWithScalarValueObject (line 36) | class TestJsonSerializeWithScalarValueObject implements JsonSerializable method jsonSerialize (line 38) | public function jsonSerialize(): string class TestTraversableAndJsonSerializableObject (line 44) | class TestTraversableAndJsonSerializableObject implements IteratorAggreg... method __construct (line 48) | public function __construct($items = []) method getIterator (line 53) | public function getIterator(): Traversable method jsonSerialize (line 58) | public function jsonSerialize(): array FILE: tests/Support/Concerns/CountsEnumerations.php type CountsEnumerations (line 8) | trait CountsEnumerations method makeGeneratorFunctionWithRecorder (line 10) | protected function makeGeneratorFunctionWithRecorder($numbers = 10) method assertDoesNotEnumerate (line 25) | protected function assertDoesNotEnumerate(callable $executor) method assertDoesNotEnumerateCollection (line 30) | protected function assertDoesNotEnumerateCollection( method assertEnumerates (line 37) | protected function assertEnumerates($count, callable $executor) method assertEnumeratesCollection (line 46) | protected function assertEnumeratesCollection( method assertEnumeratesOnce (line 60) | protected function assertEnumeratesOnce(callable $executor) method assertEnumeratesCollectionOnce (line 65) | protected function assertEnumeratesCollectionOnce( method assertEnumerations (line 82) | protected function assertEnumerations($expected, $actual) method countEnumerations (line 91) | protected function countEnumerations(LazyCollection $collection, &$count) FILE: tests/Support/ConfigurationUrlParserTest.php class ConfigurationUrlParserTest (line 9) | class ConfigurationUrlParserTest extends TestCase method testDatabaseUrlsAreParsed (line 11) | #[DataProvider('databaseUrls')] method testDriversAliases (line 17) | public function testDriversAliases() method databaseUrls (line 47) | public static function databaseUrls() FILE: tests/Support/DateFacadeTest.php class DateFacadeTest (line 15) | class DateFacadeTest extends TestCase method tearDown (line 17) | protected function tearDown(): void method assertBetweenStartAndNow (line 24) | protected static function assertBetweenStartAndNow($start, $actual) method testUseClosure (line 35) | public function testUseClosure() method testUseClassName (line 48) | public function testUseClassName() method testCarbonImmutable (line 59) | public function testCarbonImmutable() method testUseInvalidHandler (line 86) | public function testUseInvalidHandler() method testMacro (line 93) | public function testMacro() FILE: tests/Support/Fixtures/ClassesWithAttributes.php class UnusedAttr (line 7) | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] class ParentOnlyAttr (line 12) | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] class StrAttr (line 17) | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] method __construct (line 20) | public function __construct(public string $string) class NumAttr (line 25) | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] method __construct (line 28) | public function __construct(public int $number) class ParentClass (line 33) | #[StrAttr('lazy'), StrAttr('dog'), NumAttr(2), NumAttr(3), ParentOnlyAttr] class ChildClass (line 38) | #[StrAttr('quick'), StrAttr('brown'), StrAttr('fox'), NumAttr(7)] FILE: tests/Support/Fixtures/CustomDateClass.php class CustomDateClass (line 5) | class CustomDateClass method __construct (line 9) | public function __construct($original) method instance (line 14) | public static function instance($original) method getOriginal (line 19) | public function getOriginal() FILE: tests/Support/Fixtures/StringableObjectStub.php class StringableObjectStub (line 5) | class StringableObjectStub method __construct (line 9) | public function __construct($value) method __toString (line 14) | public function __toString() FILE: tests/Support/ForwardsCallsTest.php class ForwardsCallsTest (line 10) | class ForwardsCallsTest extends TestCase method testForwardsCalls (line 12) | public function testForwardsCalls() method testNestedForwardCalls (line 19) | public function testNestedForwardCalls() method testMissingForwardedCallThrowsCorrectError (line 26) | public function testMissingForwardedCallThrowsCorrectError() method testMissingAlphanumericForwardedCallThrowsCorrectError (line 34) | public function testMissingAlphanumericForwardedCallThrowsCorrectError() method testNonForwardedErrorIsNotTamperedWith (line 42) | public function testNonForwardedErrorIsNotTamperedWith() method testThrowBadMethodCallException (line 50) | public function testThrowBadMethodCallException() class ForwardsCallsOne (line 59) | class ForwardsCallsOne method __call (line 63) | public function __call($method, $parameters) method throwTestException (line 68) | public function throwTestException($method) class ForwardsCallsTwo (line 74) | class ForwardsCallsTwo method __call (line 78) | public function __call($method, $parameters) method forwardedTwo (line 83) | public function forwardedTwo(...$parameters) class ForwardsCallsBase (line 89) | class ForwardsCallsBase method forwardedBase (line 91) | public function forwardedBase(...$parameters) method baseError (line 96) | public function baseError() FILE: tests/Support/HigherOrderProxyTest.php class HigherOrderProxyTest (line 10) | class HigherOrderProxyTest extends TestCase method test_get_proxies_property_access_to_items (line 12) | public function test_get_proxies_property_access_to_items() method test_call_proxies_method_call_to_items (line 26) | public function test_call_proxies_method_call_to_items() method test_call_forwards_and_returns_target (line 52) | public function test_call_forwards_and_returns_target() FILE: tests/Support/LotteryTest.php class LotteryTest (line 9) | class LotteryTest extends TestCase method tearDown (line 11) | protected function tearDown(): void method testItCanWin (line 18) | public function testItCanWin() method testItCanLose (line 30) | public function testItCanLose() method testItCanReturnValues (line 46) | public function testItCanReturnValues() method testItCanChooseSeveralTimes (line 55) | public function testItCanChooseSeveralTimes() method testItCanBePassedAsCallable (line 64) | public function testItCanBePassedAsCallable() method testWithoutSpecifiedClosuresBooleansAreReturned (line 77) | public function testWithoutSpecifiedClosuresBooleansAreReturned() method testItCanForceWinningResultInTests (line 86) | public function testItCanForceWinningResultInTests() method testItCanForceLosingResultInTests (line 99) | public function testItCanForceLosingResultInTests() method testItCanForceTheResultViaSequence (line 112) | public function testItCanForceTheResultViaSequence() method testItCanHandleMissingSequenceItems (line 128) | public function testItCanHandleMissingSequenceItems() method testItThrowsForFloatsOverOne (line 149) | public function testItThrowsForFloatsOverOne() method testItThrowsForOutOfLessThanOne (line 157) | public function testItThrowsForOutOfLessThanOne() method testItCanWinWithFloat (line 164) | public function testItCanWinWithFloat() method testItCanLoseWithFloat (line 176) | public function testItCanLoseWithFloat() FILE: tests/Support/OnceTest.php class OnceTest (line 8) | class OnceTest extends TestCase method tearDown (line 10) | protected function tearDown(): void method testResultMemoization (line 18) | public function testResultMemoization() method testCallableIsCalledOnce (line 34) | public function testCallableIsCalledOnce() method testFlush (line 54) | public function testFlush() method testNotMemoizedWhenObjectIsGarbageCollected (line 75) | public function testNotMemoizedWhenObjectIsGarbageCollected() method testIsNotMemoizedWhenCallableUsesChanges (line 88) | public function testIsNotMemoizedWhenCallableUsesChanges() method testUsageOfThis (line 123) | public function testUsageOfThis() method testInvokables (line 133) | public function testInvokables() method testFirstClassCallableSyntax (line 166) | public function testFirstClassCallableSyntax() method testFirstClassCallableSyntaxWithArraySyntax (line 182) | public function testFirstClassCallableSyntaxWithArraySyntax() method testStaticMemoization (line 198) | public function testStaticMemoization() method testMemoizationWhenOnceIsWithinClosure (line 206) | public function testMemoizationWhenOnceIsWithinClosure() method testMemoizationOnGlobalFunctions (line 216) | public function testMemoizationOnGlobalFunctions() method testDisable (line 224) | public function testDisable() method testTemporaryDisable (line 234) | public function testTemporaryDisable() method testMemoizationWithinEvals (line 252) | public function testMemoizationWithinEvals() method testMemoizationOnSameLine (line 272) | public function testMemoizationOnSameLine() method testResultIsDifferentWhenCalledFromDifferentClosures (line 281) | public function testResultIsDifferentWhenCalledFromDifferentClosures() method testResultIsMemoizedWhenCalledFromMethodsWithSameName (line 292) | public function testResultIsMemoizedWhenCalledFromMethodsWithSameName() method testRecursiveOnceCalls (line 316) | public function testRecursiveOnceCalls() method testGlobalClosures (line 332) | public function testGlobalClosures() method testMemoizationNullValues (line 347) | public function testMemoizationNullValues() method testExtendedStaticClassOnceCalls (line 367) | public function testExtendedStaticClassOnceCalls() function my_rand (line 381) | function my_rand() class MyClass (line 386) | class MyClass method rand (line 388) | public function rand() method staticRand (line 393) | public static function staticRand() method callRand (line 398) | public function callRand() class MyExtendedClass (line 404) | class MyExtendedClass extends MyClass FILE: tests/Support/SleepTest.php class SleepTest (line 15) | class SleepTest extends TestCase method tearDown (line 17) | protected function tearDown(): void method testItSleepsForSeconds (line 26) | public function testItSleepsForSeconds() method testCallbacksMayBeExecutedUsingThen (line 35) | public function testCallbacksMayBeExecutedUsingThen() method testSleepRespectsWhile (line 40) | public function testSleepRespectsWhile() method testItSleepsForSecondsWithMilliseconds (line 57) | public function testItSleepsForSecondsWithMilliseconds() method testItCanFakeSleeping (line 66) | public function testItCanFakeSleeping() method testItCanSpecifyMinutes (line 77) | public function testItCanSpecifyMinutes() method testItCanSpecifyMinute (line 86) | public function testItCanSpecifyMinute() method testItCanSpecifySeconds (line 95) | public function testItCanSpecifySeconds() method testItCanSpecifySecond (line 104) | public function testItCanSpecifySecond() method testItCanSpecifyMilliseconds (line 113) | public function testItCanSpecifyMilliseconds() method testItCanSpecifyMillisecond (line 122) | public function testItCanSpecifyMillisecond() method testItCanSpecifyMicroseconds (line 131) | public function testItCanSpecifyMicroseconds() method testItCanSpecifyMicrosecond (line 141) | public function testItCanSpecifyMicrosecond() method testItCanChainDurations (line 150) | public function testItCanChainDurations() method testItCanUseDateInterval (line 160) | public function testItCanUseDateInterval() method testItThrowsForUnknownTimeUnit (line 169) | public function testItThrowsForUnknownTimeUnit() method testItCanAssertSequence (line 179) | public function testItCanAssertSequence() method testItFailsSequenceAssertion (line 192) | public function testItFailsSequenceAssertion() method testItCanUseSleep (line 210) | public function testItCanUseSleep() method testItCanUseUSleep (line 221) | public function testItCanUseUSleep() method testItCanSleepTillGivenTime (line 232) | public function testItCanSleepTillGivenTime() method testItCanSleepTillGivenTimestamp (line 244) | public function testItCanSleepTillGivenTimestamp() method testItCanSleepTillGivenTimestampAsString (line 256) | public function testItCanSleepTillGivenTimestampAsString() method testItCanSleepTillGivenTimestampAsStringWithMilliseconds (line 268) | public function testItCanSleepTillGivenTimestampAsStringWithMillisecon... method testItSleepsForZeroTimeWithNegativeDateTime (line 282) | public function testItSleepsForZeroTimeWithNegativeDateTime() method testSleepingForZeroTime (line 294) | public function testSleepingForZeroTime() method testItFailsWhenSequenceContainsTooManySleeps (line 310) | public function testItFailsWhenSequenceContainsTooManySleeps() method testSilentlySetsDurationToZeroForNegativeValues (line 327) | public function testSilentlySetsDurationToZeroForNegativeValues() method testItDoesntCaptureAssertionInstances (line 338) | public function testItDoesntCaptureAssertionInstances() method testAssertNeverSlept (line 359) | public function testAssertNeverSlept() method testAssertNeverAgainstZeroSecondSleep (line 375) | public function testAssertNeverAgainstZeroSecondSleep() method testItCanAssertNoSleepingOccurred (line 391) | public function testItCanAssertNoSleepingOccurred() method testItCanAssertSleepCount (line 412) | public function testItCanAssertSleepCount() method testAssertSlept (line 437) | public function testAssertSlept() method testItCanCreateMacrosViaMacroable (line 469) | public function testItCanCreateMacrosViaMacroable() method testItCanReplacePreviouslyDefinedDurations (line 500) | public function testItCanReplacePreviouslyDefinedDurations() method testItCanSleepConditionallyWhen (line 518) | public function testItCanSleepConditionallyWhen() method testItCanRegisterCallbacksToRunInTests (line 556) | public function testItCanRegisterCallbacksToRunInTests() method testItDoesntRunCallbacksWhenNotFaking (line 580) | public function testItDoesntRunCallbacksWhenNotFaking() method testItDoesNotSyncCarbon (line 591) | public function testItDoesNotSyncCarbon() method testItCanSyncCarbon (line 605) | public function testItCanSyncCarbon() method testFakeCanSetSyncWithCarbon (line 620) | #[TestWith([ method testFakeDoesNotNeedToSyncWithCarbon (line 642) | public function testFakeDoesNotNeedToSyncWithCarbon() FILE: tests/Support/StorageFacadeTest.php class StorageFacadeTest (line 10) | class StorageFacadeTest extends TestCase method testFake_whenDiskNotConfigured_doesNotThrowExceptionOnError (line 12) | public function testFake_whenDiskNotConfigured_doesNotThrowExceptionOn... method testFake_whenThrowSetToDisk_throwsExceptionOnError (line 19) | public function testFake_whenThrowSetToDisk_throwsExceptionOnError() method testFake_whenThrowOverwritten_usesOverwrite (line 27) | public function testFake_whenThrowOverwritten_usesOverwrite() method testPersistentFake_whenDiskNotConfigured_doesNotThrowExceptionOnError (line 35) | public function testPersistentFake_whenDiskNotConfigured_doesNotThrowE... method testPersistentFake_whenThrowSetToDisk_throwsExceptionOnError (line 42) | public function testPersistentFake_whenThrowSetToDisk_throwsExceptionO... method testPersistentFake_whenThrowOverwritten_usesOverwrite (line 50) | public function testPersistentFake_whenThrowOverwritten_usesOverwrite() method testStorageFakeMethodsWithEnums (line 58) | public function testStorageFakeMethodsWithEnums() FILE: tests/Support/SupportArrTest.php class SupportArrTest (line 20) | class SupportArrTest extends TestCase method testAccessible (line 22) | public function testAccessible(): void method testArrayable (line 40) | public function testArrayable(): void method testAdd (line 59) | public function testAdd() method testPush (line 74) | public function testPush() method testCollapse (line 99) | public function testCollapse() method testCrossJoin (line 123) | public function testCrossJoin() method testDivide (line 168) | #[IgnoreDeprecations] method testDot (line 212) | public function testDot() method testDotWithDepth (line 259) | public function testDotWithDepth() method testUndot (line 296) | public function testUndot() method testExcept (line 320) | public function testExcept() method testExceptValues (line 336) | public function testExceptValues() method testExists (line 364) | public function testExists() method testWhereNotNull (line 378) | public function testWhereNotNull(): void method testFirst (line 396) | public function testFirst() method testFirstWorksWithArrayObject (line 444) | public function testFirstWorksWithArrayObject() method testJoin (line 453) | public function testJoin() method testLast (line 466) | public function testLast() method testFlatten (line 507) | public function testFlatten() method testFlattenWithDepth (line 546) | public function testFlattenWithDepth() method testGet (line 560) | public function testGet() method testItGetsAString (line 648) | public function testItGetsAString() method testItGetsAnInteger (line 668) | public function testItGetsAnInteger() method testItGetsAFloat (line 688) | public function testItGetsAFloat() method testItGetsABoolean (line 708) | public function testItGetsABoolean() method testItGetsAnArray (line 728) | public function testItGetsAnArray() method testHas (line 748) | public function testHas() method testHasAllMethod (line 811) | public function testHasAllMethod() method testHasAnyMethod (line 834) | public function testHasAnyMethod() method testEvery (line 856) | public function testEvery() method testSome (line 863) | public function testSome() method testIsAssoc (line 870) | public function testIsAssoc() method testIsList (line 889) | public function testIsList() method testOnly (line 907) | public function testOnly() method testOnlyValues (line 926) | public function testOnlyValues() method testPluck (line 954) | public function testPluck() method testPluckWithArrayValue (line 1000) | public function testPluckWithArrayValue() method testPluckWithKeys (line 1010) | public function testPluckWithKeys() method testPluckWithCarbonKeys (line 1031) | public function testPluckWithCarbonKeys() method testArrayPluckWithArrayAndObjectValues (line 1040) | public function testArrayPluckWithArrayAndObjectValues() method testArrayPluckWithNestedKeys (line 1047) | public function testArrayPluckWithNestedKeys() method testArrayPluckWithNestedArrays (line 1056) | public function testArrayPluckWithNestedArrays() method testMap (line 1079) | public function testMap() method testMapWithEmptyArray (line 1089) | public function testMapWithEmptyArray() method testMapNullValues (line 1097) | public function testMapNullValues() method testMapWithKeys (line 1106) | public function testMapWithKeys() method testMapByReference (line 1124) | public function testMapByReference() method testMapSpread (line 1133) | public function testMapSpread() method testPrepend (line 1148) | #[IgnoreDeprecations] method testPull (line 1191) | public function testPull() method testQuery (line 1217) | public function testQuery() method testRandom (line 1227) | public function testRandom() method testRandomNotIncrementingKeys (line 1269) | public function testRandomNotIncrementingKeys() method testRandomOnEmptyArray (line 1275) | public function testRandomOnEmptyArray() method testRandomThrowsAnErrorWhenRequestingMoreItemsThanAreAvailable (line 1286) | public function testRandomThrowsAnErrorWhenRequestingMoreItemsThanAreA... method testSet (line 1311) | public function testSet() method testShuffleProducesDifferentShuffles (line 1353) | public function testShuffleProducesDifferentShuffles() method testShuffleActuallyShuffles (line 1363) | public function testShuffleActuallyShuffles() method testShuffleKeepsSameValues (line 1373) | public function testShuffleKeepsSameValues() method testSoleReturnsFirstItemInCollectionIfOnlyOneExists (line 1382) | public function testSoleReturnsFirstItemInCollectionIfOnlyOneExists() method testSoleThrowsExceptionIfNoItemsExist (line 1397) | public function testSoleThrowsExceptionIfNoItemsExist() method testSoleThrowsExceptionIfMoreThanOneItemExists (line 1404) | public function testSoleThrowsExceptionIfMoreThanOneItemExists() method testEmptyShuffle (line 1411) | public function testEmptyShuffle() method testSort (line 1416) | public function testSort() method testSortDesc (line 1442) | public function testSortDesc() method testSortRecursive (line 1468) | public function testSortRecursive() method testSortRecursiveDesc (line 1526) | public function testSortRecursiveDesc() method testToCssClasses (line 1581) | public function testToCssClasses() method testToCssStyles (line 1600) | public function testToCssStyles() method testWhere (line 1619) | public function testWhere() method testWhereKey (line 1630) | public function testWhereKey() method testForget (line 1641) | public function testForget() method testFrom (line 1698) | public function testFrom() method testWrap (line 1724) | public function testWrap() method testSortByMany (line 1749) | public function testSortByMany() method testKeyBy (line 1802) | public function testKeyBy() method testPrependKeysWith (line 1817) | public function testPrependKeysWith() method testTake (line 1838) | public function testTake(): void method testSelect (line 1858) | public function testSelect() method testReject (line 1904) | public function testReject() method testPartition (line 1932) | public function testPartition() FILE: tests/Support/SupportBenchmarkTest.php class SupportBenchmarkTest (line 8) | class SupportBenchmarkTest extends TestCase method testMeasure (line 10) | public function testMeasure(): void method testValue (line 20) | public function testValue(): void method testMacroable (line 25) | public function testMacroable(): void FILE: tests/Support/SupportBinaryCodecTest.php class SupportBinaryCodecTest (line 12) | class SupportBinaryCodecTest extends TestCase method tearDown (line 14) | protected function tearDown(): void method testFormatsReturnsDefaultFormats (line 23) | public function testFormatsReturnsDefaultFormats() method testRegisterAddsCustomFormat (line 31) | public function testRegisterAddsCustomFormat() method testRegisterOverridesDefaultFormat (line 38) | public function testRegisterOverridesDefaultFormat() method testEncodeReturnsNullForNullAndEmpty (line 46) | #[DataProvider('nullAndEmptyProvider')] method testDecodeReturnsNullForNullAndEmpty (line 53) | #[DataProvider('nullAndEmptyProvider')] method nullAndEmptyProvider (line 60) | public static function nullAndEmptyProvider(): array method testEncodeThrowsOnInvalidFormat (line 68) | public function testEncodeThrowsOnInvalidFormat() method testDecodeThrowsOnInvalidFormat (line 76) | public function testDecodeThrowsOnInvalidFormat() method testUuidEncodeFromString (line 84) | public function testUuidEncodeFromString() method testUuidEncodeFromBinary (line 91) | public function testUuidEncodeFromBinary() method testUuidEncodeFromInstance (line 98) | public function testUuidEncodeFromInstance() method testUuidDecodeFromBinary (line 105) | public function testUuidDecodeFromBinary() method testUuidDecodeFromString (line 113) | public function testUuidDecodeFromString() method testUlidEncodeFromString (line 120) | public function testUlidEncodeFromString() method testUlidEncodeFromBinary (line 127) | public function testUlidEncodeFromBinary() method testUlidEncodeFromInstance (line 134) | public function testUlidEncodeFromInstance() method testUlidDecodeFromBinary (line 141) | public function testUlidDecodeFromBinary() method testUlidDecodeFromString (line 149) | public function testUlidDecodeFromString() method testIsBinary (line 156) | public function testIsBinary() FILE: tests/Support/SupportCapsuleManagerTraitTest.php class SupportCapsuleManagerTraitTest (line 12) | class SupportCapsuleManagerTraitTest extends TestCase method testSetupContainerForCapsule (line 16) | public function testSetupContainerForCapsule() method testSetupContainerForCapsuleWhenConfigIsBound (line 26) | public function testSetupContainerForCapsuleWhenConfigIsBound() FILE: tests/Support/SupportCarbonTest.php class SupportCarbonTest (line 12) | class SupportCarbonTest extends TestCase method setUp (line 19) | protected function setUp(): void method tearDown (line 26) | protected function tearDown(): void method testInstance (line 34) | public function testInstance() method testCarbonIsMacroableWhenNotCalledStatically (line 42) | public function testCarbonIsMacroableWhenNotCalledStatically() method testCarbonIsMacroableWhenCalledStatically (line 51) | public function testCarbonIsMacroableWhenCalledStatically() method testCarbonRaisesExceptionWhenStaticMacroIsNotFound (line 60) | public function testCarbonRaisesExceptionWhenStaticMacroIsNotFound() method testCarbonRaisesExceptionWhenMacroIsNotFound (line 68) | public function testCarbonRaisesExceptionWhenMacroIsNotFound() method testCarbonAllowsCustomSerializer (line 76) | public function testCarbonAllowsCustomSerializer() method testCarbonCanSerializeToJson (line 87) | public function testCarbonCanSerializeToJson() method testSetStateReturnsCorrectType (line 92) | public function testSetStateReturnsCorrectType() method testDeserializationOccursCorrectly (line 103) | public function testDeserializationOccursCorrectly() method testSetTestNowWillPersistBetweenImmutableAndMutableInstance (line 112) | public function testSetTestNowWillPersistBetweenImmutableAndMutableIns... method testCarbonIsConditionable (line 121) | public function testCarbonIsConditionable() method testCreateFromUid (line 127) | public function testCreateFromUid() FILE: tests/Support/SupportCollectionTest.php class SupportCollectionTest (line 34) | class SupportCollectionTest extends TestCase method testFirstReturnsFirstItemInCollection (line 36) | #[DataProvider('collectionClassProvider')] method testFirstWithCallback (line 43) | #[DataProvider('collectionClassProvider')] method testFirstWithCallbackAndDefault (line 53) | #[DataProvider('collectionClassProvider')] method testFirstWithDefaultAndWithoutCallback (line 63) | #[DataProvider('collectionClassProvider')] method testSoleReturnsFirstItemInCollectionIfOnlyOneExists (line 75) | #[DataProvider('collectionClassProvider')] method testSoleThrowsExceptionIfNoItemsExist (line 88) | #[DataProvider('collectionClassProvider')] method testSoleThrowsExceptionIfMoreThanOneItemExists (line 101) | #[DataProvider('collectionClassProvider')] method testSoleReturnsFirstItemInCollectionIfOnlyOneExistsWithCallback (line 115) | #[DataProvider('collectionClassProvider')] method testSoleThrowsExceptionIfNoItemsExistWithCallback (line 125) | #[DataProvider('collectionClassProvider')] method testSoleThrowsExceptionIfMoreThanOneItemExistsWithCallback (line 137) | #[DataProvider('collectionClassProvider')] method testHasSole (line 149) | #[DataProvider('collectionClassProvider')] method testHasMany (line 177) | #[DataProvider('collectionClassProvider')] method testFirstOrFailReturnsFirstItemInCollection (line 205) | #[DataProvider('collectionClassProvider')] method testFirstOrFailThrowsExceptionIfNoItemsExist (line 218) | #[DataProvider('collectionClassProvider')] method testFirstOrFailDoesntThrowExceptionIfMoreThanOneItemExists (line 231) | #[DataProvider('collectionClassProvider')] method testFirstOrFailReturnsFirstItemInCollectionIfOnlyOneExistsWithCallback (line 243) | #[DataProvider('collectionClassProvider')] method testFirstOrFailThrowsExceptionIfNoItemsExistWithCallback (line 253) | #[DataProvider('collectionClassProvider')] method testFirstOrFailDoesntThrowExceptionIfMoreThanOneItemExistsWithCallback (line 265) | #[DataProvider('collectionClassProvider')] method testFirstOrFailStopsIteratingAtFirstMatch (line 278) | #[DataProvider('collectionClassProvider')] method testFirstWhere (line 298) | #[DataProvider('collectionClassProvider')] method testFirstWhereUsingEnum (line 317) | #[DataProvider('collectionClassProvider')] method testLastReturnsLastItemInCollection (line 331) | #[DataProvider('collectionClassProvider')] method testLastWithCallback (line 341) | #[DataProvider('collectionClassProvider')] method testLastWithCallbackAndDefault (line 361) | #[DataProvider('collectionClassProvider')] method testLastWithDefaultAndWithoutCallback (line 377) | #[DataProvider('collectionClassProvider')] method testPopReturnsAndRemovesLastItemInCollection (line 385) | public function testPopReturnsAndRemovesLastItemInCollection() method testPopReturnsAndRemovesLastXItemsInCollection (line 393) | public function testPopReturnsAndRemovesLastXItemsInCollection() method testShiftReturnsAndRemovesFirstItemInCollection (line 403) | public function testShiftReturnsAndRemovesFirstItemInCollection() method testShiftReturnsAndRemovesFirstXItemsInCollection (line 413) | public function testShiftReturnsAndRemovesFirstXItemsInCollection() method testShiftReturnsNullOnEmptyCollection (line 434) | public function testShiftReturnsNullOnEmptyCollection() method testSliding (line 451) | #[DataProvider('collectionClassProvider')] method testEmptyCollectionIsEmpty (line 540) | #[DataProvider('collectionClassProvider')] method testEmptyCollectionIsNotEmpty (line 548) | #[DataProvider('collectionClassProvider')] method testCollectionIsConstructed (line 557) | #[DataProvider('collectionClassProvider')] method testSkipMethod (line 576) | #[DataProvider('collectionClassProvider')] method testSkipUntil (line 588) | #[DataProvider('collectionClassProvider')] method testSkipWhile (line 624) | #[DataProvider('collectionClassProvider')] method testGetArrayableItems (line 660) | #[DataProvider('collectionClassProvider')] method testToArrayCallsToArrayOnEachItemInCollection (line 698) | #[DataProvider('collectionClassProvider')] method testLazyReturnsLazyCollection (line 711) | public function testLazyReturnsLazyCollection() method testJsonSerializeCallsToArrayOrJsonSerializeOnEachItemInCollection (line 723) | #[DataProvider('collectionClassProvider')] method testToJsonEncodesTheJsonSerializeResult (line 736) | #[DataProvider('collectionClassProvider')] method testToPrettyJsonEncodesTheJsonSerializeResult (line 745) | #[DataProvider('collectionClassProvider')] method testCastingToStringJsonEncodesTheToArrayResult (line 758) | #[DataProvider('collectionClassProvider')] method testOffsetAccess (line 767) | public function testOffsetAccess() method testArrayAccessOffsetExists (line 780) | public function testArrayAccessOffsetExists() method testBehavesLikeAnArrayWithArrayAccess (line 788) | public function testBehavesLikeAnArrayWithArrayAccess() method testArrayAccessOffsetGet (line 809) | public function testArrayAccessOffsetGet() method testArrayAccessOffsetSet (line 816) | public function testArrayAccessOffsetSet() method testArrayAccessOffsetUnset (line 827) | public function testArrayAccessOffsetUnset() method testForgetSingleKey (line 835) | public function testForgetSingleKey() method testForgetArrayOfKeys (line 849) | public function testForgetArrayOfKeys() method testForgetCollectionOfKeys (line 864) | public function testForgetCollectionOfKeys() method testCountable (line 879) | #[DataProvider('collectionClassProvider')] method testCountByStandalone (line 886) | #[DataProvider('collectionClassProvider')] method testCountByWithKey (line 902) | #[DataProvider('collectionClassProvider')] method testCountableByWithCallback (line 918) | #[DataProvider('collectionClassProvider')] method testAdd (line 935) | public function testAdd() method testContainsOneItem (line 947) | #[DataProvider('collectionClassProvider')] method testContainsManyItems (line 959) | #[DataProvider('collectionClassProvider')] method testIterable (line 973) | public function testIterable() method testCachingIterator (line 980) | #[DataProvider('collectionClassProvider')] method testFilter (line 987) | #[DataProvider('collectionClassProvider')] method testHigherOrderKeyBy (line 1007) | #[DataProvider('collectionClassProvider')] method testHigherOrderUnique (line 1018) | #[DataProvider('collectionClassProvider')] method testHigherOrderFilter (line 1029) | #[DataProvider('collectionClassProvider')] method testWhere (line 1056) | #[DataProvider('collectionClassProvider')] method testWhereStrict (line 1194) | #[DataProvider('collectionClassProvider')] method testWhereInstanceOf (line 1205) | #[DataProvider('collectionClassProvider')] method testWhereIn (line 1214) | #[DataProvider('collectionClassProvider')] method testWhereInStrict (line 1223) | #[DataProvider('collectionClassProvider')] method testWhereNotIn (line 1230) | #[DataProvider('collectionClassProvider')] method testWhereNotInStrict (line 1238) | #[DataProvider('collectionClassProvider')] method testValues (line 1245) | #[DataProvider('collectionClassProvider')] method testValuesResetKey (line 1254) | #[DataProvider('collectionClassProvider')] method testValue (line 1261) | #[DataProvider('collectionClassProvider')] method testValueUsingEnum (line 1279) | #[DataProvider('collectionClassProvider')] method testValueWithNegativeValue (line 1288) | #[DataProvider('collectionClassProvider')] method testValueWithObjects (line 1312) | #[DataProvider('collectionClassProvider')] method testBetween (line 1332) | #[DataProvider('collectionClassProvider')] method testWhereNotBetween (line 1343) | #[DataProvider('collectionClassProvider')] method testFlatten (line 1353) | #[DataProvider('collectionClassProvider')] method testFlattenWithDepth (line 1389) | #[DataProvider('collectionClassProvider')] method testFlattenIgnoresKeys (line 1404) | #[DataProvider('collectionClassProvider')] method testMergeNull (line 1416) | #[DataProvider('collectionClassProvider')] method testMergeArray (line 1423) | #[DataProvider('collectionClassProvider')] method testMergeCollection (line 1430) | #[DataProvider('collectionClassProvider')] method testMergeRecursiveNull (line 1437) | #[DataProvider('collectionClassProvider')] method testMergeRecursiveArray (line 1444) | #[DataProvider('collectionClassProvider')] method testMergeRecursiveCollection (line 1451) | #[DataProvider('collectionClassProvider')] method testMultiplyCollection (line 1461) | #[DataProvider('collectionClassProvider')] method testReplaceNull (line 1480) | #[DataProvider('collectionClassProvider')] method testReplaceArray (line 1487) | #[DataProvider('collectionClassProvider')] method testReplaceCollection (line 1500) | #[DataProvider('collectionClassProvider')] method testReplaceRecursiveNull (line 1522) | #[DataProvider('collectionClassProvider')] method testReplaceRecursiveArray (line 1529) | #[DataProvider('collectionClassProvider')] method testReplaceRecursiveCollection (line 1539) | #[DataProvider('collectionClassProvider')] method testUnionNull (line 1549) | #[DataProvider('collectionClassProvider')] method testUnionArray (line 1556) | #[DataProvider('collectionClassProvider')] method testUnionCollection (line 1563) | #[DataProvider('collectionClassProvider')] method testDiffCollection (line 1570) | #[DataProvider('collectionClassProvider')] method testDiffUsingWithCollection (line 1577) | #[DataProvider('collectionClassProvider')] method testDiffUsingWithNull (line 1587) | #[DataProvider('collectionClassProvider')] method testDiffNull (line 1594) | #[DataProvider('collectionClassProvider')] method testDiffKeys (line 1601) | #[DataProvider('collectionClassProvider')] method testDiffKeysUsing (line 1609) | #[DataProvider('collectionClassProvider')] method testDiffAssoc (line 1620) | #[DataProvider('collectionClassProvider')] method testDiffAssocUsing (line 1628) | #[DataProvider('collectionClassProvider')] method testDuplicates (line 1639) | #[DataProvider('collectionClassProvider')] method testDuplicatesWithKey (line 1659) | #[DataProvider('collectionClassProvider')] method testDuplicatesWithCallback (line 1672) | #[DataProvider('collectionClassProvider')] method testDuplicatesWithStrict (line 1682) | #[DataProvider('collectionClassProvider')] method testEach (line 1702) | #[DataProvider('collectionClassProvider')] method testEachSpread (line 1723) | #[DataProvider('collectionClassProvider')] method testIntersectNull (line 1756) | #[DataProvider('collectionClassProvider')] method testIntersectCollection (line 1763) | #[DataProvider('collectionClassProvider')] method testIntersectUsingWithNull (line 1770) | #[DataProvider('collectionClassProvider')] method testIntersectUsingCollection (line 1778) | #[DataProvider('collectionClassProvider')] method testIntersectAssocWithNull (line 1786) | #[DataProvider('collectionClassProvider')] method testIntersectAssocCollection (line 1794) | #[DataProvider('collectionClassProvider')] method testIntersectAssocUsingWithNull (line 1803) | #[DataProvider('collectionClassProvider')] method testIntersectAssocUsingCollection (line 1811) | #[DataProvider('collectionClassProvider')] method testIntersectByKeysNull (line 1820) | #[DataProvider('collectionClassProvider')] method testIntersectByKeys (line 1827) | #[DataProvider('collectionClassProvider')] method testUnique (line 1837) | #[DataProvider('collectionClassProvider')] method testUniqueWithCallback (line 1847) | #[DataProvider('collectionClassProvider')] method testUniqueStrict (line 1880) | #[DataProvider('collectionClassProvider')] method testCollapse (line 1910) | #[DataProvider('collectionClassProvider')] method testCollapseWithNestedCollections (line 1935) | #[DataProvider('collectionClassProvider')] method testCollapseWithKeys (line 1942) | #[DataProvider('collectionClassProvider')] method testCollapseWithKeysOnNestedCollections (line 1953) | #[DataProvider('collectionClassProvider')] method testJoin (line 1960) | #[DataProvider('collectionClassProvider')] method testCrossJoin (line 1974) | #[DataProvider('collectionClassProvider')] method testSort (line 2004) | #[DataProvider('collectionClassProvider')] method testSortDesc (line 2023) | #[DataProvider('collectionClassProvider')] method testSortWithCallback (line 2042) | #[DataProvider('collectionClassProvider')] method testSortBy (line 2056) | #[DataProvider('collectionClassProvider')] method testSortByString (line 2074) | #[DataProvider('collectionClassProvider')] method testSortByCallableString (line 2088) | #[DataProvider('collectionClassProvider')] method testSortByCallableStringDesc (line 2097) | #[DataProvider('collectionClassProvider')] method testSortByAlwaysReturnsAssoc (line 2112) | #[DataProvider('collectionClassProvider')] method testSortByMany (line 2140) | #[DataProvider('collectionClassProvider')] method testNaturalSortByManyWithNull (line 2226) | #[DataProvider('collectionClassProvider')] method testSortKeys (line 2246) | #[DataProvider('collectionClassProvider')] method testSortKeysDesc (line 2254) | #[DataProvider('collectionClassProvider')] method testSortKeysUsing (line 2262) | #[DataProvider('collectionClassProvider')] method testReverse (line 2270) | #[DataProvider('collectionClassProvider')] method testFlip (line 2284) | #[DataProvider('collectionClassProvider')] method testChunk (line 2291) | #[DataProvider('collectionClassProvider')] method testChunkWhenGivenZeroAsSize (line 2304) | #[DataProvider('collectionClassProvider')] method testChunkWhenGivenLessThanZero (line 2315) | #[DataProvider('collectionClassProvider')] method testChunkPreservingKeys (line 2326) | #[DataProvider('collectionClassProvider')] method testSplitIn (line 2344) | #[DataProvider('collectionClassProvider')] method testChunkWhileOnEqualElements (line 2358) | #[DataProvider('collectionClassProvider')] method testChunkWhileOnContiguouslyIncreasingIntegers (line 2373) | #[DataProvider('collectionClassProvider')] method testChunkWhilePreservingStringKeys (line 2390) | #[DataProvider('collectionClassProvider')] method testEvery (line 2405) | #[DataProvider('collectionClassProvider')] method testExcept (line 2435) | #[DataProvider('collectionClassProvider')] method testExceptSelf (line 2450) | #[DataProvider('collectionClassProvider')] method testPluckWithArrayAndObjectValues (line 2457) | #[DataProvider('collectionClassProvider')] method testPluckWithArrayAccessValues (line 2465) | #[DataProvider('collectionClassProvider')] method testPluckWithDotNotation (line 2477) | #[DataProvider('collectionClassProvider')] method testPluckWithClosure (line 2498) | #[DataProvider('collectionClassProvider')] method testPluckDuplicateKeysExist (line 2520) | #[DataProvider('collectionClassProvider')] method testHas (line 2533) | #[DataProvider('collectionClassProvider')] method testHasAny (line 2544) | #[DataProvider('collectionClassProvider')] method testImplode (line 2558) | #[DataProvider('collectionClassProvider')] method testImplodeModels (line 2586) | #[DataProvider('collectionClassProvider')] method testTake (line 2601) | #[DataProvider('collectionClassProvider')] method testGetOrPut (line 2609) | public function testGetOrPut() method testGetOrPutWithNoKey (line 2640) | public function testGetOrPutWithNoKey() method testPut (line 2652) | public function testPut() method testPutWithNoKey (line 2659) | public function testPutWithNoKey() method testRandom (line 2666) | #[DataProvider('collectionClassProvider')] method testRandomOnEmptyCollection (line 2714) | #[DataProvider('collectionClassProvider')] method testTakeLast (line 2728) | #[DataProvider('collectionClassProvider')] method testTakeUntilUsingValue (line 2736) | #[DataProvider('collectionClassProvider')] method testTakeUntilUsingCallback (line 2746) | #[DataProvider('collectionClassProvider')] method testTakeUntilReturnsAllItemsForUnmetValue (line 2758) | #[DataProvider('collectionClassProvider')] method testTakeUntilCanBeProxied (line 2774) | #[DataProvider('collectionClassProvider')] method testTakeWhileUsingValue (line 2790) | #[DataProvider('collectionClassProvider')] method testTakeWhileUsingCallback (line 2800) | #[DataProvider('collectionClassProvider')] method testTakeWhileReturnsNoItemsForUnmetValue (line 2812) | #[DataProvider('collectionClassProvider')] method testTakeWhileCanBeProxied (line 2828) | #[DataProvider('collectionClassProvider')] method testMacroable (line 2845) | #[DataProvider('collectionClassProvider')] method testCanAddMethodsToProxy (line 2862) | #[DataProvider('collectionClassProvider')] method testMakeMethod (line 2878) | #[DataProvider('collectionClassProvider')] method testMakeMethodFromNull (line 2885) | #[DataProvider('collectionClassProvider')] method testMakeMethodFromCollection (line 2895) | #[DataProvider('collectionClassProvider')] method testMakeMethodFromArray (line 2903) | #[DataProvider('collectionClassProvider')] method testWrapWithScalar (line 2910) | #[DataProvider('collectionClassProvider')] method testWrapWithArray (line 2917) | #[DataProvider('collectionClassProvider')] method testWrapWithArrayable (line 2924) | #[DataProvider('collectionClassProvider')] method testWrapWithJsonable (line 2931) | #[DataProvider('collectionClassProvider')] method testWrapWithJsonSerialize (line 2938) | #[DataProvider('collectionClassProvider')] method testWrapWithCollectionClass (line 2945) | #[DataProvider('collectionClassProvider')] method testWrapWithCollectionSubclass (line 2952) | #[DataProvider('collectionClassProvider')] method testUnwrapCollection (line 2960) | #[DataProvider('collectionClassProvider')] method testUnwrapCollectionWithArray (line 2967) | #[DataProvider('collectionClassProvider')] method testUnwrapCollectionWithScalar (line 2973) | #[DataProvider('collectionClassProvider')] method testEmptyMethod (line 2979) | #[DataProvider('collectionClassProvider')] method testTimesMethod (line 2987) | #[DataProvider('collectionClassProvider')] method testRangeMethod (line 3010) | #[DataProvider('collectionClassProvider')] method testFromJson (line 3044) | #[DataProvider('collectionClassProvider')] method testFromJsonWithDepth (line 3054) | #[DataProvider('collectionClassProvider')] method testFromJsonWithFlags (line 3065) | #[DataProvider('collectionClassProvider')] method testConstructMakeFromObject (line 3073) | #[DataProvider('collectionClassProvider')] method testConstructMethod (line 3082) | #[DataProvider('collectionClassProvider')] method testConstructMethodFromNull (line 3089) | #[DataProvider('collectionClassProvider')] method testConstructMethodFromCollection (line 3099) | #[DataProvider('collectionClassProvider')] method testConstructMethodFromArray (line 3107) | #[DataProvider('collectionClassProvider')] method testConstructMethodFromObject (line 3114) | #[DataProvider('collectionClassProvider')] method testConstructMethodFromWeakMap (line 3123) | #[DataProvider('collectionClassProvider')] method testSplice (line 3134) | public function testSplice() method testGetPluckValueWithAccessors (line 3162) | #[DataProvider('collectionClassProvider')] method testMap (line 3172) | #[DataProvider('collectionClassProvider')] method testMapSpread (line 3189) | #[DataProvider('collectionClassProvider')] method testFlatMap (line 3211) | #[DataProvider('collectionClassProvider')] method testMapToDictionary (line 3224) | #[DataProvider('collectionClassProvider')] method testMapToDictionaryWithNumericKeys (line 3243) | #[DataProvider('collectionClassProvider')] method testMapToGroups (line 3255) | #[DataProvider('collectionClassProvider')] method testMapToGroupsWithNumericKeys (line 3274) | #[DataProvider('collectionClassProvider')] method testMapWithKeys (line 3287) | #[DataProvider('collectionClassProvider')] method testMapWithKeysIntegerKeys (line 3304) | #[DataProvider('collectionClassProvider')] method testMapWithKeysMultipleRows (line 3321) | #[DataProvider('collectionClassProvider')] method testMapWithKeysCallbackKey (line 3345) | #[DataProvider('collectionClassProvider')] method testMapInto (line 3362) | #[DataProvider('collectionClassProvider')] method testMapIntoWithIntBackedEnums (line 3375) | #[DataProvider('collectionClassProvider')] method testMapIntoWithStringBackedEnums (line 3388) | #[DataProvider('collectionClassProvider')] method testNth (line 3401) | #[DataProvider('collectionClassProvider')] method testNthThrowsExceptionForInvalidStep (line 3426) | #[DataProvider('collectionClassProvider')] method testNthThrowsExceptionForNegativeStep (line 3435) | #[DataProvider('collectionClassProvider')] method testSplitThrowsExceptionForInvalidNumberOfGroups (line 3444) | #[DataProvider('collectionClassProvider')] method testSplitThrowsExceptionForNegativeNumberOfGroups (line 3453) | #[DataProvider('collectionClassProvider')] method testSplitInThrowsExceptionForInvalidNumberOfGroups (line 3462) | #[DataProvider('collectionClassProvider')] method testSplitInThrowsExceptionForNegativeNumberOfGroups (line 3471) | #[DataProvider('collectionClassProvider')] method testMapWithKeysOverwritingKeys (line 3480) | #[DataProvider('collectionClassProvider')] method testTransform (line 3500) | public function testTransform() method testGroupByAttribute (line 3509) | #[DataProvider('collectionClassProvider')] method testGroupByAttributeWithStringableKey (line 3521) | #[DataProvider('collectionClassProvider')] method testGroupByAttributeWithEnumKey (line 3543) | #[DataProvider('collectionClassProvider')] method testGroupByCallable (line 3559) | #[DataProvider('collectionClassProvider')] method sortByRating (line 3571) | public function sortByRating(array $value) method sortByUrl (line 3576) | public function sortByUrl(array $value) method testGroupByAttributeWithBackedEnumKey (line 3581) | #[DataProvider('collectionClassProvider')] method testGroupByAttributePreservingKeys (line 3593) | #[DataProvider('collectionClassProvider')] method testGroupByClosureWhereItemsHaveSingleGroup (line 3608) | #[DataProvider('collectionClassProvider')] method testGroupByClosureWhereItemsHaveSingleGroupPreservingKeys (line 3620) | #[DataProvider('collectionClassProvider')] method testGroupByClosureWhereItemsHaveMultipleGroups (line 3637) | #[DataProvider('collectionClassProvider')] method testGroupByClosureWhereItemsHaveMultipleGroupsPreservingKeys (line 3667) | #[DataProvider('collectionClassProvider')] method testGroupByMultiLevelAndClosurePreservingKeys (line 3697) | #[DataProvider('collectionClassProvider')] method testKeyByAttribute (line 3740) | #[DataProvider('collectionClassProvider')] method testKeyByClosure (line 3754) | #[DataProvider('collectionClassProvider')] method testKeyByObject (line 3770) | #[DataProvider('collectionClassProvider')] method testContains (line 3786) | #[DataProvider('collectionClassProvider')] method testDoesntContain (line 3845) | #[DataProvider('collectionClassProvider')] method testDoesntContainStrict (line 3904) | #[DataProvider('collectionClassProvider')] method testSome (line 3952) | #[DataProvider('collectionClassProvider')] method testContainsStrict (line 3991) | #[DataProvider('collectionClassProvider')] method testContainsWithOperator (line 4037) | #[DataProvider('collectionClassProvider')] method testGettingSumFromCollection (line 4048) | #[DataProvider('collectionClassProvider')] method testCanSumValuesWithoutACallback (line 4060) | #[DataProvider('collectionClassProvider')] method testGettingSumFromEmptyCollection (line 4067) | #[DataProvider('collectionClassProvider')] method testValueRetrieverAcceptsDotNotation (line 4074) | #[DataProvider('collectionClassProvider')] method testPullRetrievesItemFromCollection (line 4085) | public function testPullRetrievesItemFromCollection() method testPullRemovesItemFromCollection (line 4098) | public function testPullRemovesItemFromCollection() method testPullRemovesItemFromNestedCollection (line 4107) | public function testPullRemovesItemFromNestedCollection() method testPullReturnsDefault (line 4134) | public function testPullReturnsDefault() method testRejectRemovesElementsPassingTruthTest (line 4141) | #[DataProvider('collectionClassProvider')] method testRejectWithoutAnArgumentRemovesTruthyValues (line 4169) | #[DataProvider('collectionClassProvider')] method testSearchReturnsIndexOfFirstFoundItem (line 4190) | #[DataProvider('collectionClassProvider')] method testSearchInStrictMode (line 4206) | #[DataProvider('collectionClassProvider')] method testSearchReturnsFalseWhenItemIsNotFound (line 4219) | #[DataProvider('collectionClassProvider')] method testBeforeReturnsItemBeforeTheGivenItem (line 4234) | #[DataProvider('collectionClassProvider')] method testBeforeInStrictMode (line 4251) | #[DataProvider('collectionClassProvider')] method testBeforeReturnsNullWhenItemIsNotFound (line 4264) | #[DataProvider('collectionClassProvider')] method testBeforeReturnsNullWhenItemOnTheFirstitem (line 4279) | #[DataProvider('collectionClassProvider')] method testAfterReturnsItemAfterTheGivenItem (line 4293) | #[DataProvider('collectionClassProvider')] method testAfterInStrictMode (line 4313) | #[DataProvider('collectionClassProvider')] method testAfterReturnsNullWhenItemIsNotFound (line 4326) | #[DataProvider('collectionClassProvider')] method testAfterReturnsNullWhenItemOnTheLastItem (line 4341) | #[DataProvider('collectionClassProvider')] method testKeys (line 4355) | #[DataProvider('collectionClassProvider')] method testPaginate (line 4365) | #[DataProvider('collectionClassProvider')] method testPrepend (line 4375) | #[IgnoreDeprecations] method testPushWithOneItem (line 4403) | public function testPushWithOneItem() method testPushWithMultipleItems (line 4422) | public function testPushWithMultipleItems() method testUnshiftWithOneItem (line 4448) | public function testUnshiftWithOneItem() method testUnshiftWithMultipleItems (line 4467) | public function testUnshiftWithMultipleItems() method testZip (line 4493) | #[DataProvider('collectionClassProvider')] method testPadPadsArrayWithValue (line 4522) | #[DataProvider('collectionClassProvider')] method testGettingMaxItemsFromCollection (line 4542) | #[DataProvider('collectionClassProvider')] method testGettingMinItemsFromCollection (line 4563) | #[DataProvider('collectionClassProvider')] method testOnly (line 4594) | #[DataProvider('collectionClassProvider')] method testSelectWithArrays (line 4609) | #[DataProvider('collectionClassProvider')] method testSelectWithArrayAccess (line 4638) | #[DataProvider('collectionClassProvider')] method testSelectWithObjects (line 4667) | #[DataProvider('collectionClassProvider')] method testGettingAvgItemsFromCollection (line 4696) | #[DataProvider('collectionClassProvider')] method testJsonSerialize (line 4741) | #[DataProvider('collectionClassProvider')] method testCombineWithArray (line 4761) | #[DataProvider('collectionClassProvider')] method testCombineWithCollection (line 4802) | #[DataProvider('collectionClassProvider')] method testConcatWithArray (line 4818) | #[DataProvider('collectionClassProvider')] method testConcatWithCollection (line 4844) | #[DataProvider('collectionClassProvider')] method testDump (line 4872) | #[DataProvider('collectionClassProvider')] method testReduce (line 4888) | #[DataProvider('collectionClassProvider')] method testReduceSpread (line 4905) | #[DataProvider('collectionClassProvider')] method testReduceSpreadThrowsAnExceptionIfReducerDoesNotReturnAnArray (line 4923) | #[DataProvider('collectionClassProvider')] method testRandomThrowsAnExceptionUsingAmountBiggerThanCollectionSize (line 4935) | #[DataProvider('collectionClassProvider')] method testPipe (line 4944) | #[DataProvider('collectionClassProvider')] method testPipeInto (line 4954) | #[DataProvider('collectionClassProvider')] method testPipeThrough (line 4966) | #[DataProvider('collectionClassProvider')] method testMedianValueWithArrayCollection (line 4983) | #[DataProvider('collectionClassProvider')] method testMedianValueByKey (line 4991) | #[DataProvider('collectionClassProvider')] method testMedianOnCollectionWithNull (line 5003) | #[DataProvider('collectionClassProvider')] method testEvenMedianCollection (line 5015) | #[DataProvider('collectionClassProvider')] method testMedianOutOfOrderCollection (line 5025) | #[DataProvider('collectionClassProvider')] method testMedianOnEmptyCollectionReturnsNull (line 5036) | #[DataProvider('collectionClassProvider')] method testModeOnNullCollection (line 5043) | #[DataProvider('collectionClassProvider')] method testMode (line 5050) | #[DataProvider('collectionClassProvider')] method testModeValueByKey (line 5058) | #[DataProvider('collectionClassProvider')] method testWithMultipleModeValues (line 5077) | #[DataProvider('collectionClassProvider')] method testSliceOffset (line 5084) | #[DataProvider('collectionClassProvider')] method testSliceNegativeOffset (line 5091) | #[DataProvider('collectionClassProvider')] method testSliceOffsetAndLength (line 5098) | #[DataProvider('collectionClassProvider')] method testSliceOffsetAndNegativeLength (line 5105) | #[DataProvider('collectionClassProvider')] method testSliceNegativeOffsetAndLength (line 5112) | #[DataProvider('collectionClassProvider')] method testSliceNegativeOffsetAndNegativeLength (line 5119) | #[DataProvider('collectionClassProvider')] method testCollectionFromTraversable (line 5126) | #[DataProvider('collectionClassProvider')] method testCollectionFromTraversableWithKeys (line 5133) | #[DataProvider('collectionClassProvider')] method testCollectionFromEnum (line 5140) | #[DataProvider('collectionClassProvider')] method testCollectionFromBackedEnum (line 5147) | #[DataProvider('collectionClassProvider')] method testSplitCollectionWithADivisibleCount (line 5154) | #[DataProvider('collectionClassProvider')] method testSplitCollectionWithAnUndivisableCount (line 5185) | #[DataProvider('collectionClassProvider')] method testSplitCollectionWithCountLessThenDivisor (line 5202) | #[DataProvider('collectionClassProvider')] method testSplitCollectionIntoThreeWithCountOfFour (line 5219) | #[DataProvider('collectionClassProvider')] method testSplitCollectionIntoThreeWithCountOfFive (line 5237) | #[DataProvider('collectionClassProvider')] method testSplitCollectionIntoSixWithCountOfTen (line 5255) | #[DataProvider('collectionClassProvider')] method testSplitEmptyCollection (line 5276) | #[DataProvider('collectionClassProvider')] method testHigherOrderCollectionGroupBy (line 5293) | #[DataProvider('collectionClassProvider')] method testHigherOrderCollectionMap (line 5314) | #[DataProvider('collectionClassProvider')] method testHigherOrderCollectionMapFromArrays (line 5329) | #[DataProvider('collectionClassProvider')] method testHigherOrderCollectionStaticCall (line 5344) | #[DataProvider('collectionClassProvider')] method testPartition (line 5357) | #[DataProvider('collectionClassProvider')] method testPartitionCallbackWithKey (line 5370) | #[DataProvider('collectionClassProvider')] method testPartitionByKey (line 5383) | #[DataProvider('collectionClassProvider')] method testPartitionWithOperators (line 5396) | #[DataProvider('collectionClassProvider')] method testPartitionPreservesKeys (line 5431) | #[DataProvider('collectionClassProvider')] method testPartitionEmptyCollection (line 5444) | #[DataProvider('collectionClassProvider')] method testHigherOrderPartition (line 5454) | #[DataProvider('collectionClassProvider')] method testTap (line 5468) | #[DataProvider('collectionClassProvider')] method testWhen (line 5485) | #[DataProvider('collectionClassProvider')] method testWhenDefault (line 5505) | #[DataProvider('collectionClassProvider')] method testWhenEmpty (line 5519) | #[DataProvider('collectionClassProvider')] method testWhenEmptyDefault (line 5539) | #[DataProvider('collectionClassProvider')] method testWhenNotEmpty (line 5553) | #[DataProvider('collectionClassProvider')] method testWhenNotEmptyDefault (line 5573) | #[DataProvider('collectionClassProvider')] method testHigherOrderWhenAndUnless (line 5587) | #[DataProvider('collectionClassProvider')] method testHigherOrderWhenAndUnlessWithProxy (line 5609) | #[DataProvider('collectionClassProvider')] method testUnless (line 5631) | #[DataProvider('collectionClassProvider')] method testUnlessDefault (line 5651) | #[DataProvider('collectionClassProvider')] method testUnlessEmpty (line 5665) | #[DataProvider('collectionClassProvider')] method testUnlessEmptyDefault (line 5685) | #[DataProvider('collectionClassProvider')] method testUnlessNotEmpty (line 5699) | #[DataProvider('collectionClassProvider')] method testUnlessNotEmptyDefault (line 5719) | #[DataProvider('collectionClassProvider')] method testHasReturnsValidResults (line 5733) | #[DataProvider('collectionClassProvider')] method testPutAddsItemToCollection (line 5743) | public function testPutAddsItemToCollection() method testItThrowsExceptionWhenTryingToAccessNoProxyProperty (line 5755) | #[DataProvider('collectionClassProvider')] method testGetWithNullReturnsNull (line 5764) | #[DataProvider('collectionClassProvider')] method testGetWithDefaultValue (line 5771) | #[DataProvider('collectionClassProvider')] method testGetWithCallbackAsDefaultValue (line 5778) | #[DataProvider('collectionClassProvider')] method testWhereNull (line 5788) | #[DataProvider('collectionClassProvider')] method testWhereNullWithoutKey (line 5806) | #[DataProvider('collectionClassProvider')] method testWhereNotNull (line 5815) | #[DataProvider('collectionClassProvider')] method testWhereNotNullWithoutKey (line 5836) | #[DataProvider('collectionClassProvider')] method testCollect (line 5850) | #[DataProvider('collectionClassProvider')] method testUndot (line 5868) | #[DataProvider('collectionClassProvider')] method testDot (line 5902) | #[DataProvider('collectionClassProvider')] method testDotWithDepth (line 5936) | #[DataProvider('collectionClassProvider')] method testEnsureForScalar (line 5957) | #[DataProvider('collectionClassProvider')] method testEnsureForObjects (line 5969) | #[DataProvider('collectionClassProvider')] method testEnsureForInheritance (line 5981) | #[DataProvider('collectionClassProvider')] method testEnsureForMultipleTypes (line 5994) | #[DataProvider('collectionClassProvider')] method testPercentageWithFlatCollection (line 6007) | #[DataProvider('collectionClassProvider')] method testPercentageWithNestedCollection (line 6018) | #[DataProvider('collectionClassProvider')] method testHighOrderPercentage (line 6034) | #[DataProvider('collectionClassProvider')] method testPercentageReturnsNullForEmptyCollections (line 6047) | #[DataProvider('collectionClassProvider')] method collectionClassProvider (line 6060) | public static function collectionClassProvider() class TestSupportCollectionHigherOrderItem (line 6069) | class TestSupportCollectionHigherOrderItem method __construct (line 6073) | public function __construct($name = 'taylor') method uppercase (line 6078) | public function uppercase() method is (line 6083) | public function is($name) class TestSupportCollectionHigherOrderStaticClass1 (line 6089) | class TestSupportCollectionHigherOrderStaticClass1 method transform (line 6091) | public static function transform($name) method matches (line 6096) | public static function matches($name) class TestSupportCollectionHigherOrderStaticClass2 (line 6102) | class TestSupportCollectionHigherOrderStaticClass2 method transform (line 6104) | public static function transform($name) method matches (line 6109) | public static function matches($name) class TestAccessorEloquentTestStub (line 6115) | class TestAccessorEloquentTestStub method __construct (line 6119) | public function __construct($attributes) method __get (line 6124) | public function __get($attribute) method __isset (line 6134) | public function __isset($attribute) method getSomeAttribute (line 6145) | public function getSomeAttribute() class TestArrayAccessImplementation (line 6151) | class TestArrayAccessImplementation implements ArrayAccess method __construct (line 6155) | public function __construct($arr) method offsetExists (line 6160) | public function offsetExists($offset): bool method offsetGet (line 6165) | public function offsetGet($offset): mixed method offsetSet (line 6170) | public function offsetSet($offset, $value): void method offsetUnset (line 6175) | public function offsetUnset($offset): void class TestJsonSerializeToStringObject (line 6181) | class TestJsonSerializeToStringObject implements JsonSerializable method jsonSerialize (line 6183) | public function jsonSerialize(): string class TestCollectionMapIntoObject (line 6189) | class TestCollectionMapIntoObject method __construct (line 6193) | public function __construct($value) class TestCollectionSubclass (line 6199) | class TestCollectionSubclass extends Collection FILE: tests/Support/SupportComposerTest.php class SupportComposerTest (line 13) | class SupportComposerTest extends TestCase method testDumpAutoloadRunsTheCorrectCommand (line 15) | public function testDumpAutoloadRunsTheCorrectCommand() method testDumpAutoloadRunsTheCorrectCommandWhenCustomComposerPharIsPresent (line 22) | public function testDumpAutoloadRunsTheCorrectCommandWhenCustomCompose... method testDumpAutoloadRunsTheCorrectCommandWithExtraArguments (line 32) | public function testDumpAutoloadRunsTheCorrectCommandWithExtraArguments() method testDumpOptimizedTheCorrectCommand (line 39) | public function testDumpOptimizedTheCorrectCommand() method testRequirePackagesRunsTheCorrectCommand (line 46) | public function testRequirePackagesRunsTheCorrectCommand() method testRemovePackagesRunsTheCorrectCommand (line 53) | public function testRemovePackagesRunsTheCorrectCommand() method mockComposer (line 60) | private function mockComposer(array $expectedProcessArguments, $custom... FILE: tests/Support/SupportConditionableTest.php class SupportConditionableTest (line 8) | class SupportConditionableTest extends TestCase method testWhenConditionCallback (line 10) | public function testWhenConditionCallback() method testWhenDefaultCallback (line 35) | public function testWhenDefaultCallback() method testUnlessConditionCallback (line 60) | public function testUnlessConditionCallback() method testUnlessDefaultCallback (line 85) | public function testUnlessDefaultCallback() method testWhenProxy (line 110) | public function testWhenProxy() method testUnlessProxy (line 138) | public function testUnlessProxy() class ConditionableLogger (line 167) | class ConditionableLogger method log (line 175) | public function log(...$values) method has (line 182) | public function has($value) method toggle (line 187) | public function toggle() FILE: tests/Support/SupportEnumValueFunctionTest.php class SupportEnumValueFunctionTest (line 12) | class SupportEnumValueFunctionTest extends TestCase method test_it_can_handle_enum_value (line 14) | #[DataProvider('scalarDataProvider')] method test_it_can_fallback_to_use_default_if_value_is_null (line 20) | public function test_it_can_fallback_to_use_default_if_value_is_null() method scalarDataProvider (line 26) | public static function scalarDataProvider() FILE: tests/Support/SupportFacadeTest.php class SupportFacadeTest (line 12) | class SupportFacadeTest extends TestCase method setUp (line 14) | protected function setUp(): void method testFacadeCallsUnderlyingApplication (line 20) | public function testFacadeCallsUnderlyingApplication() method testShouldReceiveReturnsAMockeryMock (line 29) | public function testShouldReceiveReturnsAMockeryMock() method testSpyReturnsAMockerySpy (line 39) | public function testSpyReturnsAMockerySpy() method testShouldReceiveCanBeCalledTwice (line 51) | public function testShouldReceiveCanBeCalledTwice() method testCanBeMockedWithoutUnderlyingInstance (line 63) | public function testCanBeMockedWithoutUnderlyingInstance() method testExpectsReturnsAMockeryMockWithExpectationRequired (line 69) | public function testExpectsReturnsAMockeryMockWithExpectationRequired() method testFacadeResolvesAgainAfterClearingSpecific (line 79) | public function testFacadeResolvesAgainAfterClearingSpecific() method testFacadeResolvesAgainAfterClearingAll (line 98) | public function testFacadeResolvesAgainAfterClearingAll() class FacadeStub (line 114) | class FacadeStub extends Facade method getFacadeAccessor (line 116) | protected static function getFacadeAccessor() class ApplicationStub (line 122) | class ApplicationStub implements ArrayAccess method setAttributes (line 126) | public function setAttributes($attributes) method instance (line 131) | public function instance($key, $instance) method offsetExists (line 136) | public function offsetExists($offset): bool method offsetGet (line 141) | public function offsetGet($key): mixed method offsetSet (line 146) | public function offsetSet($key, $value): void method offsetUnset (line 151) | public function offsetUnset($key): void FILE: tests/Support/SupportFacadesEventTest.php class SupportFacadesEventTest (line 24) | class SupportFacadesEventTest extends TestCase method setUp (line 28) | protected function setUp(): void method tearDown (line 43) | protected function tearDown(): void method testFakeFor (line 51) | public function testFakeFor() method testFakeForSwapsDispatchers (line 64) | public function testFakeForSwapsDispatchers() method testFakeSwapsDispatchersInResolvedCacheRepositories (line 79) | public function testFakeSwapsDispatchersInResolvedCacheRepositories() method testCacheFlushDispatchesEvent (line 94) | public function testCacheFlushDispatchesEvent() method testCacheFlushLocksDispatchesEvent (line 105) | public function testCacheFlushLocksDispatchesEvent() method getCacheConfig (line 116) | protected function getCacheConfig() class FakeForStub (line 130) | class FakeForStub method dispatch (line 132) | public function dispatch() FILE: tests/Support/SupportFacadesHttpTest.php class SupportFacadesHttpTest (line 11) | class SupportFacadesHttpTest extends TestCase method setUp (line 15) | protected function setUp(): void method testFacadeRootIsNotSharedByDefault (line 21) | public function testFacadeRootIsNotSharedByDefault(): void method testFacadeRootIsSharedWhenFaked (line 26) | public function testFacadeRootIsSharedWhenFaked(): void method testFacadeRootIsSharedWhenFakedWithSequence (line 36) | public function testFacadeRootIsSharedWhenFakedWithSequence(): void method testFacadeRootIsSharedWhenStubbingUrls (line 44) | public function testFacadeRootIsSharedWhenStubbingUrls(): void method testFacadeRootIsSharedWhenEnforcingFaking (line 52) | public function testFacadeRootIsSharedWhenEnforcingFaking(): void method testFacadeRootIsSharedWhenEnforcingFakingWithAllowedUrls (line 59) | public function testFacadeRootIsSharedWhenEnforcingFakingWithAllowedUr... method test_can_set_prevents_to_prevents_stray_requests (line 66) | public function test_can_set_prevents_to_prevents_stray_requests(): void FILE: tests/Support/SupportFacadesQueueTest.php class SupportFacadesQueueTest (line 14) | class SupportFacadesQueueTest extends TestCase method setUp (line 18) | protected function setUp(): void method tearDown (line 31) | protected function tearDown(): void method testFakeFor (line 39) | public function testFakeFor() method testFakeForSwapsQueueManager (line 52) | public function testFakeForSwapsQueueManager() method testFakeExcept (line 61) | public function testFakeExcept() method testFakeExceptFor (line 69) | public function testFakeExceptFor() method testFakeExceptForSwapsQueueManager (line 78) | public function testFakeExceptForSwapsQueueManager() method testFakeExceptForReturnValue (line 87) | public function testFakeExceptForReturnValue() method testFakeForReturnValue (line 96) | public function testFakeForReturnValue() class QueueJobStub (line 106) | class QueueJobStub class OtherQueueJobStub (line 111) | class OtherQueueJobStub class QueueForStub (line 116) | class QueueForStub method pushJob (line 118) | public function pushJob() FILE: tests/Support/SupportFluentTest.php class SupportFluentTest (line 17) | class SupportFluentTest extends TestCase method testAttributesAreSetByConstructor (line 19) | public function testAttributesAreSetByConstructor() method testAttributesAreSetByConstructorGivenstdClass (line 31) | public function testAttributesAreSetByConstructorGivenstdClass() method testAttributesAreSetByConstructorGivenArrayIterator (line 43) | public function testAttributesAreSetByConstructorGivenArrayIterator() method testGetMethodReturnsAttribute (line 55) | public function testGetMethodReturnsAttribute() method testSetMethodSetsAttribute (line 65) | public function testSetMethodSetsAttribute() method testArrayAccessToAttributes (line 80) | public function testArrayAccessToAttributes() method testMagicMethodsCanBeUsedToSetAttributes (line 92) | public function testMagicMethodsCanBeUsedToSetAttributes() method testIssetMagicMethod (line 106) | public function testIssetMagicMethod() method testToArrayReturnsAttribute (line 118) | public function testToArrayReturnsAttribute() method testToJsonEncodesTheToArrayResult (line 126) | public function testToJsonEncodesTheToArrayResult() method testToPrettyJson (line 135) | public function testToPrettyJson() method testScope (line 148) | public function testScope() method testToCollection (line 162) | public function testToCollection() method testStringMethod (line 171) | public function testStringMethod() method testBooleanMethod (line 197) | public function testBooleanMethod() method testIntegerMethod (line 209) | public function testIntegerMethod() method testFloatMethod (line 233) | public function testFloatMethod() method testArrayMethod (line 259) | public function testArrayMethod() method testCollectMethod (line 286) | public function testCollectMethod() method testDateMethod (line 315) | public function testDateMethod() method testDateMethodExceptionWhenValueInvalid (line 342) | public function testDateMethodExceptionWhenValueInvalid() method testDateMethodExceptionWhenFormatInvalid (line 353) | public function testDateMethodExceptionWhenFormatInvalid() method testEnumMethod (line 364) | public function testEnumMethod() method testEnumsMethod (line 398) | public function testEnumsMethod() method testFill (line 433) | public function testFill() method testMacroable (line 449) | public function testMacroable() method testFluentIsIterable (line 469) | public function testFluentIsIterable() method testFluentIsEmpty (line 488) | public function testFluentIsEmpty() method testFluentIsNotEmpty (line 496) | public function testFluentIsNotEmpty() class FluentArrayIteratorStub (line 508) | class FluentArrayIteratorStub implements IteratorAggregate method __construct (line 512) | public function __construct(array $items = []) method getIterator (line 517) | public function getIterator(): ArrayIterator FILE: tests/Support/SupportHelpersTest.php class SupportHelpersTest (line 29) | class SupportHelpersTest extends TestCase method setUp (line 31) | protected function setUp(): void method tearDown (line 38) | protected function tearDown(): void method testE (line 47) | public function testE() method testEWithInvalidCodePoints (line 57) | public function testEWithInvalidCodePoints() method testEWithEnums (line 63) | public function testEWithEnums() method testBlank (line 72) | public function testBlank() method testBlankDoesntJsonSerializeModels (line 90) | public function testBlankDoesntJsonSerializeModels() method testClassBasename (line 103) | public function testClassBasename() method testWhen (line 128) | public function testWhen() method testFilled (line 152) | public function testFilled() method testValue (line 170) | public function testValue() method testObjectGet (line 190) | public function testObjectGet() method testObjectGetDefaultValue (line 200) | public function testObjectGetDefaultValue() method testObjectGetWhenKeyIsNullOrEmpty (line 210) | public function testObjectGetWhenKeyIsNullOrEmpty() method testDataHas (line 220) | public function testDataHas() method testDataGet (line 256) | public function testDataGet() method testDataGetWithNestedArrays (line 282) | public function testDataGetWithNestedArrays() method testDataGetWithDoubleNestedArraysCollapsesResult (line 316) | public function testDataGetWithDoubleNestedArraysCollapsesResult() method testDataGetFirstLastDirectives (line 347) | public function testDataGetFirstLastDirectives() method testDataGetFirstLastDirectivesOnArrayAccessIterable (line 385) | public function testDataGetFirstLastDirectivesOnArrayAccessIterable() method testDataGetFirstLastDirectivesOnKeyedArrays (line 423) | public function testDataGetFirstLastDirectivesOnKeyedArrays() method testDataGetEscapedSegmentKeys (line 445) | public function testDataGetEscapedSegmentKeys() method testDataGetStar (line 463) | public function testDataGetStar() method testDataGetNullKey (line 472) | public function testDataGetNullKey() method testDataFill (line 484) | public function testDataFill() method testDataFillWithStar (line 497) | public function testDataFillWithStar() method testDataFillWithDoubleStar (line 522) | public function testDataFillWithDoubleStar() method testDataSet (line 561) | public function testDataSet() method testDataSetWithStar (line 596) | public function testDataSetWithStar() method testDataSetWithDoubleStar (line 621) | public function testDataSetWithDoubleStar() method testDataRemove (line 660) | public function testDataRemove() method testDataRemoveWithStar (line 684) | public function testDataRemoveWithStar() method testDataRemoveWithDoubleStar (line 710) | public function testDataRemoveWithDoubleStar() method testHead (line 749) | public function testHead() method testLast (line 755) | public function testLast() method testClassUsesRecursiveShouldReturnTraitsOnParentClasses (line 761) | public function testClassUsesRecursiveShouldReturnTraitsOnParentClasses() method testClassUsesRecursiveAcceptsObject (line 772) | public function testClassUsesRecursiveAcceptsObject() method testClassUsesRecursiveReturnParentTraitsFirst (line 783) | public function testClassUsesRecursiveReturnParentTraitsFirst() method testTraitUsesRecursive (line 795) | public function testTraitUsesRecursive() method testStr (line 808) | public function testStr() method testTap (line 828) | public function testTap() method testThrow (line 840) | public function testThrow() method testThrowDefaultException (line 847) | public function testThrowDefaultException() method testThrowExceptionWithMessage (line 854) | public function testThrowExceptionWithMessage() method testThrowExceptionAsStringWithMessage (line 862) | public function testThrowExceptionAsStringWithMessage() method testThrowClosureException (line 870) | public function testThrowClosureException() method testThrowClosureWithParamsException (line 878) | public function testThrowClosureWithParamsException() method testThrowClosureStringWithParamsException (line 886) | public function testThrowClosureStringWithParamsException() method testThrowUnless (line 894) | public function testThrowUnless() method testThrowUnlessDefaultException (line 901) | public function testThrowUnlessDefaultException() method testThrowUnlessExceptionWithMessage (line 908) | public function testThrowUnlessExceptionWithMessage() method testThrowUnlessExceptionAsStringWithMessage (line 916) | public function testThrowUnlessExceptionAsStringWithMessage() method testThrowReturnIfNotThrown (line 924) | public function testThrowReturnIfNotThrown() method testThrowWithString (line 929) | public function testThrowWithString() method testOptional (line 937) | public function testOptional() method testOptionalWithCallback (line 950) | public function testOptionalWithCallback() method testOptionalWithArray (line 963) | public function testOptionalWithArray() method testOptionalReturnsObjectPropertyOrNull (line 970) | public function testOptionalReturnsObjectPropertyOrNull() method testOptionalDeterminesWhetherKeyIsSet (line 977) | public function testOptionalDeterminesWhetherKeyIsSet() method testOptionalAllowsToSetKey (line 984) | public function testOptionalAllowsToSetKey() method testOptionalAllowToUnsetKey (line 995) | public function testOptionalAllowToUnsetKey() method testOptionalIsMacroable (line 1008) | public function testOptionalIsMacroable() method testRetry (line 1035) | public function testRetry() method testRetryWithCarbonIntervalSleep (line 1058) | public function testRetryWithCarbonIntervalSleep() method testRetryWithPassingSleepCallback (line 1081) | public function testRetryWithPassingSleepCallback() method testRetryWithPassingWhenCallback (line 1109) | public function testRetryWithPassingWhenCallback() method testRetryWithFailingWhenCallback (line 1134) | public function testRetryWithFailingWhenCallback() method testRetryWithBackoff (line 1149) | public function testRetryWithBackoff() method testRetryWithAThrowableBase (line 1173) | public function testRetryWithAThrowableBase() method testTransform (line 1196) | public function testTransform() method testTransformDefaultWhenBlank (line 1207) | public function testTransformDefaultWhenBlank() method testWith (line 1220) | public function testWith() method testAppendConfig (line 1229) | public function testAppendConfig() method testEnv (line 1238) | public function testEnv() method testEnvTrue (line 1245) | public function testEnvTrue() method testEnvFalse (line 1254) | public function testEnvFalse() method testEnvEmpty (line 1263) | public function testEnvEmpty() method testEnvNull (line 1275) | public function testEnvNull() method testEnvDefault (line 1284) | public function testEnvDefault() method testEnvEscapedString (line 1299) | public function testEnvEscapedString() method testWriteArrayOfEnvVariablesToFile (line 1311) | public function testWriteArrayOfEnvVariablesToFile() method testWriteArrayOfEnvVariablesToFileAndOverwrite (line 1352) | public function testWriteArrayOfEnvVariablesToFileAndOverwrite() method testWillNotOverwriteArrayOfVariables (line 1389) | public function testWillNotOverwriteArrayOfVariables() method testWriteVariableToFile (line 1426) | public function testWriteVariableToFile() method testWillNotOverwriteVariable (line 1459) | public function testWillNotOverwriteVariable() method testWriteVariableToFileAndOverwrite (line 1493) | public function testWriteVariableToFileAndOverwrite() method testWillThrowAnExceptionIfFileIsMissingWhenTryingToWriteVariables (line 1527) | public function testWillThrowAnExceptionIfFileIsMissingWhenTryingToWri... method testGetFromSERVERFirst (line 1537) | public function testGetFromSERVERFirst() method testRequiredEnvVariableThrowsAnExceptionWhenNotFound (line 1544) | public function testRequiredEnvVariableThrowsAnExceptionWhenNotFound()... method testRequiredEnvReturnsValue (line 1551) | public function testRequiredEnvReturnsValue(): void method testLiteral (line 1557) | public function testLiteral(): void method providesPregReplaceArrayData (line 1564) | public static function providesPregReplaceArrayData() method testPregReplaceArray (line 1589) | #[DataProvider('providesPregReplaceArrayData')] method testLazy (line 1598) | public function testLazy(): void method testLazyCanAcceptShortClosure (line 1618) | public function testLazyCanAcceptShortClosure(): void method testLazyThrowsExceptionWhenConstructorIsNotCalled (line 1636) | public function testLazyThrowsExceptionWhenConstructorIsNotCalled() method testLazyCanAcceptHashForProperties (line 1654) | public function testLazyCanAcceptHashForProperties(): void method testLazyCanAcceptListForProperties (line 1675) | public function testLazyCanAcceptListForProperties(): void method testLazyCanAcceptSingleValueForConstructor (line 1693) | public function testLazyCanAcceptSingleValueForConstructor(): void method testLazySupportsPositionAndNamedArguments (line 1710) | public function testLazySupportsPositionAndNamedArguments(): void method testLazyThrowsWhenPositionalArgumentsComeAfterNamedArguments (line 1728) | public function testLazyThrowsWhenPositionalArgumentsComeAfterNamedArg... method testLazyCanReturnInitializedObject (line 1745) | public function testLazyCanReturnInitializedObject(): void method testLazyMustInitilizeObject (line 1767) | public function testLazyMustInitilizeObject(): void method testLazyCanEagerlySetProperties (line 1786) | public function testLazyCanEagerlySetProperties(): void method testClosureOnlyLazy (line 1806) | public function testClosureOnlyLazy(): void method testClosureOnlyLazyCanAcceptShortClosure (line 1826) | public function testClosureOnlyLazyCanAcceptShortClosure(): void method testClosureOnlyLazyThrowsExceptionWhenConstructorIsNotCalled (line 1844) | public function testClosureOnlyLazyThrowsExceptionWhenConstructorIsNot... method testClosureOnlyLazyThrowsWhenNotClassSpecifiedInClosure (line 1862) | public function testClosureOnlyLazyThrowsWhenNotClassSpecifiedInClosure() method testClosureOnlyLazyCanAcceptHashForProperties (line 1876) | public function testClosureOnlyLazyCanAcceptHashForProperties(): void method testClosureOnlyLazyCanAcceptListForProperties (line 1897) | public function testClosureOnlyLazyCanAcceptListForProperties(): void method testClousureOnlyLazyCanAcceptSingleValueForConstructor (line 1915) | public function testClousureOnlyLazyCanAcceptSingleValueForConstructor... method testClosureOnlyLazySupportsPositionAndNamedArguments (line 1932) | public function testClosureOnlyLazySupportsPositionAndNamedArguments()... method testClosureOnlyLazyThrowsWhenPositionalArgumentsComeAfterNamedArguments (line 1950) | public function testClosureOnlyLazyThrowsWhenPositionalArgumentsComeAf... method testClosureOnlyLazyCanReturnInitializedObject (line 1967) | public function testClosureOnlyLazyCanReturnInitializedObject(): void method testClosureOnlyLazyMustInitilizeObject (line 1989) | public function testClosureOnlyLazyMustInitilizeObject(): void method testProxy (line 2008) | public function testProxy(): void method testProxyCanEagerlySetProperties (line 2027) | public function testProxyCanEagerlySetProperties(): void method testProxyCanEagerlySetPropertiesAndThenAlsoSetThemOnActualObject (line 2048) | public function testProxyCanEagerlySetPropertiesAndThenAlsoSetThemOnAc... method testProxyCanAcceptShortClosure (line 2077) | public function testProxyCanAcceptShortClosure(): void method testProxyThrowsExceptionWhenObjectIsNotReturned (line 2096) | public function testProxyThrowsExceptionWhenObjectIsNotReturned() method testProxyMustNotInitilizeProxy (line 2114) | public function testProxyMustNotInitilizeProxy(): void method testClosureOnlyProxy (line 2135) | public function testClosureOnlyProxy(): void method testClosureOnlyProxyCanAcceptShortClosure (line 2156) | public function testClosureOnlyProxyCanAcceptShortClosure(): void method testClosureOnlyProxyThrowsExceptionWhenObjectIsNotReturned (line 2175) | public function testClosureOnlyProxyThrowsExceptionWhenObjectIsNotRetu... method testClosureOnlyProxyThrowsWhenNotClassSpecifiedInClosure (line 2193) | public function testClosureOnlyProxyThrowsWhenNotClassSpecifiedInClosu... method testClosureOnlyProxyMustNotInitilizeProxy (line 2207) | public function testClosureOnlyProxyMustNotInitilizeProxy(): void method testProxyCanUseClosureReturnTypeForClassDetection (line 2228) | public function testProxyCanUseClosureReturnTypeForClassDetection(): void type SupportTestTraitOne (line 2248) | trait SupportTestTraitOne type SupportTestTraitTwo (line 2253) | trait SupportTestTraitTwo class SupportTestClassOne (line 2258) | class SupportTestClassOne class SupportTestClassTwo (line 2263) | class SupportTestClassTwo extends SupportTestClassOne type SupportTestTraitThree (line 2268) | trait SupportTestTraitThree class SupportTestClassThree (line 2273) | class SupportTestClassThree extends SupportTestClassTwo type SupportTestTraitArrayAccess (line 2278) | trait SupportTestTraitArrayAccess method __construct (line 2280) | public function __construct(protected array $items = []) method offsetExists (line 2284) | public function offsetExists($offset): bool method offsetGet (line 2289) | public function offsetGet($offset): mixed method offsetSet (line 2294) | public function offsetSet($offset, $value): void method offsetUnset (line 2299) | public function offsetUnset($offset): void type SupportTestTraitArrayIterable (line 2305) | trait SupportTestTraitArrayIterable method __construct (line 2307) | public function __construct(protected array $items = []) method getIterator (line 2311) | public function getIterator(): Traversable class SupportTestArrayAccess (line 2317) | class SupportTestArrayAccess implements ArrayAccess class SupportTestArrayIterable (line 2322) | class SupportTestArrayIterable implements IteratorAggregate class SupportTestArrayAccessIterable (line 2327) | class SupportTestArrayAccessIterable implements ArrayAccess, IteratorAgg... class SupportTestCountable (line 2334) | class SupportTestCountable implements Countable method count (line 2336) | public function count(): int class SupportLazyClass (line 2342) | class SupportLazyClass method __construct (line 2348) | public function __construct( class SupportLazyClassWithArrayParameter (line 2356) | class SupportLazyClassWithArrayParameter method __construct (line 2360) | public function __construct( FILE: tests/Support/SupportHtmlStringTest.php class SupportHtmlStringTest (line 8) | class SupportHtmlStringTest extends TestCase method testToHtml (line 10) | public function testToHtml(): void method testToString (line 37) | public function testToString() method testIsEmpty (line 48) | public function testIsEmpty(): void method testIsNotEmpty (line 63) | public function testIsNotEmpty() FILE: tests/Support/SupportJsTest.php class SupportJsTest (line 14) | class SupportJsTest extends TestCase method testScalars (line 16) | public function testScalars() method testArrays (line 33) | public function testArrays() method testObjects (line 46) | public function testObjects() method testJsonSerializable (line 54) | public function testJsonSerializable() method testJsonable (line 81) | public function testJsonable() method testArrayable (line 113) | public function testArrayable() method testHtmlable (line 133) | public function testHtmlable() method testBackedEnums (line 200) | public function testBackedEnums() FILE: tests/Support/SupportLazyCollectionIsLazyTest.php class SupportLazyCollectionIsLazyTest (line 15) | class SupportLazyCollectionIsLazyTest extends TestCase method testMakeWithClosureIsLazy (line 19) | public function testMakeWithClosureIsLazy() method testMakeWithLazyCollectionIsLazy (line 28) | public function testMakeWithLazyCollectionIsLazy() method testEagerEnumeratesOnce (line 35) | public function testEagerEnumeratesOnce() method testChunkIsLazy (line 45) | public function testChunkIsLazy() method testChunkWhileIsLazy (line 56) | public function testChunkWhileIsLazy() method testCollapseIsLazy (line 79) | public function testCollapseIsLazy() method testCombineIsLazy (line 96) | public function testCombineIsLazy() method testConcatIsLazy (line 114) | public function testConcatIsLazy() method testMultiplyIsLazy (line 140) | public function testMultiplyIsLazy() method testContainsIsLazy (line 154) | public function testContainsIsLazy() method testDoesntContainIsLazy (line 161) | public function testDoesntContainIsLazy() method testContainsStrictIsLazy (line 168) | public function testContainsStrictIsLazy() method testCountEnumeratesOnce (line 175) | public function testCountEnumeratesOnce() method testCountByIsLazy (line 182) | public function testCountByIsLazy() method testCrossJoinIsLazy (line 196) | public function testCrossJoinIsLazy() method testDiffIsLazy (line 207) | public function testDiffIsLazy() method testDiffAssocIsLazy (line 218) | public function testDiffAssocIsLazy() method testDiffAssocUsingIsLazy (line 229) | public function testDiffAssocUsingIsLazy() method testDiffKeysIsLazy (line 240) | public function testDiffKeysIsLazy() method testDiffKeysUsingIsLazy (line 251) | public function testDiffKeysUsingIsLazy() method testDiffUsingIsLazy (line 262) | public function testDiffUsingIsLazy() method testDuplicatesIsLazy (line 273) | public function testDuplicatesIsLazy() method testDuplicatesStrictIsLazy (line 284) | public function testDuplicatesStrictIsLazy() method testEachIsLazy (line 295) | public function testEachIsLazy() method testEachSpreadIsLazy (line 326) | public function testEachSpreadIsLazy() method testEveryIsLazy (line 345) | public function testEveryIsLazy() method testExceptIsLazy (line 360) | public function testExceptIsLazy() method testFilterIsLazy (line 371) | public function testFilterIsLazy() method testFirstIsLazy (line 386) | public function testFirstIsLazy() method testFirstWhereIsLazy (line 399) | public function testFirstWhereIsLazy() method testFlatMapIsLazy (line 408) | public function testFlatMapIsLazy() method testFlattenIsLazy (line 425) | public function testFlattenIsLazy() method testFlipIsLazy (line 438) | public function testFlipIsLazy() method testForPageIsLazy (line 449) | public function testForPageIsLazy() method testGetIsLazy (line 460) | public function testGetIsLazy() method testGroupByIsLazy (line 467) | public function testGroupByIsLazy() method testHasIsLazy (line 482) | public function testHasIsLazy() method testHasAnyIsLazy (line 493) | public function testHasAnyIsLazy() method testImplodeEnumeratesOnce (line 508) | public function testImplodeEnumeratesOnce() method testIntersectIsLazy (line 515) | public function testIntersectIsLazy() method testIntersectUsingIsLazy (line 526) | public function testIntersectUsingIsLazy() method testIntersectAssocIsLazy (line 537) | public function testIntersectAssocIsLazy() method testIntersectAssocUsingIsLazy (line 548) | public function testIntersectAssocUsingIsLazy() method testIntersectByKeysIsLazy (line 559) | public function testIntersectByKeysIsLazy() method testIsEmptyIsLazy (line 570) | public function testIsEmptyIsLazy() method testIsNotEmptyIsLazy (line 577) | public function testIsNotEmptyIsLazy() method testContainsOneItemIsLazy (line 584) | public function testContainsOneItemIsLazy() method testHasSoleIsLazy (line 591) | public function testHasSoleIsLazy() method testHasManyIsLazy (line 608) | public function testHasManyIsLazy() method testJoinIsLazy (line 625) | public function testJoinIsLazy() method testJsonSerializeEnumeratesOnce (line 632) | public function testJsonSerializeEnumeratesOnce() method testKeyByIsLazy (line 639) | public function testKeyByIsLazy() method testKeysIsLazy (line 654) | public function testKeysIsLazy() method testLastEnumeratesOnce (line 665) | public function testLastEnumeratesOnce() method testMapIsLazy (line 672) | public function testMapIsLazy() method testMapIntoIsLazy (line 687) | public function testMapIntoIsLazy() method testMapSpreadIsLazy (line 698) | public function testMapSpreadIsLazy() method testMapToDictionaryIsLazy (line 715) | public function testMapToDictionaryIsLazy() method testMapToGroupsIsLazy (line 730) | public function testMapToGroupsIsLazy() method testMapWithKeysIsLazy (line 745) | public function testMapWithKeysIsLazy() method testMaxEnumeratesOnce (line 760) | public function testMaxEnumeratesOnce() method testMedianEnumeratesOnce (line 767) | public function testMedianEnumeratesOnce() method testAvgEnumeratesOnce (line 774) | public function testAvgEnumeratesOnce() method testMergeIsLazy (line 781) | public function testMergeIsLazy() method testMergeRecursiveIsLazy (line 792) | public function testMergeRecursiveIsLazy() method testMinEnumeratesOnce (line 803) | public function testMinEnumeratesOnce() method testModeEnumeratesOnce (line 810) | public function testModeEnumeratesOnce() method testNthIsLazy (line 817) | public function testNthIsLazy() method testOnlyIsLazy (line 828) | public function testOnlyIsLazy() method testPadIsLazy (line 839) | public function testPadIsLazy() method testPartitionEnumeratesOnce (line 855) | public function testPartitionEnumeratesOnce() method testPipeDoesNotEnumerate (line 864) | public function testPipeDoesNotEnumerate() method testPluckIsLazy (line 873) | public function testPluckIsLazy() method testRandomEnumeratesOnce (line 886) | public function testRandomEnumeratesOnce() method testRangeIsLazy (line 897) | public function testRangeIsLazy() method testReduceIsLazy (line 910) | public function testReduceIsLazy() method testReduceSpreadIsLazy (line 927) | public function testReduceSpreadIsLazy() method testRejectIsLazy (line 944) | public function testRejectIsLazy() method testRememberIsLazy (line 959) | public function testRememberIsLazy() method testReplaceIsLazy (line 980) | public function testReplaceIsLazy() method testReplaceRecursiveIsLazy (line 991) | public function testReplaceRecursiveIsLazy() method testReverseIsLazy (line 1002) | public function testReverseIsLazy() method testSearchIsLazy (line 1013) | public function testSearchIsLazy() method testShuffleIsLazy (line 1024) | public function testShuffleIsLazy() method testSlidingIsLazy (line 1035) | public function testSlidingIsLazy() method testSkipIsLazy (line 1058) | public function testSkipIsLazy() method testSkipUntilIsLazy (line 1069) | public function testSkipUntilIsLazy() method testSkipWhileIsLazy (line 1086) | public function testSkipWhileIsLazy() method testSliceIsLazy (line 1103) | public function testSliceIsLazy() method testFindFirstOrFailIsLazy (line 1124) | public function testFindFirstOrFailIsLazy() method testSomeIsLazy (line 1153) | public function testSomeIsLazy() method testSoleIsLazy (line 1168) | public function testSoleIsLazy() method testSortIsLazy (line 1195) | public function testSortIsLazy() method testSortDescIsLazy (line 1206) | public function testSortDescIsLazy() method testSortByIsLazy (line 1217) | public function testSortByIsLazy() method testSortByDescIsLazy (line 1232) | public function testSortByDescIsLazy() method testSortKeysIsLazy (line 1247) | public function testSortKeysIsLazy() method testSortKeysDescIsLazy (line 1258) | public function testSortKeysDescIsLazy() method testSplitIsLazy (line 1269) | public function testSplitIsLazy() method testSumEnumeratesOnce (line 1280) | public function testSumEnumeratesOnce() method testTakeIsLazy (line 1287) | public function testTakeIsLazy() method testTakeUntilIsLazy (line 1298) | public function testTakeUntilIsLazy() method testTakeUntilTimeoutIsLazy (line 1315) | public function testTakeUntilTimeoutIsLazy() method testTakeWhileIsLazy (line 1379) | public function testTakeWhileIsLazy() method testTapDoesNotEnumerate (line 1396) | public function testTapDoesNotEnumerate() method testTapEachIsLazy (line 1405) | public function testTapEachIsLazy() method testThrottleIsLazy (line 1420) | public function testThrottleIsLazy() method testTimesIsLazy (line 1439) | public function testTimesIsLazy() method testToArrayEnumeratesOnce (line 1448) | public function testToArrayEnumeratesOnce() method testToJsonEnumeratesOnce (line 1455) | public function testToJsonEnumeratesOnce() method testUnionIsLazy (line 1462) | public function testUnionIsLazy() method testUniqueIsLazy (line 1473) | public function testUniqueIsLazy() method testUniqueStrictIsLazy (line 1484) | public function testUniqueStrictIsLazy() method testUnlessDoesNotEnumerate (line 1495) | public function testUnlessDoesNotEnumerate() method testUnlessEmptyIsLazy (line 1508) | public function testUnlessEmptyIsLazy() method testUnlessNotEmptyIsLazy (line 1517) | public function testUnlessNotEmptyIsLazy() method testUnwrapEnumeratesOne (line 1526) | public function testUnwrapEnumeratesOne() method testValuesIsLazy (line 1533) | public function testValuesIsLazy() method testWhenDoesNotEnumerate (line 1544) | public function testWhenDoesNotEnumerate() method testWhenEmptyIsLazy (line 1557) | public function testWhenEmptyIsLazy() method testWhenNotEmptyIsLazy (line 1566) | public function testWhenNotEmptyIsLazy() method testWhereIsLazy (line 1575) | public function testWhereIsLazy() method testWhereBetweenIsLazy (line 1588) | public function testWhereBetweenIsLazy() method testWhereInIsLazy (line 1601) | public function testWhereInIsLazy() method testWhereInstanceOfIsLazy (line 1614) | public function testWhereInstanceOfIsLazy() method testWhereInStrictIsLazy (line 1630) | public function testWhereInStrictIsLazy() method testWhereNotBetweenIsLazy (line 1643) | public function testWhereNotBetweenIsLazy() method testWhereNotInIsLazy (line 1656) | public function testWhereNotInIsLazy() method testWhereNotInStrictIsLazy (line 1669) | public function testWhereNotInStrictIsLazy() method testWhereNotNullIsLazy (line 1682) | public function testWhereNotNullIsLazy() method testWhereNullIsLazy (line 1705) | public function testWhereNullIsLazy() method testWhereStrictIsLazy (line 1728) | public function testWhereStrictIsLazy() method testWithHeartbeatIsLazy (line 1741) | public function testWithHeartbeatIsLazy() method testWrapIsLazy (line 1756) | public function testWrapIsLazy() method testZipIsLazy (line 1767) | public function testZipIsLazy() method make (line 1785) | protected function make($source) method rescue (line 1790) | protected function rescue($callback) FILE: tests/Support/SupportLazyCollectionTest.php class SupportLazyCollectionTest (line 15) | class SupportLazyCollectionTest extends TestCase method testCanCreateEmptyCollection (line 17) | public function testCanCreateEmptyCollection() method testCanCreateCollectionFromArray (line 23) | public function testCanCreateCollectionFromArray() method testCanCreateCollectionFromArrayable (line 38) | public function testCanCreateCollectionFromArrayable() method testCanCreateCollectionFromGeneratorFunction (line 53) | public function testCanCreateCollectionFromGeneratorFunction() method testCanCreateCollectionFromNonGeneratorFunction (line 76) | public function testCanCreateCollectionFromNonGeneratorFunction() method testDoesNotCreateCollectionFromGenerator (line 85) | public function testDoesNotCreateCollectionFromGenerator() method testEager (line 96) | public function testEager() method testRemember (line 109) | public function testRemember() method testRememberWithTwoRunners (line 124) | public function testRememberWithTwoRunners() method testRememberWithDuplicateKeys (line 169) | public function testRememberWithDuplicateKeys() method testTakeUntilTimeout (line 183) | public function testTakeUntilTimeout() method testTapEach (line 214) | public function testTapEach() method testThrottle (line 232) | public function testThrottle() method testThrottleAccountsForTimePassed (line 253) | public function testThrottleAccountsForTimePassed() method testUniqueDoubleEnumeration (line 284) | public function testUniqueDoubleEnumeration() method testAfter (line 293) | public function testAfter() method testBefore (line 319) | public function testBefore() method testShuffle (line 342) | public function testShuffle() method testCollapseWithKeys (line 362) | public function testCollapseWithKeys() method testContainsOneItem (line 381) | public function testContainsOneItem() method testContainsManyItems (line 393) | public function testContainsManyItems() method testDoesntContain (line 408) | public function testDoesntContain() method testDot (line 434) | public function testDot() method testWithHeartbeat (line 469) | public function testWithHeartbeat() method testRandomPreservesKeys (line 516) | public function testRandomPreservesKeys() FILE: tests/Support/SupportMacroableTest.php class SupportMacroableTest (line 9) | class SupportMacroableTest extends TestCase method setUp (line 13) | protected function setUp(): void method createObjectForTrait (line 18) | private function createObjectForTrait() method testRegisterMacro (line 23) | public function testRegisterMacro() method testHasMacro (line 32) | public function testHasMacro() method testRegisterMacroAndCallWithoutStatic (line 42) | public function testRegisterMacroAndCallWithoutStatic() method testWhenCallingMacroClosureIsBoundToObject (line 51) | public function testWhenCallingMacroClosureIsBoundToObject() method testClassBasedMacros (line 68) | public function testClassBasedMacros() method testClassBasedMacrosNoReplace (line 75) | public function testClassBasedMacrosNoReplace() method testFlushMacros (line 88) | public function testFlushMacros() method testFlushMacrosStatic (line 105) | public function testFlushMacrosStatic() method testMacroWithArguments (line 122) | public function testMacroWithArguments() method testMacroWithDefaultArguments (line 132) | public function testMacroWithDefaultArguments() method testCallingUndefinedMacroThrowsException (line 142) | public function testCallingUndefinedMacroThrowsException() method testMethodConflictDoesNotThrowException (line 149) | public function testMethodConflictDoesNotThrowException() class EmptyMacroable (line 164) | class EmptyMacroable class TestMacroable (line 169) | class TestMacroable method getProtectedStatic (line 175) | protected static function getProtectedStatic() class TestMixin (line 181) | class TestMixin method methodOne (line 183) | public function methodOne() method methodTwo (line 190) | protected function methodTwo() method methodThree (line 197) | protected function methodThree() FILE: tests/Support/SupportMailTest.php class SupportMailTest (line 9) | class SupportMailTest extends TestCase method testItRegisterAndCallMacros (line 11) | public function testItRegisterAndCallMacros() method testItRegisterAndCallMacrosWhenFaked (line 21) | public function testItRegisterAndCallMacrosWhenFaked() method testEmailSent (line 33) | public function testEmailSent() class TestMail (line 44) | class TestMail extends Mailable method build (line 51) | public function build() FILE: tests/Support/SupportMaintenanceModeTest.php class SupportMaintenanceModeTest (line 9) | class SupportMaintenanceModeTest extends TestCase method testExtends (line 11) | public function testExtends() class TestMaintenanceMode (line 21) | class TestMaintenanceMode implements MaintenanceModeContract method activate (line 23) | public function activate(array $payload): void method deactivate (line 27) | public function deactivate(): void method active (line 31) | public function active(): bool method data (line 35) | public function data(): array FILE: tests/Support/SupportMessageBagTest.php class SupportMessageBagTest (line 9) | class SupportMessageBagTest extends TestCase method testUniqueness (line 11) | public function testUniqueness() method testMessagesAreAdded (line 20) | public function testMessagesAreAdded() method testKeys (line 32) | public function testKeys() method testMessagesMayBeMerged (line 42) | public function testMessagesMayBeMerged() method testMessageBagsCanBeMerged (line 49) | public function testMessageBagsCanBeMerged() method testMessageBagsCanConvertToArrays (line 57) | public function testMessageBagsCanConvertToArrays() method testGetReturnsArrayOfMessagesByKey (line 66) | public function testGetReturnsArrayOfMessagesByKey() method testGetReturnsArrayOfMessagesByImplicitKey (line 75) | public function testGetReturnsArrayOfMessagesByImplicitKey() method testFirstReturnsSingleMessage (line 84) | public function testFirstReturnsSingleMessage() method testFirstReturnsEmptyStringIfNoMessagesFound (line 93) | public function testFirstReturnsEmptyStringIfNoMessagesFound() method testFirstReturnsSingleMessageFromDotKeys (line 100) | public function testFirstReturnsSingleMessageFromDotKeys() method testHasIndicatesExistence (line 109) | public function testHasIndicatesExistence() method testMissingIndicatesNonExistence (line 118) | public function testMissingIndicatesNonExistence() method testAddIf (line 131) | public function testAddIf() method testForget (line 142) | public function testForget() method testHasWithKeyNull (line 149) | public function testHasWithKeyNull() method testHasAnyIndicatesExistence (line 157) | public function testHasAnyIndicatesExistence() method testHasAnyWithKeyNull (line 174) | public function testHasAnyWithKeyNull() method testHasIndicatesExistenceOfAllKeys (line 182) | public function testHasIndicatesExistenceOfAllKeys() method testHasIndicatesNoneExistence (line 194) | public function testHasIndicatesNoneExistence() method testAllReturnsAllMessages (line 202) | public function testAllReturnsAllMessages() method testFormatIsRespected (line 211) | public function testFormatIsRespected() method testUnique (line 228) | public function testUnique() method testMessageBagReturnsCorrectArray (line 238) | public function testMessageBagReturnsCorrectArray() method testMessageBagReturnsExpectedJson (line 248) | public function testMessageBagReturnsExpectedJson() method testMessageBagReturnsExpectedPrettyJson (line 258) | public function testMessageBagReturnsExpectedPrettyJson() method testCountReturnsCorrectValue (line 281) | public function testCountReturnsCorrectValue() method testCountable (line 293) | public function testCountable() method testConstructor (line 302) | public function testConstructor() method testFirstFindsMessageForWildcardKey (line 308) | public function testFirstFindsMessageForWildcardKey() method testIsEmptyTrue (line 316) | public function testIsEmptyTrue() method testIsEmptyFalse (line 322) | public function testIsEmptyFalse() method testIsNotEmptyTrue (line 329) | public function testIsNotEmptyTrue() method testIsNotEmptyFalse (line 336) | public function testIsNotEmptyFalse() method testToString (line 342) | public function testToString() method testGetFormat (line 349) | public function testGetFormat() method testConstructorUniquenessConsistency (line 356) | public function testConstructorUniquenessConsistency() FILE: tests/Support/SupportNamespacedItemResolverTest.php class SupportNamespacedItemResolverTest (line 8) | class SupportNamespacedItemResolverTest extends TestCase method testResolution (line 10) | public function testResolution() method testParsedItemsAreCached (line 20) | public function testParsedItemsAreCached() method testParsedItemsMayBeFlushed (line 30) | public function testParsedItemsMayBeFlushed() FILE: tests/Support/SupportNumberTest.php class SupportNumberTest (line 9) | class SupportNumberTest extends TestCase method testDefaultLocale (line 11) | public function testDefaultLocale() method testDefaultCurrency (line 16) | public function testDefaultCurrency() method testFormat (line 21) | #[RequiresPhpExtension('intl')] method testFormatWithDifferentLocale (line 53) | #[RequiresPhpExtension('intl')] method testFormatWithAppLocale (line 63) | #[RequiresPhpExtension('intl')] method testSpellout (line 75) | public function testSpellout() method testSpelloutWithLocale (line 81) | #[RequiresPhpExtension('intl')] method testSpelloutWithThreshold (line 87) | #[RequiresPhpExtension('intl')] method testOrdinal (line 102) | public function testOrdinal() method testSpellOrdinal (line 109) | #[RequiresPhpExtension('intl')] method testToPercent (line 117) | #[RequiresPhpExtension('intl')] method testToCurrency (line 140) | #[RequiresPhpExtension('intl')] method testToCurrencyWithDifferentLocale (line 160) | #[RequiresPhpExtension('intl')] method testBytesToHuman (line 172) | public function testBytesToHuman() method testClamp (line 191) | public function testClamp() method testToHuman (line 200) | public function testToHuman() method testSummarize (line 256) | public function testSummarize() method testPairs (line 312) | public function testPairs() method testTrim (line 328) | public function testTrim() method testParse (line 339) | #[RequiresPhpExtension('intl')] method testParseInt (line 351) | #[RequiresPhpExtension('intl')] method testParseFloat (line 362) | #[RequiresPhpExtension('intl')] FILE: tests/Support/SupportOptionalTest.php class SupportOptionalTest (line 9) | class SupportOptionalTest extends TestCase method testGetExistItemOnObject (line 11) | public function testGetExistItemOnObject() method testGetNotExistItemOnObject (line 23) | public function testGetNotExistItemOnObject() method testIssetExistItemOnObject (line 32) | public function testIssetExistItemOnObject() method testIssetNotExistItemOnObject (line 42) | public function testIssetNotExistItemOnObject() method testGetExistItemOnArray (line 51) | public function testGetExistItemOnArray() method testGetNotExistItemOnArray (line 64) | public function testGetNotExistItemOnArray() method testIssetExistItemOnArray (line 73) | public function testIssetExistItemOnArray() method testIssetNotExistItemOnArray (line 85) | public function testIssetNotExistItemOnArray() method testIssetExistItemOnNull (line 95) | public function testIssetExistItemOnNull() FILE: tests/Support/SupportPluralizerTest.php class SupportPluralizerTest (line 8) | class SupportPluralizerTest extends TestCase method testBasicSingular (line 10) | public function testBasicSingular() method testBasicPlural (line 15) | public function testBasicPlural() method testCaseSensitiveSingularUsage (line 23) | public function testCaseSensitiveSingularUsage() method testCaseSensitiveSingularPlural (line 30) | public function testCaseSensitiveSingularPlural() method testIfEndOfWordPlural (line 38) | public function testIfEndOfWordPlural() method testPluralWithNegativeCount (line 49) | public function testPluralWithNegativeCount() method testPluralStudly (line 57) | public function testPluralStudly() method testPluralStudlyWithCount (line 65) | public function testPluralStudlyWithCount() method testPluralNotAppliedForStringEndingWithNonAlphanumericCharacter (line 73) | public function testPluralNotAppliedForStringEndingWithNonAlphanumeric... method testPluralAppliedForStringEndingWithNumericCharacter (line 81) | public function testPluralAppliedForStringEndingWithNumericCharacter() method testPluralSupportsArrays (line 88) | public function testPluralSupportsArrays() method testPluralSupportsCollections (line 95) | public function testPluralSupportsCollections() method testPluralStudlySupportsArrays (line 102) | public function testPluralStudlySupportsArrays() method testPluralStudlySupportsCollections (line 109) | public function testPluralStudlySupportsCollections() method assertPluralStudly (line 116) | private function assertPluralStudly($expected, $value, $count = 2) FILE: tests/Support/SupportReflectorTest.php class SupportReflectorTest (line 14) | class SupportReflectorTest extends TestCase method testGetClassName (line 16) | public function testGetClassName() method testEmptyClassName (line 23) | public function testEmptyClassName() method testStringTypeName (line 30) | public function testStringTypeName() method testSelfClassName (line 37) | public function testSelfClassName() method testParentClassName (line 44) | public function testParentClassName() method testParameterSubclassOfInterface (line 51) | public function testParameterSubclassOfInterface() method testUnionTypeName (line 58) | public function testUnionTypeName() method testIsCallable (line 65) | public function testIsCallable() method testGetClassAttributes (line 79) | public function testGetClassAttributes() method testGetClassAttribute (line 121) | public function testGetClassAttribute() class A (line 137) | class A class B (line 141) | class B extends A method f (line 143) | public function f(parent $x) class C (line 149) | class C method f (line 151) | public function f(A|Model $x) class TestClassWithCall (line 157) | class TestClassWithCall method __call (line 159) | public function __call($method, $parameters) class TestClassWithCallStatic (line 165) | class TestClassWithCallStatic method __callStatic (line 167) | public static function __callStatic($method, $parameters) type IA (line 173) | interface IA type IB (line 177) | interface IB extends IA class TestClassWithInterfaceSubclassParameter (line 181) | class TestClassWithInterfaceSubclassParameter method f (line 183) | public function f(IB $x) FILE: tests/Support/SupportReflectsClosuresTest.php class SupportReflectsClosuresTest (line 9) | class SupportReflectsClosuresTest extends TestCase method testReflectsClosures (line 11) | public function testReflectsClosures() method testItReturnsTheFirstParameterType (line 40) | public function testItReturnsTheFirstParameterType() method testItThrowsWhenNoParameters (line 49) | public function testItThrowsWhenNoParameters() method testItThrowsWhenNoFirstParameterType (line 58) | public function testItThrowsWhenNoFirstParameterType() method testItWorksWithUnionTypes (line 67) | public function testItWorksWithUnionTypes() method testItWorksWithUnionTypesWithNoTypeHints (line 87) | public function testItWorksWithUnionTypesWithNoTypeHints() method testItWorksWithUnionTypesWithNoArguments (line 96) | public function testItWorksWithUnionTypesWithNoArguments() method assertParameterTypes (line 105) | private function assertParameterTypes($expected, $closure) class ReflectsClosuresClass (line 113) | class ReflectsClosuresClass method reflect (line 117) | public static function reflect($closure) method reflectFirst (line 122) | public static function reflectFirst($closure) method reflectFirstAll (line 127) | public static function reflectFirstAll($closure) class ExampleParameter (line 133) | class ExampleParameter class AnotherExampleParameter (line 138) | class AnotherExampleParameter FILE: tests/Support/SupportServiceProviderTest.php class SupportServiceProviderTest (line 12) | class SupportServiceProviderTest extends TestCase method setUp (line 17) | protected function setUp(): void method tearDown (line 36) | protected function tearDown(): void method testPublishableServiceProviders (line 45) | public function testPublishableServiceProviders() method testPublishableGroups (line 55) | public function testPublishableGroups() method testSimpleAssetsArePublishedCorrectly (line 68) | public function testSimpleAssetsArePublishedCorrectly() method testMultipleAssetsArePublishedCorrectly (line 83) | public function testMultipleAssetsArePublishedCorrectly() method testSimpleTaggedAssetsArePublishedCorrectly (line 101) | public function testSimpleTaggedAssetsArePublishedCorrectly() method testMultipleTaggedAssetsArePublishedCorrectly (line 110) | public function testMultipleTaggedAssetsArePublishedCorrectly() method testMultipleTaggedAssetsAreMergedCorrectly (line 124) | public function testMultipleTaggedAssetsAreMergedCorrectly() method testPublishesMigrations (line 139) | public function testPublishesMigrations() method testLoadTranslationsFromWithoutNamespace (line 170) | public function testLoadTranslationsFromWithoutNamespace() method testLoadTranslationsFromWithNamespace (line 185) | public function testLoadTranslationsFromWithNamespace() method test_can_remove_provider (line 200) | public function test_can_remove_provider() class ServiceProviderForTestingOne (line 243) | class ServiceProviderForTestingOne extends ServiceProvider method register (line 245) | public function register() method boot (line 250) | public function boot() method loadTranslationsFrom (line 261) | public function loadTranslationsFrom($path, $namespace = null) class ServiceProviderForTestingTwo (line 269) | class ServiceProviderForTestingTwo extends ServiceProvider method register (line 271) | public function register() method boot (line 276) | public function boot() FILE: tests/Support/SupportStrTest.php class SupportStrTest (line 14) | class SupportStrTest extends TestCase method tearDown (line 17) | #[\Override] method testStringCanBeLimitedByWords (line 23) | public function testStringCanBeLimitedByWords(): void method testStringCanBeLimitedByWordsNonAscii (line 32) | public function testStringCanBeLimitedByWordsNonAscii() method testStringTrimmedOnlyWhereNecessary (line 40) | public function testStringTrimmedOnlyWhereNecessary() method testStringTitle (line 46) | public function testStringTitle() method testStringHeadline (line 63) | public function testStringHeadline() method testStringInitials (line 93) | public function testStringInitials() method testStringApa (line 106) | public function testStringApa() method testStringWithoutWordsDoesntProduceError (line 152) | public function testStringWithoutWordsDoesntProduceError(): void method testStringAscii (line 161) | public function testStringAscii(): void method testStringAsciiWithSpecificLocale (line 169) | public function testStringAsciiWithSpecificLocale() method testStartsWith (line 175) | public function testStartsWith() method testDoesntStartWith (line 210) | public function testDoesntStartWith() method testEndsWith (line 245) | public function testEndsWith() method testDoesntEndWith (line 278) | public function testDoesntEndWith() method testStrExcerpt (line 311) | public function testStrExcerpt() method testStrBefore (line 365) | public function testStrBefore(): void method testStrBeforeLast (line 383) | public function testStrBeforeLast(): void method testStrBetween (line 400) | public function testStrBetween(): void method testStrBetweenFirst (line 418) | public function testStrBetweenFirst() method testStrAfter (line 433) | public function testStrAfter() method testStrAfterLast (line 445) | public function testStrAfterLast() method testStrContains (line 462) | #[DataProvider('strContainsProvider')] method testStrContainsAll (line 468) | #[DataProvider('strContainsAllProvider')] method testStrDoesntContain (line 474) | #[DataProvider('strDoesntContainProvider')] method testConvertCase (line 480) | public function testConvertCase() method testDedup (line 503) | public function testDedup() method testParseCallback (line 512) | public function testParseCallback() method testSlug (line 525) | public function testSlug() method testStrStart (line 545) | public function testStrStart() method testFlushCache (line 552) | public function testFlushCache() method testFinish (line 567) | public function testFinish() method testWrap (line 574) | public function testWrap() method testWrapEdgeCases (line 580) | public function testWrapEdgeCases() method testUnwrap (line 591) | public function testUnwrap() method testIs (line 600) | public function testIs() method testIsWithMultilineStrings (line 650) | public function testIsWithMultilineStrings() method testIsUrl (line 696) | public function testIsUrl() method testIsUuidWithValidUuid (line 716) | #[DataProvider('validUuidList')] method testIsUuidWithInvalidUuid (line 722) | #[DataProvider('invalidUuidList')] method testIsUuidWithVersion (line 728) | #[DataProvider('uuidVersionList')] method testIsJson (line 734) | public function testIsJson() method testIsMatch (line 752) | public function testIsMatch() method testKebab (line 770) | public function testKebab() method testLower (line 778) | public function testLower() method testUpper (line 784) | public function testUpper() method testLimit (line 790) | public function testLimit() method testLength (line 812) | public function testLength() method testNumbers (line 818) | public function testNumbers() method testRandom (line 829) | public function testRandom() method testWhetherTheNumberOfGeneratedCharactersIsEquallyDistributed (line 837) | public function testWhetherTheNumberOfGeneratedCharactersIsEquallyDist... method testRandomStringFactoryCanBeSet (line 852) | public function testRandomStringFactoryCanBeSet() method testItCanSpecifyASequenceOfRandomStringsToUtilise (line 864) | public function testItCanSpecifyASequenceOfRandomStringsToUtilise() method testItCanSpecifyAFallbackForARandomStringSequence (line 884) | public function testItCanSpecifyAFallbackForARandomStringSequence() method testReplace (line 899) | public function testReplace() method testReplaceArray (line 910) | public function testReplaceArray() method testReplaceFirst (line 925) | public function testReplaceFirst() method testReplaceStart (line 938) | public function testReplaceStart() method testReplaceLast (line 951) | public function testReplaceLast() method testReplaceEnd (line 963) | public function testReplaceEnd() method testRemove (line 977) | public function testRemove() method testReverse (line 991) | public function testReverse() method testSnake (line 998) | public function testSnake() method testTrim (line 1017) | public function testTrim() method testLtrim (line 1063) | public function testLtrim() method testRtrim (line 1093) | public function testRtrim() method testSquish (line 1124) | public function testSquish() method testStudly (line 1143) | public function testStudly() method testPascal (line 1159) | public function testPascal() method testMask (line 1174) | public function testMask() method testMatch (line 1209) | public function testMatch(): void method testCamel (line 1224) | public function testCamel(): void method testCharAt (line 1245) | public function testCharAt() method testSubstr (line 1255) | public function testSubstr() method testSubstrCount (line 1270) | public function testSubstrCount() method testPosition (line 1284) | public function testPosition() method testSubstrReplace (line 1301) | public function testSubstrReplace() method testSubstrReplaceWithMultibyte (line 1312) | public function testSubstrReplaceWithMultibyte() method testTake (line 1318) | public function testTake() method testLcfirst (line 1329) | public function testLcfirst() method testUcfirst (line 1337) | public function testUcfirst() method testUcwords (line 1345) | public function testUcwords() method testUcsplit (line 1355) | public function testUcsplit() method testUuid (line 1367) | public function testUuid() method testAsciiNull (line 1374) | public function testAsciiNull() method testPadBoth (line 1381) | public function testPadBoth() method testPadLeft (line 1389) | public function testPadLeft() method testPadRight (line 1397) | public function testPadRight() method testSwapKeywords (line 1405) | public function testSwapKeywords(): void method testWordCount (line 1423) | public function testWordCount() method testWordWrap (line 1441) | public function testWordWrap() method validUuidList (line 1449) | public static function validUuidList() method invalidUuidList (line 1465) | public static function invalidUuidList() method uuidVersionList (line 1481) | public static function uuidVersionList() method strContainsProvider (line 1535) | public static function strContainsProvider() method strContainsAllProvider (line 1554) | public static function strContainsAllProvider() method strDoesntContainProvider (line 1566) | public static function strDoesntContainProvider() method testMarkdown (line 1573) | public function testMarkdown() method testInlineMarkdown (line 1579) | public function testInlineMarkdown() method testRepeat (line 1585) | public function testRepeat() method testRepeatWhenTimesIsNegative (line 1593) | public function testRepeatWhenTimesIsNegative() method testTransliterate (line 1599) | #[DataProvider('specialCharacterProvider')] method specialCharacterProvider (line 1605) | public static function specialCharacterProvider(): array method testTransliterateOverrideUnknown (line 1619) | public function testTransliterateOverrideUnknown(): void method testTransliterateStrict (line 1625) | #[DataProvider('specialCharacterProvider')] method testItCanFreezeUuids (line 1631) | public function testItCanFreezeUuids() method testItCanFreezeUuidsInAClosure (line 1649) | public function testItCanFreezeUuidsInAClosure() method testItCreatesUuidsNormallyAfterFailureWithinFreezeMethod (line 1672) | public function testItCreatesUuidsNormallyAfterFailureWithinFreezeMeth... method testItCanSpecifyASequenceOfUuidsToUtilise (line 1685) | public function testItCanSpecifyASequenceOfUuidsToUtilise() method testItCanSpecifyAFallbackForASequence (line 1718) | public function testItCanSpecifyAFallbackForASequence() method testItCanFreezeUlids (line 1733) | public function testItCanFreezeUlids() method testItCanFreezeUlidsInAClosure (line 1751) | public function testItCanFreezeUlidsInAClosure() method testItCreatesUlidsNormallyAfterFailureWithinFreezeMethod (line 1774) | public function testItCreatesUlidsNormallyAfterFailureWithinFreezeMeth... method testItCanSpecifyASequenceOfUlidsToUtilise (line 1787) | public function testItCanSpecifyASequenceOfUlidsToUtilise() method testItCanSpecifyAFallbackForAUlidSequence (line 1820) | public function testItCanSpecifyAFallbackForAUlidSequence() method testPasswordCreation (line 1838) | public function testPasswordCreation() method testToBase64 (line 1850) | public function testToBase64() method testFromBase64 (line 1856) | public function testFromBase64() method testChopStart (line 1862) | public function testChopStart() method testChopEnd (line 1898) | public function testChopEnd() method testReplaceMatches (line 1934) | public function testReplaceMatches() method testPlural (line 1966) | public function testPlural(): void method testPluralPascal (line 1981) | public function testPluralPascal(): void FILE: tests/Support/SupportStringableTest.php class SupportStringableTest (line 17) | class SupportStringableTest extends TestCase method stringable (line 25) | protected function stringable($string = '') method testClassBasename (line 30) | public function testClassBasename() method testIsAscii (line 38) | public function testIsAscii() method testIsUrl (line 44) | public function testIsUrl() method testIsUuid (line 53) | public function testIsUuid() method testIsUlid (line 62) | public function testIsUlid() method testIsJson (line 68) | public function testIsJson() method testIsMatch (line 85) | public function testIsMatch() method testIsEmpty (line 103) | public function testIsEmpty() method testIsNotEmpty (line 110) | public function testIsNotEmpty() method testPluralStudly (line 116) | public function testPluralStudly() method testPluralPascal (line 124) | public function testPluralPascal() method testMatch (line 132) | public function testMatch() method testTake (line 148) | public function testTake() method testTest (line 154) | public function testTest() method testTrim (line 162) | public function testTrim() method testLtrim (line 167) | public function testLtrim() method testRtrim (line 172) | public function testRtrim() method testCanBeLimitedByWords (line 177) | public function testCanBeLimitedByWords() method testUcwords (line 184) | public function testUcwords() method testUnless (line 194) | public function testUnless() method testWhenContains (line 207) | public function testWhenContains() method testWhenContainsAll (line 226) | public function testWhenContainsAll() method testDedup (line 245) | public function testDedup() method testDirname (line 254) | public function testDirname() method testUcsplitOnStringable (line 266) | public function testUcsplitOnStringable() method testWhenEndsWith (line 273) | public function testWhenEndsWith() method testWhenDoesntEndWith (line 298) | public function testWhenDoesntEndWith() method testWhenExactly (line 323) | public function testWhenExactly() method testWhenNotExactly (line 342) | public function testWhenNotExactly() method testWhenIs (line 359) | public function testWhenIs() method testWhenIsAscii (line 382) | public function testWhenIsAscii() method testWhenIsUuid (line 401) | public function testWhenIsUuid() method testWhenIsUlid (line 420) | public function testWhenIsUlid() method testWhenTest (line 439) | public function testWhenTest() method testWhenStartsWith (line 458) | public function testWhenStartsWith() method testWhenDoesntStartWith (line 483) | public function testWhenDoesntStartWith() method testWhenEmpty (line 508) | public function testWhenEmpty() method testWhenNotEmpty (line 525) | public function testWhenNotEmpty() method testWhenFalse (line 542) | public function testWhenFalse() method testWhenTrue (line 555) | public function testWhenTrue() method testUnlessTruthy (line 568) | public function testUnlessTruthy() method testUnlessFalsy (line 582) | public function testUnlessFalsy() method testTrimmedOnlyWhereNecessary (line 596) | public function testTrimmedOnlyWhereNecessary() method testTitle (line 602) | public function testTitle() method testWithoutWordsDoesntProduceError (line 608) | public function testWithoutWordsDoesntProduceError() method testAscii (line 615) | public function testAscii() method testTransliterate (line 621) | public function testTransliterate() method testNewLine (line 627) | public function testNewLine() method testAsciiWithSpecificLocale (line 633) | public function testAsciiWithSpecificLocale() method testStartsWith (line 639) | public function testStartsWith() method testDoesntStartWith (line 669) | public function testDoesntStartWith() method testEndsWith (line 699) | public function testEndsWith() method testDoesntEndWith (line 727) | public function testDoesntEndWith() method testExcerpt (line 755) | public function testExcerpt() method testBefore (line 760) | public function testBefore() method testBeforeLast (line 772) | public function testBeforeLast() method testBetween (line 785) | public function testBetween() method testBetweenFirst (line 800) | public function testBetweenFirst() method testAfter (line 815) | public function testAfter() method testAfterLast (line 827) | public function testAfterLast() method testContains (line 841) | public function testContains() method testContainsAll (line 854) | public function testContainsAll() method testDoesntContain (line 863) | public function testDoesntContain() method testParseCallback (line 876) | public function testParseCallback() method testSlug (line 883) | public function testSlug() method testSquish (line 896) | public function testSquish() method testStart (line 914) | public function testStart() method testFinish (line 921) | public function testFinish() method testIs (line 928) | public function testIs() method testIsWithMultilineStrings (line 974) | public function testIsWithMultilineStrings() method testKebab (line 1006) | public function testKebab() method testLower (line 1011) | public function testLower() method testUpper (line 1017) | public function testUpper() method testLimit (line 1023) | public function testLimit() method testLength (line 1040) | public function testLength() method testReplace (line 1046) | public function testReplace() method testReplaceArray (line 1057) | public function testReplaceArray() method testReplaceFirst (line 1069) | public function testReplaceFirst() method testReplaceStart (line 1081) | public function testReplaceStart() method testReplaceLast (line 1094) | public function testReplaceLast() method testReplaceEnd (line 1106) | public function testReplaceEnd() method testRemove (line 1120) | public function testRemove() method testReverse (line 1135) | public function testReverse() method testSnake (line 1142) | public function testSnake() method testStudly (line 1161) | public function testStudly() method testPascal (line 1175) | public function testPascal() method testCamel (line 1189) | public function testCamel() method testCharAt (line 1203) | public function testCharAt() method testSubstr (line 1213) | public function testSubstr() method testSwap (line 1228) | public function testSwap() method testSubstrCount (line 1236) | public function testSubstrCount() method testPosition (line 1250) | public function testPosition() method testSubstrReplace (line 1267) | public function testSubstrReplace() method testPadBoth (line 1274) | public function testPadBoth() method testPadLeft (line 1281) | public function testPadLeft() method testPadRight (line 1288) | public function testPadRight() method testExplode (line 1295) | public function testExplode() method testChunk (line 1306) | public function testChunk() method testJsonSerialize (line 1314) | public function testJsonSerialize() method testTap (line 1322) | public function testTap() method testPipe (line 1336) | public function testPipe() method testMarkdown (line 1346) | public function testMarkdown() method testInlineMarkdown (line 1364) | public function testInlineMarkdown() method testMask (line 1383) | public function testMask() method testRepeat (line 1404) | public function testRepeat() method testWordCount (line 1410) | public function testWordCount() method testWrap (line 1416) | public function testWrap() method testUnwrap (line 1422) | public function testUnwrap() method testToHtmlString (line 1429) | public function testToHtmlString() method testStripTags (line 1437) | public function testStripTags() method testReplaceMatches (line 1445) | public function testReplaceMatches() method testScan (line 1460) | public function testScan() method testGet (line 1467) | public function testGet() method testExactly (line 1473) | public function testExactly() method testInitials (line 1484) | public function testInitials() method testToInteger (line 1489) | public function testToInteger() method testToFloat (line 1500) | public function testToFloat() method testBooleanMethod (line 1512) | public function testBooleanMethod() method testNumbers (line 1525) | public function testNumbers() method testToDate (line 1530) | public function testToDate() method testToDateThrowsException (line 1542) | public function testToDateThrowsException() method testToUri (line 1549) | public function testToUri() method testArrayAccess (line 1560) | public function testArrayAccess() method testToBase64 (line 1569) | public function testToBase64() method testFromBase64 (line 1576) | public function testFromBase64() method testHash (line 1583) | public function testHash() method testEncryptAndDecrypt (line 1590) | public function testEncryptAndDecrypt() FILE: tests/Support/SupportTappableTest.php class SupportTappableTest (line 8) | class SupportTappableTest extends TestCase method testTappableClassWithCallback (line 10) | public function testTappableClassWithCallback() method testTappableClassWithInvokableClass (line 19) | public function testTappableClassWithInvokableClass() method testTappableClassWithNoneInvokableClass (line 32) | public function testTappableClassWithNoneInvokableClass() method testTappableClassWithoutCallback (line 47) | public function testTappableClassWithoutCallback() class TappableClass (line 55) | class TappableClass method make (line 61) | public static function make() method setName (line 66) | public function setName($name) method getName (line 71) | public function getName() FILE: tests/Support/SupportTestingBusFakeTest.php class SupportTestingBusFakeTest (line 18) | class SupportTestingBusFakeTest extends TestCase method setUp (line 23) | protected function setUp(): void method testItUsesCustomBusRepository (line 29) | public function testItUsesCustomBusRepository() method testAssertDispatched (line 43) | public function testAssertDispatched() method testAssertDispatchedWithClosure (line 57) | public function testAssertDispatchedWithClosure() method testAssertDispatchedAfterResponse (line 66) | public function testAssertDispatchedAfterResponse() method testAssertDispatchedAfterResponseClosure (line 80) | public function testAssertDispatchedAfterResponseClosure() method testAssertDispatchedSync (line 92) | public function testAssertDispatchedSync() method testAssertDispatchedSyncClosure (line 115) | public function testAssertDispatchedSyncClosure() method testAssertDispatchedNow (line 127) | public function testAssertDispatchedNow() method testAssertDispatchedWithCallbackInt (line 134) | public function testAssertDispatchedWithCallbackInt() method testAssertDispatchedAfterResponseWithCallbackInt (line 149) | public function testAssertDispatchedAfterResponseWithCallbackInt() method testAssertDispatchedSyncWithCallbackInt (line 164) | public function testAssertDispatchedSyncWithCallbackInt() method testAssertDispatchedWithCallbackFunction (line 179) | public function testAssertDispatchedWithCallbackFunction() method testAssertDispatchedAfterResponseWithCallbackFunction (line 202) | public function testAssertDispatchedAfterResponseWithCallbackFunction() method testAssertDispatchedAfterResponseTimesWithCallbackFunction (line 225) | public function testAssertDispatchedAfterResponseTimesWithCallbackFunc... method testAssertDispatchedSyncWithCallbackFunction (line 249) | public function testAssertDispatchedSyncWithCallbackFunction() method testAssertDispatchedOnce (line 272) | public function testAssertDispatchedOnce() method testAssertDispatchedTimes (line 287) | public function testAssertDispatchedTimes() method testAssertDispatchedTimesWithCallbackFunction (line 302) | public function testAssertDispatchedTimesWithCallbackFunction() method testAssertDispatchedAfterResponseTimes (line 326) | public function testAssertDispatchedAfterResponseTimes() method testAssertDispatchedSyncTimes (line 341) | public function testAssertDispatchedSyncTimes() method testAssertDispatchedSyncTimesWithCallbackFunction (line 356) | public function testAssertDispatchedSyncTimesWithCallbackFunction() method testAssertNotDispatched (line 380) | public function testAssertNotDispatched() method testAssertNotDispatchedWithClosure (line 395) | public function testAssertNotDispatchedWithClosure() method testAssertNotDispatchedAfterResponse (line 410) | public function testAssertNotDispatchedAfterResponse() method testAssertNotDispatchedAfterResponseClosure (line 424) | public function testAssertNotDispatchedAfterResponseClosure() method testAssertNotDispatchedSync (line 438) | public function testAssertNotDispatchedSync() method testAssertNotDispatchedSyncClosure (line 452) | public function testAssertNotDispatchedSyncClosure() method testAssertNothingDispatched (line 466) | public function testAssertNothingDispatched() method testAssertNothingDispatchedWithSyncDispatch (line 481) | public function testAssertNothingDispatchedWithSyncDispatch() method testAssertNothingDispatchedWithAfterResponseDispatch (line 496) | public function testAssertNothingDispatchedWithAfterResponseDispatch() method testAssertChained (line 511) | public function testAssertChained() method testAssertNothingChained (line 590) | public function testAssertNothingChained() method testAssertNothingChainedFails (line 595) | public function testAssertNothingChainedFails() method testAssertDispatchedWithIgnoreClass (line 608) | public function testAssertDispatchedWithIgnoreClass() method testDispatchedFakingOnlyGivenJobs (line 632) | public function testDispatchedFakingOnlyGivenJobs() method testAssertDispatchedWithIgnoreCallback (line 664) | public function testAssertDispatchedWithIgnoreCallback() method testAssertNothingBatched (line 705) | public function testAssertNothingBatched() method testAssertNothingPlacedPasses (line 721) | public function testAssertNothingPlacedPasses() method testAssertNothingPlacedWhenJobBatched (line 726) | public function testAssertNothingPlacedWhenJobBatched() method testAssertNothingPlacedWhenJobDispatched (line 735) | public function testAssertNothingPlacedWhenJobDispatched() method testAssertNothingPlacedWhenJobChained (line 744) | public function testAssertNothingPlacedWhenJobChained() method testAssertNothingPlacedWhenJobDispatchedNow (line 753) | public function testAssertNothingPlacedWhenJobDispatchedNow() method testFindBatch (line 762) | public function testFindBatch() method testBatchesCanBeCancelled (line 771) | public function testBatchesCanBeCancelled() method testDispatchFakeBatch (line 782) | public function testDispatchFakeBatch() method testIncrementFailedJobsInFakeBatch (line 801) | public function testIncrementFailedJobsInFakeBatch() method testDecrementPendingJobsInFakeBatch (line 817) | public function testDecrementPendingJobsInFakeBatch() method testCanSerializeAndRestoreCommands (line 833) | #[DataProvider('serializeAndRestoreCommandMethodsDataProvider')] method serializeAndRestoreCommandMethodsDataProvider (line 850) | public static function serializeAndRestoreCommandMethodsDataProvider()... method testCanSerializeAndRestoreCommandsInBatch (line 860) | public function testCanSerializeAndRestoreCommandsInBatch() method testDispatchAfterResponseWithHandler (line 882) | public function testDispatchAfterResponseWithHandler() method testCanAssertJobsOnPendingBatchFake (line 894) | public function testCanAssertJobsOnPendingBatchFake() method testCanAssertJobsOnPendingBatchFakeWithClosures (line 969) | public function testCanAssertJobsOnPendingBatchFakeWithClosures() class BusJobStub (line 1021) | class BusJobStub class ChainedJobStub (line 1026) | class ChainedJobStub method __construct (line 1032) | public function __construct($id = null) class OtherBusJobStub (line 1038) | class OtherBusJobStub method __construct (line 1042) | public function __construct($id = null) class ThirdJob (line 1048) | class ThirdJob class BusFakeJobWithSerialization (line 1053) | class BusFakeJobWithSerialization method __construct (line 1057) | public function __construct(public $value) method __serialize (line 1061) | public function __serialize(): array method __unserialize (line 1066) | public function __unserialize(array $data): void FILE: tests/Support/SupportTestingEventFakeTest.php class SupportTestingEventFakeTest (line 11) | class SupportTestingEventFakeTest extends TestCase method setUp (line 15) | protected function setUp(): void method testAssertDispatched (line 21) | public function testAssertDispatched() method testAssertDispatchedWithClosure (line 35) | public function testAssertDispatchedWithClosure() method testAssertListening (line 44) | public function testAssertListening() method testAssertDispatchedWithCallbackInt (line 58) | public function testAssertDispatchedWithCallbackInt() method testAssertDispatchedOnce (line 73) | public function testAssertDispatchedOnce() method testAssertDispatchedTimes (line 88) | public function testAssertDispatchedTimes() method testAssertNotDispatched (line 103) | public function testAssertNotDispatched() method testAssertNotDispatchedWithClosure (line 117) | public function testAssertNotDispatchedWithClosure() method testAssertDispatchedWithIgnore (line 131) | public function testAssertDispatchedWithIgnore() method testAssertNothingDispatched (line 152) | public function testAssertNothingDispatched() class EventStub (line 168) | class EventStub class ListenerStub (line 173) | class ListenerStub FILE: tests/Support/SupportTestingMailFakeTest.php class SupportTestingMailFakeTest (line 14) | class SupportTestingMailFakeTest extends TestCase method setUp (line 31) | protected function setUp(): void method testAssertSent (line 42) | public function testAssertSent() method testAssertSentTo (line 56) | public function testAssertSentTo() method testAssertSentToMultiple (line 70) | public function testAssertSentToMultiple() method testAssertSentWhenRecipientHasPreferredLocale (line 84) | public function testAssertSentWhenRecipientHasPreferredLocale() method testAssertTo (line 95) | public function testAssertTo() method testAssertCc (line 104) | public function testAssertCc() method testAssertBcc (line 113) | public function testAssertBcc() method testAssertNotSent (line 122) | public function testAssertNotSent() method testAssertNotSentWithClosure (line 136) | public function testAssertNotSentWithClosure() method testAssertNotSentWithString (line 152) | public function testAssertNotSentWithString() method testAssertNotSentWithArray (line 164) | public function testAssertNotSentWithArray() method testAssertSentTimes (line 176) | public function testAssertSentTimes() method testAssertSentCount (line 191) | public function testAssertSentCount() method testAssertQueued (line 206) | public function testAssertQueued() method testAssertQueuedTo (line 220) | public function testAssertQueuedTo() method testAssertQueuedToMultiple (line 234) | public function testAssertQueuedToMultiple() method testAssertQueuedTimes (line 248) | public function testAssertQueuedTimes() method testAssertNotQueuedWithString (line 263) | public function testAssertNotQueuedWithString() method testAssertNotQueuedWithArray (line 275) | public function testAssertNotQueuedWithArray() method testAssertQueuedCount (line 287) | public function testAssertQueuedCount() method testSendQueuesAMailableThatShouldBeQueued (line 302) | public function testSendQueuesAMailableThatShouldBeQueued() method testAssertNothingSent (line 316) | public function testAssertNothingSent() method testAssertNothingQueued (line 330) | public function testAssertNothingQueued() method testAssertOutgoingCount (line 344) | public function testAssertOutgoingCount() method testAssertQueuedWithClosure (line 362) | public function testAssertQueuedWithClosure() method testAssertSentWithClosure (line 371) | public function testAssertSentWithClosure() method testMissingMethodsAreForwarded (line 380) | public function testMissingMethodsAreForwarded() method testAssertMailer (line 387) | public function testAssertMailer() class MailableStub (line 415) | class MailableStub extends Mailable method build (line 426) | public function build() class QueueableMailableStub (line 433) | class QueueableMailableStub extends Mailable implements ShouldQueue method build (line 444) | public function build() class LocalizedRecipientStub (line 451) | class LocalizedRecipientStub implements HasLocalePreference method preferredLocale (line 455) | public function preferredLocale() FILE: tests/Support/SupportTimeboxTest.php class SupportTimeboxTest (line 10) | class SupportTimeboxTest extends TestCase method testMakeExecutesCallback (line 12) | public function testMakeExecutesCallback() method testMakeWaitsForMicroseconds (line 21) | public function testMakeWaitsForMicroseconds() method testMakeShouldNotSleepWhenEarlyReturnHasBeenFlagged (line 32) | public function testMakeShouldNotSleepWhenEarlyReturnHasBeenFlagged() method testMakeShouldSleepWhenDontEarlyReturnHasBeenFlagged (line 42) | public function testMakeShouldSleepWhenDontEarlyReturnHasBeenFlagged() method testMakeWaitsForMicrosecondsWhenExceptionIsThrown (line 55) | public function testMakeWaitsForMicrosecondsWhenExceptionIsThrown() method testMakeShouldNotSleepWhenEarlyReturnHasBeenFlaggedAndExceptionIsThrown (line 71) | public function testMakeShouldNotSleepWhenEarlyReturnHasBeenFlaggedAnd... FILE: tests/Support/SupportUriTest.php class SupportUriTest (line 9) | class SupportUriTest extends TestCase method test_can_build_special_urls (line 11) | public function test_can_build_special_urls() method test_basic_uri_interactions (line 22) | public function test_basic_uri_interactions() method test_complicated_query_string_parsing (line 48) | public function test_complicated_query_string_parsing() method test_uri_building (line 79) | public function test_uri_building() method test_complicated_query_string_manipulation (line 98) | public function test_complicated_query_string_manipulation() method test_query_strings_with_dots_can_be_replaced_or_merged_consistently (line 132) | public function test_query_strings_with_dots_can_be_replaced_or_merged... method test_decoding_the_entire_uri (line 140) | public function test_decoding_the_entire_uri() method test_with_query_if_missing (line 147) | public function test_with_query_if_missing() method test_with_query_prevents_empty_query_string (line 209) | public function test_with_query_prevents_empty_query_string() method test_path_segments (line 217) | public function test_path_segments() method test_macroable (line 241) | public function test_macroable() class CustomUrlGeneratorResolver (line 253) | class CustomUrlGeneratorResolver implements UrlGenerator method current (line 255) | public function current() method previous (line 260) | public function previous($fallback = false) method to (line 265) | public function to($path, $extra = [], $secure = null) method secure (line 270) | public function secure($path, $parameters = []) method asset (line 275) | public function asset($path, $secure = null) method route (line 280) | public function route($name, $parameters = [], $absolute = true) method signedRoute (line 285) | public function signedRoute($name, $parameters = [], $expiration = nul... method temporarySignedRoute (line 290) | public function temporarySignedRoute($name, $expiration, $parameters =... method query (line 295) | public function query($path, $query = [], $extra = [], $secure = null) method action (line 300) | public function action($action, $parameters = [], $absolute = true) method getRootControllerNamespace (line 305) | public function getRootControllerNamespace() method setRootControllerNamespace (line 310) | public function setRootControllerNamespace($rootNamespace) FILE: tests/Support/SupportViewErrorBagTest.php class SupportViewErrorBagTest (line 9) | class SupportViewErrorBagTest extends TestCase method testHasBagTrue (line 11) | public function testHasBagTrue() method testHasBagFalse (line 18) | public function testHasBagFalse() method testGet (line 24) | public function testGet() method testGetBagWithNew (line 32) | public function testGetBagWithNew() method testGetBags (line 38) | public function testGetBags() method testPut (line 51) | public function testPut() method testAnyTrue (line 59) | public function testAnyTrue() method testAnyFalse (line 66) | public function testAnyFalse() method testAnyFalseWithEmptyErrorBag (line 73) | public function testAnyFalseWithEmptyErrorBag() method testCount (line 79) | public function testCount() method testCountWithNoMessagesInMessageBag (line 86) | public function testCountWithNoMessagesInMessageBag() method testCountWithNoMessageBags (line 93) | public function testCountWithNoMessageBags() method testDynamicCallToDefaultMessageBag (line 99) | public function testDynamicCallToDefaultMessageBag() method testDynamicallyGetBag (line 106) | public function testDynamicallyGetBag() method testDynamicallyPutBag (line 114) | public function testDynamicallyPutBag() method testToString (line 122) | public function testToString() FILE: tests/Testing/AssertRedirectToActionTest.php class AssertRedirectToActionTest (line 12) | class AssertRedirectToActionTest extends TestCase method setUp (line 24) | protected function setUp(): void method testAssertRedirectToActionWithoutParameters (line 44) | public function testAssertRedirectToActionWithoutParameters(): void method testAssertRedirectToActionWithParameters (line 50) | public function testAssertRedirectToActionWithParameters(): void method tearDown (line 56) | protected function tearDown(): void class TestActionController (line 64) | class TestActionController extends Controller method index (line 66) | public function index() method show (line 71) | public function show($id) FILE: tests/Testing/AssertRedirectToRouteTest.php class AssertRedirectToRouteTest (line 11) | class AssertRedirectToRouteTest extends TestCase method setUp (line 23) | protected function setUp(): void method testAssertRedirectToRouteWithRouteName (line 44) | public function testAssertRedirectToRouteWithRouteName(): void method testAssertRedirectToRouteWithRouteNameAndParams (line 54) | public function testAssertRedirectToRouteWithRouteNameAndParams(): void method testAssertRedirectToRouteWithRouteNameAndParamsWhenRouteUriIsEmpty (line 77) | public function testAssertRedirectToRouteWithRouteNameAndParamsWhenRou... method tearDown (line 87) | protected function tearDown(): void FILE: tests/Testing/AssertRedirectToSignedRouteTest.php class AssertRedirectToSignedRouteTest (line 11) | class AssertRedirectToSignedRouteTest extends TestCase method setUp (line 23) | protected function setUp(): void method defineEnvironment (line 40) | protected function defineEnvironment($app): void method testAssertRedirectToSignedRouteWithoutRouteName (line 45) | public function testAssertRedirectToSignedRouteWithoutRouteName(): void method testAssertRedirectToSignedRouteWithRouteName (line 55) | public function testAssertRedirectToSignedRouteWithRouteName(): void method testAssertRedirectToSignedRouteWithRouteNameAndParams (line 65) | public function testAssertRedirectToSignedRouteWithRouteNameAndParams(... method testAssertRedirectToSignedRouteWithRouteNameToTemporarySignedRoute (line 88) | public function testAssertRedirectToSignedRouteWithRouteNameToTemporar... method tearDown (line 98) | protected function tearDown(): void FILE: tests/Testing/AssertTest.php class AssertTest (line 11) | class AssertTest extends TestCase method testArraySubset (line 13) | public function testArraySubset() method testArraySubsetMayFail (line 25) | public function testArraySubsetMayFail(): void method testArraySubsetWithStrict (line 40) | public function testArraySubsetWithStrict(): void method testArraySubsetWithStrictMayFail (line 52) | public function testArraySubsetWithStrictMayFail(): void method testArraySubsetMayFailIfArrayIsNotArray (line 66) | public function testArraySubsetMayFailIfArrayIsNotArray(): void method testArraySubsetMayFailIfSubsetIsNotArray (line 80) | public function testArraySubsetMayFailIfSubsetIsNotArray(): void FILE: tests/Testing/Concerns/InteractsWithDatabaseTest.php class InteractsWithDatabaseTest (line 13) | class InteractsWithDatabaseTest extends TestCase method setUp (line 15) | protected function setUp(): void method testCastToJsonSqlite (line 21) | public function testCastToJsonSqlite() method testCastToJsonPostgres (line 44) | public function testCastToJsonPostgres() method testCastToJsonSqlServer (line 67) | public function testCastToJsonSqlServer() method testCastToJsonMySql (line 90) | public function testCastToJsonMySql() method testCastToJsonMariaDb (line 113) | public function testCastToJsonMariaDb() method castAsJson (line 136) | protected function castAsJson($value, $grammar) FILE: tests/Testing/Concerns/InteractsWithDeprecationHandlingTest.php class InteractsWithDeprecationHandlingTest (line 10) | class InteractsWithDeprecationHandlingTest extends TestCase method setUp (line 16) | protected function setUp(): void method tearDown (line 25) | protected function tearDown(): void method testWithDeprecationHandling (line 34) | public function testWithDeprecationHandling() method testWithoutDeprecationHandling (line 43) | public function testWithoutDeprecationHandling() FILE: tests/Testing/Concerns/TestCachesTest.php class TestCachesTest (line 17) | class TestCachesTest extends TestCase method setUp (line 19) | protected function setUp(): void method tearDown (line 38) | protected function tearDown(): void method testCachePrefixAppendsToken (line 64) | #[DataProvider('cachePrefixes')] method cachePrefixes (line 73) | public static function cachePrefixes(): Generator method testCachePrefixPreservesOriginalPrefix (line 79) | public function testCachePrefixPreservesOriginalPrefix() method testSwitchToCachePrefixUpdatesConfig (line 90) | public function testSwitchToCachePrefixUpdatesConfig() method testBootTestCacheRegistersSetUpTestCaseCallback (line 97) | public function testBootTestCacheRegistersSetUpTestCaseCallback() method testBootTestCacheSkipsIsolationIfOptedOut (line 114) | public function testBootTestCacheSkipsIsolationIfOptedOut() method testSwitchToCachePrefixDoesNotRemoveResolvedDrivers (line 132) | public function testSwitchToCachePrefixDoesNotRemoveResolvedDrivers() method getParallelSafeCachePrefix (line 148) | protected function getParallelSafeCachePrefix() method switchToCachePrefix (line 159) | protected function switchToCachePrefix($prefix) method makeTestCachesInstance (line 167) | protected function makeTestCachesInstance() FILE: tests/Testing/Concerns/TestDatabasesTest.php class TestDatabasesTest (line 14) | class TestDatabasesTest extends TestCase method setUp (line 16) | protected function setUp(): void method testSwitchToDatabaseWithoutUrl (line 34) | public function testSwitchToDatabaseWithoutUrl() method testSwitchToDatabaseWithUrl (line 50) | #[DataProvider('databaseUrls')] method switchToDatabase (line 67) | public function switchToDatabase($database) method databaseUrls (line 78) | public static function databaseUrls() method tearDown (line 99) | protected function tearDown(): void FILE: tests/Testing/Concerns/TestViewsTest.php class TestViewsTest (line 18) | class TestViewsTest extends TestCase method setUp (line 20) | protected function setUp(): void method tearDown (line 39) | protected function tearDown(): void method testCompiledViewPathAppendsToken (line 50) | public function testCompiledViewPathAppendsToken() method testCompiledViewPathTrimsTrailingSlash (line 57) | public function testCompiledViewPathTrimsTrailingSlash() method testCompiledViewPathWithDifferentToken (line 66) | public function testCompiledViewPathWithDifferentToken() method testCompiledViewPathReturnsNullWhenEmpty (line 75) | public function testCompiledViewPathReturnsNullWhenEmpty() method testSwitchToCompiledViewPathUpdatesConfig (line 82) | public function testSwitchToCompiledViewPathUpdatesConfig() method testSwitchToCompiledViewPathUpdatesCompilerCachePath (line 89) | public function testSwitchToCompiledViewPathUpdatesCompilerCachePath() method testCompiledViewPath (line 102) | public function testCompiledViewPath() method testTearDownProcessDeletesCompiledViewDirectory (line 123) | public function testTearDownProcessDeletesCompiledViewDirectory() method switchToCompiledViewPath (line 150) | public function switchToCompiledViewPath($path) FILE: tests/Testing/Console/ConfigShowCommandTest.php class ConfigShowCommandTest (line 8) | class ConfigShowCommandTest extends TestCase method setUp (line 10) | protected function setUp(): void method testDisplayConfig (line 17) | public function testDisplayConfig() method testDisplayNestedConfigItems (line 47) | public function testDisplayNestedConfigItems() method testDisplaySingleValue (line 61) | public function testDisplaySingleValue() method testDisplayErrorIfConfigDoesNotExist (line 70) | public function testDisplayErrorIfConfigDoesNotExist() FILE: tests/Testing/Console/RouteListCommandTest.php class RouteListCommandTest (line 15) | #[WithConfig('filesystems.disks.local.serve', false)] method setUp (line 30) | protected function setUp(): void method testDisplayRoutesForCli (line 41) | public function testDisplayRoutesForCli() method testDisplayRoutesForCliInVerboseMode (line 79) | public function testDisplayRoutesForCliInVerboseMode() method testRouteCanBeFilteredByName (line 110) | public function testRouteCanBeFilteredByName() method testRouteCanBeFilteredByAction (line 134) | public function testRouteCanBeFilteredByAction() method testClosurePathIsDisplayedInVerboseMode (line 159) | public function testClosurePathIsDisplayedInVerboseMode() method testClosurePathIsDisplayedInNonVerboseMode (line 175) | public function testClosurePathIsDisplayedInNonVerboseMode() method testClosurePathIsIncludedInJsonOutput (line 191) | public function testClosurePathIsIncludedInJsonOutput() method testControllerRouteHasNullPathInJsonOutput (line 208) | public function testControllerRouteHasNullPathInJsonOutput() method testDisplayRoutesExceptVendor (line 217) | public function testDisplayRoutesExceptVendor() method testDisplayRoutesWithBindingFieldsAsJson (line 251) | public function testDisplayRoutesWithBindingFieldsAsJson() class FooController (line 263) | class FooController extends Controller method show (line 265) | public function show(User $user) method __invoke (line 270) | public function __invoke() FILE: tests/Testing/Fluent/AssertTest.php class AssertTest (line 13) | class AssertTest extends TestCase method testAssertHas (line 15) | public function testAssertHas() method testAssertHasFailsWhenPropMissing (line 24) | public function testAssertHasFailsWhenPropMissing() method testAssertHasNestedProp (line 36) | public function testAssertHasNestedProp() method testAssertHasFailsWhenNestedPropMissing (line 47) | public function testAssertHasFailsWhenNestedPropMissing() method testAssertHasCountItemsInProp (line 61) | public function testAssertHasCountItemsInProp() method testAssertHasCountFailsWhenAmountOfItemsDoesNotMatch (line 73) | public function testAssertHasCountFailsWhenAmountOfItemsDoesNotMatch() method testAssertHasCountFailsWhenPropMissing (line 88) | public function testAssertHasCountFailsWhenPropMissing() method testAssertHasFailsWhenSecondArgumentUnsupportedType (line 103) | public function testAssertHasFailsWhenSecondArgumentUnsupportedType() method testAssertHasOnlyCounts (line 114) | public function testAssertHasOnlyCounts() method testAssertHasOnlyCountFails (line 125) | public function testAssertHasOnlyCountFails() method testAssertHasOnlyCountFailsScoped (line 139) | public function testAssertHasOnlyCountFailsScoped() method testAssertHasWithWhereNotDoesNotFail (line 156) | public function testAssertHasWithWhereNotDoesNotFail() method testAssertHasWithWhereNotFails (line 177) | public function testAssertHasWithWhereNotFails() method testAssertHasWithWhereNotDoesNotFailClosure (line 201) | public function testAssertHasWithWhereNotDoesNotFailClosure() method testAssertHasWithWhereNotFailsClosure (line 222) | public function testAssertHasWithWhereNotFailsClosure() method testAssertCount (line 246) | public function testAssertCount() method testAssertCountFails (line 257) | public function testAssertCountFails() method testAssertCountFailsScoped (line 271) | public function testAssertCountFailsScoped() method testAssertBetween (line 288) | public function testAssertBetween() method testAssertBetweenFails (line 299) | public function testAssertBetweenFails() method testAssertBetweenLowestValueFails (line 313) | public function testAssertBetweenLowestValueFails() method testAssertBetweenFailsScoped (line 327) | public function testAssertBetweenFailsScoped() method testAssertMissing (line 345) | public function testAssertMissing() method testAssertMissingFailsWhenPropExists (line 356) | public function testAssertMissingFailsWhenPropExists() method testAssertMissingAll (line 371) | public function testAssertMissingAll() method testAssertMissingAllFailsWhenAtLeastOnePropExists (line 383) | public function testAssertMissingAllFailsWhenAtLeastOnePropExists() method testAssertMissingAllAcceptsMultipleArgumentsInsteadOfArray (line 398) | public function testAssertMissingAllAcceptsMultipleArgumentsInsteadOfA... method testAssertWhereMatchesValue (line 412) | public function testAssertWhereMatchesValue() method testAssertWhereFailsWhenDoesNotMatchValue (line 421) | public function testAssertWhereFailsWhenDoesNotMatchValue() method testAssertWhereFailsWhenMissing (line 433) | public function testAssertWhereFailsWhenMissing() method testAssertWhereFailsWhenMatchingLoosely (line 445) | public function testAssertWhereFailsWhenMatchingLoosely() method testAssertWhereUsingClosure (line 457) | public function testAssertWhereUsingClosure() method testAssertWhereFailsWhenDoesNotMatchValueUsingClosure (line 468) | public function testAssertWhereFailsWhenDoesNotMatchValueUsingClosure() method testAssertWhereClosureArrayValuesAreAutomaticallyCastedToCollections (line 482) | public function testAssertWhereClosureArrayValuesAreAutomaticallyCaste... method testAssertWhereMatchesValueUsingArrayable (line 498) | public function testAssertWhereMatchesValueUsingArrayable() method testAssertWhereMatchesValueUsingArrayableWhenSortedDifferently (line 509) | public function testAssertWhereMatchesValueUsingArrayableWhenSortedDif... method testAssertWhereFailsWhenDoesNotMatchValueUsingArrayable (line 530) | public function testAssertWhereFailsWhenDoesNotMatchValueUsingArrayable() method testAssertWhereUsingBackedEnum (line 556) | public function testAssertWhereUsingBackedEnum() method testAssertWhereFailsUsingBackedEnum (line 571) | public function testAssertWhereFailsUsingBackedEnum() method testAssertWhereNullMatchesValue (line 583) | public function testAssertWhereNullMatchesValue() method testAssertWhereNullFailsWhenNotNull (line 592) | public function testAssertWhereNullFailsWhenNotNull() method testAssertWhereNullFailsWhenMissing (line 604) | public function testAssertWhereNullFailsWhenMissing() method testAssertWhereNotNullMatchesValue (line 616) | public function testAssertWhereNotNullMatchesValue() method testAssertWhereNotNullFailsWhenNull (line 625) | public function testAssertWhereNotNullFailsWhenNull() method testAssertWhereNotNullFailsWhenMissing (line 637) | public function testAssertWhereNotNullFailsWhenMissing() method testAssertWhereContainsFailsWithEmptyValue (line 649) | public function testAssertWhereContainsFailsWithEmptyValue() method testAssertWhereContainsFailsWithMissingValue (line 659) | public function testAssertWhereContainsFailsWithMissingValue() method testAssertWhereContainsFailsWithMissingNestedValue (line 671) | public function testAssertWhereContainsFailsWithMissingNestedValue() method testAssertWhereContainsFailsWhenDoesNotMatchType (line 686) | public function testAssertWhereContainsFailsWhenDoesNotMatchType() method testAssertWhereContainsFailsWhenDoesNotSatisfyClosure (line 698) | public function testAssertWhereContainsFailsWhenDoesNotSatisfyClosure() method testAssertWhereContainsFailsWhenHavingExpectedValueButDoesNotSatisfyClosure (line 712) | public function testAssertWhereContainsFailsWhenHavingExpectedValueBut... method testAssertWhereContainsFailsWhenSatisfiesClosureButDoesNotHaveExpectedValue (line 726) | public function testAssertWhereContainsFailsWhenSatisfiesClosureButDoe... method testAssertWhereContainsWithNestedValue (line 740) | public function testAssertWhereContainsWithNestedValue() method testAssertWhereContainsWithMatchingType (line 754) | public function testAssertWhereContainsWithMatchingType() method testAssertWhereContainsWithNullValue (line 764) | public function testAssertWhereContainsWithNullValue() method testAssertWhereContainsWithOutOfOrderMatchingType (line 774) | public function testAssertWhereContainsWithOutOfOrderMatchingType() method testAssertWhereContainsWithOutOfOrderNestedMatchingType (line 783) | public function testAssertWhereContainsWithOutOfOrderNestedMatchingType() method testAssertWhereContainsWithClosure (line 794) | public function testAssertWhereContainsWithClosure() method testAssertWhereContainsWithNestedClosure (line 805) | public function testAssertWhereContainsWithNestedClosure() method testAssertWhereContainsWithMultipleClosure (line 818) | public function testAssertWhereContainsWithMultipleClosure() method testAssertWhereContainsWithNullExpectation (line 834) | public function testAssertWhereContainsWithNullExpectation() method testAssertWhereContainsUsingBackedEnum (line 843) | public function testAssertWhereContainsUsingBackedEnum() method testAssertWhereContainsFailsUsingBackedEnum (line 858) | public function testAssertWhereContainsFailsUsingBackedEnum() method testAssertNestedWhereMatchesValue (line 870) | public function testAssertNestedWhereMatchesValue() method testAssertNestedWhereFailsWhenDoesNotMatchValue (line 881) | public function testAssertNestedWhereFailsWhenDoesNotMatchValue() method testAssertNestedWhereUsingBackedEnum (line 895) | public function testAssertNestedWhereUsingBackedEnum() method testAssertNestedWhereFailsUsingBackedEnum (line 906) | public function testAssertNestedWhereFailsUsingBackedEnum() method testAssertWhereDoesNotMatchValue (line 920) | public function testAssertWhereDoesNotMatchValue() method testAssertWhereNotFailsWhenMatchingValue (line 929) | public function testAssertWhereNotFailsWhenMatchingValue() method testAssertWhereNotFailsWhenNotMissing (line 941) | public function testAssertWhereNotFailsWhenNotMissing() method testAssertWhereNotUsingClosure (line 953) | public function testAssertWhereNotUsingClosure() method testAssertWhereNotFailsWhenMatchesValueUsingClosure (line 964) | public function testAssertWhereNotFailsWhenMatchesValueUsingClosure() method testAssertWhereNotUsingBackedEnum (line 978) | public function testAssertWhereNotUsingBackedEnum() method testAssertWhereNotFailsUsingBackedEnum (line 987) | public function testAssertWhereNotFailsUsingBackedEnum() method testScope (line 999) | public function testScope() method testScopeFailsWhenPropMissing (line 1019) | public function testScopeFailsWhenPropMissing() method testScopeFailsWhenPropSingleValue (line 1036) | public function testScopeFailsWhenPropSingleValue() method testScopeShorthand (line 1050) | public function testScopeShorthand() method testScopeShorthandWithoutCount (line 1068) | public function testScopeShorthandWithoutCount() method testScopeShorthandFailsWhenAssertingZeroItems (line 1086) | public function testScopeShorthandFailsWhenAssertingZeroItems() method testScopeShorthandFailsWhenAmountOfItemsDoesNotMatch (line 1103) | public function testScopeShorthandFailsWhenAmountOfItemsDoesNotMatch() method testScopeShorthandFailsWhenAssertingEmptyArray (line 1120) | public function testScopeShorthandFailsWhenAssertingEmptyArray() method testScopeShorthandFailsWhenAssertingEmptyArrayWithoutCount (line 1136) | public function testScopeShorthandFailsWhenAssertingEmptyArrayWithoutC... method testScopeShorthandFailsWhenSecondArgumentUnsupportedType (line 1152) | public function testScopeShorthandFailsWhenSecondArgumentUnsupportedTy... method testFirstScope (line 1168) | public function testFirstScope() method testFirstScopeFailsWhenNoProps (line 1184) | public function testFirstScopeFailsWhenNoProps() method testFirstNestedScopeFailsWhenNoProps (line 1196) | public function testFirstNestedScopeFailsWhenNoProps() method testFirstScopeFailsWhenPropSingleValue (line 1212) | public function testFirstScopeFailsWhenPropSingleValue() method testEachScope (line 1226) | public function testEachScope() method testEachScopeFailsWhenNoProps (line 1242) | public function testEachScopeFailsWhenNoProps() method testEachNestedScopeFailsWhenNoProps (line 1254) | public function testEachNestedScopeFailsWhenNoProps() method testEachScopeFailsWhenPropSingleValue (line 1270) | public function testEachScopeFailsWhenPropSingleValue() method testFailsWhenNotInteractingWithAllPropsInScope (line 1284) | public function testFailsWhenNotInteractingWithAllPropsInScope() method testDisableInteractionCheckForCurrentScope (line 1301) | public function testDisableInteractionCheckForCurrentScope() method testCannotDisableInteractionCheckForDifferentScopes (line 1315) | public function testCannotDisableInteractionCheckForDifferentScopes() method testTopLevelPropInteractionDisabledByDefault (line 1339) | public function testTopLevelPropInteractionDisabledByDefault() method testTopLevelInteractionEnabledWhenInteractedFlagSet (line 1349) | public function testTopLevelInteractionEnabledWhenInteractedFlagSet() method testAssertWhereAllMatchesValues (line 1364) | public function testAssertWhereAllMatchesValues() method testAssertWhereAllFailsWhenAtLeastOnePropDoesNotMatchValue (line 1383) | public function testAssertWhereAllFailsWhenAtLeastOnePropDoesNotMatchV... method testAssertWhereTypeString (line 1401) | public function testAssertWhereTypeString() method testAssertWhereTypeInteger (line 1410) | public function testAssertWhereTypeInteger() method testAssertWhereTypeBoolean (line 1419) | public function testAssertWhereTypeBoolean() method testAssertWhereTypeDouble (line 1428) | public function testAssertWhereTypeDouble() method testAssertWhereTypeArray (line 1437) | public function testAssertWhereTypeArray() method testAssertWhereTypeNull (line 1448) | public function testAssertWhereTypeNull() method testAssertWhereAllType (line 1457) | public function testAssertWhereAllType() method testAssertWhereTypeWhenWrongTypeIsGiven (line 1480) | public function testAssertWhereTypeWhenWrongTypeIsGiven() method testAssertWhereTypeWithUnionTypes (line 1492) | public function testAssertWhereTypeWithUnionTypes() method testAssertWhereTypeWhenWrongUnionTypeIsGiven (line 1506) | public function testAssertWhereTypeWhenWrongUnionTypeIsGiven() method testAssertWhereTypeWithPipeInUnionType (line 1518) | public function testAssertWhereTypeWithPipeInUnionType() method testAssertWhereTypeWithPipeInWrongUnionType (line 1527) | public function testAssertWhereTypeWithPipeInWrongUnionType() method testAssertHasAll (line 1539) | public function testAssertHasAll() method testAssertHasAllFailsWhenAtLeastOnePropMissing (line 1556) | public function testAssertHasAllFailsWhenAtLeastOnePropMissing() method testAssertHasAllAcceptsMultipleArgumentsInsteadOfArray (line 1576) | public function testAssertHasAllAcceptsMultipleArgumentsInsteadOfArray() method testAssertCountMultipleProps (line 1594) | public function testAssertCountMultipleProps() method testAssertCountMultiplePropsFailsWhenPropMissing (line 1612) | public function testAssertCountMultiplePropsFailsWhenPropMissing() method testMacroable (line 1630) | public function testMacroable() method testTappable (line 1643) | public function testTappable() FILE: tests/Testing/ParallelConsoleOutputTest.php class ParallelConsoleOutputTest (line 9) | class ParallelConsoleOutputTest extends TestCase method testWrite (line 11) | public function testWrite(): void FILE: tests/Testing/ParallelTestingTest.php class ParallelTestingTest (line 10) | class ParallelTestingTest extends TestCase method setUp (line 12) | protected function setUp(): void method testCallbacks (line 21) | #[DataProvider('callbacks')] method testOptions (line 53) | public function testOptions(): void method testToken (line 75) | public function testToken(): void method callbacks (line 88) | public static function callbacks() method tearDown (line 100) | protected function tearDown(): void FILE: tests/Testing/Stubs/ArrayableStubObject.php class ArrayableStubObject (line 7) | class ArrayableStubObject implements Arrayable method __construct (line 11) | public function __construct($data = []) method make (line 16) | public static function make($data = []) method toArray (line 21) | public function toArray() FILE: tests/Testing/TestResponseTest.php class TestResponseTest (line 38) | class TestResponseTest extends TestCase method testAssertViewIs (line 40) | public function testAssertViewIs(): void method testAssertViewHas (line 51) | public function testAssertViewHas(): void method testAssertViewHasModel (line 61) | public function testAssertViewHasModel(): void method testAssertViewHasWithClosure (line 73) | public function testAssertViewHasWithClosure(): void method testAssertViewHasWithValue (line 85) | public function testAssertViewHasWithValue(): void method testAssertViewHasNested (line 95) | public function testAssertViewHasNested(): void method testAssertViewHasWithNestedValue (line 109) | public function testAssertViewHasWithNestedValue(): void method testAssertViewHasEloquentCollection (line 123) | public function testAssertViewHasEloquentCollection(): void method testAssertViewHasEloquentCollectionRespectsOrder (line 139) | public function testAssertViewHasEloquentCollectionRespectsOrder(): void method testAssertViewHasEloquentCollectionRespectsType (line 157) | public function testAssertViewHasEloquentCollectionRespectsType(): void method testAssertViewHasEloquentCollectionRespectsSize (line 179) | public function testAssertViewHasEloquentCollectionRespectsSize(): void method testAssertViewHasWithArray (line 196) | public function testAssertViewHasWithArray(): void method testAssertViewHasAll (line 206) | public function testAssertViewHasAll(): void method testAssertViewMissing (line 218) | public function testAssertViewMissing(): void method testAssertViewMissingNested (line 228) | public function testAssertViewMissingNested(): void method testViewData (line 242) | public function testViewData(): void method testAssertContent (line 254) | public function testAssertContent(): void method testAssertStreamedAndAssertNotStreamed (line 277) | public function testAssertStreamedAndAssertNotStreamed(): void method testAssertStreamedContent (line 310) | public function testAssertStreamedContent(): void method testAssertStreamedJsonContent (line 338) | public function testAssertStreamedJsonContent(): void method testAssertStreamedBinaryFile (line 374) | public function testAssertStreamedBinaryFile(): void method testAssertStreamedJsonFile (line 390) | public function testAssertStreamedJsonFile(): void method testJsonAssertionsOnStreamedJsonContent (line 411) | public function testJsonAssertionsOnStreamedJsonContent(): void method yieldTestModels (line 445) | public function yieldTestModels() method testAssertSee (line 452) | public function testAssertSee(): void method testAssertSeeCanFail (line 462) | public function testAssertSeeCanFail(): void method testAssertSeeEscaped (line 474) | public function testAssertSeeEscaped(): void method testAssertSeeEscapedCanFail (line 484) | public function testAssertSeeEscapedCanFail(): void method testAssertSeeHtml (line 496) | public function testAssertSeeHtml(): void method testAssertSeeHtmlCanFail (line 506) | public function testAssertSeeHtmlCanFail(): void method testAssertSeeInOrder (line 518) | public function testAssertSeeInOrder(): void method testAssertSeeInOrderCanFail (line 529) | public function testAssertSeeInOrderCanFail(): void method testAssertSeeInOrderCanFail2 (line 540) | public function testAssertSeeInOrderCanFail2(): void method testAssertSeeHtmlInOrder (line 551) | public function testAssertSeeHtmlInOrder(): void method testAssertSeeHtmlInOrderCanFail (line 562) | public function testAssertSeeHtmlInOrderCanFail(): void method testAssertSeeHtmlInOrderCanFail2 (line 573) | public function testAssertSeeHtmlInOrderCanFail2(): void method testAssertSeeText (line 584) | public function testAssertSeeText(): void method testAssertSeeTextCanFail (line 594) | public function testAssertSeeTextCanFail(): void method testAssertSeeTextEscaped (line 607) | public function testAssertSeeTextEscaped(): void method testAssertSeeTextWhitespace (line 617) | public function testAssertSeeTextWhitespace(): void method testAssertSeeTextEscapedCanFail (line 631) | public function testAssertSeeTextEscapedCanFail(): void method testAssertSeeTextInOrder (line 643) | public function testAssertSeeTextInOrder(): void method testAssertSeeTextInOrderEscaped (line 654) | public function testAssertSeeTextInOrderEscaped(): void method testAssertSeeTextInOrderWhitespace (line 663) | public function testAssertSeeTextInOrderWhitespace(): void method testAssertSeeTextInOrderCanFail (line 677) | public function testAssertSeeTextInOrderCanFail(): void method testAssertSeeTextInOrderCanFail2 (line 689) | public function testAssertSeeTextInOrderCanFail2(): void method testAssertDontSee (line 700) | public function testAssertDontSee(): void method testAssertDontSeeCanFail (line 710) | public function testAssertDontSeeCanFail(): void method testAssertDontSeeEscaped (line 722) | public function testAssertDontSeeEscaped(): void method testAssertDontSeeEscapedCanFail (line 732) | public function testAssertDontSeeEscapedCanFail(): void method testAssertDontSeeHtml (line 744) | public function testAssertDontSeeHtml(): void method testAssertDontSeeHtmlCanFail (line 754) | public function testAssertDontSeeHtmlCanFail(): void method testAssertDontSeeText (line 766) | public function testAssertDontSeeText(): void method testAssertDontSeeTextCanFail (line 776) | public function testAssertDontSeeTextCanFail(): void method testAssertDontSeeTextEscaped (line 789) | public function testAssertDontSeeTextEscaped(): void method testAssertDontSeeTextEscapedCanFail (line 799) | public function testAssertDontSeeTextEscapedCanFail(): void method testAssertOk (line 811) | public function testAssertOk(): void method testAssertCreated (line 827) | public function testAssertCreated(): void method testAssertNotFound (line 843) | public function testAssertNotFound(): void method testAssertMethodNotAllowed (line 858) | public function testAssertMethodNotAllowed(): void method testAssertNotAcceptable (line 876) | public function testAssertNotAcceptable(): void method testAssertForbidden (line 895) | public function testAssertForbidden(): void method testAssertUnauthorized (line 911) | public function testAssertUnauthorized(): void method testAssertBadRequest (line 927) | public function testAssertBadRequest(): void method testAssertRequestTimeout (line 946) | public function testAssertRequestTimeout(): void method testAssertPaymentRequired (line 965) | public function testAssertPaymentRequired(): void method testAssertMovedPermanently (line 984) | public function testAssertMovedPermanently(): void method testAssertFound (line 1003) | public function testAssertFound(): void method testAssertNotModified (line 1022) | public function testAssertNotModified(): void method testAssertTemporaryRedirect (line 1041) | public function testAssertTemporaryRedirect(): void method testAssertPermanentRedirect (line 1060) | public function testAssertPermanentRedirect(): void method testAssertConflict (line 1079) | public function testAssertConflict(): void method testAssertGone (line 1098) | public function testAssertGone(): void method testAssertTooManyRequests (line 1116) | public function testAssertTooManyRequests(): void method testAssertAccepted (line 1135) | public function testAssertAccepted(): void method testAssertUnprocessable (line 1154) | public function testAssertUnprocessable(): void method testAssertFailedDependency (line 1170) | public function testAssertFailedDependency(): void method testAssertClientError (line 1189) | public function testAssertClientError(): void method testAssertServerError (line 1201) | public function testAssertServerError(): void method testAssertInternalServerError (line 1213) | public function testAssertInternalServerError(): void method testAssertServiceUnavailable (line 1231) | public function testAssertServiceUnavailable(): void method testAssertNoContentAsserts204StatusCodeByDefault (line 1249) | public function testAssertNoContentAsserts204StatusCodeByDefault(): void method testAssertNoContentAssertsExpectedStatusCode (line 1265) | public function testAssertNoContentAssertsExpectedStatusCode(): void method testAssertNoContentAssertsEmptyContent (line 1282) | public function testAssertNoContentAssertsEmptyContent(): void method testAssertStatus (line 1297) | public function testAssertStatus(): void method testAssertHeader (line 1314) | public function testAssertHeader(): void method testAssertHeaderMissing (line 1327) | public function testAssertHeaderMissing(): void method testAssertPrecognitionSuccessfulWithMissingHeader (line 1341) | public function testAssertPrecognitionSuccessfulWithMissingHeader(): void method testAssertPrecognitionSuccessfulWithIncorrectValue (line 1353) | public function testAssertPrecognitionSuccessfulWithIncorrectValue(): ... method testAssertJsonWithArray (line 1367) | public function testAssertJsonWithArray(): void method testAssertJsonWithNull (line 1376) | public function testAssertJsonWithNull(): void method testAssertJsonWithFluent (line 1388) | public function testAssertJsonWithFluent(): void method testAssertJsonWithFluentFailsWhenNotInteractingWithAllProps (line 1398) | public function testAssertJsonWithFluentFailsWhenNotInteractingWithAll... method testAssertJsonWithFluentSkipsInteractionWhenTopLevelKeysNonAssociative (line 1410) | public function testAssertJsonWithFluentSkipsInteractionWhenTopLevelKe... method testAssertJsonWithFluentHasAnyThrows (line 1422) | public function testAssertJsonWithFluentHasAnyThrows(): void method testAssertJsonWithFluentHasAnyPasses (line 1434) | public function testAssertJsonWithFluentHasAnyPasses(): void method testAssertSimilarJsonWithMixed (line 1445) | public function testAssertSimilarJsonWithMixed(): void method testAssertExactJsonWithMixedWhenDataIsExactlySame (line 1461) | public function testAssertExactJsonWithMixedWhenDataIsExactlySame(): void method testAssertExactJsonWithMixedWhenDataIsSimilar (line 1472) | public function testAssertExactJsonWithMixedWhenDataIsSimilar(): void method testAssertJsonPath (line 1488) | public function testAssertJsonPath(): void method testAssertJsonPathCanFail (line 1521) | public function testAssertJsonPathCanFail(): void method testAssertJsonPathWithClosure (line 1531) | public function testAssertJsonPathWithClosure(): void method testAssertJsonPathWithClosureCanFail (line 1540) | public function testAssertJsonPathWithClosureCanFail(): void method testAssertJsonPathWithEnum (line 1552) | public function testAssertJsonPathWithEnum(): void method testAssertJsonPathWithEnumCanFail (line 1561) | public function testAssertJsonPathWithEnumCanFail(): void method testAssertJsonPathCanonicalizing (line 1573) | public function testAssertJsonPathCanonicalizing(): void method testAssertJsonPathCanonicalizingCanFail (line 1586) | public function testAssertJsonPathCanonicalizingCanFail(): void method testAssertJsonFragment (line 1596) | public function testAssertJsonFragment(): void method testAssertJsonFragments (line 1619) | public function testAssertJsonFragments(): void method testAssertJsonFragmentCanFail (line 1633) | public function testAssertJsonFragmentCanFail(): void method testAssertJsonFragmentUnicodeCanFail (line 1642) | public function testAssertJsonFragmentUnicodeCanFail(): void method testAssertJsonStructure (line 1652) | public function testAssertJsonStructure(): void method testAssertExactJsonStructure (line 1680) | public function testAssertExactJsonStructure(): void method testAssertJsonCount (line 1762) | public function testAssertJsonCount(): void method testAssertJsonMissing (line 1781) | public function testAssertJsonMissing(): void method testAssertJsonMissingExact (line 1790) | public function testAssertJsonMissingExact(): void method testAssertJsonMissingExactCanFail (line 1800) | public function testAssertJsonMissingExactCanFail(): void method testAssertJsonMissingExactCanFail2 (line 1809) | public function testAssertJsonMissingExactCanFail2(): void method testAssertJsonMissingPath (line 1818) | public function testAssertJsonMissingPath(): void method testAssertJsonMissingPathCanFail (line 1830) | public function testAssertJsonMissingPathCanFail(): void method testAssertJsonMissingPathCanFail2 (line 1839) | public function testAssertJsonMissingPathCanFail2(): void method testAssertJsonMissingPathCanFail3 (line 1848) | public function testAssertJsonMissingPathCanFail3(): void method testAssertJsonValidationErrors (line 1857) | public function testAssertJsonValidationErrors(): void method testAssertOnlyJsonValidationErrors (line 1871) | public function testAssertOnlyJsonValidationErrors(): void method testAssertJsonValidationErrorsUsingAssertOnlyInvalid (line 1901) | public function testAssertJsonValidationErrorsUsingAssertOnlyInvalid()... method testAssertSessionOnlyValidationErrorsUsingAssertOnlyInvalid (line 1931) | public function testAssertSessionOnlyValidationErrorsUsingAssertOnlyIn... method testAssertJsonValidationErrorsUsingAssertInvalid (line 1968) | public function testAssertJsonValidationErrorsUsingAssertInvalid(): void method testAssertSessionValidationErrorsUsingAssertInvalid (line 1982) | public function testAssertSessionValidationErrorsUsingAssertInvalid():... method testAssertSessionValidationErrorsUsingAssertValid (line 2007) | public function testAssertSessionValidationErrorsUsingAssertValid(): void method testAssertingKeyIsInvalidErrorMessage (line 2021) | public function testAssertingKeyIsInvalidErrorMessage(): void method testInvalidWithListOfErrors (line 2042) | public function testInvalidWithListOfErrors(): void method testAssertJsonValidationErrorsCustomErrorsName (line 2069) | public function testAssertJsonValidationErrorsCustomErrorsName(): void method testAssertJsonValidationErrorsCustomNestedErrorsName (line 2083) | public function testAssertJsonValidationErrorsCustomNestedErrorsName()... method testAssertJsonValidationErrorsCanFail (line 2097) | public function testAssertJsonValidationErrorsCanFail(): void method testAssertJsonValidationErrorsCanFailWhenThereAreNoErrors (line 2113) | public function testAssertJsonValidationErrorsCanFailWhenThereAreNoErr... method testAssertJsonValidationErrorsFailsWhenGivenAnEmptyArray (line 2126) | public function testAssertJsonValidationErrorsFailsWhenGivenAnEmptyArr... method testAssertJsonValidationErrorsWithArray (line 2137) | public function testAssertJsonValidationErrorsWithArray(): void method testAssertJsonValidationErrorMessages (line 2151) | public function testAssertJsonValidationErrorMessages(): void method testAssertJsonValidationErrorContainsMessages (line 2165) | public function testAssertJsonValidationErrorContainsMessages(): void method testAssertJsonValidationErrorMessagesCanFail (line 2179) | public function testAssertJsonValidationErrorMessagesCanFail(): void method testAssertJsonValidationErrorMessageKeyCanFail (line 2195) | public function testAssertJsonValidationErrorMessageKeyCanFail(): void method testAssertJsonValidationErrorMessagesMultipleMessages (line 2211) | public function testAssertJsonValidationErrorMessagesMultipleMessages(... method testAssertJsonValidationErrorMessagesMultipleMessagesCanFail (line 2225) | public function testAssertJsonValidationErrorMessagesMultipleMessagesC... method testAssertJsonValidationErrorMessagesMixed (line 2241) | public function testAssertJsonValidationErrorMessagesMixed(): void method testAssertJsonValidationErrorMessagesMixedCanFail (line 2255) | public function testAssertJsonValidationErrorMessagesMixedCanFail(): void method testAssertJsonValidationErrorMessagesMultipleErrors (line 2271) | public function testAssertJsonValidationErrorMessagesMultipleErrors():... method testAssertJsonValidationErrorMessagesMultipleErrorsCanFail (line 2290) | public function testAssertJsonValidationErrorMessagesMultipleErrorsCan... method testAssertJsonMissingValidationErrors (line 2310) | public function testAssertJsonMissingValidationErrors(): void method testAssertJsonMissingValidationErrorsCanFail (line 2331) | public function testAssertJsonMissingValidationErrorsCanFail(): void method testAssertJsonMissingValidationErrorsCanFail2 (line 2347) | public function testAssertJsonMissingValidationErrorsCanFail2(): void method testAssertJsonMissingValidationErrorsCanFail3 (line 2363) | public function testAssertJsonMissingValidationErrorsCanFail3(): void method testAssertJsonMissingValidationErrorsWithoutArgument (line 2384) | public function testAssertJsonMissingValidationErrorsWithoutArgument()... method testAssertJsonMissingValidationErrorsWithoutArgumentWhenErrorsIsEmpty (line 2395) | public function testAssertJsonMissingValidationErrorsWithoutArgumentWh... method testAssertJsonMissingValidationErrorsWithoutArgumentCanFail (line 2406) | public function testAssertJsonMissingValidationErrorsWithoutArgumentCa... method testAssertJsonMissingValidationErrorsOnInvalidJson (line 2419) | public function testAssertJsonMissingValidationErrorsOnInvalidJson(): ... method testAssertJsonMissingValidationErrorsCustomErrorsName (line 2431) | public function testAssertJsonMissingValidationErrorsCustomErrorsName(... method testAssertJsonMissingValidationErrorsNestedCustomErrorsName1 (line 2445) | public function testAssertJsonMissingValidationErrorsNestedCustomError... method testAssertJsonMissingValidationErrorsNestedCustomErrorsName2 (line 2461) | public function testAssertJsonMissingValidationErrorsNestedCustomError... method testAssertJsonIsArray (line 2470) | public function testAssertJsonIsArray(): void method testAssertJsonIsNotArray (line 2476) | public function testAssertJsonIsNotArray(): void method testAssertJsonIsObject (line 2486) | public function testAssertJsonIsObject(): void method testAssertJsonIsNotObject (line 2494) | public function testAssertJsonIsNotObject(): void method testAssertDownloadOffered (line 2502) | public function testAssertDownloadOffered(): void method testAssertDownloadOfferedWithAFileName (line 2517) | public function testAssertDownloadOfferedWithAFileName(): void method testAssertDownloadOfferedWorksWithBinaryFileResponse (line 2532) | public function testAssertDownloadOfferedWorksWithBinaryFileResponse()... method testAssertDownloadOfferedFailsWithInlineContentDisposition (line 2545) | public function testAssertDownloadOfferedFailsWithInlineContentDisposi... method testAssertDownloadOfferedWithAFileNameWithSpacesInIt (line 2559) | public function testAssertDownloadOfferedWithAFileNameWithSpacesInIt()... method testMacroable (line 2574) | public function testMacroable(): void method testCanBeCreatedFromBinaryFileResponses (line 2587) | public function testCanBeCreatedFromBinaryFileResponses(): void method testJsonHelper (line 2601) | public function testJsonHelper(): void method testResponseCanBeReturnedAsCollection (line 2612) | public function testResponseCanBeReturnedAsCollection(): void method testItCanBeTapped (line 2649) | public function testItCanBeTapped(): void method testAssertPlainCookie (line 2660) | public function testAssertPlainCookie(): void method testAssertCookie (line 2669) | public function testAssertCookie(): void method testAssertCookieExpired (line 2686) | public function testAssertCookieExpired(): void method testAssertSessionCookieExpiredDoesNotTriggerOnSessionCookies (line 2695) | public function testAssertSessionCookieExpiredDoesNotTriggerOnSessionC... method testAssertCookieNotExpired (line 2706) | public function testAssertCookieNotExpired(): void method testAssertSessionCookieNotExpired (line 2715) | public function testAssertSessionCookieNotExpired(): void method testAssertCookieMissing (line 2724) | public function testAssertCookieMissing(): void method testAssertLocation (line 2731) | public function testAssertLocation(): void method testAssertRedirectContains (line 2745) | public function testAssertRedirectContains(): void method testAssertHeaderContainsSuccess (line 2758) | public function testAssertHeaderContainsSuccess(): void method testAssertHeaderContainsFailure (line 2769) | public function testAssertHeaderContainsFailure(): void method testAssertRedirect (line 2783) | public function testAssertRedirect(): void method testAssertRedirectBack (line 2792) | public function testAssertRedirectBack(): void method testGetDecryptedCookie (line 2813) | public function testGetDecryptedCookie(): void method testAssertSessionHasErrors (line 2826) | public function testAssertSessionHasErrors(): void method testAssertJsonSerializedSessionHasErrors (line 2843) | public function testAssertJsonSerializedSessionHasErrors(): void method testAssertSessionDoesntHaveErrors (line 2862) | public function testAssertSessionDoesntHaveErrors(): void method testAssertSessionHasNoErrors (line 2881) | public function testAssertSessionHasNoErrors(): void method testAssertSessionHas (line 2909) | public function testAssertSessionHas(): void method testAssertSessionHasAllWithValues (line 2923) | public function testAssertSessionHasAllWithValues(): void method testAssertSessionHasAllShowsAllMismatches (line 2938) | public function testAssertSessionHasAllShowsAllMismatches(): void method testAssertSessionHasAllWithMixedKeys (line 2963) | public function testAssertSessionHasAllWithMixedKeys(): void method testAssertSessionHasAllWithClosures (line 2980) | public function testAssertSessionHasAllWithClosures(): void method testAssertSessionMissing (line 2995) | public function testAssertSessionMissing(): void method testAssertSessionMissingValueIsPresent (line 3007) | #[TestWith(['foo', 'goodvalue'])] method testAssertSessionMissingValueIsPresentClosure (line 3021) | public function testAssertSessionMissingValueIsPresentClosure(): void method testAssertSessionMissingValueIsMissing (line 3039) | #[TestWith(['foo', 'badvalue'])] method testAssertSessionMissingValueIsMissingClosure (line 3050) | public function testAssertSessionMissingValueIsMissingClosure(): void method testAssertSessionHasInput (line 3066) | public function testAssertSessionHasInput(): void method testGetEncryptedCookie (line 3087) | public function testGetEncryptedCookie(): void method testHandledExceptionIsIncludedInAssertionFailure (line 3110) | public function testHandledExceptionIsIncludedInAssertionFailure(): void method testValidationErrorsAreIncludedInAssertionFailure (line 3121) | public function testValidationErrorsAreIncludedInAssertionFailure(): void method testJsonErrorsAreIncludedInAssertionFailure (line 3138) | public function testJsonErrorsAreIncludedInAssertionFailure(): void method testItHandlesFalseJson (line 3153) | public function testItHandlesFalseJson(): void method testItHandlesEncodedJson (line 3165) | public function testItHandlesEncodedJson(): void method makeMockResponse (line 3177) | private function makeMockResponse($content) class JsonSerializableMixedResourcesStub (line 3187) | class JsonSerializableMixedResourcesStub implements JsonSerializable method jsonSerialize (line 3189) | public function jsonSerialize(): array class JsonSerializableSingleResourceStub (line 3221) | class JsonSerializableSingleResourceStub implements JsonSerializable method jsonSerialize (line 3223) | public function jsonSerialize(): array class JsonSerializableSingleResourceWithIntegersStub (line 3234) | class JsonSerializableSingleResourceWithIntegersStub implements JsonSeri... method jsonSerialize (line 3236) | public function jsonSerialize(): array class JsonSerializableSingleResourceWithUnicodeStub (line 3246) | class JsonSerializableSingleResourceWithUnicodeStub implements JsonSeria... method jsonSerialize (line 3248) | public function jsonSerialize(): array class TestModel (line 3258) | class TestModel extends Model class AnotherTestModel (line 3263) | class AnotherTestModel extends Model FILE: tests/Translation/TranslationMessageSelectorTest.php class TranslationMessageSelectorTest (line 9) | class TranslationMessageSelectorTest extends TestCase method testChoose (line 11) | #[DataProvider('chooseTestData')] method testChooseWithFloatDoesNotTriggerDeprecation (line 19) | public function testChooseWithFloatDoesNotTriggerDeprecation() method testChoosePluralizesFloats (line 26) | public function testChoosePluralizesFloats() method chooseTestData (line 33) | public static function chooseTestData() FILE: tests/Translation/TranslationTranslatorTest.php class TranslationTranslatorTest (line 16) | class TranslationTranslatorTest extends TestCase method testHasMethodReturnsFalseWhenReturnedTranslationIsNull (line 18) | public function testHasMethodReturnsFalseWhenReturnedTranslationIsNull() method testGetMethodProperlyLoadsAndRetrievesItem (line 47) | public function testGetMethodProperlyLoadsAndRetrievesItem() method testGetMethodProperlyLoadsAndRetrievesArrayItem (line 57) | public function testGetMethodProperlyLoadsAndRetrievesArrayItem() method testGetMethodForNonExistingReturnsSameKey (line 67) | public function testGetMethodForNonExistingReturnsSameKey() method testTransMethodProperlyLoadsAndRetrievesItemWithHTMLInTheMessage (line 78) | public function testTransMethodProperlyLoadsAndRetrievesItemWithHTMLIn... method testGetMethodProperlyLoadsAndRetrievesItemWithCapitalization (line 86) | public function testGetMethodProperlyLoadsAndRetrievesItemWithCapitali... method testGetMethodProperlyLoadsAndRetrievesItemWithLongestReplacementsFirst (line 95) | public function testGetMethodProperlyLoadsAndRetrievesItemWithLongestR... method testGetMethodProperlyLoadsAndRetrievesItemForFallback (line 105) | public function testGetMethodProperlyLoadsAndRetrievesItemForFallback() method testGetDoesNotCallGetLineTwiceForMissingKeyWhenLocaleMatchesFallback (line 116) | public function testGetDoesNotCallGetLineTwiceForMissingKeyWhenLocaleM... method testGetMethodProperlyLoadsAndRetrievesItemForGlobalNamespace (line 127) | public function testGetMethodProperlyLoadsAndRetrievesItemForGlobalNam... method testChoiceMethodProperlyLoadsAndRetrievesItemForAnInt (line 135) | public function testChoiceMethodProperlyLoadsAndRetrievesItemForAnInt() method testChoiceMethodProperlyLoadsAndRetrievesItemForAFloat (line 146) | public function testChoiceMethodProperlyLoadsAndRetrievesItemForAFloat() method testChoiceMethodProperlyCountsCollectionsAndLoadsAndRetrievesItem (line 157) | public function testChoiceMethodProperlyCountsCollectionsAndLoadsAndRe... method testChoiceMethodProperlySelectsLocaleForChoose (line 172) | public function testChoiceMethodProperlySelectsLocaleForChoose() method testChoiceMethodProperlyUsesCustomCountReplacement (line 184) | public function testChoiceMethodProperlyUsesCustomCountReplacement() method testGetJson (line 195) | public function testGetJson() method testGetJsonReplaces (line 202) | public function testGetJsonReplaces() method testGetJsonHasAtomicReplacements (line 209) | public function testGetJsonHasAtomicReplacements() method testGetJsonReplacesForAssociativeInput (line 216) | public function testGetJsonReplacesForAssociativeInput() method testGetJsonPreservesOrder (line 223) | public function testGetJsonPreservesOrder() method testGetJsonForNonExistingJsonKeyLooksForRegularKeys (line 230) | public function testGetJsonForNonExistingJsonKeyLooksForRegularKeys() method testGetJsonForNonExistingJsonKeyLooksForRegularKeysAndReplace (line 238) | public function testGetJsonForNonExistingJsonKeyLooksForRegularKeysAnd... method testGetJsonForNonExistingReturnsSameKey (line 246) | public function testGetJsonForNonExistingReturnsSameKey() method testGetJsonForNonExistingReturnsSameKeyAndReplaces (line 254) | public function testGetJsonForNonExistingReturnsSameKeyAndReplaces() method testEmptyFallbacks (line 262) | public function testEmptyFallbacks() method testGetJsonReplacesWithStringable (line 270) | public function testGetJsonReplacesWithStringable() method testGetJsonReplacesWithEnums (line 295) | public function testGetJsonReplacesWithEnums() method testTagReplacements (line 324) | public function testTagReplacements() method testTagReplacementsHandleMultipleOfSameTag (line 342) | public function testTagReplacementsHandleMultipleOfSameTag() method testDetermineLocalesUsingMethod (line 360) | public function testDetermineLocalesUsingMethod() method getLoader (line 374) | protected function getLoader()