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

Add a deep nesting test

This commit is contained in:
Michael Utz 2022-11-14 22:44:51 +03:00
parent a38eaeeaef
commit d6dd4fd598

View file

@ -0,0 +1,5 @@
<?php
it('is true')
->expect(fn () => true)
->toBeTrue();