The Nest
Explore
Sign in
Chasesomero
test
tests
Unit
ExampleTest.php
0
Code
Changes
Tags
Discussions
main
<?php
test
(
'
example
'
,
function
(
)
{
expect
(
true
)
->
toBeTrue
(
)
;
}
)
;