1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-06-16 03:54:55 +02:00

Add example tests

This commit is contained in:
Michael Utz 2022-11-14 22:43:05 +03:00
parent f6c7185eb7
commit a38eaeeaef
2 changed files with 32 additions and 0 deletions

View file

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