pest

Installation
SKILL.md

Pest

Instructions

  • Use php artisan make:test --pest {name}.
  • Pest tests look and behave like this: it('is true', function () { expect(true)->toBeTrue(); });

Examples

Pest Assertions

Installs
23
First Seen
Jan 24, 2026
pest — markhamsquareventures/essentials