Add Pest PHP
This commit is contained in:
parent
4132f85176
commit
ad6a0f4cf3
9 changed files with 3978 additions and 0 deletions
5
php/pest/tests/Feature/ExampleTest.php
Normal file
5
php/pest/tests/Feature/ExampleTest.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
test('example', function () {
|
||||
expect(true)->toBeTrue();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue