Add Pest PHP

This commit is contained in:
Oliver Davies 2025-08-12 19:22:23 +01:00
parent 4132f85176
commit ad6a0f4cf3
9 changed files with 3978 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<?php
test('example', function () {
expect(true)->toBeTrue();
});