1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-06-16 03:54:55 +02:00
neotest-phpunit/tests/Unit/ExampleTest.php
2022-11-14 22:43:05 +03:00

5 lines
71 B
PHP

<?php
test('example', function () {
expect(true)->toBeTrue();
});