Leonardo Lemos

Results 4 issues of Leonardo Lemos

Closes #22 Add an `--use-ext` option in order to provide a way to force a specific zip tool as the follow: ```PHP php security-checker security:check /path/to/composer.lock --use-ext system-unzip ``` We...

enhancement

**Feature Description** We have already an `assertNotDispatched` method, for event driven approach, lets write an `assertNotPublidhed` method to give the same possibility to simple message approach: ```php Pigeon::fake() Pigeon::assertNotPublished(queue, $arrayBody,...

enhancement

Currently we have some problems with pigeon usage and testing I propose this thread issue, for discussion, these are my points: 1. We can not call the methods in any...

enhancement

**Problem** Long running process with artisan commands just keep DB connections alive while it is running. The problem can be easily fixed with a explicit call to `DB::disconnect('connection-name');` but i...

enhancement