Skip to content

Instantly share code, notes, and snippets.

View nikspyratos's full-sized avatar
👽
If you don't have a plan, you become part of someone else's plan.

Nik Spyratos nikspyratos

👽
If you don't have a plan, you become part of someone else's plan.
View GitHub Profile
@nikspyratos
nikspyratos / pest-ide-helper.php
Created January 6, 2026 05:51 — forked from ace-of-aces/pest-ide-helper.php
A helper file to improve Intellisense for PestPHP tests in VSCode
<?php
use Pest\Concerns\Expectable;
use Pest\PendingCalls\BeforeEachCall;
use Pest\PendingCalls\TestCall;
use Pest\Support\HigherOrderTapProxy;
use Tests\TestCase;
/**
* Runs the given closure before all tests in the current file.