mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-26 10:43:41 +02:00
Add a deep nesting test
This commit is contained in:
parent
a38eaeeaef
commit
d6dd4fd598
1 changed files with 5 additions and 0 deletions
5
tests/Examples/some/deep/nesting/NestingTest.php
Normal file
5
tests/Examples/some/deep/nesting/NestingTest.php
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
it('is true')
|
||||||
|
->expect(fn () => true)
|
||||||
|
->toBeTrue();
|
||||||
Loading…
Add table
Add a link
Reference in a new issue