· 4 years ago · May 31, 2021, 04:10 AM
1PHPUnit 9.5.4 by Sebastian Bergmann and contributors.
2
3F 1 / 1 (100%)
4
5Time: 00:00.703, Memory: 28.00 MB
6
7There was 1 failure:
8
91) Tests\Feature\DepartamentoManagmentTest::crear_departamento
10Response status code [302] does not match expected 200 status code.
11Failed asserting that false is true.
12
13/home/fernando/PhpstormProjects/onag/vendor/laravel/framework/src/Illuminate/Testing/TestResponse.php:90
14/home/fernando/PhpstormProjects/onag/tests/Feature/DepartamentoManagmentTest.php:40
15
16FAILURES!
17Tests: 1, Assertions: 1, Failures: 1.
18PHPUnit 9.5.4 by Sebastian Bergmann and contributors.
19
20Tests\Feature\DepartamentoManagmentTest {#524
21 #app: Illuminate\Foundation\Application {#586
22 #basePath: "/home/fernando/PhpstormProjects/onag"
23 #hasBeenBootstrapped: true
24 #booted: true
25 #bootingCallbacks: array:2 [
26 0 => Closure() {#102
27 class: "Illuminate\Foundation\Application"
28 this: Illuminate\Foundation\Application {#586}
29 use: { …1}
30 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
31 line: "809 to 811"
32 }
33 1 => Closure() {#147
34 class: "Illuminate\Foundation\Application"
35 this: Illuminate\Foundation\Application {#586}
36 use: { …1}
37 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Application.php"
38 line: "809 to 811"
39 }
40 ]
41 #bootedCallbacks: array:2 [
42 0 => Closure() {#511
43 class: "Illuminate\Foundation\Console\Kernel"
44 this: App\Console\Kernel {#512
45 #commands: []
46 #app: Illuminate\Foundation\Application {#586}
47 #events: Illuminate\Events\Dispatcher {#514
48 #container: Illuminate\Foundation\Application {#586}
49 #listeners: array:6 [ …6]
50 #wildcards: []
51 #wildcardsCache: array:31 [ …31]
52 #queueResolver: Closure() {#513 …5}
53 }
54 #artisan: null
55 #commandsLoaded: true
56 #bootstrappers: array:7 [ …7]
57 }
58 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php"
59 line: "88 to 90"
60 }
61 1 => Closure() {#149
62 class: "Illuminate\Foundation\Support\Providers\RouteServiceProvider"
63 this: App\Providers\RouteServiceProvider {#75
64 #namespace: null
65 #loadRoutesUsing: Closure() {#150 …4}
66 #app: Illuminate\Foundation\Application {#586}
67 #bootingCallbacks: []
68 #bootedCallbacks: array:1 [ …1]
69 }
70 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php"
71 line: "47 to 50"
72 }
73 ]
74 #terminatingCallbacks: []
75 #serviceProviders: array:43 [
76 0 => Illuminate\Events\EventServiceProvider {#583
77 #app: Illuminate\Foundation\Application {#586}
78 #bootingCallbacks: []
79 #bootedCallbacks: []
80 }
81 1 => Illuminate\Log\LogServiceProvider {#581
82 #app: Illuminate\Foundation\Application {#586}
83 #bootingCallbacks: []
84 #bootedCallbacks: []
85 }
86 2 => Illuminate\Routing\RoutingServiceProvider {#579
87 #app: Illuminate\Foundation\Application {#586}
88 #bootingCallbacks: []
89 #bootedCallbacks: []
90 }
91 3 => Illuminate\Auth\AuthServiceProvider {#425
92 #app: Illuminate\Foundation\Application {#586}
93 #bootingCallbacks: []
94 #bootedCallbacks: []
95 }
96 4 => Illuminate\Cookie\CookieServiceProvider {#429
97 #app: Illuminate\Foundation\Application {#586}
98 #bootingCallbacks: []
99 #bootedCallbacks: []
100 }
101 5 => Illuminate\Database\DatabaseServiceProvider {#431
102 #app: Illuminate\Foundation\Application {#586}
103 #bootingCallbacks: []
104 #bootedCallbacks: []
105 }
106 6 => Illuminate\Encryption\EncryptionServiceProvider {#438
107 #app: Illuminate\Foundation\Application {#586}
108 #bootingCallbacks: []
109 #bootedCallbacks: []
110 }
111 7 => Illuminate\Filesystem\FilesystemServiceProvider {#441
112 #app: Illuminate\Foundation\Application {#586}
113 #bootingCallbacks: []
114 #bootedCallbacks: []
115 }
116 8 => Illuminate\Foundation\Providers\FormRequestServiceProvider {#447
117 #app: Illuminate\Foundation\Application {#586}
118 #bootingCallbacks: []
119 #bootedCallbacks: []
120 }
121 9 => Illuminate\Testing\ParallelTestingServiceProvider {#448
122 #app: Illuminate\Foundation\Application {#586}
123 #bootingCallbacks: []
124 #bootedCallbacks: []
125 }
126 10 => Illuminate\Foundation\Providers\FoundationServiceProvider {#446
127 #providers: array:2 [ …2]
128 #instances: array:2 [ …2]
129 #app: Illuminate\Foundation\Application {#586}
130 #bootingCallbacks: []
131 #bootedCallbacks: []
132 }
133 11 => Illuminate\Notifications\NotificationServiceProvider {#454
134 #app: Illuminate\Foundation\Application {#586}
135 #bootingCallbacks: []
136 #bootedCallbacks: []
137 }
138 12 => Illuminate\Pagination\PaginationServiceProvider {#456
139 #app: Illuminate\Foundation\Application {#586}
140 #bootingCallbacks: []
141 #bootedCallbacks: []
142 }
143 13 => Illuminate\Session\SessionServiceProvider {#462
144 #app: Illuminate\Foundation\Application {#586}
145 #bootingCallbacks: []
146 #bootedCallbacks: []
147 }
148 14 => Illuminate\View\ViewServiceProvider {#466
149 #app: Illuminate\Foundation\Application {#586}
150 #bootingCallbacks: []
151 #bootedCallbacks: []
152 }
153 15 => Facade\Ignition\IgnitionServiceProvider {#471
154 #app: Illuminate\Foundation\Application {#586}
155 #bootingCallbacks: []
156 #bootedCallbacks: []
157 }
158 16 => Fideloper\Proxy\TrustedProxyServiceProvider {#415
159 #app: Illuminate\Foundation\Application {#586}
160 #bootingCallbacks: []
161 #bootedCallbacks: []
162 }
163 17 => Fruitcake\Cors\CorsServiceProvider {#498
164 #app: Illuminate\Foundation\Application {#586}
165 #bootingCallbacks: []
166 #bootedCallbacks: []
167 }
168 18 => Laravel\Ui\UiServiceProvider {#492
169 #app: Illuminate\Foundation\Application {#586}
170 #bootingCallbacks: []
171 #bootedCallbacks: []
172 }
173 19 => Carbon\Laravel\ServiceProvider {#70
174 #app: Illuminate\Foundation\Application {#586}
175 #bootingCallbacks: []
176 #bootedCallbacks: []
177 }
178 20 => NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider {#71
179 #defer: true
180 #app: Illuminate\Foundation\Application {#586}
181 #bootingCallbacks: []
182 #bootedCallbacks: []
183 }
184 21 => LaravelFrontendPresets\MaterialPreset\MaterialPresetServiceProvider {#72
185 #app: Illuminate\Foundation\Application {#586}
186 #bootingCallbacks: []
187 #bootedCallbacks: []
188 }
189 22 => App\Providers\AppServiceProvider {#73
190 #app: Illuminate\Foundation\Application {#586}
191 #bootingCallbacks: []
192 #bootedCallbacks: []
193 }
194 23 => App\Providers\AuthServiceProvider {#68
195 #policies: []
196 #app: Illuminate\Foundation\Application {#586}
197 #bootingCallbacks: []
198 #bootedCallbacks: []
199 }
200 24 => App\Providers\EventServiceProvider {#65
201 #listen: array:1 [ …1]
202 #subscribe: []
203 #app: Illuminate\Foundation\Application {#586}
204 #bootingCallbacks: array:1 [ …1]
205 #bootedCallbacks: []
206 }
207 25 => App\Providers\RouteServiceProvider {#75}
208 26 => Illuminate\Queue\QueueServiceProvider {#96
209 #app: Illuminate\Foundation\Application {#586}
210 #bootingCallbacks: []
211 #bootedCallbacks: []
212 }
213 27 => Illuminate\Cache\CacheServiceProvider {#141
214 #app: Illuminate\Foundation\Application {#586}
215 #bootingCallbacks: []
216 #bootedCallbacks: []
217 }
218 28 => Illuminate\Broadcasting\BroadcastServiceProvider {#461
219 #app: Illuminate\Foundation\Application {#586}
220 #bootingCallbacks: []
221 #bootedCallbacks: []
222 }
223 29 => Illuminate\Bus\BusServiceProvider {#161
224 #app: Illuminate\Foundation\Application {#586}
225 #bootingCallbacks: []
226 #bootedCallbacks: []
227 }
228 30 => Illuminate\Foundation\Providers\ArtisanServiceProvider {#1463
229 #commands: array:41 [ …41]
230 #devCommands: array:32 [ …32]
231 #app: Illuminate\Foundation\Application {#586}
232 #bootingCallbacks: []
233 #bootedCallbacks: []
234 }
235 31 => Illuminate\Database\MigrationServiceProvider {#1538
236 #commands: array:8 [ …8]
237 #app: Illuminate\Foundation\Application {#586}
238 #bootingCallbacks: []
239 #bootedCallbacks: []
240 }
241 32 => Illuminate\Foundation\Providers\ComposerServiceProvider {#1551
242 #app: Illuminate\Foundation\Application {#586}
243 #bootingCallbacks: []
244 #bootedCallbacks: []
245 }
246 33 => Illuminate\Foundation\Providers\ConsoleSupportServiceProvider {#1462
247 #providers: array:3 [ …3]
248 #instances: array:3 [ …3]
249 #app: Illuminate\Foundation\Application {#586}
250 #bootingCallbacks: []
251 #bootedCallbacks: []
252 }
253 34 => Illuminate\Hashing\HashServiceProvider {#1553
254 #app: Illuminate\Foundation\Application {#586}
255 #bootingCallbacks: []
256 #bootedCallbacks: []
257 }
258 35 => Illuminate\Mail\MailServiceProvider {#1556
259 #app: Illuminate\Foundation\Application {#586}
260 #bootingCallbacks: []
261 #bootedCallbacks: []
262 }
263 36 => Illuminate\Pipeline\PipelineServiceProvider {#1560
264 #app: Illuminate\Foundation\Application {#586}
265 #bootingCallbacks: []
266 #bootedCallbacks: []
267 }
268 37 => Illuminate\Redis\RedisServiceProvider {#1562
269 #app: Illuminate\Foundation\Application {#586}
270 #bootingCallbacks: []
271 #bootedCallbacks: []
272 }
273 38 => Illuminate\Auth\Passwords\PasswordResetServiceProvider {#1565
274 #app: Illuminate\Foundation\Application {#586}
275 #bootingCallbacks: []
276 #bootedCallbacks: []
277 }
278 39 => Illuminate\Translation\TranslationServiceProvider {#1568
279 #app: Illuminate\Foundation\Application {#586}
280 #bootingCallbacks: []
281 #bootedCallbacks: []
282 }
283 40 => Illuminate\Validation\ValidationServiceProvider {#1571
284 #app: Illuminate\Foundation\Application {#586}
285 #bootingCallbacks: []
286 #bootedCallbacks: []
287 }
288 41 => Laravel\Sail\SailServiceProvider {#1575
289 #app: Illuminate\Foundation\Application {#586}
290 #bootingCallbacks: []
291 #bootedCallbacks: []
292 }
293 42 => Laravel\Tinker\TinkerServiceProvider {#1576
294 #app: Illuminate\Foundation\Application {#586}
295 #bootingCallbacks: []
296 #bootedCallbacks: []
297 }
298 ]
299 #loadedProviders: array:43 [
300 "Illuminate\Events\EventServiceProvider" => true
301 "Illuminate\Log\LogServiceProvider" => true
302 "Illuminate\Routing\RoutingServiceProvider" => true
303 "Illuminate\Auth\AuthServiceProvider" => true
304 "Illuminate\Cookie\CookieServiceProvider" => true
305 "Illuminate\Database\DatabaseServiceProvider" => true
306 "Illuminate\Encryption\EncryptionServiceProvider" => true
307 "Illuminate\Filesystem\FilesystemServiceProvider" => true
308 "Illuminate\Foundation\Providers\FormRequestServiceProvider" => true
309 "Illuminate\Testing\ParallelTestingServiceProvider" => true
310 "Illuminate\Foundation\Providers\FoundationServiceProvider" => true
311 "Illuminate\Notifications\NotificationServiceProvider" => true
312 "Illuminate\Pagination\PaginationServiceProvider" => true
313 "Illuminate\Session\SessionServiceProvider" => true
314 "Illuminate\View\ViewServiceProvider" => true
315 "Facade\Ignition\IgnitionServiceProvider" => true
316 "Fideloper\Proxy\TrustedProxyServiceProvider" => true
317 "Fruitcake\Cors\CorsServiceProvider" => true
318 "Laravel\Ui\UiServiceProvider" => true
319 "Carbon\Laravel\ServiceProvider" => true
320 "NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider" => true
321 "LaravelFrontendPresets\MaterialPreset\MaterialPresetServiceProvider" => true
322 "App\Providers\AppServiceProvider" => true
323 "App\Providers\AuthServiceProvider" => true
324 "App\Providers\EventServiceProvider" => true
325 "App\Providers\RouteServiceProvider" => true
326 "Illuminate\Queue\QueueServiceProvider" => true
327 "Illuminate\Cache\CacheServiceProvider" => true
328 "Illuminate\Broadcasting\BroadcastServiceProvider" => true
329 "Illuminate\Bus\BusServiceProvider" => true
330 "Illuminate\Foundation\Providers\ArtisanServiceProvider" => true
331 "Illuminate\Database\MigrationServiceProvider" => true
332 "Illuminate\Foundation\Providers\ComposerServiceProvider" => true
333 "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" => true
334 "Illuminate\Hashing\HashServiceProvider" => true
335 "Illuminate\Mail\MailServiceProvider" => true
336 "Illuminate\Pipeline\PipelineServiceProvider" => true
337 "Illuminate\Redis\RedisServiceProvider" => true
338 "Illuminate\Auth\Passwords\PasswordResetServiceProvider" => true
339 "Illuminate\Translation\TranslationServiceProvider" => true
340 "Illuminate\Validation\ValidationServiceProvider" => true
341 "Laravel\Sail\SailServiceProvider" => true
342 "Laravel\Tinker\TinkerServiceProvider" => true
343 ]
344 #deferredServices: []
345 #appPath: null
346 #databasePath: null
347 #langPath: null
348 #storagePath: null
349 #environmentPath: null
350 #environmentFile: ".env"
351 #isRunningInConsole: true
352 #namespace: "App\"
353 #absoluteCachePathPrefixes: array:2 [
354 0 => "/"
355 1 => "\"
356 ]
357 #resolved: array:140 [
358 "events" => true
359 "App\Console\Kernel" => true
360 "Illuminate\Contracts\Console\Kernel" => true
361 "Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables" => true
362 "Illuminate\Foundation\Bootstrap\LoadConfiguration" => true
363 "Illuminate\Foundation\Bootstrap\HandleExceptions" => true
364 "env" => true
365 "Illuminate\Foundation\Bootstrap\RegisterFacades" => true
366 "Illuminate\Foundation\PackageManifest" => true
367 "Illuminate\Foundation\Bootstrap\SetRequestForConsole" => true
368 "Illuminate\Foundation\Bootstrap\RegisterProviders" => true
369 "Facade\Ignition\DumpRecorder\DumpRecorder" => true
370 "flare.http" => true
371 "Facade\FlareClient\Flare" => true
372 "Facade\Ignition\Middleware\SetNotifierName" => true
373 "Facade\Ignition\Middleware\AddEnvironmentInformation" => true
374 "Facade\Ignition\LogRecorder\LogRecorder" => true
375 "Facade\Ignition\Middleware\AddLogs" => true
376 "Facade\Ignition\Middleware\AddDumps" => true
377 "Facade\Ignition\QueryRecorder\QueryRecorder" => true
378 "Facade\Ignition\Middleware\AddQueries" => true
379 "Facade\IgnitionContracts\SolutionProviderRepository" => true
380 "Facade\Ignition\Middleware\AddSolutions" => true
381 "Illuminate\Foundation\Bootstrap\BootProviders" => true
382 "db.factory" => true
383 "db" => true
384 "Illuminate\Testing\ParallelTesting" => true
385 "view.engine.resolver" => true
386 "files" => true
387 "blade.compiler" => true
388 "log" => true
389 "queue" => true
390 "router" => true
391 "cache" => true
392 "cache.store" => true
393 "Illuminate\Cache\RateLimiter" => true
394 "Laravel\Ui\AuthCommand" => true
395 "Laravel\Ui\ControllersCommand" => true
396 "Laravel\Ui\UiCommand" => true
397 "NunoMaduro\Collision\Adapters\Laravel\Commands\TestCommand" => true
398 "command.cache.clear" => true
399 "command.cache.forget" => true
400 "command.clear-compiled" => true
401 "command.auth.resets.clear" => true
402 "command.config.cache" => true
403 "command.config.clear" => true
404 "Illuminate\Database\Console\DbCommand" => true
405 "command.db.wipe" => true
406 "command.down" => true
407 "command.environment" => true
408 "command.event.cache" => true
409 "command.event.clear" => true
410 "command.event.list" => true
411 "command.key.generate" => true
412 "command.optimize" => true
413 "command.optimize.clear" => true
414 "command.package.discover" => true
415 "command.queue.clear" => true
416 "command.queue.failed" => true
417 "command.queue.flush" => true
418 "command.queue.forget" => true
419 "queue.listener" => true
420 "command.queue.listen" => true
421 "command.queue.prune-batches" => true
422 "command.queue.restart" => true
423 "command.queue.retry" => true
424 "command.queue.retry-batch" => true
425 "App\Exceptions\Handler" => true
426 "Illuminate\Contracts\Debug\ExceptionHandler" => true
427 "queue.worker" => true
428 "command.queue.work" => true
429 "command.route.cache" => true
430 "command.route.clear" => true
431 "command.route.list" => true
432 "command.schema.dump" => true
433 "command.seed" => true
434 "Illuminate\Console\Scheduling\ScheduleFinishCommand" => true
435 "Illuminate\Console\Scheduling\ScheduleListCommand" => true
436 "Illuminate\Console\Scheduling\ScheduleRunCommand" => true
437 "Illuminate\Console\Scheduling\ScheduleTestCommand" => true
438 "Illuminate\Console\Scheduling\ScheduleWorkCommand" => true
439 "command.storage.link" => true
440 "command.up" => true
441 "command.view.cache" => true
442 "command.view.clear" => true
443 "composer" => true
444 "command.cache.table" => true
445 "command.cast.make" => true
446 "command.channel.make" => true
447 "command.component.make" => true
448 "command.console.make" => true
449 "command.controller.make" => true
450 "command.event.generate" => true
451 "command.event.make" => true
452 "command.exception.make" => true
453 "command.factory.make" => true
454 "command.job.make" => true
455 "command.listener.make" => true
456 "command.mail.make" => true
457 "command.middleware.make" => true
458 "command.model.make" => true
459 "command.notification.make" => true
460 "command.notification.table" => true
461 "command.observer.make" => true
462 "command.policy.make" => true
463 "command.provider.make" => true
464 "command.queue.failed-table" => true
465 "command.queue.table" => true
466 "command.queue.batches-table" => true
467 "command.request.make" => true
468 "command.resource.make" => true
469 "command.rule.make" => true
470 "command.seeder.make" => true
471 "command.session.table" => true
472 "command.serve" => true
473 "command.stub.publish" => true
474 "command.test.make" => true
475 "command.vendor.publish" => true
476 "migration.repository" => true
477 "migrator" => true
478 "command.migrate" => true
479 "command.migrate.fresh" => true
480 "command.migrate.install" => true
481 "command.migrate.refresh" => true
482 "command.migrate.reset" => true
483 "command.migrate.rollback" => true
484 "command.migrate.status" => true
485 "migration.creator" => true
486 "command.migrate.make" => true
487 "Laravel\Sail\Console\InstallCommand" => true
488 "Laravel\Sail\Console\PublishCommand" => true
489 "command.tinker" => true
490 "Illuminate\Console\OutputStyle" => true
491 "db.transactions" => true
492 "Faker\Generator" => true
493 "auth" => true
494 "hash" => true
495 "session" => true
496 "session.store" => true
497 "cookie" => true
498 ]
499 #bindings: array:174 [
500 "Illuminate\Foundation\Mix" => array:2 [
501 "concrete" => Closure($container, $parameters = []) {#585 …5}
502 "shared" => true
503 ]
504 "Illuminate\Foundation\PackageManifest" => array:2 [
505 "concrete" => Closure() {#584 …4}
506 "shared" => true
507 ]
508 "events" => array:2 [
509 "concrete" => Closure($app) {#582 …4}
510 "shared" => true
511 ]
512 "log" => array:2 [
513 "concrete" => Closure($app) {#580 …4}
514 "shared" => true
515 ]
516 "router" => array:2 [
517 "concrete" => Closure($app) {#578 …4}
518 "shared" => true
519 ]
520 "url" => array:2 [
521 "concrete" => Closure($app) {#577 …4}
522 "shared" => true
523 ]
524 "redirect" => array:2 [
525 "concrete" => Closure($app) {#575 …4}
526 "shared" => true
527 ]
528 "Psr\Http\Message\ServerRequestInterface" => array:2 [
529 "concrete" => Closure($app) {#574 …4}
530 "shared" => false
531 ]
532 "Psr\Http\Message\ResponseInterface" => array:2 [
533 "concrete" => Closure() {#517 …4}
534 "shared" => false
535 ]
536 "Illuminate\Contracts\Routing\ResponseFactory" => array:2 [
537 "concrete" => Closure($app) {#394 …4}
538 "shared" => true
539 ]
540 "Illuminate\Routing\Contracts\ControllerDispatcher" => array:2 [
541 "concrete" => Closure($app) {#393 …4}
542 "shared" => true
543 ]
544 "Illuminate\Contracts\Http\Kernel" => array:2 [
545 "concrete" => Closure($container, $parameters = []) {#392 …5}
546 "shared" => true
547 ]
548 "Illuminate\Contracts\Console\Kernel" => array:2 [
549 "concrete" => Closure($container, $parameters = []) {#386 …5}
550 "shared" => true
551 ]
552 "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
553 "concrete" => Closure($container, $parameters = []) {#389 …5}
554 "shared" => true
555 ]
556 "env" => array:2 [
557 "concrete" => Closure() {#423 …5}
558 "shared" => false
559 ]
560 "auth" => array:2 [
561 "concrete" => Closure($app) {#490 …4}
562 "shared" => true
563 ]
564 "auth.driver" => array:2 [
565 "concrete" => Closure($app) {#421 …4}
566 "shared" => true
567 ]
568 "Illuminate\Contracts\Auth\Authenticatable" => array:2 [
569 "concrete" => Closure($app) {#460 …4}
570 "shared" => false
571 ]
572 "Illuminate\Contracts\Auth\Access\Gate" => array:2 [
573 "concrete" => Closure($app) {#487 …4}
574 "shared" => true
575 ]
576 "Illuminate\Auth\Middleware\RequirePassword" => array:2 [
577 "concrete" => Closure($app) {#484 …4}
578 "shared" => false
579 ]
580 "cookie" => array:2 [
581 "concrete" => Closure($app) {#430 …4}
582 "shared" => true
583 ]
584 "db.factory" => array:2 [
585 "concrete" => Closure($app) {#432 …4}
586 "shared" => true
587 ]
588 "db" => array:2 [
589 "concrete" => Closure($app) {#433 …4}
590 "shared" => true
591 ]
592 "db.connection" => array:2 [
593 "concrete" => Closure($app) {#434 …4}
594 "shared" => false
595 ]
596 "db.transactions" => array:2 [
597 "concrete" => Closure($app) {#435 …4}
598 "shared" => true
599 ]
600 "Faker\Generator" => array:2 [
601 "concrete" => Closure($app, $parameters) {#436 …4}
602 "shared" => true
603 ]
604 "Illuminate\Contracts\Queue\EntityResolver" => array:2 [
605 "concrete" => Closure() {#437 …4}
606 "shared" => true
607 ]
608 "encrypter" => array:2 [
609 "concrete" => Closure($app) {#439 …4}
610 "shared" => true
611 ]
612 "files" => array:2 [
613 "concrete" => Closure() {#442 …4}
614 "shared" => true
615 ]
616 "filesystem" => array:2 [
617 "concrete" => Closure($app) {#443 …4}
618 "shared" => true
619 ]
620 "filesystem.disk" => array:2 [
621 "concrete" => Closure($app) {#444 …4}
622 "shared" => true
623 ]
624 "filesystem.cloud" => array:2 [
625 "concrete" => Closure($app) {#445 …4}
626 "shared" => true
627 ]
628 "Illuminate\Testing\ParallelTesting" => array:2 [
629 "concrete" => Closure() {#449 …4}
630 "shared" => true
631 ]
632 "Illuminate\Notifications\ChannelManager" => array:2 [
633 "concrete" => Closure($app) {#455 …4}
634 "shared" => true
635 ]
636 "session" => array:2 [
637 "concrete" => Closure($app) {#463 …4}
638 "shared" => true
639 ]
640 "session.store" => array:2 [
641 "concrete" => Closure($app) {#464 …4}
642 "shared" => true
643 ]
644 "Illuminate\Session\Middleware\StartSession" => array:2 [
645 "concrete" => Closure($app) {#465 …4}
646 "shared" => true
647 ]
648 "view" => array:2 [
649 "concrete" => Closure($app) {#467 …4}
650 "shared" => true
651 ]
652 "view.finder" => array:2 [
653 "concrete" => Closure($app) {#468 …4}
654 "shared" => false
655 ]
656 "blade.compiler" => array:2 [
657 "concrete" => Closure($app) {#469 …4}
658 "shared" => true
659 ]
660 "view.engine.resolver" => array:2 [
661 "concrete" => Closure() {#470 …4}
662 "shared" => true
663 ]
664 "Facade\IgnitionContracts\SolutionProviderRepository" => array:2 [
665 "concrete" => Closure() {#472 …4}
666 "shared" => true
667 ]
668 "Facade\Ignition\ErrorPage\Renderer" => array:2 [
669 "concrete" => Closure() {#473 …4}
670 "shared" => false
671 ]
672 "Whoops\Handler\HandlerInterface" => array:2 [
673 "concrete" => Closure(Application $app) {#474 …4}
674 "shared" => false
675 ]
676 "Facade\Ignition\IgnitionConfig" => array:2 [
677 "concrete" => Closure() {#475 …4}
678 "shared" => true
679 ]
680 "flare.http" => array:2 [
681 "concrete" => Closure() {#476 …4}
682 "shared" => true
683 ]
684 "Facade\FlareClient\Flare" => array:2 [
685 "concrete" => Closure() {#477 …4}
686 "shared" => true
687 ]
688 "Facade\Ignition\DumpRecorder\DumpRecorder" => array:2 [
689 "concrete" => Closure($container, $parameters = []) {#480 …5}
690 "shared" => true
691 ]
692 "Facade\Ignition\LogRecorder\LogRecorder" => array:2 [
693 "concrete" => Closure(Application $app): LogRecorder {#483 …5}
694 "shared" => true
695 ]
696 "Facade\Ignition\QueryRecorder\QueryRecorder" => array:2 [
697 "concrete" => Closure(Application $app): QueryRecorder {#482 …5}
698 "shared" => true
699 ]
700 "Asm89\Stack\CorsService" => array:2 [
701 "concrete" => Closure($app) {#500 …4}
702 "shared" => true
703 ]
704 "flare.logger" => array:2 [
705 "concrete" => Closure($app) {#87 …4}
706 "shared" => true
707 ]
708 "command.flare:test" => array:2 [
709 "concrete" => Closure($container, $parameters = []) {#88 …5}
710 "shared" => false
711 ]
712 "command.make:solution" => array:2 [
713 "concrete" => Closure($container, $parameters = []) {#94 …5}
714 "shared" => false
715 ]
716 "command.make:solution-provider" => array:2 [
717 "concrete" => Closure($container, $parameters = []) {#95 …5}
718 "shared" => false
719 ]
720 "queue" => array:2 [
721 "concrete" => Closure($app) {#97 …4}
722 "shared" => true
723 ]
724 "queue.connection" => array:2 [
725 "concrete" => Closure($app) {#98 …4}
726 "shared" => true
727 ]
728 "queue.worker" => array:2 [
729 "concrete" => Closure($app) {#99 …4}
730 "shared" => true
731 ]
732 "queue.listener" => array:2 [
733 "concrete" => Closure($app) {#100 …4}
734 "shared" => true
735 ]
736 "queue.failer" => array:2 [
737 "concrete" => Closure($app) {#101 …4}
738 "shared" => true
739 ]
740 "Facade\Ignition\DumpRecorder\MultiDumpHandler" => array:2 [
741 "concrete" => Closure() {#115 …5}
742 "shared" => true
743 ]
744 "cache" => array:2 [
745 "concrete" => Closure($app) {#142 …4}
746 "shared" => true
747 ]
748 "cache.store" => array:2 [
749 "concrete" => Closure($app) {#143 …4}
750 "shared" => true
751 ]
752 "cache.psr6" => array:2 [
753 "concrete" => Closure($app) {#144 …4}
754 "shared" => true
755 ]
756 "memcached.connector" => array:2 [
757 "concrete" => Closure() {#145 …4}
758 "shared" => true
759 ]
760 "Illuminate\Cache\RateLimiter" => array:2 [
761 "concrete" => Closure($container, $parameters = []) {#146 …5}
762 "shared" => true
763 ]
764 "Illuminate\Console\Scheduling\Schedule" => array:2 [
765 "concrete" => Closure($app) {#422 …4}
766 "shared" => true
767 ]
768 "Illuminate\Broadcasting\BroadcastManager" => array:2 [
769 "concrete" => Closure($app) {#420 …4}
770 "shared" => true
771 ]
772 "Illuminate\Contracts\Broadcasting\Broadcaster" => array:2 [
773 "concrete" => Closure($app) {#148 …4}
774 "shared" => true
775 ]
776 "Illuminate\Bus\Dispatcher" => array:2 [
777 "concrete" => Closure($app) {#1247 …4}
778 "shared" => true
779 ]
780 "Illuminate\Bus\BatchRepository" => array:2 [
781 "concrete" => Closure($container, $parameters = []) {#1246 …5}
782 "shared" => true
783 ]
784 "Illuminate\Bus\DatabaseBatchRepository" => array:2 [
785 "concrete" => Closure($app) {#1461 …4}
786 "shared" => true
787 ]
788 "command.cache.clear" => array:2 [
789 "concrete" => Closure($app) {#1464 …4}
790 "shared" => true
791 ]
792 "command.cache.forget" => array:2 [
793 "concrete" => Closure($app) {#1465 …4}
794 "shared" => true
795 ]
796 "command.clear-compiled" => array:2 [
797 "concrete" => Closure() {#1466 …4}
798 "shared" => true
799 ]
800 "command.auth.resets.clear" => array:2 [
801 "concrete" => Closure() {#1467 …4}
802 "shared" => true
803 ]
804 "command.config.cache" => array:2 [
805 "concrete" => Closure($app) {#1468 …4}
806 "shared" => true
807 ]
808 "command.config.clear" => array:2 [
809 "concrete" => Closure($app) {#1469 …4}
810 "shared" => true
811 ]
812 "Illuminate\Database\Console\DbCommand" => array:2 [
813 "concrete" => Closure($container, $parameters = []) {#1470 …5}
814 "shared" => true
815 ]
816 "command.db.wipe" => array:2 [
817 "concrete" => Closure() {#1471 …4}
818 "shared" => true
819 ]
820 "command.down" => array:2 [
821 "concrete" => Closure() {#1472 …4}
822 "shared" => true
823 ]
824 "command.environment" => array:2 [
825 "concrete" => Closure() {#1473 …4}
826 "shared" => true
827 ]
828 "command.event.cache" => array:2 [
829 "concrete" => Closure() {#1474 …4}
830 "shared" => true
831 ]
832 "command.event.clear" => array:2 [
833 "concrete" => Closure($app) {#1475 …4}
834 "shared" => true
835 ]
836 "command.event.list" => array:2 [
837 "concrete" => Closure() {#1476 …4}
838 "shared" => true
839 ]
840 "command.key.generate" => array:2 [
841 "concrete" => Closure() {#1477 …4}
842 "shared" => true
843 ]
844 "command.optimize" => array:2 [
845 "concrete" => Closure() {#1478 …4}
846 "shared" => true
847 ]
848 "command.optimize.clear" => array:2 [
849 "concrete" => Closure() {#1479 …4}
850 "shared" => true
851 ]
852 "command.package.discover" => array:2 [
853 "concrete" => Closure() {#1480 …4}
854 "shared" => true
855 ]
856 "command.queue.clear" => array:2 [
857 "concrete" => Closure() {#1481 …4}
858 "shared" => true
859 ]
860 "command.queue.failed" => array:2 [
861 "concrete" => Closure() {#1482 …4}
862 "shared" => true
863 ]
864 "command.queue.flush" => array:2 [
865 "concrete" => Closure() {#1483 …4}
866 "shared" => true
867 ]
868 "command.queue.forget" => array:2 [
869 "concrete" => Closure() {#1484 …4}
870 "shared" => true
871 ]
872 "command.queue.listen" => array:2 [
873 "concrete" => Closure($app) {#1485 …4}
874 "shared" => true
875 ]
876 "command.queue.prune-batches" => array:2 [
877 "concrete" => Closure() {#1486 …4}
878 "shared" => true
879 ]
880 "command.queue.restart" => array:2 [
881 "concrete" => Closure($app) {#1487 …4}
882 "shared" => true
883 ]
884 "command.queue.retry" => array:2 [
885 "concrete" => Closure() {#1488 …4}
886 "shared" => true
887 ]
888 "command.queue.retry-batch" => array:2 [
889 "concrete" => Closure() {#1489 …4}
890 "shared" => true
891 ]
892 "command.queue.work" => array:2 [
893 "concrete" => Closure($app) {#1490 …4}
894 "shared" => true
895 ]
896 "command.route.cache" => array:2 [
897 "concrete" => Closure($app) {#1491 …4}
898 "shared" => true
899 ]
900 "command.route.clear" => array:2 [
901 "concrete" => Closure($app) {#1492 …4}
902 "shared" => true
903 ]
904 "command.route.list" => array:2 [
905 "concrete" => Closure($app) {#1493 …4}
906 "shared" => true
907 ]
908 "command.schema.dump" => array:2 [
909 "concrete" => Closure() {#1494 …4}
910 "shared" => true
911 ]
912 "command.seed" => array:2 [
913 "concrete" => Closure($app) {#1495 …4}
914 "shared" => true
915 ]
916 "Illuminate\Console\Scheduling\ScheduleFinishCommand" => array:2 [
917 "concrete" => Closure($container, $parameters = []) {#1496 …5}
918 "shared" => true
919 ]
920 "Illuminate\Console\Scheduling\ScheduleListCommand" => array:2 [
921 "concrete" => Closure($container, $parameters = []) {#1497 …5}
922 "shared" => true
923 ]
924 "Illuminate\Console\Scheduling\ScheduleRunCommand" => array:2 [
925 "concrete" => Closure($container, $parameters = []) {#1498 …5}
926 "shared" => true
927 ]
928 "Illuminate\Console\Scheduling\ScheduleTestCommand" => array:2 [
929 "concrete" => Closure($container, $parameters = []) {#1499 …5}
930 "shared" => true
931 ]
932 "Illuminate\Console\Scheduling\ScheduleWorkCommand" => array:2 [
933 "concrete" => Closure($container, $parameters = []) {#1500 …5}
934 "shared" => true
935 ]
936 "command.storage.link" => array:2 [
937 "concrete" => Closure() {#1501 …4}
938 "shared" => true
939 ]
940 "command.up" => array:2 [
941 "concrete" => Closure() {#1502 …4}
942 "shared" => true
943 ]
944 "command.view.cache" => array:2 [
945 "concrete" => Closure() {#1503 …4}
946 "shared" => true
947 ]
948 "command.view.clear" => array:2 [
949 "concrete" => Closure($app) {#1504 …4}
950 "shared" => true
951 ]
952 "command.cache.table" => array:2 [
953 "concrete" => Closure($app) {#1505 …4}
954 "shared" => true
955 ]
956 "command.cast.make" => array:2 [
957 "concrete" => Closure($app) {#1506 …4}
958 "shared" => true
959 ]
960 "command.channel.make" => array:2 [
961 "concrete" => Closure($app) {#1507 …4}
962 "shared" => true
963 ]
964 "command.component.make" => array:2 [
965 "concrete" => Closure($app) {#1508 …4}
966 "shared" => true
967 ]
968 "command.console.make" => array:2 [
969 "concrete" => Closure($app) {#1509 …4}
970 "shared" => true
971 ]
972 "command.controller.make" => array:2 [
973 "concrete" => Closure($app) {#1510 …4}
974 "shared" => true
975 ]
976 "command.event.generate" => array:2 [
977 "concrete" => Closure() {#1511 …4}
978 "shared" => true
979 ]
980 "command.event.make" => array:2 [
981 "concrete" => Closure($app) {#1512 …4}
982 "shared" => true
983 ]
984 "command.exception.make" => array:2 [
985 "concrete" => Closure($app) {#1513 …4}
986 "shared" => true
987 ]
988 "command.factory.make" => array:2 [
989 "concrete" => Closure($app) {#1514 …4}
990 "shared" => true
991 ]
992 "command.job.make" => array:2 [
993 "concrete" => Closure($app) {#1515 …4}
994 "shared" => true
995 ]
996 "command.listener.make" => array:2 [
997 "concrete" => Closure($app) {#1516 …4}
998 "shared" => true
999 ]
1000 "command.mail.make" => array:2 [
1001 "concrete" => Closure($app) {#1517 …4}
1002 "shared" => true
1003 ]
1004 "command.middleware.make" => array:2 [
1005 "concrete" => Closure($app) {#1518 …4}
1006 "shared" => true
1007 ]
1008 "command.model.make" => array:2 [
1009 "concrete" => Closure($app) {#1519 …4}
1010 "shared" => true
1011 ]
1012 "command.notification.make" => array:2 [
1013 "concrete" => Closure($app) {#1520 …4}
1014 "shared" => true
1015 ]
1016 "command.notification.table" => array:2 [
1017 "concrete" => Closure($app) {#1521 …4}
1018 "shared" => true
1019 ]
1020 "command.observer.make" => array:2 [
1021 "concrete" => Closure($app) {#1522 …4}
1022 "shared" => true
1023 ]
1024 "command.policy.make" => array:2 [
1025 "concrete" => Closure($app) {#1523 …4}
1026 "shared" => true
1027 ]
1028 "command.provider.make" => array:2 [
1029 "concrete" => Closure($app) {#1524 …4}
1030 "shared" => true
1031 ]
1032 "command.queue.failed-table" => array:2 [
1033 "concrete" => Closure($app) {#1525 …4}
1034 "shared" => true
1035 ]
1036 "command.queue.table" => array:2 [
1037 "concrete" => Closure($app) {#1526 …4}
1038 "shared" => true
1039 ]
1040 "command.queue.batches-table" => array:2 [
1041 "concrete" => Closure($app) {#1527 …4}
1042 "shared" => true
1043 ]
1044 "command.request.make" => array:2 [
1045 "concrete" => Closure($app) {#1528 …4}
1046 "shared" => true
1047 ]
1048 "command.resource.make" => array:2 [
1049 "concrete" => Closure($app) {#1529 …4}
1050 "shared" => true
1051 ]
1052 "command.rule.make" => array:2 [
1053 "concrete" => Closure($app) {#1530 …4}
1054 "shared" => true
1055 ]
1056 "command.seeder.make" => array:2 [
1057 "concrete" => Closure($app) {#1531 …4}
1058 "shared" => true
1059 ]
1060 "command.session.table" => array:2 [
1061 "concrete" => Closure($app) {#1532 …4}
1062 "shared" => true
1063 ]
1064 "command.serve" => array:2 [
1065 "concrete" => Closure() {#1533 …4}
1066 "shared" => true
1067 ]
1068 "command.stub.publish" => array:2 [
1069 "concrete" => Closure() {#1534 …4}
1070 "shared" => true
1071 ]
1072 "command.test.make" => array:2 [
1073 "concrete" => Closure($app) {#1535 …4}
1074 "shared" => true
1075 ]
1076 "command.vendor.publish" => array:2 [
1077 "concrete" => Closure($app) {#1536 …4}
1078 "shared" => true
1079 ]
1080 "migration.repository" => array:2 [
1081 "concrete" => Closure($app) {#1539 …4}
1082 "shared" => true
1083 ]
1084 "migrator" => array:2 [
1085 "concrete" => Closure($app) {#1540 …4}
1086 "shared" => true
1087 ]
1088 "migration.creator" => array:2 [
1089 "concrete" => Closure($app) {#1541 …4}
1090 "shared" => true
1091 ]
1092 "command.migrate" => array:2 [
1093 "concrete" => Closure($app) {#1542 …4}
1094 "shared" => true
1095 ]
1096 "command.migrate.fresh" => array:2 [
1097 "concrete" => Closure() {#1543 …4}
1098 "shared" => true
1099 ]
1100 "command.migrate.install" => array:2 [
1101 "concrete" => Closure($app) {#1544 …4}
1102 "shared" => true
1103 ]
1104 "command.migrate.refresh" => array:2 [
1105 "concrete" => Closure() {#1545 …4}
1106 "shared" => true
1107 ]
1108 "command.migrate.reset" => array:2 [
1109 "concrete" => Closure($app) {#1546 …4}
1110 "shared" => true
1111 ]
1112 "command.migrate.rollback" => array:2 [
1113 "concrete" => Closure($app) {#1547 …4}
1114 "shared" => true
1115 ]
1116 "command.migrate.status" => array:2 [
1117 "concrete" => Closure($app) {#1548 …4}
1118 "shared" => true
1119 ]
1120 "command.migrate.make" => array:2 [
1121 "concrete" => Closure($app) {#1549 …4}
1122 "shared" => true
1123 ]
1124 "composer" => array:2 [
1125 "concrete" => Closure($app) {#1552 …4}
1126 "shared" => true
1127 ]
1128 "hash" => array:2 [
1129 "concrete" => Closure($app) {#1554 …4}
1130 "shared" => true
1131 ]
1132 "hash.driver" => array:2 [
1133 "concrete" => Closure($app) {#1555 …4}
1134 "shared" => true
1135 ]
1136 "mail.manager" => array:2 [
1137 "concrete" => Closure($app) {#1557 …4}
1138 "shared" => true
1139 ]
1140 "mailer" => array:2 [
1141 "concrete" => Closure($app) {#1558 …4}
1142 "shared" => false
1143 ]
1144 "Illuminate\Mail\Markdown" => array:2 [
1145 "concrete" => Closure($app) {#1559 …4}
1146 "shared" => true
1147 ]
1148 "Illuminate\Contracts\Pipeline\Hub" => array:2 [
1149 "concrete" => Closure($container, $parameters = []) {#1561 …5}
1150 "shared" => true
1151 ]
1152 "redis" => array:2 [
1153 "concrete" => Closure($app) {#1563 …4}
1154 "shared" => true
1155 ]
1156 "redis.connection" => array:2 [
1157 "concrete" => Closure($app) {#1564 …4}
1158 "shared" => false
1159 ]
1160 "auth.password" => array:2 [
1161 "concrete" => Closure($app) {#1566 …4}
1162 "shared" => true
1163 ]
1164 "auth.password.broker" => array:2 [
1165 "concrete" => Closure($app) {#1567 …4}
1166 "shared" => false
1167 ]
1168 "translation.loader" => array:2 [
1169 "concrete" => Closure($app) {#1569 …4}
1170 "shared" => true
1171 ]
1172 "translator" => array:2 [
1173 "concrete" => Closure($app) {#1570 …4}
1174 "shared" => true
1175 ]
1176 "validation.presence" => array:2 [
1177 "concrete" => Closure($app) {#1572 …4}
1178 "shared" => true
1179 ]
1180 "Illuminate\Contracts\Validation\UncompromisedVerifier" => array:2 [
1181 "concrete" => Closure($app) {#1573 …4}
1182 "shared" => true
1183 ]
1184 "validator" => array:2 [
1185 "concrete" => Closure($app) {#1574 …4}
1186 "shared" => true
1187 ]
1188 "command.tinker" => array:2 [
1189 "concrete" => Closure() {#1578 …4}
1190 "shared" => true
1191 ]
1192 "Illuminate\Console\OutputStyle" => array:2 [
1193 "concrete" => Closure() {#1609 …5}
1194 "shared" => false
1195 ]
1196 ]
1197 #methodBindings: []
1198 #instances: array:132 [
1199 "path" => "/home/fernando/PhpstormProjects/onag/app"
1200 "path.base" => "/home/fernando/PhpstormProjects/onag"
1201 "path.lang" => "/home/fernando/PhpstormProjects/onag/resources/lang"
1202 "path.config" => "/home/fernando/PhpstormProjects/onag/config"
1203 "path.public" => "/home/fernando/PhpstormProjects/onag/public"
1204 "path.storage" => "/home/fernando/PhpstormProjects/onag/storage"
1205 "path.database" => "/home/fernando/PhpstormProjects/onag/database"
1206 "path.resources" => "/home/fernando/PhpstormProjects/onag/resources"
1207 "path.bootstrap" => "/home/fernando/PhpstormProjects/onag/bootstrap"
1208 "app" => Illuminate\Foundation\Application {#586}
1209 "Illuminate\Container\Container" => Illuminate\Foundation\Application {#586}
1210 "events" => Illuminate\Events\Dispatcher {#514}
1211 "Illuminate\Contracts\Console\Kernel" => App\Console\Kernel {#512}
1212 "config" => Illuminate\Config\Repository {#385
1213 #items: array:18 [ …18]
1214 }
1215 "Illuminate\Foundation\PackageManifest" => Illuminate\Foundation\PackageManifest {#515
1216 +files: Illuminate\Filesystem\Filesystem {#411}
1217 +basePath: "/home/fernando/PhpstormProjects/onag"
1218 +vendorPath: "/home/fernando/PhpstormProjects/onag/vendor"
1219 +manifestPath: "/home/fernando/PhpstormProjects/onag/bootstrap/cache/packages.php"
1220 +manifest: array:8 [ …8]
1221 }
1222 "request" => Illuminate\Http\Request {#503
1223 #json: null
1224 #convertedFiles: null
1225 #userResolver: null
1226 #routeResolver: null
1227 +attributes: Symfony\Component\HttpFoundation\ParameterBag {#412 …1}
1228 +request: Symfony\Component\HttpFoundation\ParameterBag {#404 …1}
1229 +query: Symfony\Component\HttpFoundation\InputBag {#501 …1}
1230 +server: Symfony\Component\HttpFoundation\ServerBag {#416 …1}
1231 +files: Symfony\Component\HttpFoundation\FileBag {#410 …1}
1232 +cookies: Symfony\Component\HttpFoundation\InputBag {#414 …1}
1233 +headers: Symfony\Component\HttpFoundation\HeaderBag {#418 …2}
1234 #content: null
1235 #languages: null
1236 #charsets: null
1237 #encodings: null
1238 #acceptableContentTypes: null
1239 #pathInfo: null
1240 #requestUri: null
1241 #baseUrl: null
1242 #basePath: null
1243 #method: null
1244 #format: null
1245 #session: null
1246 #locale: null
1247 #defaultLocale: "en"
1248 -preferredFormat: null
1249 -isHostValid: true
1250 -isForwardedValid: true
1251 -isSafeContentPreferred: null
1252 pathInfo: "/"
1253 requestUri: "/"
1254 baseUrl: ""
1255 basePath: ""
1256 method: "GET"
1257 format: "html"
1258 }
1259 "Facade\Ignition\DumpRecorder\DumpRecorder" => Facade\Ignition\DumpRecorder\DumpRecorder {#481
1260 #dumps: []
1261 #app: Illuminate\Foundation\Application {#586}
1262 }
1263 "flare.http" => Facade\FlareClient\Http\Client {#479
1264 -apiToken: null
1265 -apiSecret: null
1266 -baseUrl: "https://flareapp.io/api"
1267 -timeout: 10
1268 }
1269 "Facade\FlareClient\Flare" => Facade\FlareClient\Flare {#478
1270 #client: Facade\FlareClient\Http\Client {#479}
1271 #api: Facade\FlareClient\Api {#496 …2}
1272 #middleware: array:9 [ …9]
1273 #recorder: Facade\FlareClient\Glows\Recorder {#486 …1}
1274 #applicationPath: "/home/fernando/PhpstormProjects/onag"
1275 #container: Illuminate\Foundation\Application {#586}
1276 #contextDetector: Facade\Ignition\Context\LaravelContextDetector {#485}
1277 #previousExceptionHandler: null
1278 #previousErrorHandler: null
1279 #determineVersionCallable: null
1280 #reportErrorLevels: null
1281 #filterExceptionsCallable: null
1282 -messageLevel: null
1283 -stage: "testing"
1284 -userProvidedContext: []
1285 }
1286 "Facade\Ignition\LogRecorder\LogRecorder" => Facade\Ignition\LogRecorder\LogRecorder {#491
1287 #logMessages: []
1288 #app: Illuminate\Foundation\Application {#586}
1289 -maxLogs: 200
1290 }
1291 "Facade\Ignition\QueryRecorder\QueryRecorder" => Facade\Ignition\QueryRecorder\QueryRecorder {#413
1292 #queries: array:50 [ …50]
1293 #app: Illuminate\Foundation\Application {#586}
1294 -reportBindings: true
1295 -maxQueries: 200
1296 }
1297 "Facade\IgnitionContracts\SolutionProviderRepository" => Facade\Ignition\SolutionProviders\SolutionProviderRepository {#406
1298 #solutionProviders: Illuminate\Support\Collection {#401 …1}
1299 }
1300 "db.factory" => Illuminate\Database\Connectors\ConnectionFactory {#502
1301 #container: Illuminate\Foundation\Application {#586}
1302 }
1303 "db" => Illuminate\Database\DatabaseManager {#426
1304 #app: Illuminate\Foundation\Application {#586}
1305 #factory: Illuminate\Database\Connectors\ConnectionFactory {#502}
1306 #connections: array:1 [ …1]
1307 #extensions: []
1308 #reconnector: Closure($connection) {#424 …4}
1309 }
1310 "Illuminate\Testing\ParallelTesting" => Illuminate\Testing\ParallelTesting {#80
1311 #container: Illuminate\Foundation\Application {#586}
1312 #optionsResolver: null
1313 #tokenResolver: null
1314 #setUpProcessCallbacks: array:1 [ …1]
1315 #setUpTestCaseCallbacks: array:1 [ …1]
1316 #setUpTestDatabaseCallbacks: []
1317 #tearDownProcessCallbacks: []
1318 #tearDownTestCaseCallbacks: []
1319 }
1320 "view.engine.resolver" => Illuminate\View\Engines\EngineResolver {#84
1321 #resolvers: array:3 [ …3]
1322 #resolved: []
1323 }
1324 "files" => Illuminate\Filesystem\Filesystem {#89}
1325 "blade.compiler" => Illuminate\View\Compilers\BladeCompiler {#91
1326 #extensions: []
1327 #customDirectives: []
1328 #conditions: []
1329 #precompilers: []
1330 #path: null
1331 #compilers: array:3 [ …3]
1332 #rawTags: array:2 [ …2]
1333 #contentTags: array:2 [ …2]
1334 #escapedTags: array:2 [ …2]
1335 #echoFormat: "e(%s)"
1336 #footer: []
1337 #rawBlocks: []
1338 #classComponentAliases: array:1 [ …1]
1339 #classComponentNamespaces: []
1340 #compilesComponentTags: true
1341 #files: Illuminate\Filesystem\Filesystem {#89}
1342 #cachePath: "/home/fernando/PhpstormProjects/onag/storage/framework/views"
1343 #firstCaseInSwitch: true
1344 -encodingOptions: 15
1345 #lastSection: null
1346 #forElseCounter: 0
1347 }
1348 "log" => Illuminate\Log\LogManager {#90
1349 #app: Illuminate\Foundation\Application {#586}
1350 #channels: []
1351 #customCreators: array:1 [ …1]
1352 #dateFormat: "Y-m-d H:i:s"
1353 #levels: array:8 [ …8]
1354 }
1355 "queue" => Illuminate\Queue\QueueManager {#103
1356 #app: Illuminate\Foundation\Application {#586}
1357 #connections: []
1358 #connectors: array:6 [ …6]
1359 }
1360 "router" => Illuminate\Routing\Router {#122
1361 #events: Illuminate\Events\Dispatcher {#514}
1362 #container: Illuminate\Foundation\Application {#586}
1363 #routes: Illuminate\Routing\RouteCollection {#123 …4}
1364 #current: null
1365 #currentRequest: null
1366 #middleware: []
1367 #middlewareGroups: []
1368 +middlewarePriority: []
1369 #binders: []
1370 #patterns: []
1371 #groupStack: []
1372 }
1373 "date" => Illuminate\Support\DateFactory {#134}
1374 "cache" => Illuminate\Cache\CacheManager {#151
1375 #app: Illuminate\Foundation\Application {#586}
1376 #stores: array:1 [ …1]
1377 #customCreators: []
1378 }
1379 "cache.store" => Illuminate\Cache\Repository {#153
1380 #store: Illuminate\Cache\ArrayStore {#152 …3}
1381 #events: Illuminate\Events\Dispatcher {#514}
1382 #default: 3600
1383 }
1384 "Illuminate\Cache\RateLimiter" => Illuminate\Cache\RateLimiter {#154
1385 #cache: Illuminate\Cache\Repository {#153}
1386 #limiters: array:1 [ …1]
1387 }
1388 "command.cache.clear" => Illuminate\Cache\Console\ClearCommand {#1804
1389 #name: "cache:clear"
1390 #description: "Flush the application cache"
1391 #cache: Illuminate\Cache\CacheManager {#151}
1392 #files: Illuminate\Filesystem\Filesystem {#89}
1393 #laravel: Illuminate\Foundation\Application {#586}
1394 #signature: null
1395 #help: null
1396 #hidden: false
1397 -application: Illuminate\Console\Application {#1604 …20}
1398 -processTitle: null
1399 -aliases: []
1400 -definition: Symfony\Component\Console\Input\InputDefinition {#1826 …6}
1401 -fullDefinition: null
1402 -ignoreValidationErrors: false
1403 -code: null
1404 -synopsis: []
1405 -usages: []
1406 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1407 #input: null
1408 #output: null
1409 #verbosity: 32
1410 #verbosityMap: array:5 [ …5]
1411 -name: "cache:clear"
1412 -hidden: false
1413 -help: ""
1414 -description: "Flush the application cache"
1415 }
1416 "command.cache.forget" => Illuminate\Cache\Console\ForgetCommand {#1830
1417 #signature: "cache:forget {key : The key to remove} {store? : The store to remove the key from}"
1418 #description: "Remove an item from the cache"
1419 #cache: Illuminate\Cache\CacheManager {#151}
1420 #laravel: Illuminate\Foundation\Application {#586}
1421 #name: "cache:forget"
1422 #help: null
1423 #hidden: false
1424 -application: Illuminate\Console\Application {#1604 …20}
1425 -processTitle: null
1426 -aliases: []
1427 -definition: Symfony\Component\Console\Input\InputDefinition {#1764 …6}
1428 -fullDefinition: null
1429 -ignoreValidationErrors: false
1430 -code: null
1431 -synopsis: []
1432 -usages: []
1433 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1434 #input: null
1435 #output: null
1436 #verbosity: 32
1437 #verbosityMap: array:5 [ …5]
1438 -name: "cache:forget"
1439 -hidden: false
1440 -help: ""
1441 -description: "Remove an item from the cache"
1442 }
1443 "command.clear-compiled" => Illuminate\Foundation\Console\ClearCompiledCommand {#1831
1444 #name: "clear-compiled"
1445 #description: "Remove the compiled class file"
1446 #laravel: Illuminate\Foundation\Application {#586}
1447 #signature: null
1448 #help: null
1449 #hidden: false
1450 -application: Illuminate\Console\Application {#1604 …20}
1451 -processTitle: null
1452 -aliases: []
1453 -definition: Symfony\Component\Console\Input\InputDefinition {#1809 …6}
1454 -fullDefinition: null
1455 -ignoreValidationErrors: false
1456 -code: null
1457 -synopsis: []
1458 -usages: []
1459 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1460 #input: null
1461 #output: null
1462 #verbosity: 32
1463 #verbosityMap: array:5 [ …5]
1464 -name: "clear-compiled"
1465 -hidden: false
1466 -help: ""
1467 -description: "Remove the compiled class file"
1468 }
1469 "command.auth.resets.clear" => Illuminate\Auth\Console\ClearResetsCommand {#1787
1470 #signature: "auth:clear-resets {name? : The name of the password broker}"
1471 #description: "Flush expired password reset tokens"
1472 #laravel: Illuminate\Foundation\Application {#586}
1473 #name: "auth:clear-resets"
1474 #help: null
1475 #hidden: false
1476 -application: Illuminate\Console\Application {#1604 …20}
1477 -processTitle: null
1478 -aliases: []
1479 -definition: Symfony\Component\Console\Input\InputDefinition {#1832 …6}
1480 -fullDefinition: null
1481 -ignoreValidationErrors: false
1482 -code: null
1483 -synopsis: []
1484 -usages: []
1485 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1486 #input: null
1487 #output: null
1488 #verbosity: 32
1489 #verbosityMap: array:5 [ …5]
1490 -name: "auth:clear-resets"
1491 -hidden: false
1492 -help: ""
1493 -description: "Flush expired password reset tokens"
1494 }
1495 "command.config.cache" => Illuminate\Foundation\Console\ConfigCacheCommand {#1810
1496 #name: "config:cache"
1497 #description: "Create a cache file for faster configuration loading"
1498 #files: Illuminate\Filesystem\Filesystem {#89}
1499 #laravel: Illuminate\Foundation\Application {#586}
1500 #signature: null
1501 #help: null
1502 #hidden: false
1503 -application: Illuminate\Console\Application {#1604 …20}
1504 -processTitle: null
1505 -aliases: []
1506 -definition: Symfony\Component\Console\Input\InputDefinition {#1788 …6}
1507 -fullDefinition: null
1508 -ignoreValidationErrors: false
1509 -code: null
1510 -synopsis: []
1511 -usages: []
1512 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1513 #input: null
1514 #output: null
1515 #verbosity: 32
1516 #verbosityMap: array:5 [ …5]
1517 -name: "config:cache"
1518 -hidden: false
1519 -help: ""
1520 -description: "Create a cache file for faster configuration loading"
1521 }
1522 "command.config.clear" => Illuminate\Foundation\Console\ConfigClearCommand {#1766
1523 #name: "config:clear"
1524 #description: "Remove the configuration cache file"
1525 #files: Illuminate\Filesystem\Filesystem {#89}
1526 #laravel: Illuminate\Foundation\Application {#586}
1527 #signature: null
1528 #help: null
1529 #hidden: false
1530 -application: Illuminate\Console\Application {#1604 …20}
1531 -processTitle: null
1532 -aliases: []
1533 -definition: Symfony\Component\Console\Input\InputDefinition {#1833 …6}
1534 -fullDefinition: null
1535 -ignoreValidationErrors: false
1536 -code: null
1537 -synopsis: []
1538 -usages: []
1539 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1540 #input: null
1541 #output: null
1542 #verbosity: 32
1543 #verbosityMap: array:5 [ …5]
1544 -name: "config:clear"
1545 -hidden: false
1546 -help: ""
1547 -description: "Remove the configuration cache file"
1548 }
1549 "Illuminate\Database\Console\DbCommand" => Illuminate\Database\Console\DbCommand {#1767
1550 #signature: "db {connection? : The database connection that should be used}"
1551 #description: "Start a new database CLI session"
1552 #laravel: Illuminate\Foundation\Application {#586}
1553 #name: "db"
1554 #help: null
1555 #hidden: false
1556 -application: Illuminate\Console\Application {#1604 …20}
1557 -processTitle: null
1558 -aliases: []
1559 -definition: Symfony\Component\Console\Input\InputDefinition {#1812 …6}
1560 -fullDefinition: null
1561 -ignoreValidationErrors: false
1562 -code: null
1563 -synopsis: []
1564 -usages: []
1565 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1566 #input: null
1567 #output: null
1568 #verbosity: 32
1569 #verbosityMap: array:5 [ …5]
1570 -name: "db"
1571 -hidden: false
1572 -help: ""
1573 -description: "Start a new database CLI session"
1574 }
1575 "command.db.wipe" => Illuminate\Database\Console\WipeCommand {#1789
1576 #name: "db:wipe"
1577 #description: "Drop all tables, views, and types"
1578 #laravel: Illuminate\Foundation\Application {#586}
1579 #signature: null
1580 #help: null
1581 #hidden: false
1582 -application: Illuminate\Console\Application {#1604 …20}
1583 -processTitle: null
1584 -aliases: []
1585 -definition: Symfony\Component\Console\Input\InputDefinition {#1811 …6}
1586 -fullDefinition: Symfony\Component\Console\Input\InputDefinition {#2176 …6}
1587 -ignoreValidationErrors: false
1588 -code: null
1589 -synopsis: []
1590 -usages: []
1591 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1592 #input: Symfony\Component\Console\Input\ArrayInput {#2175 …6}
1593 #output: Mockery_1_Illuminate_Console_OutputStyle {#1797}
1594 #verbosity: 32
1595 #verbosityMap: array:5 [ …5]
1596 -name: "db:wipe"
1597 -hidden: false
1598 -help: ""
1599 -description: "Drop all tables, views, and types"
1600 }
1601 "command.down" => Illuminate\Foundation\Console\DownCommand {#1791
1602 #signature: """
1603 down {--redirect= : The path that users should be redirected to}\n
1604 {--render= : The view that should be prerendered for display during maintenance mode}\n
1605 {--retry= : The number of seconds after which the request may be retried}\n
1606 {--refresh= : The number of seconds after which the browser may refresh}\n
1607 {--secret= : The secret phrase that may be used to bypass maintenance mode}\n
1608 {--status=503 : The status code that should be used when returning the maintenance mode response}
1609 """
1610 #description: "Put the application into maintenance / demo mode"
1611 #laravel: Illuminate\Foundation\Application {#586}
1612 #name: "down"
1613 #help: null
1614 #hidden: false
1615 -application: Illuminate\Console\Application {#1604 …20}
1616 -processTitle: null
1617 -aliases: []
1618 -definition: Symfony\Component\Console\Input\InputDefinition {#1815 …6}
1619 -fullDefinition: null
1620 -ignoreValidationErrors: false
1621 -code: null
1622 -synopsis: []
1623 -usages: []
1624 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1625 #input: null
1626 #output: null
1627 #verbosity: 32
1628 #verbosityMap: array:5 [ …5]
1629 -name: "down"
1630 -hidden: false
1631 -help: ""
1632 -description: "Put the application into maintenance / demo mode"
1633 }
1634 "command.environment" => Illuminate\Foundation\Console\EnvironmentCommand {#1793
1635 #name: "env"
1636 #description: "Display the current framework environment"
1637 #laravel: Illuminate\Foundation\Application {#586}
1638 #signature: null
1639 #help: null
1640 #hidden: false
1641 -application: Illuminate\Console\Application {#1604 …20}
1642 -processTitle: null
1643 -aliases: []
1644 -definition: Symfony\Component\Console\Input\InputDefinition {#1771 …6}
1645 -fullDefinition: null
1646 -ignoreValidationErrors: false
1647 -code: null
1648 -synopsis: []
1649 -usages: []
1650 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1651 #input: null
1652 #output: null
1653 #verbosity: 32
1654 #verbosityMap: array:5 [ …5]
1655 -name: "env"
1656 -hidden: false
1657 -help: ""
1658 -description: "Display the current framework environment"
1659 }
1660 "command.event.cache" => Illuminate\Foundation\Console\EventCacheCommand {#1838
1661 #signature: "event:cache"
1662 #description: "Discover and cache the application's events and listeners"
1663 #laravel: Illuminate\Foundation\Application {#586}
1664 #name: "event:cache"
1665 #help: null
1666 #hidden: false
1667 -application: Illuminate\Console\Application {#1604 …20}
1668 -processTitle: null
1669 -aliases: []
1670 -definition: Symfony\Component\Console\Input\InputDefinition {#1816 …6}
1671 -fullDefinition: null
1672 -ignoreValidationErrors: false
1673 -code: null
1674 -synopsis: []
1675 -usages: []
1676 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1677 #input: null
1678 #output: null
1679 #verbosity: 32
1680 #verbosityMap: array:5 [ …5]
1681 -name: "event:cache"
1682 -hidden: false
1683 -help: ""
1684 -description: "Discover and cache the application's events and listeners"
1685 }
1686 "command.event.clear" => Illuminate\Foundation\Console\EventClearCommand {#1794
1687 #name: "event:clear"
1688 #description: "Clear all cached events and listeners"
1689 #files: Illuminate\Filesystem\Filesystem {#89}
1690 #laravel: Illuminate\Foundation\Application {#586}
1691 #signature: null
1692 #help: null
1693 #hidden: false
1694 -application: Illuminate\Console\Application {#1604 …20}
1695 -processTitle: null
1696 -aliases: []
1697 -definition: Symfony\Component\Console\Input\InputDefinition {#1772 …6}
1698 -fullDefinition: null
1699 -ignoreValidationErrors: false
1700 -code: null
1701 -synopsis: []
1702 -usages: []
1703 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1704 #input: null
1705 #output: null
1706 #verbosity: 32
1707 #verbosityMap: array:5 [ …5]
1708 -name: "event:clear"
1709 -hidden: false
1710 -help: ""
1711 -description: "Clear all cached events and listeners"
1712 }
1713 "command.event.list" => Illuminate\Foundation\Console\EventListCommand {#1839
1714 #signature: "event:list {--event= : Filter the events by name}"
1715 #description: "List the application's events and listeners"
1716 #laravel: Illuminate\Foundation\Application {#586}
1717 #name: "event:list"
1718 #help: null
1719 #hidden: false
1720 -application: Illuminate\Console\Application {#1604 …20}
1721 -processTitle: null
1722 -aliases: []
1723 -definition: Symfony\Component\Console\Input\InputDefinition {#1751 …6}
1724 -fullDefinition: null
1725 -ignoreValidationErrors: false
1726 -code: null
1727 -synopsis: []
1728 -usages: []
1729 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1730 #input: null
1731 #output: null
1732 #verbosity: 32
1733 #verbosityMap: array:5 [ …5]
1734 -name: "event:list"
1735 -hidden: false
1736 -help: ""
1737 -description: "List the application's events and listeners"
1738 }
1739 "command.key.generate" => Illuminate\Foundation\Console\KeyGenerateCommand {#1773
1740 #signature: """
1741 key:generate\n
1742 {--show : Display the key instead of modifying files}\n
1743 {--force : Force the operation to run when in production}
1744 """
1745 #description: "Set the application key"
1746 #laravel: Illuminate\Foundation\Application {#586}
1747 #name: "key:generate"
1748 #help: null
1749 #hidden: false
1750 -application: Illuminate\Console\Application {#1604 …20}
1751 -processTitle: null
1752 -aliases: []
1753 -definition: Symfony\Component\Console\Input\InputDefinition {#1840 …6}
1754 -fullDefinition: null
1755 -ignoreValidationErrors: false
1756 -code: null
1757 -synopsis: []
1758 -usages: []
1759 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1760 #input: null
1761 #output: null
1762 #verbosity: 32
1763 #verbosityMap: array:5 [ …5]
1764 -name: "key:generate"
1765 -hidden: false
1766 -help: ""
1767 -description: "Set the application key"
1768 }
1769 "command.optimize" => Illuminate\Foundation\Console\OptimizeCommand {#1774
1770 #name: "optimize"
1771 #description: "Cache the framework bootstrap files"
1772 #laravel: Illuminate\Foundation\Application {#586}
1773 #signature: null
1774 #help: null
1775 #hidden: false
1776 -application: Illuminate\Console\Application {#1604 …20}
1777 -processTitle: null
1778 -aliases: []
1779 -definition: Symfony\Component\Console\Input\InputDefinition {#1795 …6}
1780 -fullDefinition: null
1781 -ignoreValidationErrors: false
1782 -code: null
1783 -synopsis: []
1784 -usages: []
1785 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1786 #input: null
1787 #output: null
1788 #verbosity: 32
1789 #verbosityMap: array:5 [ …5]
1790 -name: "optimize"
1791 -hidden: false
1792 -help: ""
1793 -description: "Cache the framework bootstrap files"
1794 }
1795 "command.optimize.clear" => Illuminate\Foundation\Console\OptimizeClearCommand {#1796
1796 #name: "optimize:clear"
1797 #description: "Remove the cached bootstrap files"
1798 #laravel: Illuminate\Foundation\Application {#586}
1799 #signature: null
1800 #help: null
1801 #hidden: false
1802 -application: Illuminate\Console\Application {#1604 …20}
1803 -processTitle: null
1804 -aliases: []
1805 -definition: Symfony\Component\Console\Input\InputDefinition {#1841 …6}
1806 -fullDefinition: null
1807 -ignoreValidationErrors: false
1808 -code: null
1809 -synopsis: []
1810 -usages: []
1811 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1812 #input: null
1813 #output: null
1814 #verbosity: 32
1815 #verbosityMap: array:5 [ …5]
1816 -name: "optimize:clear"
1817 -hidden: false
1818 -help: ""
1819 -description: "Remove the cached bootstrap files"
1820 }
1821 "command.package.discover" => Illuminate\Foundation\Console\PackageDiscoverCommand {#1842
1822 #signature: "package:discover"
1823 #description: "Rebuild the cached package manifest"
1824 #laravel: Illuminate\Foundation\Application {#586}
1825 #name: "package:discover"
1826 #help: null
1827 #hidden: false
1828 -application: Illuminate\Console\Application {#1604 …20}
1829 -processTitle: null
1830 -aliases: []
1831 -definition: Symfony\Component\Console\Input\InputDefinition {#1843 …6}
1832 -fullDefinition: null
1833 -ignoreValidationErrors: false
1834 -code: null
1835 -synopsis: []
1836 -usages: []
1837 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1838 #input: null
1839 #output: null
1840 #verbosity: 32
1841 #verbosityMap: array:5 [ …5]
1842 -name: "package:discover"
1843 -hidden: false
1844 -help: ""
1845 -description: "Rebuild the cached package manifest"
1846 }
1847 "command.queue.clear" => Illuminate\Queue\Console\ClearCommand {#1844
1848 #name: "queue:clear"
1849 #description: "Delete all of the jobs from the specified queue"
1850 #laravel: Illuminate\Foundation\Application {#586}
1851 #signature: null
1852 #help: null
1853 #hidden: false
1854 -application: Illuminate\Console\Application {#1604 …20}
1855 -processTitle: null
1856 -aliases: []
1857 -definition: Symfony\Component\Console\Input\InputDefinition {#1845 …6}
1858 -fullDefinition: null
1859 -ignoreValidationErrors: false
1860 -code: null
1861 -synopsis: []
1862 -usages: []
1863 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1864 #input: null
1865 #output: null
1866 #verbosity: 32
1867 #verbosityMap: array:5 [ …5]
1868 -name: "queue:clear"
1869 -hidden: false
1870 -help: ""
1871 -description: "Delete all of the jobs from the specified queue"
1872 }
1873 "command.queue.failed" => Illuminate\Queue\Console\ListFailedCommand {#1849
1874 #name: "queue:failed"
1875 #description: "List all of the failed queue jobs"
1876 #headers: array:5 [ …5]
1877 #laravel: Illuminate\Foundation\Application {#586}
1878 #signature: null
1879 #help: null
1880 #hidden: false
1881 -application: Illuminate\Console\Application {#1604 …20}
1882 -processTitle: null
1883 -aliases: []
1884 -definition: Symfony\Component\Console\Input\InputDefinition {#1850 …6}
1885 -fullDefinition: null
1886 -ignoreValidationErrors: false
1887 -code: null
1888 -synopsis: []
1889 -usages: []
1890 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1891 #input: null
1892 #output: null
1893 #verbosity: 32
1894 #verbosityMap: array:5 [ …5]
1895 -name: "queue:failed"
1896 -hidden: false
1897 -help: ""
1898 -description: "List all of the failed queue jobs"
1899 }
1900 "command.queue.flush" => Illuminate\Queue\Console\FlushFailedCommand {#1851
1901 #name: "queue:flush"
1902 #description: "Flush all of the failed queue jobs"
1903 #laravel: Illuminate\Foundation\Application {#586}
1904 #signature: null
1905 #help: null
1906 #hidden: false
1907 -application: Illuminate\Console\Application {#1604 …20}
1908 -processTitle: null
1909 -aliases: []
1910 -definition: Symfony\Component\Console\Input\InputDefinition {#1852 …6}
1911 -fullDefinition: null
1912 -ignoreValidationErrors: false
1913 -code: null
1914 -synopsis: []
1915 -usages: []
1916 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1917 #input: null
1918 #output: null
1919 #verbosity: 32
1920 #verbosityMap: array:5 [ …5]
1921 -name: "queue:flush"
1922 -hidden: false
1923 -help: ""
1924 -description: "Flush all of the failed queue jobs"
1925 }
1926 "command.queue.forget" => Illuminate\Queue\Console\ForgetFailedCommand {#1853
1927 #signature: "queue:forget {id : The ID of the failed job}"
1928 #description: "Delete a failed queue job"
1929 #laravel: Illuminate\Foundation\Application {#586}
1930 #name: "queue:forget"
1931 #help: null
1932 #hidden: false
1933 -application: Illuminate\Console\Application {#1604 …20}
1934 -processTitle: null
1935 -aliases: []
1936 -definition: Symfony\Component\Console\Input\InputDefinition {#1855 …6}
1937 -fullDefinition: null
1938 -ignoreValidationErrors: false
1939 -code: null
1940 -synopsis: []
1941 -usages: []
1942 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1943 #input: null
1944 #output: null
1945 #verbosity: 32
1946 #verbosityMap: array:5 [ …5]
1947 -name: "queue:forget"
1948 -hidden: false
1949 -help: ""
1950 -description: "Delete a failed queue job"
1951 }
1952 "queue.listener" => Illuminate\Queue\Listener {#1857
1953 #commandPath: "/home/fernando/PhpstormProjects/onag"
1954 #environment: null
1955 #sleep: 3
1956 #maxTries: 0
1957 #outputHandler: Closure($type, $line) {#1869 …4}
1958 }
1959 "command.queue.listen" => Illuminate\Queue\Console\ListenCommand {#1856
1960 #signature: """
1961 queue:listen\n
1962 {connection? : The name of connection}\n
1963 {--name=default : The name of the worker}\n
1964 {--delay=0 : The number of seconds to delay failed jobs (Deprecated)}\n
1965 {--backoff=0 : The number of seconds to wait before retrying a job that encountered an uncaught exception}\n
1966 {--force : Force the worker to run even in maintenance mode}\n
1967 {--memory=128 : The memory limit in megabytes}\n
1968 {--queue= : The queue to listen on}\n
1969 {--sleep=3 : Number of seconds to sleep when no job is available}\n
1970 {--timeout=60 : The number of seconds a child process can run}\n
1971 {--tries=1 : Number of times to attempt a job before logging it failed}
1972 """
1973 #description: "Listen to a given queue"
1974 #listener: Illuminate\Queue\Listener {#1857}
1975 #laravel: Illuminate\Foundation\Application {#586}
1976 #name: "queue:listen"
1977 #help: null
1978 #hidden: false
1979 -application: Illuminate\Console\Application {#1604 …20}
1980 -processTitle: null
1981 -aliases: []
1982 -definition: Symfony\Component\Console\Input\InputDefinition {#1868 …6}
1983 -fullDefinition: null
1984 -ignoreValidationErrors: false
1985 -code: null
1986 -synopsis: []
1987 -usages: []
1988 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
1989 #input: null
1990 #output: null
1991 #verbosity: 32
1992 #verbosityMap: array:5 [ …5]
1993 -name: "queue:listen"
1994 -hidden: false
1995 -help: ""
1996 -description: "Listen to a given queue"
1997 }
1998 "command.queue.prune-batches" => Illuminate\Queue\Console\PruneBatchesCommand {#1870
1999 #signature: """
2000 queue:prune-batches\n
2001 {--hours=24 : The number of hours to retain batch data}\n
2002 {--unfinished= : The number of hours to retain unfinished batch data }
2003 """
2004 #description: "Prune stale entries from the batches database"
2005 #laravel: Illuminate\Foundation\Application {#586}
2006 #name: "queue:prune-batches"
2007 #help: null
2008 #hidden: false
2009 -application: Illuminate\Console\Application {#1604 …20}
2010 -processTitle: null
2011 -aliases: []
2012 -definition: Symfony\Component\Console\Input\InputDefinition {#1873 …6}
2013 -fullDefinition: null
2014 -ignoreValidationErrors: false
2015 -code: null
2016 -synopsis: []
2017 -usages: []
2018 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2019 #input: null
2020 #output: null
2021 #verbosity: 32
2022 #verbosityMap: array:5 [ …5]
2023 -name: "queue:prune-batches"
2024 -hidden: false
2025 -help: ""
2026 -description: "Prune stale entries from the batches database"
2027 }
2028 "command.queue.restart" => Illuminate\Queue\Console\RestartCommand {#1874
2029 #name: "queue:restart"
2030 #description: "Restart queue worker daemons after their current job"
2031 #cache: Illuminate\Cache\Repository {#153}
2032 #laravel: Illuminate\Foundation\Application {#586}
2033 #signature: null
2034 #help: null
2035 #hidden: false
2036 -application: Illuminate\Console\Application {#1604 …20}
2037 -processTitle: null
2038 -aliases: []
2039 -definition: Symfony\Component\Console\Input\InputDefinition {#1875 …6}
2040 -fullDefinition: null
2041 -ignoreValidationErrors: false
2042 -code: null
2043 -synopsis: []
2044 -usages: []
2045 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2046 #input: null
2047 #output: null
2048 #verbosity: 32
2049 #verbosityMap: array:5 [ …5]
2050 -name: "queue:restart"
2051 -hidden: false
2052 -help: ""
2053 -description: "Restart queue worker daemons after their current job"
2054 }
2055 "command.queue.retry" => Illuminate\Queue\Console\RetryCommand {#1876
2056 #signature: """
2057 queue:retry\n
2058 {id?* : The ID of the failed job or "all" to retry all jobs}\n
2059 {--queue= : Retry all of the failed jobs for the specified queue}\n
2060 {--range=* : Range of job IDs (numeric) to be retried}
2061 """
2062 #description: "Retry a failed queue job"
2063 #laravel: Illuminate\Foundation\Application {#586}
2064 #name: "queue:retry"
2065 #help: null
2066 #hidden: false
2067 -application: Illuminate\Console\Application {#1604 …20}
2068 -processTitle: null
2069 -aliases: []
2070 -definition: Symfony\Component\Console\Input\InputDefinition {#1880 …6}
2071 -fullDefinition: null
2072 -ignoreValidationErrors: false
2073 -code: null
2074 -synopsis: []
2075 -usages: []
2076 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2077 #input: null
2078 #output: null
2079 #verbosity: 32
2080 #verbosityMap: array:5 [ …5]
2081 -name: "queue:retry"
2082 -hidden: false
2083 -help: ""
2084 -description: "Retry a failed queue job"
2085 }
2086 "command.queue.retry-batch" => Illuminate\Queue\Console\RetryBatchCommand {#1881
2087 #signature: "queue:retry-batch {id : The ID of the batch whose failed jobs should be retried}"
2088 #description: "Retry the failed jobs for a batch"
2089 #laravel: Illuminate\Foundation\Application {#586}
2090 #name: "queue:retry-batch"
2091 #help: null
2092 #hidden: false
2093 -application: Illuminate\Console\Application {#1604 …20}
2094 -processTitle: null
2095 -aliases: []
2096 -definition: Symfony\Component\Console\Input\InputDefinition {#1883 …6}
2097 -fullDefinition: null
2098 -ignoreValidationErrors: false
2099 -code: null
2100 -synopsis: []
2101 -usages: []
2102 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2103 #input: null
2104 #output: null
2105 #verbosity: 32
2106 #verbosityMap: array:5 [ …5]
2107 -name: "queue:retry-batch"
2108 -hidden: false
2109 -help: ""
2110 -description: "Retry the failed jobs for a batch"
2111 }
2112 "Illuminate\Contracts\Debug\ExceptionHandler" => App\Exceptions\Handler {#1890
2113 #dontReport: []
2114 #dontFlash: array:3 [ …3]
2115 #container: Illuminate\Foundation\Application {#586}
2116 #reportCallbacks: array:1 [ …1]
2117 #renderCallbacks: []
2118 #exceptionMap: []
2119 #internalDontReport: array:10 [ …10]
2120 }
2121 "queue.worker" => Illuminate\Queue\Worker {#1886
2122 #name: null
2123 #manager: Illuminate\Queue\QueueManager {#103}
2124 #events: Illuminate\Events\Dispatcher {#514}
2125 #cache: null
2126 #exceptions: App\Exceptions\Handler {#1890}
2127 #isDownForMaintenance: Closure() {#1885 …4}
2128 +shouldQuit: false
2129 +paused: false
2130 }
2131 "command.queue.work" => Illuminate\Queue\Console\WorkCommand {#1884
2132 #signature: """
2133 queue:work\n
2134 {connection? : The name of the queue connection to work}\n
2135 {--name=default : The name of the worker}\n
2136 {--queue= : The names of the queues to work}\n
2137 {--daemon : Run the worker in daemon mode (Deprecated)}\n
2138 {--once : Only process the next job on the queue}\n
2139 {--stop-when-empty : Stop when the queue is empty}\n
2140 {--delay=0 : The number of seconds to delay failed jobs (Deprecated)}\n
2141 {--backoff=0 : The number of seconds to wait before retrying a job that encountered an uncaught exception}\n
2142 {--max-jobs=0 : The number of jobs to process before stopping}\n
2143 {--max-time=0 : The maximum number of seconds the worker should run}\n
2144 {--force : Force the worker to run even in maintenance mode}\n
2145 {--memory=128 : The memory limit in megabytes}\n
2146 {--sleep=3 : Number of seconds to sleep when no job is available}\n
2147 {--rest=0 : Number of seconds to rest between jobs}\n
2148 {--timeout=60 : The number of seconds a child process can run}\n
2149 {--tries=1 : Number of times to attempt a job before logging it failed}
2150 """
2151 #description: "Start processing jobs on the queue as a daemon"
2152 #worker: Illuminate\Queue\Worker {#1886}
2153 #cache: Illuminate\Cache\Repository {#153}
2154 #laravel: Illuminate\Foundation\Application {#586}
2155 #name: "queue:work"
2156 #help: null
2157 #hidden: false
2158 -application: Illuminate\Console\Application {#1604 …20}
2159 -processTitle: null
2160 -aliases: []
2161 -definition: Symfony\Component\Console\Input\InputDefinition {#1906 …6}
2162 -fullDefinition: null
2163 -ignoreValidationErrors: false
2164 -code: null
2165 -synopsis: []
2166 -usages: []
2167 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2168 #input: null
2169 #output: null
2170 #verbosity: 32
2171 #verbosityMap: array:5 [ …5]
2172 -name: "queue:work"
2173 -hidden: false
2174 -help: ""
2175 -description: "Start processing jobs on the queue as a daemon"
2176 }
2177 "command.route.cache" => Illuminate\Foundation\Console\RouteCacheCommand {#1907
2178 #name: "route:cache"
2179 #description: "Create a route cache file for faster route registration"
2180 #files: Illuminate\Filesystem\Filesystem {#89}
2181 #laravel: Illuminate\Foundation\Application {#586}
2182 #signature: null
2183 #help: null
2184 #hidden: false
2185 -application: Illuminate\Console\Application {#1604 …20}
2186 -processTitle: null
2187 -aliases: []
2188 -definition: Symfony\Component\Console\Input\InputDefinition {#1908 …6}
2189 -fullDefinition: null
2190 -ignoreValidationErrors: false
2191 -code: null
2192 -synopsis: []
2193 -usages: []
2194 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2195 #input: null
2196 #output: null
2197 #verbosity: 32
2198 #verbosityMap: array:5 [ …5]
2199 -name: "route:cache"
2200 -hidden: false
2201 -help: ""
2202 -description: "Create a route cache file for faster route registration"
2203 }
2204 "command.route.clear" => Illuminate\Foundation\Console\RouteClearCommand {#1909
2205 #name: "route:clear"
2206 #description: "Remove the route cache file"
2207 #files: Illuminate\Filesystem\Filesystem {#89}
2208 #laravel: Illuminate\Foundation\Application {#586}
2209 #signature: null
2210 #help: null
2211 #hidden: false
2212 -application: Illuminate\Console\Application {#1604 …20}
2213 -processTitle: null
2214 -aliases: []
2215 -definition: Symfony\Component\Console\Input\InputDefinition {#1910 …6}
2216 -fullDefinition: null
2217 -ignoreValidationErrors: false
2218 -code: null
2219 -synopsis: []
2220 -usages: []
2221 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2222 #input: null
2223 #output: null
2224 #verbosity: 32
2225 #verbosityMap: array:5 [ …5]
2226 -name: "route:clear"
2227 -hidden: false
2228 -help: ""
2229 -description: "Remove the route cache file"
2230 }
2231 "command.route.list" => Illuminate\Foundation\Console\RouteListCommand {#1911
2232 #name: "route:list"
2233 #description: "List all registered routes"
2234 #router: Illuminate\Routing\Router {#122}
2235 #headers: array:6 [ …6]
2236 #compactColumns: array:3 [ …3]
2237 #laravel: Illuminate\Foundation\Application {#586}
2238 #signature: null
2239 #help: null
2240 #hidden: false
2241 -application: Illuminate\Console\Application {#1604 …20}
2242 -processTitle: null
2243 -aliases: []
2244 -definition: Symfony\Component\Console\Input\InputDefinition {#1912 …6}
2245 -fullDefinition: null
2246 -ignoreValidationErrors: false
2247 -code: null
2248 -synopsis: []
2249 -usages: []
2250 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2251 #input: null
2252 #output: null
2253 #verbosity: 32
2254 #verbosityMap: array:5 [ …5]
2255 -name: "route:list"
2256 -hidden: false
2257 -help: ""
2258 -description: "List all registered routes"
2259 }
2260 "command.schema.dump" => Illuminate\Database\Console\DumpCommand {#1922
2261 #signature: """
2262 schema:dump\n
2263 {--database= : The database connection to use}\n
2264 {--path= : The path where the schema dump file should be stored}\n
2265 {--prune : Delete all existing migration files}
2266 """
2267 #description: "Dump the given database schema"
2268 #laravel: Illuminate\Foundation\Application {#586}
2269 #name: "schema:dump"
2270 #help: null
2271 #hidden: false
2272 -application: Illuminate\Console\Application {#1604 …20}
2273 -processTitle: null
2274 -aliases: []
2275 -definition: Symfony\Component\Console\Input\InputDefinition {#1926 …6}
2276 -fullDefinition: null
2277 -ignoreValidationErrors: false
2278 -code: null
2279 -synopsis: []
2280 -usages: []
2281 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2282 #input: null
2283 #output: null
2284 #verbosity: 32
2285 #verbosityMap: array:5 [ …5]
2286 -name: "schema:dump"
2287 -hidden: false
2288 -help: ""
2289 -description: "Dump the given database schema"
2290 }
2291 "command.seed" => Illuminate\Database\Console\Seeds\SeedCommand {#1927
2292 #name: "db:seed"
2293 #description: "Seed the database with records"
2294 #resolver: Illuminate\Database\DatabaseManager {#426}
2295 #laravel: Illuminate\Foundation\Application {#586}
2296 #signature: null
2297 #help: null
2298 #hidden: false
2299 -application: Illuminate\Console\Application {#1604 …20}
2300 -processTitle: null
2301 -aliases: []
2302 -definition: Symfony\Component\Console\Input\InputDefinition {#1928 …6}
2303 -fullDefinition: null
2304 -ignoreValidationErrors: false
2305 -code: null
2306 -synopsis: []
2307 -usages: []
2308 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2309 #input: null
2310 #output: null
2311 #verbosity: 32
2312 #verbosityMap: array:5 [ …5]
2313 -name: "db:seed"
2314 -hidden: false
2315 -help: ""
2316 -description: "Seed the database with records"
2317 }
2318 "Illuminate\Console\Scheduling\ScheduleFinishCommand" => Illuminate\Console\Scheduling\ScheduleFinishCommand {#1935
2319 #signature: "schedule:finish {id} {code=0}"
2320 #description: "Handle the completion of a scheduled command"
2321 #hidden: true
2322 #laravel: Illuminate\Foundation\Application {#586}
2323 #name: "schedule:finish"
2324 #help: null
2325 -application: Illuminate\Console\Application {#1604 …20}
2326 -processTitle: null
2327 -aliases: []
2328 -definition: Symfony\Component\Console\Input\InputDefinition {#1938 …6}
2329 -fullDefinition: null
2330 -ignoreValidationErrors: false
2331 -code: null
2332 -synopsis: []
2333 -usages: []
2334 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2335 #input: null
2336 #output: null
2337 #verbosity: 32
2338 #verbosityMap: array:5 [ …5]
2339 -name: "schedule:finish"
2340 -hidden: true
2341 -help: ""
2342 -description: "Handle the completion of a scheduled command"
2343 }
2344 "Illuminate\Console\Scheduling\ScheduleListCommand" => Illuminate\Console\Scheduling\ScheduleListCommand {#1939
2345 #signature: "schedule:list {--timezone= : The timezone that times should be displayed in}"
2346 #description: "List the scheduled commands"
2347 #laravel: Illuminate\Foundation\Application {#586}
2348 #name: "schedule:list"
2349 #help: null
2350 #hidden: false
2351 -application: Illuminate\Console\Application {#1604 …20}
2352 -processTitle: null
2353 -aliases: []
2354 -definition: Symfony\Component\Console\Input\InputDefinition {#1941 …6}
2355 -fullDefinition: null
2356 -ignoreValidationErrors: false
2357 -code: null
2358 -synopsis: []
2359 -usages: []
2360 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2361 #input: null
2362 #output: null
2363 #verbosity: 32
2364 #verbosityMap: array:5 [ …5]
2365 -name: "schedule:list"
2366 -hidden: false
2367 -help: ""
2368 -description: "List the scheduled commands"
2369 }
2370 "Illuminate\Console\Scheduling\ScheduleRunCommand" => Illuminate\Console\Scheduling\ScheduleRunCommand {#1942
2371 #name: "schedule:run"
2372 #description: "Run the scheduled commands"
2373 #schedule: null
2374 #startedAt: Illuminate\Support\Carbon @1622433770 {#1943 …16}
2375 #eventsRan: false
2376 #dispatcher: null
2377 #handler: null
2378 #laravel: Illuminate\Foundation\Application {#586}
2379 #signature: null
2380 #help: null
2381 #hidden: false
2382 -application: Illuminate\Console\Application {#1604 …20}
2383 -processTitle: null
2384 -aliases: []
2385 -definition: Symfony\Component\Console\Input\InputDefinition {#1944 …6}
2386 -fullDefinition: null
2387 -ignoreValidationErrors: false
2388 -code: null
2389 -synopsis: []
2390 -usages: []
2391 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2392 #input: null
2393 #output: null
2394 #verbosity: 32
2395 #verbosityMap: array:5 [ …5]
2396 -name: "schedule:run"
2397 -hidden: false
2398 -help: ""
2399 -description: "Run the scheduled commands"
2400 }
2401 "Illuminate\Console\Scheduling\ScheduleTestCommand" => Illuminate\Console\Scheduling\ScheduleTestCommand {#1945
2402 #name: "schedule:test"
2403 #description: "Run a scheduled command"
2404 #laravel: Illuminate\Foundation\Application {#586}
2405 #signature: null
2406 #help: null
2407 #hidden: false
2408 -application: Illuminate\Console\Application {#1604 …20}
2409 -processTitle: null
2410 -aliases: []
2411 -definition: Symfony\Component\Console\Input\InputDefinition {#1946 …6}
2412 -fullDefinition: null
2413 -ignoreValidationErrors: false
2414 -code: null
2415 -synopsis: []
2416 -usages: []
2417 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2418 #input: null
2419 #output: null
2420 #verbosity: 32
2421 #verbosityMap: array:5 [ …5]
2422 -name: "schedule:test"
2423 -hidden: false
2424 -help: ""
2425 -description: "Run a scheduled command"
2426 }
2427 "Illuminate\Console\Scheduling\ScheduleWorkCommand" => Illuminate\Console\Scheduling\ScheduleWorkCommand {#1947
2428 #name: "schedule:work"
2429 #description: "Start the schedule worker"
2430 #laravel: Illuminate\Foundation\Application {#586}
2431 #signature: null
2432 #help: null
2433 #hidden: false
2434 -application: Illuminate\Console\Application {#1604 …20}
2435 -processTitle: null
2436 -aliases: []
2437 -definition: Symfony\Component\Console\Input\InputDefinition {#1948 …6}
2438 -fullDefinition: null
2439 -ignoreValidationErrors: false
2440 -code: null
2441 -synopsis: []
2442 -usages: []
2443 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2444 #input: null
2445 #output: null
2446 #verbosity: 32
2447 #verbosityMap: array:5 [ …5]
2448 -name: "schedule:work"
2449 -hidden: false
2450 -help: ""
2451 -description: "Start the schedule worker"
2452 }
2453 "command.storage.link" => Illuminate\Foundation\Console\StorageLinkCommand {#1934
2454 #signature: "storage:link {--relative : Create the symbolic link using relative paths}"
2455 #description: "Create the symbolic links configured for the application"
2456 #laravel: Illuminate\Foundation\Application {#586}
2457 #name: "storage:link"
2458 #help: null
2459 #hidden: false
2460 -application: Illuminate\Console\Application {#1604 …20}
2461 -processTitle: null
2462 -aliases: []
2463 -definition: Symfony\Component\Console\Input\InputDefinition {#1949 …6}
2464 -fullDefinition: null
2465 -ignoreValidationErrors: false
2466 -code: null
2467 -synopsis: []
2468 -usages: []
2469 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2470 #input: null
2471 #output: null
2472 #verbosity: 32
2473 #verbosityMap: array:5 [ …5]
2474 -name: "storage:link"
2475 -hidden: false
2476 -help: ""
2477 -description: "Create the symbolic links configured for the application"
2478 }
2479 "command.up" => Illuminate\Foundation\Console\UpCommand {#1950
2480 #name: "up"
2481 #description: "Bring the application out of maintenance mode"
2482 #laravel: Illuminate\Foundation\Application {#586}
2483 #signature: null
2484 #help: null
2485 #hidden: false
2486 -application: Illuminate\Console\Application {#1604 …20}
2487 -processTitle: null
2488 -aliases: []
2489 -definition: Symfony\Component\Console\Input\InputDefinition {#1951 …6}
2490 -fullDefinition: null
2491 -ignoreValidationErrors: false
2492 -code: null
2493 -synopsis: []
2494 -usages: []
2495 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2496 #input: null
2497 #output: null
2498 #verbosity: 32
2499 #verbosityMap: array:5 [ …5]
2500 -name: "up"
2501 -hidden: false
2502 -help: ""
2503 -description: "Bring the application out of maintenance mode"
2504 }
2505 "command.view.cache" => Illuminate\Foundation\Console\ViewCacheCommand {#1952
2506 #signature: "view:cache"
2507 #description: "Compile all of the application's Blade templates"
2508 #laravel: Illuminate\Foundation\Application {#586}
2509 #name: "view:cache"
2510 #help: null
2511 #hidden: false
2512 -application: Illuminate\Console\Application {#1604 …20}
2513 -processTitle: null
2514 -aliases: []
2515 -definition: Symfony\Component\Console\Input\InputDefinition {#1953 …6}
2516 -fullDefinition: null
2517 -ignoreValidationErrors: false
2518 -code: null
2519 -synopsis: []
2520 -usages: []
2521 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2522 #input: null
2523 #output: null
2524 #verbosity: 32
2525 #verbosityMap: array:5 [ …5]
2526 -name: "view:cache"
2527 -hidden: false
2528 -help: ""
2529 -description: "Compile all of the application's Blade templates"
2530 }
2531 "command.view.clear" => Illuminate\Foundation\Console\ViewClearCommand {#1954
2532 #name: "view:clear"
2533 #description: "Clear all compiled view files"
2534 #files: Illuminate\Filesystem\Filesystem {#89}
2535 #laravel: Illuminate\Foundation\Application {#586}
2536 #signature: null
2537 #help: null
2538 #hidden: false
2539 -application: Illuminate\Console\Application {#1604 …20}
2540 -processTitle: null
2541 -aliases: []
2542 -definition: Symfony\Component\Console\Input\InputDefinition {#1955 …6}
2543 -fullDefinition: null
2544 -ignoreValidationErrors: false
2545 -code: null
2546 -synopsis: []
2547 -usages: []
2548 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2549 #input: null
2550 #output: null
2551 #verbosity: 32
2552 #verbosityMap: array:5 [ …5]
2553 -name: "view:clear"
2554 -hidden: false
2555 -help: ""
2556 -description: "Clear all compiled view files"
2557 }
2558 "composer" => Illuminate\Support\Composer {#1957
2559 #files: Illuminate\Filesystem\Filesystem {#89}
2560 #workingPath: "/home/fernando/PhpstormProjects/onag"
2561 }
2562 "command.cache.table" => Illuminate\Cache\Console\CacheTableCommand {#1956
2563 #name: "cache:table"
2564 #description: "Create a migration for the cache database table"
2565 #files: Illuminate\Filesystem\Filesystem {#89}
2566 #composer: Illuminate\Support\Composer {#1957}
2567 #laravel: Illuminate\Foundation\Application {#586}
2568 #signature: null
2569 #help: null
2570 #hidden: false
2571 -application: Illuminate\Console\Application {#1604 …20}
2572 -processTitle: null
2573 -aliases: []
2574 -definition: Symfony\Component\Console\Input\InputDefinition {#1958 …6}
2575 -fullDefinition: null
2576 -ignoreValidationErrors: false
2577 -code: null
2578 -synopsis: []
2579 -usages: []
2580 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2581 #input: null
2582 #output: null
2583 #verbosity: 32
2584 #verbosityMap: array:5 [ …5]
2585 -name: "cache:table"
2586 -hidden: false
2587 -help: ""
2588 -description: "Create a migration for the cache database table"
2589 }
2590 "command.cast.make" => Illuminate\Foundation\Console\CastMakeCommand {#1959
2591 #name: "make:cast"
2592 #description: "Create a new custom Eloquent cast class"
2593 #type: "Cast"
2594 #files: Illuminate\Filesystem\Filesystem {#89}
2595 #reservedNames: array:68 [ …68]
2596 #laravel: Illuminate\Foundation\Application {#586}
2597 #signature: null
2598 #help: null
2599 #hidden: false
2600 -application: Illuminate\Console\Application {#1604 …20}
2601 -processTitle: null
2602 -aliases: []
2603 -definition: Symfony\Component\Console\Input\InputDefinition {#1960 …6}
2604 -fullDefinition: null
2605 -ignoreValidationErrors: false
2606 -code: null
2607 -synopsis: []
2608 -usages: []
2609 -helperSet: Symfony\Component\Console\Helper\HelperSet {#1758 …2}
2610 #input: null
2611 #output: null
2612 #verbosity: 32
2613 #verbosityMap: array:5 [ …5]
2614 -name: "make:cast"
2615 -hidden: false
2616 -help: ""
2617 -description: "Create a new custom Eloquent cast class"
2618 }
2619 "command.channel.make" => Illuminate\Foundation\Console\ChannelMakeCommand {#1962
2620 #name: "make:channel"
2621 #description: "Create a new channel class"
2622 #type: "Channel"
2623 #files: Illuminate\Filesystem\Filesystem {#89}
2624 #reservedNames: array:68 [ …68]
2625 #laravel: Illuminate\Foundation\Application {#586}
2626 #signature: null
2627 #help: null
2628 #hidden: false
2629 -application: Illuminate\Console\Application {#1604 …20}
2630 -processTitle: null
2631 -aliases: []
2632 …15
2633 }
2634 "command.component.make" => Illuminate\Foundation\Console\ComponentMakeCommand {#1965 …27}
2635 "command.console.make" => Illuminate\Foundation\Console\ConsoleMakeCommand {#1970 …27}
2636 "command.controller.make" => Illuminate\Routing\Console\ControllerMakeCommand {#1974 …27}
2637 "command.event.generate" => Illuminate\Foundation\Console\EventGenerateCommand {#1984 …24}
2638 "command.event.make" => Illuminate\Foundation\Console\EventMakeCommand {#1986 …27}
2639 "command.exception.make" => Illuminate\Foundation\Console\ExceptionMakeCommand {#1989 …27}
2640 "command.factory.make" => Illuminate\Database\Console\Factories\FactoryMakeCommand {#1994 …27}
2641 "command.job.make" => Illuminate\Foundation\Console\JobMakeCommand {#1998 …27}
2642 "command.listener.make" => Illuminate\Foundation\Console\ListenerMakeCommand {#2002 …27}
2643 "command.mail.make" => Illuminate\Foundation\Console\MailMakeCommand {#2007 …27}
2644 "command.middleware.make" => Illuminate\Routing\Console\MiddlewareMakeCommand {#2012 …27}
2645 "command.model.make" => Illuminate\Foundation\Console\ModelMakeCommand {#2015 …27}
2646 "command.notification.make" => Illuminate\Foundation\Console\NotificationMakeCommand {#2027 …27}
2647 "command.notification.table" => Illuminate\Notifications\Console\NotificationTableCommand {#2032 …26}
2648 "command.observer.make" => Illuminate\Foundation\Console\ObserverMakeCommand {#2034 …27}
2649 "command.policy.make" => Illuminate\Foundation\Console\PolicyMakeCommand {#2038 …27}
2650 "command.provider.make" => Illuminate\Foundation\Console\ProviderMakeCommand {#2043 …27}
2651 "command.queue.failed-table" => Illuminate\Queue\Console\FailedTableCommand {#2046 …26}
2652 "command.queue.table" => Illuminate\Queue\Console\TableCommand {#2048 …26}
2653 "command.queue.batches-table" => Illuminate\Queue\Console\BatchesTableCommand {#2050 …26}
2654 "command.request.make" => Illuminate\Foundation\Console\RequestMakeCommand {#2052 …27}
2655 "command.resource.make" => Illuminate\Foundation\Console\ResourceMakeCommand {#2055 …27}
2656 "command.rule.make" => Illuminate\Foundation\Console\RuleMakeCommand {#2059 …27}
2657 "command.seeder.make" => Illuminate\Database\Console\Seeds\SeederMakeCommand {#2062 …27}
2658 "command.session.table" => Illuminate\Session\Console\SessionTableCommand {#2065 …26}
2659 "command.serve" => Illuminate\Foundation\Console\ServeCommand {#2067 …25}
2660 "command.stub.publish" => Illuminate\Foundation\Console\StubPublishCommand {#2073 …24}
2661 "command.test.make" => Illuminate\Foundation\Console\TestMakeCommand {#2076 …27}
2662 "command.vendor.publish" => Illuminate\Foundation\Console\VendorPublishCommand {#2080 …27}
2663 "migration.repository" => Illuminate\Database\Migrations\DatabaseMigrationRepository {#2087 …3}
2664 "migrator" => Illuminate\Database\Migrations\Migrator {#2088 …7}
2665 "command.migrate" => Illuminate\Database\Console\Migrations\MigrateCommand {#2086 …26}
2666 "command.migrate.fresh" => Illuminate\Database\Console\Migrations\FreshCommand {#2098 …24}
2667 "command.migrate.install" => Illuminate\Database\Console\Migrations\InstallCommand {#2110 …25}
2668 "command.migrate.refresh" => Illuminate\Database\Console\Migrations\RefreshCommand {#2113 …24}
2669 "command.migrate.reset" => Illuminate\Database\Console\Migrations\ResetCommand {#2122 …25}
2670 "command.migrate.rollback" => Illuminate\Database\Console\Migrations\RollbackCommand {#2129 …25}
2671 "command.migrate.status" => Illuminate\Database\Console\Migrations\StatusCommand {#2137 …25}
2672 "migration.creator" => Illuminate\Database\Migrations\MigrationCreator {#2142 …3}
2673 "command.migrate.make" => Illuminate\Database\Console\Migrations\MigrateMakeCommand {#2143 …26}
2674 "command.tinker" => Laravel\Tinker\Console\TinkerCommand {#2151 …25}
2675 "db.transactions" => Illuminate\Database\DatabaseTransactionsManager {#2182 …1}
2676 "middleware.disable" => true
2677 "Faker\Generator" => Faker\Generator {#2348 …3}
2678 "auth" => Illuminate\Auth\AuthManager {#2371 …5}
2679 "hash" => Illuminate\Hashing\HashManager {#2266 …4}
2680 "session" => Illuminate\Session\SessionManager {#2370 …4}
2681 "session.store" => Illuminate\Session\Store {#2368 …5}
2682 "cookie" => Illuminate\Cookie\CookieJar {#2366 …5}
2683 ]
2684 #aliases: array:80 [
2685 "Illuminate\Foundation\Application" => "app"
2686 "Illuminate\Contracts\Container\Container" => "app"
2687 "Illuminate\Contracts\Foundation\Application" => "app"
2688 "Psr\Container\ContainerInterface" => "app"
2689 "Illuminate\Auth\AuthManager" => "auth"
2690 "Illuminate\Contracts\Auth\Factory" => "auth"
2691 "Illuminate\Contracts\Auth\Guard" => "auth.driver"
2692 "Illuminate\View\Compilers\BladeCompiler" => "blade.compiler"
2693 "Illuminate\Cache\CacheManager" => "cache"
2694 "Illuminate\Contracts\Cache\Factory" => "cache"
2695 "Illuminate\Cache\Repository" => "cache.store"
2696 "Illuminate\Contracts\Cache\Repository" => "cache.store"
2697 "Psr\SimpleCache\CacheInterface" => "cache.store"
2698 "Symfony\Component\Cache\Adapter\Psr16Adapter" => "cache.psr6"
2699 "Symfony\Component\Cache\Adapter\AdapterInterface" => "cache.psr6"
2700 "Psr\Cache\CacheItemPoolInterface" => "cache.psr6"
2701 "Illuminate\Config\Repository" => "config"
2702 "Illuminate\Contracts\Config\Repository" => "config"
2703 "Illuminate\Cookie\CookieJar" => "cookie"
2704 "Illuminate\Contracts\Cookie\Factory" => "cookie"
2705 "Illuminate\Contracts\Cookie\QueueingFactory" => "cookie"
2706 "Illuminate\Database\DatabaseManager" => "db"
2707 "Illuminate\Database\ConnectionResolverInterface" => "db"
2708 "Illuminate\Database\Connection" => "db.connection"
2709 "Illuminate\Database\ConnectionInterface" => "db.connection"
2710 "Illuminate\Encryption\Encrypter" => "encrypter"
2711 "Illuminate\Contracts\Encryption\Encrypter" => "encrypter"
2712 "Illuminate\Contracts\Encryption\StringEncrypter" => "encrypter"
2713 "Illuminate\Events\Dispatcher" => "events"
2714 "Illuminate\Contracts\Events\Dispatcher" => "events"
2715 "Illuminate\Filesystem\Filesystem" => "files"
2716 "Illuminate\Filesystem\FilesystemManager" => "filesystem"
2717 "Illuminate\Contracts\Filesystem\Factory" => "filesystem"
2718 "Illuminate\Contracts\Filesystem\Filesystem" => "filesystem.disk"
2719 "Illuminate\Contracts\Filesystem\Cloud" => "filesystem.cloud"
2720 "Illuminate\Hashing\HashManager" => "hash"
2721 "Illuminate\Contracts\Hashing\Hasher" => "hash.driver"
2722 "Illuminate\Translation\Translator" => "translator"
2723 "Illuminate\Contracts\Translation\Translator" => "translator"
2724 "Illuminate\Log\LogManager" => "log"
2725 "Psr\Log\LoggerInterface" => "log"
2726 "Illuminate\Mail\MailManager" => "mail.manager"
2727 "Illuminate\Contracts\Mail\Factory" => "mail.manager"
2728 "Illuminate\Mail\Mailer" => "mailer"
2729 "Illuminate\Contracts\Mail\Mailer" => "mailer"
2730 "Illuminate\Contracts\Mail\MailQueue" => "mailer"
2731 "Illuminate\Auth\Passwords\PasswordBrokerManager" => "auth.password"
2732 "Illuminate\Contracts\Auth\PasswordBrokerFactory" => "auth.password"
2733 "Illuminate\Auth\Passwords\PasswordBroker" => "auth.password.broker"
2734 "Illuminate\Contracts\Auth\PasswordBroker" => "auth.password.broker"
2735 "Illuminate\Queue\QueueManager" => "queue"
2736 "Illuminate\Contracts\Queue\Factory" => "queue"
2737 "Illuminate\Contracts\Queue\Monitor" => "queue"
2738 "Illuminate\Contracts\Queue\Queue" => "queue.connection"
2739 "Illuminate\Queue\Failed\FailedJobProviderInterface" => "queue.failer"
2740 "Illuminate\Routing\Redirector" => "redirect"
2741 "Illuminate\Redis\RedisManager" => "redis"
2742 "Illuminate\Contracts\Redis\Factory" => "redis"
2743 "Illuminate\Redis\Connections\Connection" => "redis.connection"
2744 "Illuminate\Contracts\Redis\Connection" => "redis.connection"
2745 "Illuminate\Http\Request" => "request"
2746 "Symfony\Component\HttpFoundation\Request" => "request"
2747 "Illuminate\Routing\Router" => "router"
2748 "Illuminate\Contracts\Routing\Registrar" => "router"
2749 "Illuminate\Contracts\Routing\BindingRegistrar" => "router"
2750 "Illuminate\Session\SessionManager" => "session"
2751 "Illuminate\Session\Store" => "session.store"
2752 "Illuminate\Contracts\Session\Session" => "session.store"
2753 "Illuminate\Routing\UrlGenerator" => "url"
2754 "Illuminate\Contracts\Routing\UrlGenerator" => "url"
2755 "Illuminate\Validation\Factory" => "validator"
2756 "Illuminate\Contracts\Validation\Factory" => "validator"
2757 "Illuminate\View\Factory" => "view"
2758 "Illuminate\Contracts\View\Factory" => "view"
2759 "Illuminate\Contracts\Notifications\Dispatcher" => "Illuminate\Notifications\ChannelManager"
2760 "Illuminate\Contracts\Notifications\Factory" => "Illuminate\Notifications\ChannelManager"
2761 "Facade\FlareClient\Http\Client" => "flare.http"
2762 "Illuminate\Contracts\Broadcasting\Factory" => "Illuminate\Broadcasting\BroadcastManager"
2763 "Illuminate\Contracts\Bus\Dispatcher" => "Illuminate\Bus\Dispatcher"
2764 "Illuminate\Contracts\Bus\QueueingDispatcher" => "Illuminate\Bus\Dispatcher"
2765 ]
2766 #abstractAliases: array:42 [
2767 "app" => array:4 [ …4]
2768 "auth" => array:2 [ …2]
2769 "auth.driver" => array:1 [ …1]
2770 "blade.compiler" => array:1 [ …1]
2771 "cache" => array:2 [ …2]
2772 "cache.store" => array:3 [ …3]
2773 "cache.psr6" => array:3 [ …3]
2774 "config" => array:2 [ …2]
2775 "cookie" => array:3 [ …3]
2776 "db" => array:2 [ …2]
2777 "db.connection" => array:2 [ …2]
2778 "encrypter" => array:3 [ …3]
2779 "events" => array:2 [ …2]
2780 "files" => array:1 [ …1]
2781 "filesystem" => array:2 [ …2]
2782 "filesystem.disk" => array:1 [ …1]
2783 "filesystem.cloud" => array:1 [ …1]
2784 "hash" => array:1 [ …1]
2785 "hash.driver" => array:1 [ …1]
2786 "translator" => array:2 [ …2]
2787 "log" => array:2 [ …2]
2788 "mail.manager" => array:2 [ …2]
2789 "mailer" => array:3 [ …3]
2790 "auth.password" => array:2 [ …2]
2791 "auth.password.broker" => array:2 [ …2]
2792 "queue" => array:3 [ …3]
2793 "queue.connection" => array:1 [ …1]
2794 "queue.failer" => array:1 [ …1]
2795 "redirect" => array:1 [ …1]
2796 "redis" => array:2 [ …2]
2797 "redis.connection" => array:2 [ …2]
2798 "request" => array:2 [ …2]
2799 "router" => array:3 [ …3]
2800 "session" => array:1 [ …1]
2801 "session.store" => array:2 [ …2]
2802 "url" => array:2 [ …2]
2803 "validator" => array:2 [ …2]
2804 "view" => array:2 [ …2]
2805 "Illuminate\Notifications\ChannelManager" => array:2 [ …2]
2806 "flare.http" => array:1 [ …1]
2807 "Illuminate\Broadcasting\BroadcastManager" => array:1 [ …1]
2808 "Illuminate\Bus\Dispatcher" => array:2 [ …2]
2809 ]
2810 #extenders: array:1 [
2811 "url" => array:1 [ …1]
2812 ]
2813 #tags: []
2814 #buildStack: []
2815 #with: []
2816 +contextual: []
2817 #reboundCallbacks: array:2 [
2818 "request" => array:2 [ …2]
2819 "events" => array:1 [ …1]
2820 ]
2821 #globalBeforeResolvingCallbacks: []
2822 #globalResolvingCallbacks: []
2823 #globalAfterResolvingCallbacks: []
2824 #beforeResolvingCallbacks: []
2825 #resolvingCallbacks: array:1 [
2826 "Illuminate\Foundation\Http\FormRequest" => array:1 [ …1]
2827 ]
2828 #afterResolvingCallbacks: array:2 [
2829 "Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [ …1]
2830 "view" => array:2 [ …2]
2831 ]
2832 }
2833 #afterApplicationCreatedCallbacks: []
2834 #beforeApplicationDestroyedCallbacks: array:1 [
2835 0 => Closure() {#2162
2836 class: "Tests\Feature\DepartamentoManagmentTest"
2837 this: Tests\Feature\DepartamentoManagmentTest {#524}
2838 use: { …1}
2839 file: "./vendor/laravel/framework/src/Illuminate/Foundation/Testing/RefreshDatabase.php"
2840 line: "111 to 121"
2841 }
2842 ]
2843 #callbackException: null
2844 #setUpHasRun: true
2845 #backupGlobals: null
2846 #backupGlobalsExcludeList: []
2847 #backupGlobalsBlacklist: []
2848 #backupStaticAttributes: null
2849 #backupStaticAttributesExcludeList: []
2850 #backupStaticAttributesBlacklist: []
2851 #runTestInSeparateProcess: false
2852 #preserveGlobalState: true
2853 #providedTests: array:1 [
2854 0 => PHPUnit\Framework\ExecutionOrderDependency {#525
2855 -className: "Tests\Feature\DepartamentoManagmentTest"
2856 -methodName: "crear_departamento"
2857 -useShallowClone: false
2858 -useDeepClone: false
2859 }
2860 ]
2861 -runClassInSeparateProcess: null
2862 -inIsolation: false
2863 -data: []
2864 -dataName: ""
2865 -expectedException: null
2866 -expectedExceptionMessage: null
2867 -expectedExceptionMessageRegExp: null
2868 -expectedExceptionCode: null
2869 -name: "crear_departamento"
2870 -dependencies: []
2871 -dependencyInput: []
2872 -iniSettings: []
2873 -locale: []
2874 -mockObjects: []
2875 -mockObjectGenerator: null
2876 -status: -1
2877 -statusMessage: ""
2878 -numAssertions: 0
2879 -result: PHPUnit\Framework\TestResult {#384
2880 -passed: []
2881 -passedTestClasses: []
2882 -currentTestSuiteFailed: false
2883 -errors: []
2884 -failures: []
2885 -warnings: []
2886 -notImplemented: []
2887 -risky: []
2888 -skipped: []
2889 -listeners: array:2 [
2890 0 => PHPUnit\Runner\TestListenerAdapter {#382 …2}
2891 1 => PHPUnit\TextUI\DefaultResultPrinter {#380 …16}
2892 ]
2893 -runTests: 1
2894 -time: 0
2895 -codeCoverage: null
2896 -convertDeprecationsToExceptions: true
2897 -convertErrorsToExceptions: true
2898 -convertNoticesToExceptions: true
2899 -convertWarningsToExceptions: true
2900 -stop: false
2901 -stopOnError: false
2902 -stopOnFailure: false
2903 -stopOnWarning: false
2904 -beStrictAboutTestsThatDoNotTestAnything: true
2905 -beStrictAboutOutputDuringTests: false
2906 -beStrictAboutTodoAnnotatedTests: false
2907 -beStrictAboutResourceUsageDuringSmallTests: false
2908 -enforceTimeLimit: false
2909 -forceCoversAnnotation: false
2910 -timeoutForSmallTests: 1
2911 -timeoutForMediumTests: 10
2912 -timeoutForLargeTests: 60
2913 -stopOnRisky: false
2914 -stopOnIncomplete: false
2915 -stopOnSkipped: false
2916 -lastTestFailed: false
2917 -defaultTimeLimit: 1
2918 -stopOnDefect: false
2919 -registerMockObjectsFromTestArgumentsRecursively: false
2920 }
2921 -testResult: null
2922 -output: ""
2923 -outputExpectedRegex: null
2924 -outputExpectedString: null
2925 -outputCallback: false
2926 -outputBufferingActive: true
2927 -outputBufferingLevel: 1
2928 -outputRetrievedForAssertion: false
2929 -snapshot: null
2930 -prophet: null
2931 -beStrictAboutChangesToGlobalState: null
2932 -registerMockObjectsFromTestArgumentsRecursively: false
2933 -warnings: []
2934 -groups: array:1 [
2935 0 => "default"
2936 ]
2937 -doesNotPerformAssertions: false
2938 -customComparators: []
2939 -doubledTypes: []
2940 #originalMix: null
2941 #defaultHeaders: []
2942 #defaultCookies: []
2943 #unencryptedCookies: []
2944 #serverVariables: []
2945 #followRedirects: false
2946 #encryptCookies: true
2947 #withCredentials: false
2948 +mockConsoleOutput: true
2949 +expectedOutput: []
2950 +unexpectedOutput: []
2951 +expectedTables: []
2952 +expectedQuestions: []
2953 +expectedChoices: []
2954 #originalExceptionHandler: null
2955 #firedEvents: []
2956 #firedModelEvents: []
2957 #dispatchedJobs: []
2958 #dispatchedNotifications: []
2959}
2960