Skip to content

Instantly share code, notes, and snippets.

@filipfilipovich
Created May 26, 2023 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipfilipovich/a70ac9ca669c57d17b9794662dd8b47f to your computer and use it in GitHub Desktop.
Save filipfilipovich/a70ac9ca669c57d17b9794662dd8b47f to your computer and use it in GitHub Desktop.
Pest configuration file
<?php
uses(
Tests\TestCase::class,
Illuminate\Foundation\Testing\RefreshDatabase::class,
)->in('Unit', 'Feature');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment