Registry / testing / illuminate-testing

illuminate-testing

JSON →
library12.1.1phppackagistunverified

The Illuminate Testing package.

composer require illuminate/testing
INSTALL
IMPORT
SIG · ILLUMINATE-TESTING
I
illuminate-testing
testingphpv12.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QueueFake
use Illuminate\Support\Testing\Fakes\QueueFake;

Fake queue for testing job dispatching.

use Illuminate\Support\Testing\Fakes\QueueFake; $fake = new QueueFake(); $fake->assertPushed(\App\Jobs\ProcessPodcast::class);
Debug
Known issues
gotchaRequires Laravel framework; not standalone.
fix
Use only within a Laravel application context.
affects: >=5.0
Upgrade
Version history
12.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
illuminate-testing — pip install illuminate-testing · libregistry