mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 01:20:03 +02:00
7ddcc03ad9
Co-authored-by: Owen Voke <development@voke.dev>
6 lines
70 B
PHP
6 lines
70 B
PHP
<?php
|
|
|
|
test('{name}', function () {
|
|
expect(true)->toBeTrue();
|
|
});
|