index
:
ryo/laravel-noob
main
Laravel test project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Unit
/
ExampleTest.php
blob: 44a4f337afe045f63437c7c72e7e062ef5fb6c2e (
plain
)
1
2
3
4
5
<?php
test
(
'that true is true'
,
function
()
{
expect
(
true
)
->
toBeTrue
();
});