mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-17 04:00:03 +02:00
5 lines
67 B
PHP
5 lines
67 B
PHP
<?php
|
|
|
|
it('is true')
|
|
->expect(fn () => true)
|
|
->toBeTrue();
|